.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-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-repeat: repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e4af1b6c-b193-4bb8-8278-433822727b25 {
  background-image: url(https://i.shgcdn.com/6c704105-afa4-4bf3-bb66-22f40d006ccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e4af1b6c-b193-4bb8-8278-433822727b25.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-e4af1b6c-b193-4bb8-8278-433822727b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4af1b6c-b193-4bb8-8278-433822727b25.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-49079dc1-3505-4ee7-91de-0a7c715dfa2f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49079dc1-3505-4ee7-91de-0a7c715dfa2f .shogun-heading-component h1 {
  color: rgba(186, 0, 240, 1);
  font-weight:  normal ;
  font-family: "Tilt Warp";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-367de85e-910d-4538-9899-01c4ae3873ab {
  min-height: 95px;
background-attachment: scroll;
}








#s-367de85e-910d-4538-9899-01c4ae3873ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-367de85e-910d-4538-9899-01c4ae3873ab.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;
}

#s-30ed271d-dc70-4e1e-9e6a-44c1cea674cf {
  margin-left: 100px;
margin-right: 100px;
}
@media (max-width: 767px){#s-30ed271d-dc70-4e1e-9e6a-44c1cea674cf {
  margin-left: 25px;
margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-30ed271d-dc70-4e1e-9e6a-44c1cea674cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30ed271d-dc70-4e1e-9e6a-44c1cea674cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-30ed271d-dc70-4e1e-9e6a-44c1cea674cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-30ed271d-dc70-4e1e-9e6a-44c1cea674cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

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

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

.shg-btn-text {
  
  
}

.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-b4357ed5-b109-4a84-a68b-0ae349d5c27b {
  box-shadow:6px 6px 13px 0px rgba(0, 45, 0, 0.57);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzlmZTZjN2UtYmE5Mi00MmExLTk2NTQtYjdiYmRkMjZkNmE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUzNjM2MzYzNjM2MzYzNjQiIHN0eWxlPSJzdG9wLWNvbG9yOiNhOTFkYzA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzc5ZmU2YzdlLWJhOTItNDJhMS05NjU0LWI3YmJkZDI2ZDZhOSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 20px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5363636363636364, "color"=>"#a91dc0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b {
  margin-top: 7px;
padding-top: 17px;
padding-left: 27px;
padding-bottom: 17px;
padding-right: 27px;
}
}

  #s-b4357ed5-b109-4a84-a68b-0ae349d5c27b-root {
    text-align: center;
  }


#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4357ed5-b109-4a84-a68b-0ae349d5c27b-root {
    text-align: center;
  }


#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4357ed5-b109-4a84-a68b-0ae349d5c27b-root {
    text-align: center;
  }


#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4357ed5-b109-4a84-a68b-0ae349d5c27b-root {
    text-align: center;
  }


#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4357ed5-b109-4a84-a68b-0ae349d5c27b-root {
    text-align: center;
  }


#s-b4357ed5-b109-4a84-a68b-0ae349d5c27b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}
#s-3e00ff46-4307-4b22-8812-46c90cd122dd {
  box-shadow:6px 6px 13px 0px rgba(0, 45, 0, 0.57);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2Y3ODljZGUtMGQxNy00M2Q5LWJjOWMtODZhOGMwNDJlMzhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUzNjM2MzYzNjM2MzYzNjQiIHN0eWxlPSJzdG9wLWNvbG9yOiNhOTFkYzA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzdmNzg5Y2RlLTBkMTctNDNkOS1iYzljLTg2YThjMDQyZTM4ZikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 20px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5363636363636364, "color"=>"#a91dc0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3e00ff46-4307-4b22-8812-46c90cd122dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e00ff46-4307-4b22-8812-46c90cd122dd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3e00ff46-4307-4b22-8812-46c90cd122dd {
  margin-top: 7px;
padding-top: 17px;
padding-left: 27px;
padding-bottom: 17px;
padding-right: 27px;
}
}

  #s-3e00ff46-4307-4b22-8812-46c90cd122dd-root {
    text-align: center;
  }


#s-3e00ff46-4307-4b22-8812-46c90cd122dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e00ff46-4307-4b22-8812-46c90cd122dd-root {
    text-align: center;
  }


#s-3e00ff46-4307-4b22-8812-46c90cd122dd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e00ff46-4307-4b22-8812-46c90cd122dd-root {
    text-align: center;
  }


#s-3e00ff46-4307-4b22-8812-46c90cd122dd.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e00ff46-4307-4b22-8812-46c90cd122dd-root {
    text-align: center;
  }


#s-3e00ff46-4307-4b22-8812-46c90cd122dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e00ff46-4307-4b22-8812-46c90cd122dd-root {
    text-align: center;
  }


#s-3e00ff46-4307-4b22-8812-46c90cd122dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}
#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff {
  box-shadow:6px 6px 13px 0px rgba(0, 45, 0, 0.57);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGIyMmM0NTMtYmVkYy00ZGIwLWI4YTItYWQxODU4ZTU0N2VhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUzNjM2MzYzNjM2MzYzNjQiIHN0eWxlPSJzdG9wLWNvbG9yOiNhOTFkYzA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzBiMjJjNDUzLWJlZGMtNGRiMC1iOGEyLWFkMTg1OGU1NDdlYSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 20px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5363636363636364, "color"=>"#a91dc0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff {
  margin-top: 7px;
padding-top: 17px;
padding-left: 27px;
padding-bottom: 17px;
padding-right: 27px;
}
}

  #s-abe6b0b4-ba6f-46ac-b483-665ce1707eff-root {
    text-align: center;
  }


#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-abe6b0b4-ba6f-46ac-b483-665ce1707eff-root {
    text-align: center;
  }


#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abe6b0b4-ba6f-46ac-b483-665ce1707eff-root {
    text-align: center;
  }


#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abe6b0b4-ba6f-46ac-b483-665ce1707eff-root {
    text-align: center;
  }


#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-abe6b0b4-ba6f-46ac-b483-665ce1707eff-root {
    text-align: center;
  }


#s-abe6b0b4-ba6f-46ac-b483-665ce1707eff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Tilt Warp;
  display:  inline-block ;
}
}
#s-10420878-9ca5-46a6-aa67-cffb91fc82f9 {
  min-height: 100px;
}








#s-10420878-9ca5-46a6-aa67-cffb91fc82f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10420878-9ca5-46a6-aa67-cffb91fc82f9.shg-box.shg-c {
  justify-content: flex-end;
}

#s-90448a28-ca99-40be-9922-25f0a159ead2 {
  min-height: 49px;
background-attachment: scroll;
}

#s-90448a28-ca99-40be-9922-25f0a159ead2 {
  background-image: url();
}








#s-90448a28-ca99-40be-9922-25f0a159ead2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90448a28-ca99-40be-9922-25f0a159ead2.shg-box.shg-c {
  justify-content: center;
}

#s-2545f239-5ea1-43e3-a7c0-88219f9706b7 {
  margin-top: 10px;
margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-2545f239-5ea1-43e3-a7c0-88219f9706b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2545f239-5ea1-43e3-a7c0-88219f9706b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2545f239-5ea1-43e3-a7c0-88219f9706b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2545f239-5ea1-43e3-a7c0-88219f9706b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2545f239-5ea1-43e3-a7c0-88219f9706b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2545f239-5ea1-43e3-a7c0-88219f9706b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2545f239-5ea1-43e3-a7c0-88219f9706b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-edc6151d-4dc1-4b03-8f82-33cdb9f5c980 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edc6151d-4dc1-4b03-8f82-33cdb9f5c980 .shogun-heading-component h1 {
  color: rgba(186, 0, 240, 1);
  font-weight:  normal ;
  font-family: "Tilt Warp";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-824d743b-82ac-4732-a456-3e05b773842a {
  min-height: 500px;
}








#s-824d743b-82ac-4732-a456-3e05b773842a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-824d743b-82ac-4732-a456-3e05b773842a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f156903-3d0b-4344-ba09-11cb1896b1e1 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-8f156903-3d0b-4344-ba09-11cb1896b1e1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f156903-3d0b-4344-ba09-11cb1896b1e1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f156903-3d0b-4344-ba09-11cb1896b1e1 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-8f156903-3d0b-4344-ba09-11cb1896b1e1 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-8f156903-3d0b-4344-ba09-11cb1896b1e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f156903-3d0b-4344-ba09-11cb1896b1e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8f156903-3d0b-4344-ba09-11cb1896b1e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f156903-3d0b-4344-ba09-11cb1896b1e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
  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-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
  box-sizing: border-box;
}



.s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
      position: relative;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
  box-sizing: border-box;
}



.s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
      position: relative;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
  box-sizing: border-box;
}



.s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
      position: relative;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
  box-sizing: border-box;
}



.s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
      position: relative;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  margin: 0 !important;
  overflow: visible;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
  /* Add background color handling */
  
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ecd53993-4310-43b2-90a8-2a81fe9e4883 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image {
  box-sizing: border-box;
}



.s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container {
      position: relative;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd53993-4310-43b2-90a8-2a81fe9e4883 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
.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-d648504e-95b4-444c-ae07-cf038d0f44c3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9f020132-0333-4acd-be79-2c9429520105 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWU4NWMwZmYtMzU0ZS00MTc1LTlhZGItZGZkMWM0ZmFlZjE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2VlODVjMGZmLTM1NGUtNDE3NS05YWRiLWRmZDFjNGZhZWYxOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9f020132-0333-4acd-be79-2c9429520105:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f020132-0333-4acd-be79-2c9429520105:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9f020132-0333-4acd-be79-2c9429520105-root {
    text-align: center;
  }


#s-9f020132-0333-4acd-be79-2c9429520105.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f020132-0333-4acd-be79-2c9429520105-root {
    text-align: center;
  }


#s-9f020132-0333-4acd-be79-2c9429520105.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f020132-0333-4acd-be79-2c9429520105-root {
    text-align: center;
  }


#s-9f020132-0333-4acd-be79-2c9429520105.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f020132-0333-4acd-be79-2c9429520105-root {
    text-align: center;
  }


#s-9f020132-0333-4acd-be79-2c9429520105.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f020132-0333-4acd-be79-2c9429520105-root {
    text-align: center;
  }


#s-9f020132-0333-4acd-be79-2c9429520105.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-152d924d-6d98-4915-8b44-777320b2e620 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-152d924d-6d98-4915-8b44-777320b2e620 {
  margin: 0 !important;
  overflow: visible;
}

#s-152d924d-6d98-4915-8b44-777320b2e620-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-152d924d-6d98-4915-8b44-777320b2e620 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-152d924d-6d98-4915-8b44-777320b2e620 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
  /* Add background color handling */
  
}

#s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-152d924d-6d98-4915-8b44-777320b2e620 .shogun-image-content {
  
    justify-content: center;
  
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image {
  box-sizing: border-box;
}



.s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
  
}


@media (min-width: 1200px){#s-152d924d-6d98-4915-8b44-777320b2e620 {
  margin: 0 !important;
  overflow: visible;
}

#s-152d924d-6d98-4915-8b44-777320b2e620-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-152d924d-6d98-4915-8b44-777320b2e620 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-152d924d-6d98-4915-8b44-777320b2e620 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
  /* Add background color handling */
  
}

#s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-152d924d-6d98-4915-8b44-777320b2e620 .shogun-image-content {
  
    justify-content: center;
  
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image {
  box-sizing: border-box;
}



.s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-152d924d-6d98-4915-8b44-777320b2e620 {
  margin: 0 !important;
  overflow: visible;
}

#s-152d924d-6d98-4915-8b44-777320b2e620-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-152d924d-6d98-4915-8b44-777320b2e620 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-152d924d-6d98-4915-8b44-777320b2e620 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
  /* Add background color handling */
  
}

#s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-152d924d-6d98-4915-8b44-777320b2e620 .shogun-image-content {
  
    justify-content: center;
  
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image {
  box-sizing: border-box;
}



.s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-152d924d-6d98-4915-8b44-777320b2e620 {
  margin: 0 !important;
  overflow: visible;
}

#s-152d924d-6d98-4915-8b44-777320b2e620-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-152d924d-6d98-4915-8b44-777320b2e620 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-152d924d-6d98-4915-8b44-777320b2e620 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
  /* Add background color handling */
  
}

#s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-152d924d-6d98-4915-8b44-777320b2e620 .shogun-image-content {
  
    justify-content: center;
  
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image {
  box-sizing: border-box;
}



.s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
  
}


}@media (max-width: 767px){#s-152d924d-6d98-4915-8b44-777320b2e620 {
  margin: 0 !important;
  overflow: visible;
}

#s-152d924d-6d98-4915-8b44-777320b2e620-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-152d924d-6d98-4915-8b44-777320b2e620 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-152d924d-6d98-4915-8b44-777320b2e620 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
  /* Add background color handling */
  
}

#s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-152d924d-6d98-4915-8b44-777320b2e620 .shogun-image-content {
  
    justify-content: center;
  
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-152d924d-6d98-4915-8b44-777320b2e620.shogun-image {
  box-sizing: border-box;
}



.s-152d924d-6d98-4915-8b44-777320b2e620 img.shogun-image {
  
}


}
#s-c425502f-7f79-467e-9d9f-8832d1dc765c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e1c61290-5355-47de-abfe-65f8b464f1f8 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTQzYTdlMzEtNTQ0Ni00NGRhLTllY2EtZTJhZGQ5ZDRjMThkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzk0M2E3ZTMxLTU0NDYtNDRkYS05ZWNhLWUyYWRkOWQ0YzE4ZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e1c61290-5355-47de-abfe-65f8b464f1f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1c61290-5355-47de-abfe-65f8b464f1f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1c61290-5355-47de-abfe-65f8b464f1f8-root {
    text-align: center;
  }


#s-e1c61290-5355-47de-abfe-65f8b464f1f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1c61290-5355-47de-abfe-65f8b464f1f8-root {
    text-align: center;
  }


#s-e1c61290-5355-47de-abfe-65f8b464f1f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1c61290-5355-47de-abfe-65f8b464f1f8-root {
    text-align: center;
  }


#s-e1c61290-5355-47de-abfe-65f8b464f1f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1c61290-5355-47de-abfe-65f8b464f1f8-root {
    text-align: center;
  }


#s-e1c61290-5355-47de-abfe-65f8b464f1f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1c61290-5355-47de-abfe-65f8b464f1f8-root {
    text-align: center;
  }


#s-e1c61290-5355-47de-abfe-65f8b464f1f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  max-width: 522px;
text-align: center;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-be9c0604-90fe-41a6-bb24-d3317198bbe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image {
  box-sizing: border-box;
}



.s-be9c0604-90fe-41a6-bb24-d3317198bbe8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-be9c0604-90fe-41a6-bb24-d3317198bbe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image {
  box-sizing: border-box;
}



.s-be9c0604-90fe-41a6-bb24-d3317198bbe8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-be9c0604-90fe-41a6-bb24-d3317198bbe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image {
  box-sizing: border-box;
}



.s-be9c0604-90fe-41a6-bb24-d3317198bbe8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-be9c0604-90fe-41a6-bb24-d3317198bbe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image {
  box-sizing: border-box;
}



.s-be9c0604-90fe-41a6-bb24-d3317198bbe8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  margin: 0 !important;
  overflow: visible;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be9c0604-90fe-41a6-bb24-d3317198bbe8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 img.shogun-image {
  /* Add background color handling */
  
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-be9c0604-90fe-41a6-bb24-d3317198bbe8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9c0604-90fe-41a6-bb24-d3317198bbe8.shogun-image {
  box-sizing: border-box;
}



.s-be9c0604-90fe-41a6-bb24-d3317198bbe8 img.shogun-image {
  
}


}
#s-313859ff-83e1-4340-9d50-310913984d6f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fbe9e228-6748-4dc4-b150-03a8326639a1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODU5YWQ2ZDMtNzVlMC00ZjExLWE3ZWQtYjE2N2Q5Y2JmYWQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzg1OWFkNmQzLTc1ZTAtNGYxMS1hN2VkLWIxNjdkOWNiZmFkMikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-fbe9e228-6748-4dc4-b150-03a8326639a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fbe9e228-6748-4dc4-b150-03a8326639a1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fbe9e228-6748-4dc4-b150-03a8326639a1-root {
    text-align: center;
  }


#s-fbe9e228-6748-4dc4-b150-03a8326639a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fbe9e228-6748-4dc4-b150-03a8326639a1-root {
    text-align: center;
  }


#s-fbe9e228-6748-4dc4-b150-03a8326639a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fbe9e228-6748-4dc4-b150-03a8326639a1-root {
    text-align: center;
  }


#s-fbe9e228-6748-4dc4-b150-03a8326639a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fbe9e228-6748-4dc4-b150-03a8326639a1-root {
    text-align: center;
  }


#s-fbe9e228-6748-4dc4-b150-03a8326639a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fbe9e228-6748-4dc4-b150-03a8326639a1-root {
    text-align: center;
  }


#s-fbe9e228-6748-4dc4-b150-03a8326639a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9ec01731-cd59-4427-a3ee-ea8c7de9d9fe {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-9ec01731-cd59-4427-a3ee-ea8c7de9d9fe {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ec01731-cd59-4427-a3ee-ea8c7de9d9fe {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ec01731-cd59-4427-a3ee-ea8c7de9d9fe {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-9ec01731-cd59-4427-a3ee-ea8c7de9d9fe {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-9ec01731-cd59-4427-a3ee-ea8c7de9d9fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ec01731-cd59-4427-a3ee-ea8c7de9d9fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9ec01731-cd59-4427-a3ee-ea8c7de9d9fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ec01731-cd59-4427-a3ee-ea8c7de9d9fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  margin: 0 !important;
  overflow: visible;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
  /* Add background color handling */
  
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shogun-image-content {
  
    justify-content: center;
  
}

.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image {
  box-sizing: border-box;
}



.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container {
      position: relative;
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  margin: 0 !important;
  overflow: visible;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
  /* Add background color handling */
  
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shogun-image-content {
  
    justify-content: center;
  
}

.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image {
  box-sizing: border-box;
}



.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container {
      position: relative;
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  margin: 0 !important;
  overflow: visible;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
  /* Add background color handling */
  
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shogun-image-content {
  
    justify-content: center;
  
}

.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image {
  box-sizing: border-box;
}



.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container {
      position: relative;
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  margin: 0 !important;
  overflow: visible;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
  /* Add background color handling */
  
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shogun-image-content {
  
    justify-content: center;
  
}

.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image {
  box-sizing: border-box;
}



.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container {
      position: relative;
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  margin: 0 !important;
  overflow: visible;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
  /* Add background color handling */
  
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be .shogun-image-content {
  
    justify-content: center;
  
}

.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image {
  box-sizing: border-box;
}



.s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container {
      position: relative;
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61a2938c-2889-4ef3-a58d-a2fb87e9d8be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-5844062a-57f7-4a90-87de-829c4ca138d1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-24108042-faaa-4463-909a-217463d8b413 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODY1MWQyMGEtYWFlNy00ZGNiLTliOGQtYWVjZmY0NTdmM2NmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzg2NTFkMjBhLWFhZTctNGRjYi05YjhkLWFlY2ZmNDU3ZjNjZikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-24108042-faaa-4463-909a-217463d8b413:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-24108042-faaa-4463-909a-217463d8b413:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-24108042-faaa-4463-909a-217463d8b413-root {
    text-align: center;
  }


#s-24108042-faaa-4463-909a-217463d8b413.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-24108042-faaa-4463-909a-217463d8b413-root {
    text-align: center;
  }


#s-24108042-faaa-4463-909a-217463d8b413.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24108042-faaa-4463-909a-217463d8b413-root {
    text-align: center;
  }


#s-24108042-faaa-4463-909a-217463d8b413.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24108042-faaa-4463-909a-217463d8b413-root {
    text-align: center;
  }


#s-24108042-faaa-4463-909a-217463d8b413.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-24108042-faaa-4463-909a-217463d8b413-root {
    text-align: center;
  }


#s-24108042-faaa-4463-909a-217463d8b413.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8046d442-4491-4fdd-b059-07398906667d {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-8046d442-4491-4fdd-b059-07398906667d {
  margin: 0 !important;
  overflow: visible;
}

#s-8046d442-4491-4fdd-b059-07398906667d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8046d442-4491-4fdd-b059-07398906667d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8046d442-4491-4fdd-b059-07398906667d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
  /* Add background color handling */
  
}

#s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8046d442-4491-4fdd-b059-07398906667d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8046d442-4491-4fdd-b059-07398906667d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8046d442-4491-4fdd-b059-07398906667d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8046d442-4491-4fdd-b059-07398906667d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8046d442-4491-4fdd-b059-07398906667d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8046d442-4491-4fdd-b059-07398906667d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8046d442-4491-4fdd-b059-07398906667d.shogun-image {
  box-sizing: border-box;
}



.s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8046d442-4491-4fdd-b059-07398906667d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container {
      position: relative;
    }

    .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-8046d442-4491-4fdd-b059-07398906667d {
  margin: 0 !important;
  overflow: visible;
}

#s-8046d442-4491-4fdd-b059-07398906667d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8046d442-4491-4fdd-b059-07398906667d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8046d442-4491-4fdd-b059-07398906667d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
  /* Add background color handling */
  
}

#s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8046d442-4491-4fdd-b059-07398906667d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8046d442-4491-4fdd-b059-07398906667d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8046d442-4491-4fdd-b059-07398906667d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8046d442-4491-4fdd-b059-07398906667d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8046d442-4491-4fdd-b059-07398906667d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8046d442-4491-4fdd-b059-07398906667d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8046d442-4491-4fdd-b059-07398906667d.shogun-image {
  box-sizing: border-box;
}



.s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8046d442-4491-4fdd-b059-07398906667d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container {
      position: relative;
    }

    .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8046d442-4491-4fdd-b059-07398906667d {
  margin: 0 !important;
  overflow: visible;
}

#s-8046d442-4491-4fdd-b059-07398906667d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8046d442-4491-4fdd-b059-07398906667d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8046d442-4491-4fdd-b059-07398906667d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
  /* Add background color handling */
  
}

#s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8046d442-4491-4fdd-b059-07398906667d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8046d442-4491-4fdd-b059-07398906667d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8046d442-4491-4fdd-b059-07398906667d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8046d442-4491-4fdd-b059-07398906667d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8046d442-4491-4fdd-b059-07398906667d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8046d442-4491-4fdd-b059-07398906667d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8046d442-4491-4fdd-b059-07398906667d.shogun-image {
  box-sizing: border-box;
}



.s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8046d442-4491-4fdd-b059-07398906667d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container {
      position: relative;
    }

    .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8046d442-4491-4fdd-b059-07398906667d {
  margin: 0 !important;
  overflow: visible;
}

#s-8046d442-4491-4fdd-b059-07398906667d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8046d442-4491-4fdd-b059-07398906667d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8046d442-4491-4fdd-b059-07398906667d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
  /* Add background color handling */
  
}

#s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8046d442-4491-4fdd-b059-07398906667d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8046d442-4491-4fdd-b059-07398906667d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8046d442-4491-4fdd-b059-07398906667d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8046d442-4491-4fdd-b059-07398906667d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8046d442-4491-4fdd-b059-07398906667d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8046d442-4491-4fdd-b059-07398906667d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8046d442-4491-4fdd-b059-07398906667d.shogun-image {
  box-sizing: border-box;
}



.s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8046d442-4491-4fdd-b059-07398906667d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container {
      position: relative;
    }

    .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-8046d442-4491-4fdd-b059-07398906667d {
  margin: 0 !important;
  overflow: visible;
}

#s-8046d442-4491-4fdd-b059-07398906667d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8046d442-4491-4fdd-b059-07398906667d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8046d442-4491-4fdd-b059-07398906667d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
  /* Add background color handling */
  
}

#s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8046d442-4491-4fdd-b059-07398906667d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8046d442-4491-4fdd-b059-07398906667d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8046d442-4491-4fdd-b059-07398906667d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8046d442-4491-4fdd-b059-07398906667d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8046d442-4491-4fdd-b059-07398906667d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8046d442-4491-4fdd-b059-07398906667d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8046d442-4491-4fdd-b059-07398906667d.shogun-image {
  box-sizing: border-box;
}



.s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8046d442-4491-4fdd-b059-07398906667d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container {
      position: relative;
    }

    .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8046d442-4491-4fdd-b059-07398906667d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8046d442-4491-4fdd-b059-07398906667d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-df26b411-139b-4a79-bc0a-3310de6b853a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5f116539-13aa-4159-a92d-bdf787899612 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODgxNWQ3ZGMtYTE1ZS00YTA5LWFlYmQtMDMwZDM5YjRjNzQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzg4MTVkN2RjLWExNWUtNGEwOS1hZWJkLTAzMGQzOWI0Yzc0NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5f116539-13aa-4159-a92d-bdf787899612:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f116539-13aa-4159-a92d-bdf787899612:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5f116539-13aa-4159-a92d-bdf787899612-root {
    text-align: center;
  }


#s-5f116539-13aa-4159-a92d-bdf787899612.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5f116539-13aa-4159-a92d-bdf787899612-root {
    text-align: center;
  }


#s-5f116539-13aa-4159-a92d-bdf787899612.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f116539-13aa-4159-a92d-bdf787899612-root {
    text-align: center;
  }


#s-5f116539-13aa-4159-a92d-bdf787899612.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f116539-13aa-4159-a92d-bdf787899612-root {
    text-align: center;
  }


#s-5f116539-13aa-4159-a92d-bdf787899612.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5f116539-13aa-4159-a92d-bdf787899612-root {
    text-align: center;
  }


#s-5f116539-13aa-4159-a92d-bdf787899612.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  max-width: 522px;
text-align: center;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  margin: 0 !important;
  overflow: visible;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224 img.shogun-image {
  /* Add background color handling */
  
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-737d5165-9daf-4fa4-8fe4-84ca90741224 .shogun-image-content {
  
    justify-content: center;
  
}

.s-737d5165-9daf-4fa4-8fe4-84ca90741224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-737d5165-9daf-4fa4-8fe4-84ca90741224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224.shogun-image {
  box-sizing: border-box;
}



.s-737d5165-9daf-4fa4-8fe4-84ca90741224 img.shogun-image {
  
}


@media (min-width: 1200px){#s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  margin: 0 !important;
  overflow: visible;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224 img.shogun-image {
  /* Add background color handling */
  
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-737d5165-9daf-4fa4-8fe4-84ca90741224 .shogun-image-content {
  
    justify-content: center;
  
}

.s-737d5165-9daf-4fa4-8fe4-84ca90741224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-737d5165-9daf-4fa4-8fe4-84ca90741224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224.shogun-image {
  box-sizing: border-box;
}



.s-737d5165-9daf-4fa4-8fe4-84ca90741224 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  margin: 0 !important;
  overflow: visible;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224 img.shogun-image {
  /* Add background color handling */
  
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-737d5165-9daf-4fa4-8fe4-84ca90741224 .shogun-image-content {
  
    justify-content: center;
  
}

.s-737d5165-9daf-4fa4-8fe4-84ca90741224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-737d5165-9daf-4fa4-8fe4-84ca90741224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224.shogun-image {
  box-sizing: border-box;
}



.s-737d5165-9daf-4fa4-8fe4-84ca90741224 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  margin: 0 !important;
  overflow: visible;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224 img.shogun-image {
  /* Add background color handling */
  
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-737d5165-9daf-4fa4-8fe4-84ca90741224 .shogun-image-content {
  
    justify-content: center;
  
}

.s-737d5165-9daf-4fa4-8fe4-84ca90741224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-737d5165-9daf-4fa4-8fe4-84ca90741224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224.shogun-image {
  box-sizing: border-box;
}



.s-737d5165-9daf-4fa4-8fe4-84ca90741224 img.shogun-image {
  
}


}@media (max-width: 767px){#s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  margin: 0 !important;
  overflow: visible;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-737d5165-9daf-4fa4-8fe4-84ca90741224 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224 img.shogun-image {
  /* Add background color handling */
  
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-737d5165-9daf-4fa4-8fe4-84ca90741224 .shogun-image-content {
  
    justify-content: center;
  
}

.s-737d5165-9daf-4fa4-8fe4-84ca90741224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-737d5165-9daf-4fa4-8fe4-84ca90741224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-737d5165-9daf-4fa4-8fe4-84ca90741224.shogun-image {
  box-sizing: border-box;
}



.s-737d5165-9daf-4fa4-8fe4-84ca90741224 img.shogun-image {
  
}


}
#s-4b4afd24-caf5-45d9-a5fa-0dc674d50827 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1cac5fcf-53c0-4d72-a1f6-651a8736a1af {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDNkZTIwMjgtOTIyZC00OTE1LWI5YTUtNDIwMzBkZDJlZDEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzQzZGUyMDI4LTkyMmQtNDkxNS1iOWE1LTQyMDMwZGQyZWQxMCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1cac5fcf-53c0-4d72-a1f6-651a8736a1af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1cac5fcf-53c0-4d72-a1f6-651a8736a1af:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1cac5fcf-53c0-4d72-a1f6-651a8736a1af-root {
    text-align: center;
  }


#s-1cac5fcf-53c0-4d72-a1f6-651a8736a1af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cac5fcf-53c0-4d72-a1f6-651a8736a1af-root {
    text-align: center;
  }


#s-1cac5fcf-53c0-4d72-a1f6-651a8736a1af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cac5fcf-53c0-4d72-a1f6-651a8736a1af-root {
    text-align: center;
  }


#s-1cac5fcf-53c0-4d72-a1f6-651a8736a1af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cac5fcf-53c0-4d72-a1f6-651a8736a1af-root {
    text-align: center;
  }


#s-1cac5fcf-53c0-4d72-a1f6-651a8736a1af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cac5fcf-53c0-4d72-a1f6-651a8736a1af-root {
    text-align: center;
  }


#s-1cac5fcf-53c0-4d72-a1f6-651a8736a1af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c6258c71-ce0d-492e-833a-7caeea742cff {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-c6258c71-ce0d-492e-833a-7caeea742cff {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6258c71-ce0d-492e-833a-7caeea742cff {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6258c71-ce0d-492e-833a-7caeea742cff {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-c6258c71-ce0d-492e-833a-7caeea742cff {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-c6258c71-ce0d-492e-833a-7caeea742cff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6258c71-ce0d-492e-833a-7caeea742cff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c6258c71-ce0d-492e-833a-7caeea742cff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6258c71-ce0d-492e-833a-7caeea742cff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
  box-sizing: border-box;
}



.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
      position: relative;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
  box-sizing: border-box;
}



.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
      position: relative;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
  box-sizing: border-box;
}



.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
      position: relative;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
  box-sizing: border-box;
}



.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
      position: relative;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  margin: 0 !important;
  overflow: visible;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
  /* Add background color handling */
  
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image {
  box-sizing: border-box;
}



.s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container {
      position: relative;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ce79cbb-e7cf-488f-87e0-4015fe35d779 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-8e346381-d40f-4a09-8cd9-52d93fcf6d74 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWNmYTdmNmMtYjFjYy00NGY2LTk3YWQtMzE2NmY0YTU1MzU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzVjZmE3ZjZjLWIxY2MtNDRmNi05N2FkLTMxNjZmNGE1NTM1NikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57c3cc7a-fa02-4ccc-8177-e14873ab2570-root {
    text-align: center;
  }


#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57c3cc7a-fa02-4ccc-8177-e14873ab2570-root {
    text-align: center;
  }


#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57c3cc7a-fa02-4ccc-8177-e14873ab2570-root {
    text-align: center;
  }


#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57c3cc7a-fa02-4ccc-8177-e14873ab2570-root {
    text-align: center;
  }


#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57c3cc7a-fa02-4ccc-8177-e14873ab2570-root {
    text-align: center;
  }


#s-57c3cc7a-fa02-4ccc-8177-e14873ab2570.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  max-width: 522px;
text-align: center;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  margin: 0 !important;
  overflow: visible;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd img.shogun-image {
  /* Add background color handling */
  
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-777a9d9b-575b-4492-b1e8-f6b834b07afd .shogun-image-content {
  
    justify-content: center;
  
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image {
  box-sizing: border-box;
}



.s-777a9d9b-575b-4492-b1e8-f6b834b07afd img.shogun-image {
  
}


@media (min-width: 1200px){#s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  margin: 0 !important;
  overflow: visible;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd img.shogun-image {
  /* Add background color handling */
  
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-777a9d9b-575b-4492-b1e8-f6b834b07afd .shogun-image-content {
  
    justify-content: center;
  
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image {
  box-sizing: border-box;
}



.s-777a9d9b-575b-4492-b1e8-f6b834b07afd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  margin: 0 !important;
  overflow: visible;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd img.shogun-image {
  /* Add background color handling */
  
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-777a9d9b-575b-4492-b1e8-f6b834b07afd .shogun-image-content {
  
    justify-content: center;
  
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image {
  box-sizing: border-box;
}



.s-777a9d9b-575b-4492-b1e8-f6b834b07afd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  margin: 0 !important;
  overflow: visible;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd img.shogun-image {
  /* Add background color handling */
  
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-777a9d9b-575b-4492-b1e8-f6b834b07afd .shogun-image-content {
  
    justify-content: center;
  
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image {
  box-sizing: border-box;
}



.s-777a9d9b-575b-4492-b1e8-f6b834b07afd img.shogun-image {
  
}


}@media (max-width: 767px){#s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  margin: 0 !important;
  overflow: visible;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-777a9d9b-575b-4492-b1e8-f6b834b07afd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd img.shogun-image {
  /* Add background color handling */
  
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-777a9d9b-575b-4492-b1e8-f6b834b07afd .shogun-image-content {
  
    justify-content: center;
  
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777a9d9b-575b-4492-b1e8-f6b834b07afd.shogun-image {
  box-sizing: border-box;
}



.s-777a9d9b-575b-4492-b1e8-f6b834b07afd img.shogun-image {
  
}


}
#s-17704a0e-69f9-4006-9039-a1998713790a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTQyNmZkMmEtOTkzOC00ZTcwLWFiMjQtMjM2N2I3ZDExMDkwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE0MjZmZDJhLTk5MzgtNGU3MC1hYjI0LTIzNjdiN2QxMTA5MCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-756d95f4-7c3f-43ea-9347-c65b28c3bad0-root {
    text-align: center;
  }


#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-756d95f4-7c3f-43ea-9347-c65b28c3bad0-root {
    text-align: center;
  }


#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-756d95f4-7c3f-43ea-9347-c65b28c3bad0-root {
    text-align: center;
  }


#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-756d95f4-7c3f-43ea-9347-c65b28c3bad0-root {
    text-align: center;
  }


#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-756d95f4-7c3f-43ea-9347-c65b28c3bad0-root {
    text-align: center;
  }


#s-756d95f4-7c3f-43ea-9347-c65b28c3bad0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  max-width: 522px;
text-align: center;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  margin: 0 !important;
  overflow: visible;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac img.shogun-image {
  /* Add background color handling */
  
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-704d3a66-da98-41c3-b13c-37ba247be7ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image {
  box-sizing: border-box;
}



.s-704d3a66-da98-41c3-b13c-37ba247be7ac img.shogun-image {
  
}


@media (min-width: 1200px){#s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  margin: 0 !important;
  overflow: visible;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac img.shogun-image {
  /* Add background color handling */
  
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-704d3a66-da98-41c3-b13c-37ba247be7ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image {
  box-sizing: border-box;
}



.s-704d3a66-da98-41c3-b13c-37ba247be7ac img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  margin: 0 !important;
  overflow: visible;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac img.shogun-image {
  /* Add background color handling */
  
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-704d3a66-da98-41c3-b13c-37ba247be7ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image {
  box-sizing: border-box;
}



.s-704d3a66-da98-41c3-b13c-37ba247be7ac img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  margin: 0 !important;
  overflow: visible;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac img.shogun-image {
  /* Add background color handling */
  
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-704d3a66-da98-41c3-b13c-37ba247be7ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image {
  box-sizing: border-box;
}



.s-704d3a66-da98-41c3-b13c-37ba247be7ac img.shogun-image {
  
}


}@media (max-width: 767px){#s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  margin: 0 !important;
  overflow: visible;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-704d3a66-da98-41c3-b13c-37ba247be7ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac img.shogun-image {
  /* Add background color handling */
  
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-704d3a66-da98-41c3-b13c-37ba247be7ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704d3a66-da98-41c3-b13c-37ba247be7ac.shogun-image {
  box-sizing: border-box;
}



.s-704d3a66-da98-41c3-b13c-37ba247be7ac img.shogun-image {
  
}


}
#s-40c1408d-79d2-4135-a890-b98d2e2e195d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-87493214-5c35-4435-a261-bd012e951862 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzI2NTVkMTAtMzZiNC00NGIzLWEyMWUtYjQxMmZkY2IzYzc3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzMyNjU1ZDEwLTM2YjQtNDRiMy1hMjFlLWI0MTJmZGNiM2M3NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-87493214-5c35-4435-a261-bd012e951862:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87493214-5c35-4435-a261-bd012e951862:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87493214-5c35-4435-a261-bd012e951862-root {
    text-align: center;
  }


#s-87493214-5c35-4435-a261-bd012e951862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87493214-5c35-4435-a261-bd012e951862-root {
    text-align: center;
  }


#s-87493214-5c35-4435-a261-bd012e951862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87493214-5c35-4435-a261-bd012e951862-root {
    text-align: center;
  }


#s-87493214-5c35-4435-a261-bd012e951862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87493214-5c35-4435-a261-bd012e951862-root {
    text-align: center;
  }


#s-87493214-5c35-4435-a261-bd012e951862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87493214-5c35-4435-a261-bd012e951862-root {
    text-align: center;
  }


#s-87493214-5c35-4435-a261-bd012e951862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-772a651b-1c43-4a6c-85f9-037bee0d7374 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-772a651b-1c43-4a6c-85f9-037bee0d7374 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-772a651b-1c43-4a6c-85f9-037bee0d7374 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-772a651b-1c43-4a6c-85f9-037bee0d7374 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-772a651b-1c43-4a6c-85f9-037bee0d7374 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-772a651b-1c43-4a6c-85f9-037bee0d7374"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-772a651b-1c43-4a6c-85f9-037bee0d7374"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-772a651b-1c43-4a6c-85f9-037bee0d7374"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-772a651b-1c43-4a6c-85f9-037bee0d7374"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  margin: 0 !important;
  overflow: visible;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
  /* Add background color handling */
  
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
  box-sizing: border-box;
}



.s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
      position: relative;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  margin: 0 !important;
  overflow: visible;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
  /* Add background color handling */
  
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
  box-sizing: border-box;
}



.s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
      position: relative;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  margin: 0 !important;
  overflow: visible;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
  /* Add background color handling */
  
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
  box-sizing: border-box;
}



.s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
      position: relative;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  margin: 0 !important;
  overflow: visible;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
  /* Add background color handling */
  
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
  box-sizing: border-box;
}



.s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
      position: relative;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  margin: 0 !important;
  overflow: visible;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
  /* Add background color handling */
  
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f10a45ec-c174-433f-a7bf-c3a4b215d981 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image {
  box-sizing: border-box;
}



.s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container {
      position: relative;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f10a45ec-c174-433f-a7bf-c3a4b215d981 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-e876eb90-b45b-4cab-bca9-d1ecd27ded63 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzZkZGRjMDgtMjYzNS00MmUyLWJjYjQtYzk1NTBlMjQyNWI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzM2ZGRkYzA4LTI2MzUtNDJlMi1iY2I0LWM5NTUwZTI0MjViOSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1af6c930-3b7f-482b-848f-b6fc6e8e8266-root {
    text-align: center;
  }


#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1af6c930-3b7f-482b-848f-b6fc6e8e8266-root {
    text-align: center;
  }


#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1af6c930-3b7f-482b-848f-b6fc6e8e8266-root {
    text-align: center;
  }


#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1af6c930-3b7f-482b-848f-b6fc6e8e8266-root {
    text-align: center;
  }


#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1af6c930-3b7f-482b-848f-b6fc6e8e8266-root {
    text-align: center;
  }


#s-1af6c930-3b7f-482b-848f-b6fc6e8e8266.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
  box-sizing: border-box;
}



.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
      position: relative;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
  box-sizing: border-box;
}



.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
      position: relative;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
  box-sizing: border-box;
}



.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
      position: relative;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
  box-sizing: border-box;
}



.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
      position: relative;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image {
  box-sizing: border-box;
}



.s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container {
      position: relative;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78a7ee76-4cba-4aef-a533-a06ada67e8b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-c85970a0-92a0-46b6-8f30-8aa8bba34cf4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d73aaaed-61df-463c-ba92-db32391308bc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmQzNjJmNzQtOWEwMy00NzY4LWJkNmItYzkxNzdkZTYxZTRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzZkMzYyZjc0LTlhMDMtNDc2OC1iZDZiLWM5MTc3ZGU2MWU0YykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d73aaaed-61df-463c-ba92-db32391308bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d73aaaed-61df-463c-ba92-db32391308bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d73aaaed-61df-463c-ba92-db32391308bc-root {
    text-align: center;
  }


#s-d73aaaed-61df-463c-ba92-db32391308bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d73aaaed-61df-463c-ba92-db32391308bc-root {
    text-align: center;
  }


#s-d73aaaed-61df-463c-ba92-db32391308bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d73aaaed-61df-463c-ba92-db32391308bc-root {
    text-align: center;
  }


#s-d73aaaed-61df-463c-ba92-db32391308bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d73aaaed-61df-463c-ba92-db32391308bc-root {
    text-align: center;
  }


#s-d73aaaed-61df-463c-ba92-db32391308bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d73aaaed-61df-463c-ba92-db32391308bc-root {
    text-align: center;
  }


#s-d73aaaed-61df-463c-ba92-db32391308bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  margin: 0 !important;
  overflow: visible;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
  /* Add background color handling */
  
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
  box-sizing: border-box;
}



.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
      position: relative;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  margin: 0 !important;
  overflow: visible;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
  /* Add background color handling */
  
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
  box-sizing: border-box;
}



.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
      position: relative;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  margin: 0 !important;
  overflow: visible;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
  /* Add background color handling */
  
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
  box-sizing: border-box;
}



.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
      position: relative;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  margin: 0 !important;
  overflow: visible;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
  /* Add background color handling */
  
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
  box-sizing: border-box;
}



.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
      position: relative;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  margin: 0 !important;
  overflow: visible;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
  /* Add background color handling */
  
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image {
  box-sizing: border-box;
}



.s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container {
      position: relative;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2957f8f-971a-4d8f-802a-b7d8c53bd412 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-64e7620e-c573-4fbe-bb96-6caeb0bc2bfc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTBmNDczMmUtYmMwOS00NWUwLWJmYjctYTRmZTMzMzQxYTdlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2UwZjQ3MzJlLWJjMDktNDVlMC1iZmI3LWE0ZmUzMzM0MWE3ZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b4ae9b7-77ef-406f-9471-07c3af7e289f-root {
    text-align: center;
  }


#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b4ae9b7-77ef-406f-9471-07c3af7e289f-root {
    text-align: center;
  }


#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b4ae9b7-77ef-406f-9471-07c3af7e289f-root {
    text-align: center;
  }


#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b4ae9b7-77ef-406f-9471-07c3af7e289f-root {
    text-align: center;
  }


#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b4ae9b7-77ef-406f-9471-07c3af7e289f-root {
    text-align: center;
  }


#s-0b4ae9b7-77ef-406f-9471-07c3af7e289f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ac79a522-0a89-459f-8bc0-3162a5b3b968 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-ac79a522-0a89-459f-8bc0-3162a5b3b968 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac79a522-0a89-459f-8bc0-3162a5b3b968 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac79a522-0a89-459f-8bc0-3162a5b3b968 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-ac79a522-0a89-459f-8bc0-3162a5b3b968 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-ac79a522-0a89-459f-8bc0-3162a5b3b968"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac79a522-0a89-459f-8bc0-3162a5b3b968"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ac79a522-0a89-459f-8bc0-3162a5b3b968"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac79a522-0a89-459f-8bc0-3162a5b3b968"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
  box-sizing: border-box;
}



.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
      position: relative;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
  box-sizing: border-box;
}



.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
      position: relative;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
  box-sizing: border-box;
}



.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
      position: relative;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
  box-sizing: border-box;
}



.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
      position: relative;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image {
  box-sizing: border-box;
}



.s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container {
      position: relative;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5f3ad4a-005d-4328-bc1a-d396013c0a46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-45849c6a-ad93-4e88-b45c-bd994736e14c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d1bc5608-5055-4055-a303-ba2696f313ff {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzI3MTE3MGMtZmRmMS00ZDdhLTlhNDYtN2YxNDFkMDE4NmJiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzcyNzExNzBjLWZkZjEtNGQ3YS05YTQ2LTdmMTQxZDAxODZiYikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d1bc5608-5055-4055-a303-ba2696f313ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1bc5608-5055-4055-a303-ba2696f313ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1bc5608-5055-4055-a303-ba2696f313ff-root {
    text-align: center;
  }


#s-d1bc5608-5055-4055-a303-ba2696f313ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1bc5608-5055-4055-a303-ba2696f313ff-root {
    text-align: center;
  }


#s-d1bc5608-5055-4055-a303-ba2696f313ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1bc5608-5055-4055-a303-ba2696f313ff-root {
    text-align: center;
  }


#s-d1bc5608-5055-4055-a303-ba2696f313ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1bc5608-5055-4055-a303-ba2696f313ff-root {
    text-align: center;
  }


#s-d1bc5608-5055-4055-a303-ba2696f313ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1bc5608-5055-4055-a303-ba2696f313ff-root {
    text-align: center;
  }


#s-d1bc5608-5055-4055-a303-ba2696f313ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  margin: 0 !important;
  overflow: visible;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
  /* Add background color handling */
  
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
  box-sizing: border-box;
}



.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
      position: relative;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  margin: 0 !important;
  overflow: visible;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
  /* Add background color handling */
  
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
  box-sizing: border-box;
}



.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
      position: relative;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  margin: 0 !important;
  overflow: visible;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
  /* Add background color handling */
  
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
  box-sizing: border-box;
}



.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
      position: relative;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  margin: 0 !important;
  overflow: visible;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
  /* Add background color handling */
  
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
  box-sizing: border-box;
}



.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
      position: relative;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  margin: 0 !important;
  overflow: visible;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
  /* Add background color handling */
  
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image {
  box-sizing: border-box;
}



.s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container {
      position: relative;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c723c0a4-3f0b-4870-94c0-cca50e06ef70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-ed509b77-c3e6-493f-a324-6f4236c259f2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6e6c089a-dc41-4418-b04d-b4c899162b11 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYxNTM1M2UtY2Q3NC00MTFkLWFmZWQtMTllZWUwNjhmMzE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE2MTUzNTNlLWNkNzQtNDExZC1hZmVkLTE5ZWVlMDY4ZjMxNCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6e6c089a-dc41-4418-b04d-b4c899162b11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e6c089a-dc41-4418-b04d-b4c899162b11:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6e6c089a-dc41-4418-b04d-b4c899162b11-root {
    text-align: center;
  }


#s-6e6c089a-dc41-4418-b04d-b4c899162b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6e6c089a-dc41-4418-b04d-b4c899162b11-root {
    text-align: center;
  }


#s-6e6c089a-dc41-4418-b04d-b4c899162b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e6c089a-dc41-4418-b04d-b4c899162b11-root {
    text-align: center;
  }


#s-6e6c089a-dc41-4418-b04d-b4c899162b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6e6c089a-dc41-4418-b04d-b4c899162b11-root {
    text-align: center;
  }


#s-6e6c089a-dc41-4418-b04d-b4c899162b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6e6c089a-dc41-4418-b04d-b4c899162b11-root {
    text-align: center;
  }


#s-6e6c089a-dc41-4418-b04d-b4c899162b11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
  box-sizing: border-box;
}



.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
      position: relative;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
  box-sizing: border-box;
}



.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
      position: relative;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
  box-sizing: border-box;
}



.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
      position: relative;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
  box-sizing: border-box;
}



.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
      position: relative;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image {
  box-sizing: border-box;
}



.s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container {
      position: relative;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f99b4db-0ea9-4393-a7b3-1fea61ecce21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-cb8b52a7-cb9c-4c69-b1b0-d78d3290e812 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmY5NWVkZDEtOTc2My00ZWI2LWE5YzctMTY4MTFhNTBjMTlkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JmOTVlZGQxLTk3NjMtNGViNi1hOWM3LTE2ODExYTUwYzE5ZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc-root {
    text-align: center;
  }


#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc-root {
    text-align: center;
  }


#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc-root {
    text-align: center;
  }


#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc-root {
    text-align: center;
  }


#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc-root {
    text-align: center;
  }


#s-76e5c5a1-3833-411f-a6bf-6ab3853cb3fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-608963bc-eb49-4f64-9760-6924ec106fe5 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-608963bc-eb49-4f64-9760-6924ec106fe5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-608963bc-eb49-4f64-9760-6924ec106fe5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-608963bc-eb49-4f64-9760-6924ec106fe5 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-608963bc-eb49-4f64-9760-6924ec106fe5 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-608963bc-eb49-4f64-9760-6924ec106fe5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-608963bc-eb49-4f64-9760-6924ec106fe5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-608963bc-eb49-4f64-9760-6924ec106fe5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-608963bc-eb49-4f64-9760-6924ec106fe5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
  box-sizing: border-box;
}



.s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc88611c-09ff-4970-8665-e02b2ba98773 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
      position: relative;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
  box-sizing: border-box;
}



.s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc88611c-09ff-4970-8665-e02b2ba98773 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
      position: relative;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
  box-sizing: border-box;
}



.s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc88611c-09ff-4970-8665-e02b2ba98773 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
      position: relative;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
  box-sizing: border-box;
}



.s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc88611c-09ff-4970-8665-e02b2ba98773 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
      position: relative;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc88611c-09ff-4970-8665-e02b2ba98773 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc88611c-09ff-4970-8665-e02b2ba98773 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc88611c-09ff-4970-8665-e02b2ba98773 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image {
  box-sizing: border-box;
}



.s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc88611c-09ff-4970-8665-e02b2ba98773 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container {
      position: relative;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc88611c-09ff-4970-8665-e02b2ba98773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-5e8cfd23-24b2-464d-bfe0-9ebdf47b3fe0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODk2NjllMzQtMDQzNS00NzMxLTk4MzgtNjA0Y2U0YzdkY2Y3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzg5NjY5ZTM0LTA0MzUtNDczMS05ODM4LTYwNGNlNGM3ZGNmNykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-191f8d92-6c8e-4d30-97c4-455edb4e59a2-root {
    text-align: center;
  }


#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-191f8d92-6c8e-4d30-97c4-455edb4e59a2-root {
    text-align: center;
  }


#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-191f8d92-6c8e-4d30-97c4-455edb4e59a2-root {
    text-align: center;
  }


#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-191f8d92-6c8e-4d30-97c4-455edb4e59a2-root {
    text-align: center;
  }


#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-191f8d92-6c8e-4d30-97c4-455edb4e59a2-root {
    text-align: center;
  }


#s-191f8d92-6c8e-4d30-97c4-455edb4e59a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
  box-sizing: border-box;
}



.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
      position: relative;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
  box-sizing: border-box;
}



.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
      position: relative;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
  box-sizing: border-box;
}



.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
      position: relative;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
  box-sizing: border-box;
}



.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
      position: relative;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image {
  box-sizing: border-box;
}



.s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container {
      position: relative;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d57399da-2ea6-4cf8-97d4-f5a903be2cc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-5147d282-7b9c-4dcb-83fa-d71d97d9c67b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d902c216-584c-495d-a328-9e4e28548960 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWM4MDIzODAtOWNmZC00M2MwLWE1YWItYjY1ZTNmOGUxMmNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzVjODAyMzgwLTljZmQtNDNjMC1hNWFiLWI2NWUzZjhlMTJjZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d902c216-584c-495d-a328-9e4e28548960:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d902c216-584c-495d-a328-9e4e28548960:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d902c216-584c-495d-a328-9e4e28548960-root {
    text-align: center;
  }


#s-d902c216-584c-495d-a328-9e4e28548960.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d902c216-584c-495d-a328-9e4e28548960-root {
    text-align: center;
  }


#s-d902c216-584c-495d-a328-9e4e28548960.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d902c216-584c-495d-a328-9e4e28548960-root {
    text-align: center;
  }


#s-d902c216-584c-495d-a328-9e4e28548960.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d902c216-584c-495d-a328-9e4e28548960-root {
    text-align: center;
  }


#s-d902c216-584c-495d-a328-9e4e28548960.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d902c216-584c-495d-a328-9e4e28548960-root {
    text-align: center;
  }


#s-d902c216-584c-495d-a328-9e4e28548960.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
  box-sizing: border-box;
}



.s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
      position: relative;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
  box-sizing: border-box;
}



.s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
      position: relative;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
  box-sizing: border-box;
}



.s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
      position: relative;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
  box-sizing: border-box;
}



.s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
      position: relative;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b23e217a-34b9-41cd-adbc-55a8774099d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image {
  box-sizing: border-box;
}



.s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container {
      position: relative;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b23e217a-34b9-41cd-adbc-55a8774099d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-d515c8b3-2e1c-40e2-a652-1d43d797262f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-abf66da7-d95c-4c28-9999-94dbc51595ed {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2RkZTQyYjQtM2QwMS00YzI2LWIzOGEtY2Q2NTFlMTNmYjg3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzdkZGU0MmI0LTNkMDEtNGMyNi1iMzhhLWNkNjUxZTEzZmI4NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-abf66da7-d95c-4c28-9999-94dbc51595ed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abf66da7-d95c-4c28-9999-94dbc51595ed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-abf66da7-d95c-4c28-9999-94dbc51595ed-root {
    text-align: center;
  }


#s-abf66da7-d95c-4c28-9999-94dbc51595ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-abf66da7-d95c-4c28-9999-94dbc51595ed-root {
    text-align: center;
  }


#s-abf66da7-d95c-4c28-9999-94dbc51595ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abf66da7-d95c-4c28-9999-94dbc51595ed-root {
    text-align: center;
  }


#s-abf66da7-d95c-4c28-9999-94dbc51595ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abf66da7-d95c-4c28-9999-94dbc51595ed-root {
    text-align: center;
  }


#s-abf66da7-d95c-4c28-9999-94dbc51595ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-abf66da7-d95c-4c28-9999-94dbc51595ed-root {
    text-align: center;
  }


#s-abf66da7-d95c-4c28-9999-94dbc51595ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9446c63a-5922-4b30-8c1b-3f55a8355fc5 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-9446c63a-5922-4b30-8c1b-3f55a8355fc5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9446c63a-5922-4b30-8c1b-3f55a8355fc5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9446c63a-5922-4b30-8c1b-3f55a8355fc5 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-9446c63a-5922-4b30-8c1b-3f55a8355fc5 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-9446c63a-5922-4b30-8c1b-3f55a8355fc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9446c63a-5922-4b30-8c1b-3f55a8355fc5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9446c63a-5922-4b30-8c1b-3f55a8355fc5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9446c63a-5922-4b30-8c1b-3f55a8355fc5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  margin: 0 !important;
  overflow: visible;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
  /* Add background color handling */
  
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
  box-sizing: border-box;
}



.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
      position: relative;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  margin: 0 !important;
  overflow: visible;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
  /* Add background color handling */
  
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
  box-sizing: border-box;
}



.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
      position: relative;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  margin: 0 !important;
  overflow: visible;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
  /* Add background color handling */
  
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
  box-sizing: border-box;
}



.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
      position: relative;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  margin: 0 !important;
  overflow: visible;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
  /* Add background color handling */
  
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
  box-sizing: border-box;
}



.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
      position: relative;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  margin: 0 !important;
  overflow: visible;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
  /* Add background color handling */
  
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image {
  box-sizing: border-box;
}



.s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container {
      position: relative;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b63b587-5148-4e0d-b405-dd0b41ccc9ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-8766dcf3-77e7-4728-be33-511419b5b863 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmIzNGE2NTUtYjg2Yi00YjBhLWEwMTUtNGNjYTAwY2NhMjAzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JiMzRhNjU1LWI4NmItNGIwYS1hMDE1LTRjY2EwMGNjYTIwMykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b-root {
    text-align: center;
  }


#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b-root {
    text-align: center;
  }


#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b-root {
    text-align: center;
  }


#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b-root {
    text-align: center;
  }


#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b-root {
    text-align: center;
  }


#s-3d2d6397-9687-41e4-9ae0-e0f2ab83b81b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cccbbe90-591f-4895-8283-913701fb0cae {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae {
  margin: 0 !important;
  overflow: visible;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cccbbe90-591f-4895-8283-913701fb0cae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cccbbe90-591f-4895-8283-913701fb0cae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
  /* Add background color handling */
  
}

#s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-content {
  
    justify-content: center;
  
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
  box-sizing: border-box;
}



.s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cccbbe90-591f-4895-8283-913701fb0cae {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
      position: relative;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-cccbbe90-591f-4895-8283-913701fb0cae {
  margin: 0 !important;
  overflow: visible;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cccbbe90-591f-4895-8283-913701fb0cae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cccbbe90-591f-4895-8283-913701fb0cae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
  /* Add background color handling */
  
}

#s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-content {
  
    justify-content: center;
  
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
  box-sizing: border-box;
}



.s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cccbbe90-591f-4895-8283-913701fb0cae {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
      position: relative;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cccbbe90-591f-4895-8283-913701fb0cae {
  margin: 0 !important;
  overflow: visible;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cccbbe90-591f-4895-8283-913701fb0cae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cccbbe90-591f-4895-8283-913701fb0cae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
  /* Add background color handling */
  
}

#s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-content {
  
    justify-content: center;
  
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
  box-sizing: border-box;
}



.s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cccbbe90-591f-4895-8283-913701fb0cae {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
      position: relative;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cccbbe90-591f-4895-8283-913701fb0cae {
  margin: 0 !important;
  overflow: visible;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cccbbe90-591f-4895-8283-913701fb0cae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cccbbe90-591f-4895-8283-913701fb0cae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
  /* Add background color handling */
  
}

#s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-content {
  
    justify-content: center;
  
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
  box-sizing: border-box;
}



.s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cccbbe90-591f-4895-8283-913701fb0cae {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
      position: relative;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-cccbbe90-591f-4895-8283-913701fb0cae {
  margin: 0 !important;
  overflow: visible;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cccbbe90-591f-4895-8283-913701fb0cae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cccbbe90-591f-4895-8283-913701fb0cae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
  /* Add background color handling */
  
}

#s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cccbbe90-591f-4895-8283-913701fb0cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cccbbe90-591f-4895-8283-913701fb0cae .shogun-image-content {
  
    justify-content: center;
  
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image {
  box-sizing: border-box;
}



.s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cccbbe90-591f-4895-8283-913701fb0cae {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container {
      position: relative;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cccbbe90-591f-4895-8283-913701fb0cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-ca854008-f445-470d-bbf5-ab5b4645351b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDEwMDNmZmQtZWU5MS00MzY2LWI0NDAtZDlhYmExYTRiMjFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzAxMDAzZmZkLWVlOTEtNDM2Ni1iNDQwLWQ5YWJhMWE0YjIxZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae6e4b8c-e465-471e-9fa8-593c3158ba74-root {
    text-align: center;
  }


#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae6e4b8c-e465-471e-9fa8-593c3158ba74-root {
    text-align: center;
  }


#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae6e4b8c-e465-471e-9fa8-593c3158ba74-root {
    text-align: center;
  }


#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae6e4b8c-e465-471e-9fa8-593c3158ba74-root {
    text-align: center;
  }


#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae6e4b8c-e465-471e-9fa8-593c3158ba74-root {
    text-align: center;
  }


#s-ae6e4b8c-e465-471e-9fa8-593c3158ba74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
  box-sizing: border-box;
}



.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
      position: relative;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
  box-sizing: border-box;
}



.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
      position: relative;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
  box-sizing: border-box;
}



.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
      position: relative;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
  box-sizing: border-box;
}



.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
      position: relative;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image {
  box-sizing: border-box;
}



.s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container {
      position: relative;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc30bd5d-5b0c-4406-b044-f35e0fb355a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-cf7f6f98-3eeb-44d7-b7c7-460cfb910cdf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNiMjVmOTgtMDkwMi00M2ZjLWI0M2MtM2U3ZDY4NTU0Y2M4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzJjYjI1Zjk4LTA5MDItNDNmYy1iNDNjLTNlN2Q2ODU1NGNjOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21-root {
    text-align: center;
  }


#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21-root {
    text-align: center;
  }


#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21-root {
    text-align: center;
  }


#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21-root {
    text-align: center;
  }


#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21-root {
    text-align: center;
  }


#s-0b65eaaa-dbca-470e-9e09-bff3e35c5a21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a8c3195-81b8-421d-9b4c-ab96a66f19fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  margin: 0 !important;
  overflow: visible;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
  /* Add background color handling */
  
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
  box-sizing: border-box;
}



.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
      position: relative;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  margin: 0 !important;
  overflow: visible;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
  /* Add background color handling */
  
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
  box-sizing: border-box;
}



.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
      position: relative;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  margin: 0 !important;
  overflow: visible;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
  /* Add background color handling */
  
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
  box-sizing: border-box;
}



.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
      position: relative;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  margin: 0 !important;
  overflow: visible;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
  /* Add background color handling */
  
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
  box-sizing: border-box;
}



.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
      position: relative;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  margin: 0 !important;
  overflow: visible;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
  /* Add background color handling */
  
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image {
  box-sizing: border-box;
}



.s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container {
      position: relative;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d417d86e-5617-4b66-9afd-43cf4ca6ad32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-c13efa94-a14a-45bd-92be-88ecc474c078 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGZjZjk5MTgtMGIyZi00ZTU2LWFkYzktZWI5NThmODQ2MDg3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzBmY2Y5OTE4LTBiMmYtNGU1Ni1hZGM5LWViOTU4Zjg0NjA4NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9-root {
    text-align: center;
  }


#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9-root {
    text-align: center;
  }


#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9-root {
    text-align: center;
  }


#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9-root {
    text-align: center;
  }


#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9-root {
    text-align: center;
  }


#s-4b45a933-0932-4ed4-9376-2d0a3f5f2aa9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  margin: 0 !important;
  overflow: visible;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
  /* Add background color handling */
  
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
  box-sizing: border-box;
}



.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
      position: relative;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  margin: 0 !important;
  overflow: visible;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
  /* Add background color handling */
  
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
  box-sizing: border-box;
}



.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
      position: relative;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  margin: 0 !important;
  overflow: visible;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
  /* Add background color handling */
  
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
  box-sizing: border-box;
}



.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
      position: relative;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  margin: 0 !important;
  overflow: visible;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
  /* Add background color handling */
  
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
  box-sizing: border-box;
}



.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
      position: relative;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  margin: 0 !important;
  overflow: visible;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
  /* Add background color handling */
  
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image {
  box-sizing: border-box;
}



.s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container {
      position: relative;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b78a882a-4ab0-4bed-aafd-360380d0ef8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-0b6dc133-f010-4031-8665-b1ece24a1685 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d242ef33-79e3-4124-bd3b-f5250f31b232 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmI2NmEzMGYtODJjNC00YzA0LTgzMDMtYjU0MDY4ZThlODQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2ZiNjZhMzBmLTgyYzQtNGMwNC04MzAzLWI1NDA2OGU4ZTg0MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d242ef33-79e3-4124-bd3b-f5250f31b232:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d242ef33-79e3-4124-bd3b-f5250f31b232:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d242ef33-79e3-4124-bd3b-f5250f31b232-root {
    text-align: center;
  }


#s-d242ef33-79e3-4124-bd3b-f5250f31b232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d242ef33-79e3-4124-bd3b-f5250f31b232-root {
    text-align: center;
  }


#s-d242ef33-79e3-4124-bd3b-f5250f31b232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d242ef33-79e3-4124-bd3b-f5250f31b232-root {
    text-align: center;
  }


#s-d242ef33-79e3-4124-bd3b-f5250f31b232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d242ef33-79e3-4124-bd3b-f5250f31b232-root {
    text-align: center;
  }


#s-d242ef33-79e3-4124-bd3b-f5250f31b232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d242ef33-79e3-4124-bd3b-f5250f31b232-root {
    text-align: center;
  }


#s-d242ef33-79e3-4124-bd3b-f5250f31b232.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  margin: 0 !important;
  overflow: visible;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
  /* Add background color handling */
  
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
  box-sizing: border-box;
}



.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
      position: relative;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  margin: 0 !important;
  overflow: visible;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
  /* Add background color handling */
  
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
  box-sizing: border-box;
}



.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
      position: relative;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  margin: 0 !important;
  overflow: visible;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
  /* Add background color handling */
  
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
  box-sizing: border-box;
}



.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
      position: relative;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  margin: 0 !important;
  overflow: visible;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
  /* Add background color handling */
  
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
  box-sizing: border-box;
}



.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
      position: relative;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  margin: 0 !important;
  overflow: visible;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
  /* Add background color handling */
  
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image {
  box-sizing: border-box;
}



.s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container {
      position: relative;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6e3e5e0-db50-446e-9e0c-3d3e005411ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-5afdfb58-4207-4214-9796-3d8cb00b0b83 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b26964ac-907c-49cd-bdeb-0156cf27f989 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzZhYmEyMzEtOTkzMC00NWU2LTlkNjItMWEwYjA1ZjU4OTFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzM2YWJhMjMxLTk5MzAtNDVlNi05ZDYyLTFhMGIwNWY1ODkxYSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b26964ac-907c-49cd-bdeb-0156cf27f989:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b26964ac-907c-49cd-bdeb-0156cf27f989:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b26964ac-907c-49cd-bdeb-0156cf27f989-root {
    text-align: center;
  }


#s-b26964ac-907c-49cd-bdeb-0156cf27f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b26964ac-907c-49cd-bdeb-0156cf27f989-root {
    text-align: center;
  }


#s-b26964ac-907c-49cd-bdeb-0156cf27f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b26964ac-907c-49cd-bdeb-0156cf27f989-root {
    text-align: center;
  }


#s-b26964ac-907c-49cd-bdeb-0156cf27f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b26964ac-907c-49cd-bdeb-0156cf27f989-root {
    text-align: center;
  }


#s-b26964ac-907c-49cd-bdeb-0156cf27f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b26964ac-907c-49cd-bdeb-0156cf27f989-root {
    text-align: center;
  }


#s-b26964ac-907c-49cd-bdeb-0156cf27f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a4c86d60-7d97-41d6-a37e-639ddd24b903 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-a4c86d60-7d97-41d6-a37e-639ddd24b903 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4c86d60-7d97-41d6-a37e-639ddd24b903 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4c86d60-7d97-41d6-a37e-639ddd24b903 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-a4c86d60-7d97-41d6-a37e-639ddd24b903 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-a4c86d60-7d97-41d6-a37e-639ddd24b903"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4c86d60-7d97-41d6-a37e-639ddd24b903"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a4c86d60-7d97-41d6-a37e-639ddd24b903"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4c86d60-7d97-41d6-a37e-639ddd24b903"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  margin: 0 !important;
  overflow: visible;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
  /* Add background color handling */
  
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
  box-sizing: border-box;
}



.s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
      position: relative;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  margin: 0 !important;
  overflow: visible;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
  /* Add background color handling */
  
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
  box-sizing: border-box;
}



.s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
      position: relative;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  margin: 0 !important;
  overflow: visible;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
  /* Add background color handling */
  
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
  box-sizing: border-box;
}



.s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
      position: relative;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  margin: 0 !important;
  overflow: visible;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
  /* Add background color handling */
  
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
  box-sizing: border-box;
}



.s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
      position: relative;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  margin: 0 !important;
  overflow: visible;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
  /* Add background color handling */
  
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e138137b-503e-405c-96ff-c5d3ddc6ff45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image {
  box-sizing: border-box;
}



.s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container {
      position: relative;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e138137b-503e-405c-96ff-c5d3ddc6ff45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-3307f1fd-e52d-4cd2-98c7-30aba89d229d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjgxYThiMmItM2I3OS00MmY3LTg3ZWQtMjNjMDBhMzljMTUzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzI4MWE4YjJiLTNiNzktNDJmNy04N2VkLTIzYzAwYTM5YzE1MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0ce873e-faa0-4374-b5e6-40c94ad86edc-root {
    text-align: center;
  }


#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0ce873e-faa0-4374-b5e6-40c94ad86edc-root {
    text-align: center;
  }


#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0ce873e-faa0-4374-b5e6-40c94ad86edc-root {
    text-align: center;
  }


#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0ce873e-faa0-4374-b5e6-40c94ad86edc-root {
    text-align: center;
  }


#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0ce873e-faa0-4374-b5e6-40c94ad86edc-root {
    text-align: center;
  }


#s-a0ce873e-faa0-4374-b5e6-40c94ad86edc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
  box-sizing: border-box;
}



.s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d61353b-7eff-43fd-a083-7bba57987c47 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
      position: relative;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
  box-sizing: border-box;
}



.s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d61353b-7eff-43fd-a083-7bba57987c47 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
      position: relative;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
  box-sizing: border-box;
}



.s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d61353b-7eff-43fd-a083-7bba57987c47 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
      position: relative;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
  box-sizing: border-box;
}



.s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d61353b-7eff-43fd-a083-7bba57987c47 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
      position: relative;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d61353b-7eff-43fd-a083-7bba57987c47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d61353b-7eff-43fd-a083-7bba57987c47 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1d61353b-7eff-43fd-a083-7bba57987c47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image {
  box-sizing: border-box;
}



.s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d61353b-7eff-43fd-a083-7bba57987c47 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container {
      position: relative;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d61353b-7eff-43fd-a083-7bba57987c47 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-944e17a7-854c-44a5-bb70-b7378e459fc7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-db645468-d9ac-4c19-9168-1a312fd353db {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjBlNTQ5MDAtZDE3Ni00MTA0LTk4ZTctYTQ2OWRiOTBiNWQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzYwZTU0OTAwLWQxNzYtNDEwNC05OGU3LWE0NjlkYjkwYjVkNykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-db645468-d9ac-4c19-9168-1a312fd353db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db645468-d9ac-4c19-9168-1a312fd353db:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db645468-d9ac-4c19-9168-1a312fd353db-root {
    text-align: center;
  }


#s-db645468-d9ac-4c19-9168-1a312fd353db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db645468-d9ac-4c19-9168-1a312fd353db-root {
    text-align: center;
  }


#s-db645468-d9ac-4c19-9168-1a312fd353db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db645468-d9ac-4c19-9168-1a312fd353db-root {
    text-align: center;
  }


#s-db645468-d9ac-4c19-9168-1a312fd353db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db645468-d9ac-4c19-9168-1a312fd353db-root {
    text-align: center;
  }


#s-db645468-d9ac-4c19-9168-1a312fd353db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db645468-d9ac-4c19-9168-1a312fd353db-root {
    text-align: center;
  }


#s-db645468-d9ac-4c19-9168-1a312fd353db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  margin: 0 !important;
  overflow: visible;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
  /* Add background color handling */
  
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-content {
  
    justify-content: center;
  
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
  box-sizing: border-box;
}



.s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52fb102b-ae77-4473-9463-8a6c9924f437 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
      position: relative;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  margin: 0 !important;
  overflow: visible;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
  /* Add background color handling */
  
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-content {
  
    justify-content: center;
  
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
  box-sizing: border-box;
}



.s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52fb102b-ae77-4473-9463-8a6c9924f437 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
      position: relative;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  margin: 0 !important;
  overflow: visible;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
  /* Add background color handling */
  
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-content {
  
    justify-content: center;
  
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
  box-sizing: border-box;
}



.s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52fb102b-ae77-4473-9463-8a6c9924f437 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
      position: relative;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  margin: 0 !important;
  overflow: visible;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
  /* Add background color handling */
  
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-content {
  
    justify-content: center;
  
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
  box-sizing: border-box;
}



.s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52fb102b-ae77-4473-9463-8a6c9924f437 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
      position: relative;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  margin: 0 !important;
  overflow: visible;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52fb102b-ae77-4473-9463-8a6c9924f437 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
  /* Add background color handling */
  
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52fb102b-ae77-4473-9463-8a6c9924f437 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-52fb102b-ae77-4473-9463-8a6c9924f437 .shogun-image-content {
  
    justify-content: center;
  
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image {
  box-sizing: border-box;
}



.s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52fb102b-ae77-4473-9463-8a6c9924f437 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container {
      position: relative;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52fb102b-ae77-4473-9463-8a6c9924f437 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-499d459d-b573-4e7d-bbc1-2cef00a0ca40 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDhkNDYyYzYtMWVkNy00MzRiLTkxYjctZGRlMGJmYmYzNGY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Q4ZDQ2MmM2LTFlZDctNDM0Yi05MWI3LWRkZTBiZmJmMzRmNSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6-root {
    text-align: center;
  }


#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6-root {
    text-align: center;
  }


#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6-root {
    text-align: center;
  }


#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6-root {
    text-align: center;
  }


#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6-root {
    text-align: center;
  }


#s-680b9fd6-ab7f-4fca-bdf7-69a7b1d4f1d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-47ac2a7a-1d37-4066-8542-629e68b84c4b {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-47ac2a7a-1d37-4066-8542-629e68b84c4b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47ac2a7a-1d37-4066-8542-629e68b84c4b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-47ac2a7a-1d37-4066-8542-629e68b84c4b {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-47ac2a7a-1d37-4066-8542-629e68b84c4b {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-47ac2a7a-1d37-4066-8542-629e68b84c4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47ac2a7a-1d37-4066-8542-629e68b84c4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-47ac2a7a-1d37-4066-8542-629e68b84c4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-47ac2a7a-1d37-4066-8542-629e68b84c4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
  box-sizing: border-box;
}



.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
      position: relative;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
  box-sizing: border-box;
}



.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
      position: relative;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
  box-sizing: border-box;
}



.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
      position: relative;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
  box-sizing: border-box;
}



.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
      position: relative;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image {
  box-sizing: border-box;
}



.s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container {
      position: relative;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-344a7a2f-2cd3-479b-85fe-18f22b4968e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-2a224409-a15a-48e8-9dfe-1f3b346539a6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9988c137-dd89-4165-b740-496bc995cccb {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjg4Njc3NWMtMzhkMi00Mzk0LTllOTgtOGZlZTBiMDcxNTM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Y4ODY3NzVjLTM4ZDItNDM5NC05ZTk4LThmZWUwYjA3MTUzOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9988c137-dd89-4165-b740-496bc995cccb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9988c137-dd89-4165-b740-496bc995cccb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9988c137-dd89-4165-b740-496bc995cccb-root {
    text-align: center;
  }


#s-9988c137-dd89-4165-b740-496bc995cccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9988c137-dd89-4165-b740-496bc995cccb-root {
    text-align: center;
  }


#s-9988c137-dd89-4165-b740-496bc995cccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9988c137-dd89-4165-b740-496bc995cccb-root {
    text-align: center;
  }


#s-9988c137-dd89-4165-b740-496bc995cccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9988c137-dd89-4165-b740-496bc995cccb-root {
    text-align: center;
  }


#s-9988c137-dd89-4165-b740-496bc995cccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9988c137-dd89-4165-b740-496bc995cccb-root {
    text-align: center;
  }


#s-9988c137-dd89-4165-b740-496bc995cccb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  margin: 0 !important;
  overflow: visible;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
  /* Add background color handling */
  
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
  box-sizing: border-box;
}



.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
      position: relative;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  margin: 0 !important;
  overflow: visible;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
  /* Add background color handling */
  
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
  box-sizing: border-box;
}



.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
      position: relative;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  margin: 0 !important;
  overflow: visible;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
  /* Add background color handling */
  
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
  box-sizing: border-box;
}



.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
      position: relative;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  margin: 0 !important;
  overflow: visible;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
  /* Add background color handling */
  
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
  box-sizing: border-box;
}



.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
      position: relative;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  margin: 0 !important;
  overflow: visible;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
  /* Add background color handling */
  
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image {
  box-sizing: border-box;
}



.s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container {
      position: relative;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffc7ffad-70fd-4ae5-a5c2-451c91540feb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-c65a0241-d4ed-4046-a957-f106933cf9a0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-90aefc6f-965c-4735-a259-13fbb9170f3e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmYzMWMxYzMtYjBjMS00ZTI0LWFkOTItNGM2ZDBlNWRhZDczIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzZmMzFjMWMzLWIwYzEtNGUyNC1hZDkyLTRjNmQwZTVkYWQ3MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-90aefc6f-965c-4735-a259-13fbb9170f3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90aefc6f-965c-4735-a259-13fbb9170f3e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90aefc6f-965c-4735-a259-13fbb9170f3e-root {
    text-align: center;
  }


#s-90aefc6f-965c-4735-a259-13fbb9170f3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90aefc6f-965c-4735-a259-13fbb9170f3e-root {
    text-align: center;
  }


#s-90aefc6f-965c-4735-a259-13fbb9170f3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90aefc6f-965c-4735-a259-13fbb9170f3e-root {
    text-align: center;
  }


#s-90aefc6f-965c-4735-a259-13fbb9170f3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90aefc6f-965c-4735-a259-13fbb9170f3e-root {
    text-align: center;
  }


#s-90aefc6f-965c-4735-a259-13fbb9170f3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90aefc6f-965c-4735-a259-13fbb9170f3e-root {
    text-align: center;
  }


#s-90aefc6f-965c-4735-a259-13fbb9170f3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-374a167c-040c-471d-a99e-bec488c249d9 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-374a167c-040c-471d-a99e-bec488c249d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-374a167c-040c-471d-a99e-bec488c249d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-374a167c-040c-471d-a99e-bec488c249d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-374a167c-040c-471d-a99e-bec488c249d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
  box-sizing: border-box;
}



.s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-374a167c-040c-471d-a99e-bec488c249d9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
      position: relative;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-374a167c-040c-471d-a99e-bec488c249d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-374a167c-040c-471d-a99e-bec488c249d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-374a167c-040c-471d-a99e-bec488c249d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-374a167c-040c-471d-a99e-bec488c249d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
  box-sizing: border-box;
}



.s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-374a167c-040c-471d-a99e-bec488c249d9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
      position: relative;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-374a167c-040c-471d-a99e-bec488c249d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-374a167c-040c-471d-a99e-bec488c249d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-374a167c-040c-471d-a99e-bec488c249d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-374a167c-040c-471d-a99e-bec488c249d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
  box-sizing: border-box;
}



.s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-374a167c-040c-471d-a99e-bec488c249d9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
      position: relative;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-374a167c-040c-471d-a99e-bec488c249d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-374a167c-040c-471d-a99e-bec488c249d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-374a167c-040c-471d-a99e-bec488c249d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-374a167c-040c-471d-a99e-bec488c249d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
  box-sizing: border-box;
}



.s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-374a167c-040c-471d-a99e-bec488c249d9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
      position: relative;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-374a167c-040c-471d-a99e-bec488c249d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-374a167c-040c-471d-a99e-bec488c249d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-374a167c-040c-471d-a99e-bec488c249d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-374a167c-040c-471d-a99e-bec488c249d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-374a167c-040c-471d-a99e-bec488c249d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-374a167c-040c-471d-a99e-bec488c249d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image {
  box-sizing: border-box;
}



.s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-374a167c-040c-471d-a99e-bec488c249d9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container {
      position: relative;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-374a167c-040c-471d-a99e-bec488c249d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-0a5656b7-33d6-4427-bbc0-93f5036c5ab1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8453093f-944e-470a-a904-0ace0427cf41 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDBhMjA4YmYtYTY4Yy00OGQ4LTlkYTItMjNmZTQyNGY2MTVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzQwYTIwOGJmLWE2OGMtNDhkOC05ZGEyLTIzZmU0MjRmNjE1ZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8453093f-944e-470a-a904-0ace0427cf41:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8453093f-944e-470a-a904-0ace0427cf41:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8453093f-944e-470a-a904-0ace0427cf41-root {
    text-align: center;
  }


#s-8453093f-944e-470a-a904-0ace0427cf41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8453093f-944e-470a-a904-0ace0427cf41-root {
    text-align: center;
  }


#s-8453093f-944e-470a-a904-0ace0427cf41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8453093f-944e-470a-a904-0ace0427cf41-root {
    text-align: center;
  }


#s-8453093f-944e-470a-a904-0ace0427cf41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8453093f-944e-470a-a904-0ace0427cf41-root {
    text-align: center;
  }


#s-8453093f-944e-470a-a904-0ace0427cf41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8453093f-944e-470a-a904-0ace0427cf41-root {
    text-align: center;
  }


#s-8453093f-944e-470a-a904-0ace0427cf41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-19777222-d4c3-4f01-ab72-96db0258f280 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-19777222-d4c3-4f01-ab72-96db0258f280 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19777222-d4c3-4f01-ab72-96db0258f280 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-19777222-d4c3-4f01-ab72-96db0258f280 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-19777222-d4c3-4f01-ab72-96db0258f280 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-19777222-d4c3-4f01-ab72-96db0258f280"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19777222-d4c3-4f01-ab72-96db0258f280"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-19777222-d4c3-4f01-ab72-96db0258f280"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-19777222-d4c3-4f01-ab72-96db0258f280"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-192bb025-e04f-4143-9176-87ab18eaa45d {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d {
  margin: 0 !important;
  overflow: visible;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-192bb025-e04f-4143-9176-87ab18eaa45d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-192bb025-e04f-4143-9176-87ab18eaa45d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
  /* Add background color handling */
  
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-content {
  
    justify-content: center;
  
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
  box-sizing: border-box;
}



.s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-192bb025-e04f-4143-9176-87ab18eaa45d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
      position: relative;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-192bb025-e04f-4143-9176-87ab18eaa45d {
  margin: 0 !important;
  overflow: visible;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-192bb025-e04f-4143-9176-87ab18eaa45d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-192bb025-e04f-4143-9176-87ab18eaa45d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
  /* Add background color handling */
  
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-content {
  
    justify-content: center;
  
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
  box-sizing: border-box;
}



.s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-192bb025-e04f-4143-9176-87ab18eaa45d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
      position: relative;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-192bb025-e04f-4143-9176-87ab18eaa45d {
  margin: 0 !important;
  overflow: visible;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-192bb025-e04f-4143-9176-87ab18eaa45d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-192bb025-e04f-4143-9176-87ab18eaa45d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
  /* Add background color handling */
  
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-content {
  
    justify-content: center;
  
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
  box-sizing: border-box;
}



.s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-192bb025-e04f-4143-9176-87ab18eaa45d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
      position: relative;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-192bb025-e04f-4143-9176-87ab18eaa45d {
  margin: 0 !important;
  overflow: visible;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-192bb025-e04f-4143-9176-87ab18eaa45d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-192bb025-e04f-4143-9176-87ab18eaa45d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
  /* Add background color handling */
  
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-content {
  
    justify-content: center;
  
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
  box-sizing: border-box;
}



.s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-192bb025-e04f-4143-9176-87ab18eaa45d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
      position: relative;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-192bb025-e04f-4143-9176-87ab18eaa45d {
  margin: 0 !important;
  overflow: visible;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-192bb025-e04f-4143-9176-87ab18eaa45d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-192bb025-e04f-4143-9176-87ab18eaa45d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
  /* Add background color handling */
  
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-192bb025-e04f-4143-9176-87ab18eaa45d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-192bb025-e04f-4143-9176-87ab18eaa45d .shogun-image-content {
  
    justify-content: center;
  
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image {
  box-sizing: border-box;
}



.s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-192bb025-e04f-4143-9176-87ab18eaa45d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container {
      position: relative;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-192bb025-e04f-4143-9176-87ab18eaa45d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-54a25f1a-2702-4e08-b88e-13936717c93a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjQzY2E0OGMtMTgyZi00YjQwLWI4YzgtOTZlNmQ0ZjczZGU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2I0M2NhNDhjLTE4MmYtNGI0MC1iOGM4LTk2ZTZkNGY3M2RlNikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef-root {
    text-align: center;
  }


#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef-root {
    text-align: center;
  }


#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef-root {
    text-align: center;
  }


#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef-root {
    text-align: center;
  }


#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef-root {
    text-align: center;
  }


#s-ece2018d-2783-4ef5-aaa2-5a26f5ad87ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  margin: 0 !important;
  overflow: visible;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
  /* Add background color handling */
  
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
  box-sizing: border-box;
}



.s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
      position: relative;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  margin: 0 !important;
  overflow: visible;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
  /* Add background color handling */
  
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
  box-sizing: border-box;
}



.s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
      position: relative;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  margin: 0 !important;
  overflow: visible;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
  /* Add background color handling */
  
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
  box-sizing: border-box;
}



.s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
      position: relative;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  margin: 0 !important;
  overflow: visible;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
  /* Add background color handling */
  
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
  box-sizing: border-box;
}



.s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
      position: relative;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  margin: 0 !important;
  overflow: visible;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
  /* Add background color handling */
  
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-00b5acff-05df-45d2-9d6b-6b23a684f104 .shogun-image-content {
  
    justify-content: center;
  
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image {
  box-sizing: border-box;
}



.s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container {
      position: relative;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-00b5acff-05df-45d2-9d6b-6b23a684f104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-82ff721d-9093-45cb-8931-ba9598334789 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a5aa6d35-9480-4833-a235-34ad486273f7 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTg4MTkyYWEtOTg2MC00OTZlLWIyMGItMWNjNmZhOThiY2I1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE4ODE5MmFhLTk4NjAtNDk2ZS1iMjBiLTFjYzZmYTk4YmNiNSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a5aa6d35-9480-4833-a235-34ad486273f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5aa6d35-9480-4833-a235-34ad486273f7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5aa6d35-9480-4833-a235-34ad486273f7-root {
    text-align: center;
  }


#s-a5aa6d35-9480-4833-a235-34ad486273f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5aa6d35-9480-4833-a235-34ad486273f7-root {
    text-align: center;
  }


#s-a5aa6d35-9480-4833-a235-34ad486273f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5aa6d35-9480-4833-a235-34ad486273f7-root {
    text-align: center;
  }


#s-a5aa6d35-9480-4833-a235-34ad486273f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5aa6d35-9480-4833-a235-34ad486273f7-root {
    text-align: center;
  }


#s-a5aa6d35-9480-4833-a235-34ad486273f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5aa6d35-9480-4833-a235-34ad486273f7-root {
    text-align: center;
  }


#s-a5aa6d35-9480-4833-a235-34ad486273f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
  box-sizing: border-box;
}



.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
      position: relative;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
  box-sizing: border-box;
}



.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
      position: relative;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
  box-sizing: border-box;
}



.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
      position: relative;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
  box-sizing: border-box;
}



.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
      position: relative;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image {
  box-sizing: border-box;
}



.s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container {
      position: relative;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ebba7fd-9a13-427e-99c4-5f000796d2d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-8dd1c7ba-0747-498e-b138-529ba1234345 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGJhZjNlMDgtYjMwOS00M2YzLWIyZWYtMjY5Nzk2NDEwODk0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2RiYWYzZTA4LWIzMDktNDNmMy1iMmVmLTI2OTc5NjQxMDg5NCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec-root {
    text-align: center;
  }


#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec-root {
    text-align: center;
  }


#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec-root {
    text-align: center;
  }


#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec-root {
    text-align: center;
  }


#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec-root {
    text-align: center;
  }


#s-f79ec299-06ad-4910-8e93-8cc3bbe2d4ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0abb7d9b-767e-4e62-8c1a-9098519b6eec {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-0abb7d9b-767e-4e62-8c1a-9098519b6eec {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0abb7d9b-767e-4e62-8c1a-9098519b6eec {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0abb7d9b-767e-4e62-8c1a-9098519b6eec {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-0abb7d9b-767e-4e62-8c1a-9098519b6eec {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-0abb7d9b-767e-4e62-8c1a-9098519b6eec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0abb7d9b-767e-4e62-8c1a-9098519b6eec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0abb7d9b-767e-4e62-8c1a-9098519b6eec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0abb7d9b-767e-4e62-8c1a-9098519b6eec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  margin: 0 !important;
  overflow: visible;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
  /* Add background color handling */
  
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
  box-sizing: border-box;
}



.s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
      position: relative;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  margin: 0 !important;
  overflow: visible;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
  /* Add background color handling */
  
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
  box-sizing: border-box;
}



.s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
      position: relative;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  margin: 0 !important;
  overflow: visible;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
  /* Add background color handling */
  
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
  box-sizing: border-box;
}



.s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
      position: relative;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  margin: 0 !important;
  overflow: visible;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
  /* Add background color handling */
  
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
  box-sizing: border-box;
}



.s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
      position: relative;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  margin: 0 !important;
  overflow: visible;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
  /* Add background color handling */
  
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-db2d1547-457b-41a7-8cb2-d1045066ed95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image {
  box-sizing: border-box;
}



.s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container {
      position: relative;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db2d1547-457b-41a7-8cb2-d1045066ed95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-cb9ece38-5b48-4d9f-b64a-4a04bb06dbab {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-82367da8-448a-47f6-af60-38ab17ba2c22 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-82367da8-448a-47f6-af60-38ab17ba2c22:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82367da8-448a-47f6-af60-38ab17ba2c22:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-82367da8-448a-47f6-af60-38ab17ba2c22-root {
    text-align: center;
  }


#s-82367da8-448a-47f6-af60-38ab17ba2c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-82367da8-448a-47f6-af60-38ab17ba2c22-root {
    text-align: center;
  }


#s-82367da8-448a-47f6-af60-38ab17ba2c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82367da8-448a-47f6-af60-38ab17ba2c22-root {
    text-align: center;
  }


#s-82367da8-448a-47f6-af60-38ab17ba2c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82367da8-448a-47f6-af60-38ab17ba2c22-root {
    text-align: center;
  }


#s-82367da8-448a-47f6-af60-38ab17ba2c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-82367da8-448a-47f6-af60-38ab17ba2c22-root {
    text-align: center;
  }


#s-82367da8-448a-47f6-af60-38ab17ba2c22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  margin: 0 !important;
  overflow: visible;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
  /* Add background color handling */
  
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
  box-sizing: border-box;
}



.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
      position: relative;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  margin: 0 !important;
  overflow: visible;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
  /* Add background color handling */
  
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
  box-sizing: border-box;
}



.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
      position: relative;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  margin: 0 !important;
  overflow: visible;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
  /* Add background color handling */
  
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
  box-sizing: border-box;
}



.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
      position: relative;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  margin: 0 !important;
  overflow: visible;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
  /* Add background color handling */
  
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
  box-sizing: border-box;
}



.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
      position: relative;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  margin: 0 !important;
  overflow: visible;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
  /* Add background color handling */
  
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image {
  box-sizing: border-box;
}



.s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container {
      position: relative;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c28a4bf-f3d0-4aab-865c-82f7f111aebc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-f93e4a3b-3d16-4521-abb9-ccfbdbf4c2a9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cab943c1-347e-4559-95a6-dcccade9a80c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-cab943c1-347e-4559-95a6-dcccade9a80c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cab943c1-347e-4559-95a6-dcccade9a80c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cab943c1-347e-4559-95a6-dcccade9a80c-root {
    text-align: center;
  }


#s-cab943c1-347e-4559-95a6-dcccade9a80c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cab943c1-347e-4559-95a6-dcccade9a80c-root {
    text-align: center;
  }


#s-cab943c1-347e-4559-95a6-dcccade9a80c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cab943c1-347e-4559-95a6-dcccade9a80c-root {
    text-align: center;
  }


#s-cab943c1-347e-4559-95a6-dcccade9a80c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cab943c1-347e-4559-95a6-dcccade9a80c-root {
    text-align: center;
  }


#s-cab943c1-347e-4559-95a6-dcccade9a80c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cab943c1-347e-4559-95a6-dcccade9a80c-root {
    text-align: center;
  }


#s-cab943c1-347e-4559-95a6-dcccade9a80c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  margin: 0 !important;
  overflow: visible;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
  /* Add background color handling */
  
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
  box-sizing: border-box;
}



.s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eca975ba-a857-41f5-bc0b-27c002f59357 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
      position: relative;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  margin: 0 !important;
  overflow: visible;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
  /* Add background color handling */
  
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
  box-sizing: border-box;
}



.s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eca975ba-a857-41f5-bc0b-27c002f59357 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
      position: relative;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  margin: 0 !important;
  overflow: visible;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
  /* Add background color handling */
  
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
  box-sizing: border-box;
}



.s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eca975ba-a857-41f5-bc0b-27c002f59357 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
      position: relative;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  margin: 0 !important;
  overflow: visible;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
  /* Add background color handling */
  
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
  box-sizing: border-box;
}



.s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eca975ba-a857-41f5-bc0b-27c002f59357 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
      position: relative;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  margin: 0 !important;
  overflow: visible;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eca975ba-a857-41f5-bc0b-27c002f59357 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
  /* Add background color handling */
  
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eca975ba-a857-41f5-bc0b-27c002f59357 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eca975ba-a857-41f5-bc0b-27c002f59357 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image {
  box-sizing: border-box;
}



.s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eca975ba-a857-41f5-bc0b-27c002f59357 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container {
      position: relative;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eca975ba-a857-41f5-bc0b-27c002f59357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-34dd58b7-c4c4-4724-ac11-3806551605d3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b58467a8-abb6-4744-b5a9-ecd632c433c0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b58467a8-abb6-4744-b5a9-ecd632c433c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b58467a8-abb6-4744-b5a9-ecd632c433c0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b58467a8-abb6-4744-b5a9-ecd632c433c0-root {
    text-align: center;
  }


#s-b58467a8-abb6-4744-b5a9-ecd632c433c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b58467a8-abb6-4744-b5a9-ecd632c433c0-root {
    text-align: center;
  }


#s-b58467a8-abb6-4744-b5a9-ecd632c433c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b58467a8-abb6-4744-b5a9-ecd632c433c0-root {
    text-align: center;
  }


#s-b58467a8-abb6-4744-b5a9-ecd632c433c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b58467a8-abb6-4744-b5a9-ecd632c433c0-root {
    text-align: center;
  }


#s-b58467a8-abb6-4744-b5a9-ecd632c433c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b58467a8-abb6-4744-b5a9-ecd632c433c0-root {
    text-align: center;
  }


#s-b58467a8-abb6-4744-b5a9-ecd632c433c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b1a41ab-fdc6-4e95-aa62-ac0224378c77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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;
}

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

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

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

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

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

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

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

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

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

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

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

#s-8ce011a9-b6fe-4efe-bf1e-26795d4dd5ca {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-8ce011a9-b6fe-4efe-bf1e-26795d4dd5ca {
  overflow: hidden;
  
  
      max-width: 522px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-8ce011a9-b6fe-4efe-bf1e-26795d4dd5ca img.shogun-image,
  #s-8ce011a9-b6fe-4efe-bf1e-26795d4dd5ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8ce011a9-b6fe-4efe-bf1e-26795d4dd5ca {
    width: 100%;
    height: auto;
  }



  #s-8ce011a9-b6fe-4efe-bf1e-26795d4dd5ca img.shogun-image {
    

    
    
    
  }


#s-8ce011a9-b6fe-4efe-bf1e-26795d4dd5ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-6dd73687-7dff-4eab-8b12-0f92150253b4 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-6dd73687-7dff-4eab-8b12-0f92150253b4 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6dd73687-7dff-4eab-8b12-0f92150253b4 img.shogun-image,
  #s-6dd73687-7dff-4eab-8b12-0f92150253b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6dd73687-7dff-4eab-8b12-0f92150253b4 {
    width: 100%;
    height: auto;
  }



  #s-6dd73687-7dff-4eab-8b12-0f92150253b4 img.shogun-image {
    

    
    
    
  }


#s-6dd73687-7dff-4eab-8b12-0f92150253b4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-80e943c9-b76c-4d7f-bb2e-b1d61823e789 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa-root {
    text-align: center;
  }


#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa-root {
    text-align: center;
  }


#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa-root {
    text-align: center;
  }


#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa-root {
    text-align: center;
  }


#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa-root {
    text-align: center;
  }


#s-12fb8268-8bd3-43ab-a69a-495ade7ab1fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1dabd669-5266-484b-8061-6072bbdc5769 {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dabd669-5266-484b-8061-6072bbdc5769 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dabd669-5266-484b-8061-6072bbdc5769 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
  box-sizing: border-box;
}



.s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dabd669-5266-484b-8061-6072bbdc5769 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
      position: relative;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-1dabd669-5266-484b-8061-6072bbdc5769 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dabd669-5266-484b-8061-6072bbdc5769 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dabd669-5266-484b-8061-6072bbdc5769 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
  box-sizing: border-box;
}



.s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dabd669-5266-484b-8061-6072bbdc5769 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
      position: relative;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1dabd669-5266-484b-8061-6072bbdc5769 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dabd669-5266-484b-8061-6072bbdc5769 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dabd669-5266-484b-8061-6072bbdc5769 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
  box-sizing: border-box;
}



.s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dabd669-5266-484b-8061-6072bbdc5769 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
      position: relative;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1dabd669-5266-484b-8061-6072bbdc5769 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dabd669-5266-484b-8061-6072bbdc5769 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dabd669-5266-484b-8061-6072bbdc5769 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
  box-sizing: border-box;
}



.s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dabd669-5266-484b-8061-6072bbdc5769 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
      position: relative;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-1dabd669-5266-484b-8061-6072bbdc5769 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dabd669-5266-484b-8061-6072bbdc5769 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dabd669-5266-484b-8061-6072bbdc5769 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dabd669-5266-484b-8061-6072bbdc5769 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-1dabd669-5266-484b-8061-6072bbdc5769 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image {
  box-sizing: border-box;
}



.s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dabd669-5266-484b-8061-6072bbdc5769 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container {
      position: relative;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dabd669-5266-484b-8061-6072bbdc5769 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-4721a11b-bf7c-466c-8036-c37f2125d554 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-4721a11b-bf7c-466c-8036-c37f2125d554 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-4721a11b-bf7c-466c-8036-c37f2125d554 img.shogun-image,
  #s-4721a11b-bf7c-466c-8036-c37f2125d554 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4721a11b-bf7c-466c-8036-c37f2125d554 {
    width: 100%;
    height: auto;
  }



  #s-4721a11b-bf7c-466c-8036-c37f2125d554 img.shogun-image {
    

    
    
    
  }


#s-4721a11b-bf7c-466c-8036-c37f2125d554 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e2a512d8-b3b1-4638-a0b3-8a542798deb4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f243caa2-342e-427a-81b0-8781c472d641 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f243caa2-342e-427a-81b0-8781c472d641:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f243caa2-342e-427a-81b0-8781c472d641:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f243caa2-342e-427a-81b0-8781c472d641-root {
    text-align: center;
  }


#s-f243caa2-342e-427a-81b0-8781c472d641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f243caa2-342e-427a-81b0-8781c472d641-root {
    text-align: center;
  }


#s-f243caa2-342e-427a-81b0-8781c472d641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f243caa2-342e-427a-81b0-8781c472d641-root {
    text-align: center;
  }


#s-f243caa2-342e-427a-81b0-8781c472d641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f243caa2-342e-427a-81b0-8781c472d641-root {
    text-align: center;
  }


#s-f243caa2-342e-427a-81b0-8781c472d641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f243caa2-342e-427a-81b0-8781c472d641-root {
    text-align: center;
  }


#s-f243caa2-342e-427a-81b0-8781c472d641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f1644d54-fa8f-428c-b781-3248266039b9 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-f1644d54-fa8f-428c-b781-3248266039b9 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f1644d54-fa8f-428c-b781-3248266039b9 img.shogun-image,
  #s-f1644d54-fa8f-428c-b781-3248266039b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1644d54-fa8f-428c-b781-3248266039b9 {
    width: 100%;
    height: auto;
  }



  #s-f1644d54-fa8f-428c-b781-3248266039b9 img.shogun-image {
    

    
    
    
  }


#s-f1644d54-fa8f-428c-b781-3248266039b9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-16ba1c1a-6099-4472-8342-df24ded0574b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-67b0b873-c224-47c4-bbf7-0af336df9786 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-67b0b873-c224-47c4-bbf7-0af336df9786:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-67b0b873-c224-47c4-bbf7-0af336df9786:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67b0b873-c224-47c4-bbf7-0af336df9786-root {
    text-align: center;
  }


#s-67b0b873-c224-47c4-bbf7-0af336df9786.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67b0b873-c224-47c4-bbf7-0af336df9786-root {
    text-align: center;
  }


#s-67b0b873-c224-47c4-bbf7-0af336df9786.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67b0b873-c224-47c4-bbf7-0af336df9786-root {
    text-align: center;
  }


#s-67b0b873-c224-47c4-bbf7-0af336df9786.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67b0b873-c224-47c4-bbf7-0af336df9786-root {
    text-align: center;
  }


#s-67b0b873-c224-47c4-bbf7-0af336df9786.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67b0b873-c224-47c4-bbf7-0af336df9786-root {
    text-align: center;
  }


#s-67b0b873-c224-47c4-bbf7-0af336df9786.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-281c3e80-dc20-4755-af16-d0f15ba61003 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-281c3e80-dc20-4755-af16-d0f15ba61003 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-281c3e80-dc20-4755-af16-d0f15ba61003 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-281c3e80-dc20-4755-af16-d0f15ba61003 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-281c3e80-dc20-4755-af16-d0f15ba61003 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-281c3e80-dc20-4755-af16-d0f15ba61003"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-281c3e80-dc20-4755-af16-d0f15ba61003"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-281c3e80-dc20-4755-af16-d0f15ba61003"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-281c3e80-dc20-4755-af16-d0f15ba61003"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fda3091b-5079-419e-8e8f-e4eb95980f4e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-fda3091b-5079-419e-8e8f-e4eb95980f4e {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-fda3091b-5079-419e-8e8f-e4eb95980f4e img.shogun-image,
  #s-fda3091b-5079-419e-8e8f-e4eb95980f4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fda3091b-5079-419e-8e8f-e4eb95980f4e {
    width: 100%;
    height: auto;
  }



  #s-fda3091b-5079-419e-8e8f-e4eb95980f4e img.shogun-image {
    

    
    
    
  }


#s-fda3091b-5079-419e-8e8f-e4eb95980f4e .shogun-image-content {
  
    justify-content: center;
  
}

#s-3af9aea2-65bb-4777-b7a0-f39558fa11c5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-efacf663-8188-4284-8b59-7952f246d4f5 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-efacf663-8188-4284-8b59-7952f246d4f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-efacf663-8188-4284-8b59-7952f246d4f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-efacf663-8188-4284-8b59-7952f246d4f5-root {
    text-align: center;
  }


#s-efacf663-8188-4284-8b59-7952f246d4f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-efacf663-8188-4284-8b59-7952f246d4f5-root {
    text-align: center;
  }


#s-efacf663-8188-4284-8b59-7952f246d4f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-efacf663-8188-4284-8b59-7952f246d4f5-root {
    text-align: center;
  }


#s-efacf663-8188-4284-8b59-7952f246d4f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-efacf663-8188-4284-8b59-7952f246d4f5-root {
    text-align: center;
  }


#s-efacf663-8188-4284-8b59-7952f246d4f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-efacf663-8188-4284-8b59-7952f246d4f5-root {
    text-align: center;
  }


#s-efacf663-8188-4284-8b59-7952f246d4f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
  box-sizing: border-box;
}



.s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
      position: relative;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
  box-sizing: border-box;
}



.s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
      position: relative;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
  box-sizing: border-box;
}



.s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
      position: relative;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
  box-sizing: border-box;
}



.s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
      position: relative;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ff65e6a3-a184-455a-9924-3c0909c2c230 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image {
  box-sizing: border-box;
}



.s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container {
      position: relative;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff65e6a3-a184-455a-9924-3c0909c2c230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-011776af-19ce-4099-bcab-7492b9a9f6d6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d350a3e-86a5-4ceb-9b99-e86b907782e6-root {
    text-align: center;
  }


#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d350a3e-86a5-4ceb-9b99-e86b907782e6-root {
    text-align: center;
  }


#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d350a3e-86a5-4ceb-9b99-e86b907782e6-root {
    text-align: center;
  }


#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d350a3e-86a5-4ceb-9b99-e86b907782e6-root {
    text-align: center;
  }


#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d350a3e-86a5-4ceb-9b99-e86b907782e6-root {
    text-align: center;
  }


#s-1d350a3e-86a5-4ceb-9b99-e86b907782e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c8e6a4d7-eb39-43df-bce4-8584c5fd6d6e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c8e6a4d7-eb39-43df-bce4-8584c5fd6d6e {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c8e6a4d7-eb39-43df-bce4-8584c5fd6d6e img.shogun-image,
  #s-c8e6a4d7-eb39-43df-bce4-8584c5fd6d6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8e6a4d7-eb39-43df-bce4-8584c5fd6d6e {
    width: 100%;
    height: auto;
  }



  #s-c8e6a4d7-eb39-43df-bce4-8584c5fd6d6e img.shogun-image {
    

    
    
    
  }


#s-c8e6a4d7-eb39-43df-bce4-8584c5fd6d6e .shogun-image-content {
  
    justify-content: center;
  
}

#s-0b0ecfca-5cd7-4f80-b7aa-5d2ddcf5ac7d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d153b2bf-a26e-4a22-99ff-52c61452046d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d153b2bf-a26e-4a22-99ff-52c61452046d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d153b2bf-a26e-4a22-99ff-52c61452046d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d153b2bf-a26e-4a22-99ff-52c61452046d-root {
    text-align: center;
  }


#s-d153b2bf-a26e-4a22-99ff-52c61452046d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d153b2bf-a26e-4a22-99ff-52c61452046d-root {
    text-align: center;
  }


#s-d153b2bf-a26e-4a22-99ff-52c61452046d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d153b2bf-a26e-4a22-99ff-52c61452046d-root {
    text-align: center;
  }


#s-d153b2bf-a26e-4a22-99ff-52c61452046d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d153b2bf-a26e-4a22-99ff-52c61452046d-root {
    text-align: center;
  }


#s-d153b2bf-a26e-4a22-99ff-52c61452046d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d153b2bf-a26e-4a22-99ff-52c61452046d-root {
    text-align: center;
  }


#s-d153b2bf-a26e-4a22-99ff-52c61452046d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3d9f0e82-653c-4375-a3eb-9724ba79c983 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-3d9f0e82-653c-4375-a3eb-9724ba79c983 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d9f0e82-653c-4375-a3eb-9724ba79c983 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d9f0e82-653c-4375-a3eb-9724ba79c983 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-3d9f0e82-653c-4375-a3eb-9724ba79c983 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-3d9f0e82-653c-4375-a3eb-9724ba79c983"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d9f0e82-653c-4375-a3eb-9724ba79c983"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3d9f0e82-653c-4375-a3eb-9724ba79c983"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d9f0e82-653c-4375-a3eb-9724ba79c983"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c936813a-1003-4028-80ef-eddeacce6cda {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c936813a-1003-4028-80ef-eddeacce6cda {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c936813a-1003-4028-80ef-eddeacce6cda img.shogun-image,
  #s-c936813a-1003-4028-80ef-eddeacce6cda .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c936813a-1003-4028-80ef-eddeacce6cda {
    width: 100%;
    height: auto;
  }



  #s-c936813a-1003-4028-80ef-eddeacce6cda img.shogun-image {
    

    
    
    
  }


#s-c936813a-1003-4028-80ef-eddeacce6cda .shogun-image-content {
  
    justify-content: center;
  
}

#s-82b5e258-3fde-4aca-893a-8b96caa326bc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e87c1611-4a05-4d8b-a615-d474972c20ef {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e87c1611-4a05-4d8b-a615-d474972c20ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e87c1611-4a05-4d8b-a615-d474972c20ef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e87c1611-4a05-4d8b-a615-d474972c20ef-root {
    text-align: center;
  }


#s-e87c1611-4a05-4d8b-a615-d474972c20ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e87c1611-4a05-4d8b-a615-d474972c20ef-root {
    text-align: center;
  }


#s-e87c1611-4a05-4d8b-a615-d474972c20ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e87c1611-4a05-4d8b-a615-d474972c20ef-root {
    text-align: center;
  }


#s-e87c1611-4a05-4d8b-a615-d474972c20ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e87c1611-4a05-4d8b-a615-d474972c20ef-root {
    text-align: center;
  }


#s-e87c1611-4a05-4d8b-a615-d474972c20ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e87c1611-4a05-4d8b-a615-d474972c20ef-root {
    text-align: center;
  }


#s-e87c1611-4a05-4d8b-a615-d474972c20ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  margin: 0 !important;
  overflow: visible;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
  /* Add background color handling */
  
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
  box-sizing: border-box;
}



.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
      position: relative;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  margin: 0 !important;
  overflow: visible;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
  /* Add background color handling */
  
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
  box-sizing: border-box;
}



.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
      position: relative;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  margin: 0 !important;
  overflow: visible;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
  /* Add background color handling */
  
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
  box-sizing: border-box;
}



.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
      position: relative;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  margin: 0 !important;
  overflow: visible;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
  /* Add background color handling */
  
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
  box-sizing: border-box;
}



.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
      position: relative;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  margin: 0 !important;
  overflow: visible;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
  /* Add background color handling */
  
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image {
  box-sizing: border-box;
}



.s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container {
      position: relative;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef653ff2-4475-407b-96c2-39d9aa7ba85b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-498986f7-7223-4d73-b8a6-e3031c3d6516 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-846f2cf3-d456-4622-8a6c-266139f4a3a8 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-846f2cf3-d456-4622-8a6c-266139f4a3a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-846f2cf3-d456-4622-8a6c-266139f4a3a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-846f2cf3-d456-4622-8a6c-266139f4a3a8-root {
    text-align: center;
  }


#s-846f2cf3-d456-4622-8a6c-266139f4a3a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-846f2cf3-d456-4622-8a6c-266139f4a3a8-root {
    text-align: center;
  }


#s-846f2cf3-d456-4622-8a6c-266139f4a3a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-846f2cf3-d456-4622-8a6c-266139f4a3a8-root {
    text-align: center;
  }


#s-846f2cf3-d456-4622-8a6c-266139f4a3a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-846f2cf3-d456-4622-8a6c-266139f4a3a8-root {
    text-align: center;
  }


#s-846f2cf3-d456-4622-8a6c-266139f4a3a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-846f2cf3-d456-4622-8a6c-266139f4a3a8-root {
    text-align: center;
  }


#s-846f2cf3-d456-4622-8a6c-266139f4a3a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-70573ab4-0665-4be8-9523-b57ca9613976 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-70573ab4-0665-4be8-9523-b57ca9613976 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-70573ab4-0665-4be8-9523-b57ca9613976 img.shogun-image,
  #s-70573ab4-0665-4be8-9523-b57ca9613976 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70573ab4-0665-4be8-9523-b57ca9613976 {
    width: 100%;
    height: auto;
  }



  #s-70573ab4-0665-4be8-9523-b57ca9613976 img.shogun-image {
    

    
    
    
  }


#s-70573ab4-0665-4be8-9523-b57ca9613976 .shogun-image-content {
  
    justify-content: center;
  
}

#s-84b0a58d-e310-45cd-9eb9-3e36187803b3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ffb10996-0a9e-4d67-adc6-6f16653068ec {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ffb10996-0a9e-4d67-adc6-6f16653068ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ffb10996-0a9e-4d67-adc6-6f16653068ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ffb10996-0a9e-4d67-adc6-6f16653068ec-root {
    text-align: center;
  }


#s-ffb10996-0a9e-4d67-adc6-6f16653068ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffb10996-0a9e-4d67-adc6-6f16653068ec-root {
    text-align: center;
  }


#s-ffb10996-0a9e-4d67-adc6-6f16653068ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffb10996-0a9e-4d67-adc6-6f16653068ec-root {
    text-align: center;
  }


#s-ffb10996-0a9e-4d67-adc6-6f16653068ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffb10996-0a9e-4d67-adc6-6f16653068ec-root {
    text-align: center;
  }


#s-ffb10996-0a9e-4d67-adc6-6f16653068ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffb10996-0a9e-4d67-adc6-6f16653068ec-root {
    text-align: center;
  }


#s-ffb10996-0a9e-4d67-adc6-6f16653068ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d6445d2-4291-41e4-aa72-a0eafeaaecaf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-abcc829c-f650-46cd-812f-d76e186c149b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-abcc829c-f650-46cd-812f-d76e186c149b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-abcc829c-f650-46cd-812f-d76e186c149b img.shogun-image,
  #s-abcc829c-f650-46cd-812f-d76e186c149b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-abcc829c-f650-46cd-812f-d76e186c149b {
    width: 100%;
    height: auto;
  }



  #s-abcc829c-f650-46cd-812f-d76e186c149b img.shogun-image {
    

    
    
    
  }


#s-abcc829c-f650-46cd-812f-d76e186c149b .shogun-image-content {
  
    justify-content: center;
  
}

#s-65436cb5-8989-4fc9-9632-fb10348b9172 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3-root {
    text-align: center;
  }


#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3-root {
    text-align: center;
  }


#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3-root {
    text-align: center;
  }


#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3-root {
    text-align: center;
  }


#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3-root {
    text-align: center;
  }


#s-f543ea33-35f2-4a2c-9076-b3170c7bfbc3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
  box-sizing: border-box;
}



.s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
      position: relative;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
  box-sizing: border-box;
}



.s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
      position: relative;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
  box-sizing: border-box;
}



.s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
      position: relative;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
  box-sizing: border-box;
}



.s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
      position: relative;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3c138a03-1a74-4988-8d7d-52fb6453bb92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image {
  box-sizing: border-box;
}



.s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container {
      position: relative;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c138a03-1a74-4988-8d7d-52fb6453bb92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-a63b15ed-c98a-43a5-bef3-920042c47ff7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ace4dafa-95a3-461a-bd5d-2436089f104a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ace4dafa-95a3-461a-bd5d-2436089f104a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ace4dafa-95a3-461a-bd5d-2436089f104a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ace4dafa-95a3-461a-bd5d-2436089f104a-root {
    text-align: center;
  }


#s-ace4dafa-95a3-461a-bd5d-2436089f104a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ace4dafa-95a3-461a-bd5d-2436089f104a-root {
    text-align: center;
  }


#s-ace4dafa-95a3-461a-bd5d-2436089f104a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ace4dafa-95a3-461a-bd5d-2436089f104a-root {
    text-align: center;
  }


#s-ace4dafa-95a3-461a-bd5d-2436089f104a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ace4dafa-95a3-461a-bd5d-2436089f104a-root {
    text-align: center;
  }


#s-ace4dafa-95a3-461a-bd5d-2436089f104a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ace4dafa-95a3-461a-bd5d-2436089f104a-root {
    text-align: center;
  }


#s-ace4dafa-95a3-461a-bd5d-2436089f104a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1deba7f9-10ef-4667-8dd9-ec31c5c50c87 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-1deba7f9-10ef-4667-8dd9-ec31c5c50c87 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1deba7f9-10ef-4667-8dd9-ec31c5c50c87 img.shogun-image,
  #s-1deba7f9-10ef-4667-8dd9-ec31c5c50c87 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1deba7f9-10ef-4667-8dd9-ec31c5c50c87 {
    width: 100%;
    height: auto;
  }



  #s-1deba7f9-10ef-4667-8dd9-ec31c5c50c87 img.shogun-image {
    

    
    
    
  }


#s-1deba7f9-10ef-4667-8dd9-ec31c5c50c87 .shogun-image-content {
  
    justify-content: center;
  
}

#s-25e367f0-4c44-46dd-92a5-1d8ec4f8be1b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-63909f29-9d38-4c1d-9894-7a5b35773800 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-63909f29-9d38-4c1d-9894-7a5b35773800:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-63909f29-9d38-4c1d-9894-7a5b35773800:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-63909f29-9d38-4c1d-9894-7a5b35773800-root {
    text-align: center;
  }


#s-63909f29-9d38-4c1d-9894-7a5b35773800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-63909f29-9d38-4c1d-9894-7a5b35773800-root {
    text-align: center;
  }


#s-63909f29-9d38-4c1d-9894-7a5b35773800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-63909f29-9d38-4c1d-9894-7a5b35773800-root {
    text-align: center;
  }


#s-63909f29-9d38-4c1d-9894-7a5b35773800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-63909f29-9d38-4c1d-9894-7a5b35773800-root {
    text-align: center;
  }


#s-63909f29-9d38-4c1d-9894-7a5b35773800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-63909f29-9d38-4c1d-9894-7a5b35773800-root {
    text-align: center;
  }


#s-63909f29-9d38-4c1d-9894-7a5b35773800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2d76c4d5-6b5e-434e-acff-55951499abd6 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-2d76c4d5-6b5e-434e-acff-55951499abd6 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d76c4d5-6b5e-434e-acff-55951499abd6 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d76c4d5-6b5e-434e-acff-55951499abd6 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-2d76c4d5-6b5e-434e-acff-55951499abd6 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-2d76c4d5-6b5e-434e-acff-55951499abd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d76c4d5-6b5e-434e-acff-55951499abd6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d76c4d5-6b5e-434e-acff-55951499abd6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d76c4d5-6b5e-434e-acff-55951499abd6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-285d4879-c5db-4943-90b2-df0951c3c4e4 {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-285d4879-c5db-4943-90b2-df0951c3c4e4 {
  overflow: hidden;
  
  
      max-width: 522px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-285d4879-c5db-4943-90b2-df0951c3c4e4 img.shogun-image,
  #s-285d4879-c5db-4943-90b2-df0951c3c4e4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-285d4879-c5db-4943-90b2-df0951c3c4e4 {
    width: 100%;
    height: auto;
  }



  #s-285d4879-c5db-4943-90b2-df0951c3c4e4 img.shogun-image {
    

    
    
    
  }


#s-285d4879-c5db-4943-90b2-df0951c3c4e4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9ec02211-0550-4917-a51a-f071d62e582e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-9ec02211-0550-4917-a51a-f071d62e582e {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9ec02211-0550-4917-a51a-f071d62e582e img.shogun-image,
  #s-9ec02211-0550-4917-a51a-f071d62e582e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ec02211-0550-4917-a51a-f071d62e582e {
    width: 100%;
    height: auto;
  }



  #s-9ec02211-0550-4917-a51a-f071d62e582e img.shogun-image {
    

    
    
    
  }


#s-9ec02211-0550-4917-a51a-f071d62e582e .shogun-image-content {
  
    justify-content: center;
  
}

#s-8e62689d-b04a-4a6a-b710-5a4b44af894f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6-root {
    text-align: center;
  }


#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6-root {
    text-align: center;
  }


#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6-root {
    text-align: center;
  }


#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6-root {
    text-align: center;
  }


#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6-root {
    text-align: center;
  }


#s-97b1ffc7-26be-4fb5-9aff-97f88d4dd1b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  margin: 0 !important;
  overflow: visible;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
  /* Add background color handling */
  
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
  box-sizing: border-box;
}



.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
      position: relative;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  margin: 0 !important;
  overflow: visible;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
  /* Add background color handling */
  
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
  box-sizing: border-box;
}



.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
      position: relative;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  margin: 0 !important;
  overflow: visible;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
  /* Add background color handling */
  
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
  box-sizing: border-box;
}



.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
      position: relative;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  margin: 0 !important;
  overflow: visible;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
  /* Add background color handling */
  
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
  box-sizing: border-box;
}



.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
      position: relative;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  margin: 0 !important;
  overflow: visible;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
  /* Add background color handling */
  
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image {
  box-sizing: border-box;
}



.s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container {
      position: relative;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-266b92c1-df4a-424f-9cea-5a3d5ed3fbd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-e704ea06-92bf-4f28-b25c-fd2d212a2be4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d69d9b50-adec-41a7-b7c4-502a54c67119 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d69d9b50-adec-41a7-b7c4-502a54c67119:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d69d9b50-adec-41a7-b7c4-502a54c67119:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d69d9b50-adec-41a7-b7c4-502a54c67119-root {
    text-align: center;
  }


#s-d69d9b50-adec-41a7-b7c4-502a54c67119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d69d9b50-adec-41a7-b7c4-502a54c67119-root {
    text-align: center;
  }


#s-d69d9b50-adec-41a7-b7c4-502a54c67119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d69d9b50-adec-41a7-b7c4-502a54c67119-root {
    text-align: center;
  }


#s-d69d9b50-adec-41a7-b7c4-502a54c67119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d69d9b50-adec-41a7-b7c4-502a54c67119-root {
    text-align: center;
  }


#s-d69d9b50-adec-41a7-b7c4-502a54c67119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d69d9b50-adec-41a7-b7c4-502a54c67119-root {
    text-align: center;
  }


#s-d69d9b50-adec-41a7-b7c4-502a54c67119.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bbdbb4d5-da9f-41c2-9270-e27310fa051b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-bbdbb4d5-da9f-41c2-9270-e27310fa051b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-bbdbb4d5-da9f-41c2-9270-e27310fa051b img.shogun-image,
  #s-bbdbb4d5-da9f-41c2-9270-e27310fa051b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbdbb4d5-da9f-41c2-9270-e27310fa051b {
    width: 100%;
    height: auto;
  }



  #s-bbdbb4d5-da9f-41c2-9270-e27310fa051b img.shogun-image {
    

    
    
    
  }


#s-bbdbb4d5-da9f-41c2-9270-e27310fa051b .shogun-image-content {
  
    justify-content: center;
  
}

#s-2650f0e4-adc3-4c6e-aabc-431576c6ae73 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5a7aee94-739f-44e3-9134-ae8321052436 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5a7aee94-739f-44e3-9134-ae8321052436:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a7aee94-739f-44e3-9134-ae8321052436:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a7aee94-739f-44e3-9134-ae8321052436-root {
    text-align: center;
  }


#s-5a7aee94-739f-44e3-9134-ae8321052436.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a7aee94-739f-44e3-9134-ae8321052436-root {
    text-align: center;
  }


#s-5a7aee94-739f-44e3-9134-ae8321052436.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a7aee94-739f-44e3-9134-ae8321052436-root {
    text-align: center;
  }


#s-5a7aee94-739f-44e3-9134-ae8321052436.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a7aee94-739f-44e3-9134-ae8321052436-root {
    text-align: center;
  }


#s-5a7aee94-739f-44e3-9134-ae8321052436.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a7aee94-739f-44e3-9134-ae8321052436-root {
    text-align: center;
  }


#s-5a7aee94-739f-44e3-9134-ae8321052436.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-814610c7-857c-4f25-b46c-369d693d175c {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-814610c7-857c-4f25-b46c-369d693d175c {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-814610c7-857c-4f25-b46c-369d693d175c {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-814610c7-857c-4f25-b46c-369d693d175c {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-814610c7-857c-4f25-b46c-369d693d175c {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-814610c7-857c-4f25-b46c-369d693d175c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-814610c7-857c-4f25-b46c-369d693d175c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-814610c7-857c-4f25-b46c-369d693d175c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-814610c7-857c-4f25-b46c-369d693d175c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2874ac12-1f94-4e58-8b94-52e8147d7470 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-2874ac12-1f94-4e58-8b94-52e8147d7470 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-2874ac12-1f94-4e58-8b94-52e8147d7470 img.shogun-image,
  #s-2874ac12-1f94-4e58-8b94-52e8147d7470 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2874ac12-1f94-4e58-8b94-52e8147d7470 {
    width: 100%;
    height: auto;
  }



  #s-2874ac12-1f94-4e58-8b94-52e8147d7470 img.shogun-image {
    

    
    
    
  }


#s-2874ac12-1f94-4e58-8b94-52e8147d7470 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fa0b19dc-fd0b-4ce2-bf3a-40ae95b6f2bf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7d37d28d-bc39-41bc-9e61-b1f801c6e138-root {
    text-align: center;
  }


#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d37d28d-bc39-41bc-9e61-b1f801c6e138-root {
    text-align: center;
  }


#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d37d28d-bc39-41bc-9e61-b1f801c6e138-root {
    text-align: center;
  }


#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d37d28d-bc39-41bc-9e61-b1f801c6e138-root {
    text-align: center;
  }


#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d37d28d-bc39-41bc-9e61-b1f801c6e138-root {
    text-align: center;
  }


#s-7d37d28d-bc39-41bc-9e61-b1f801c6e138.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-69702886-a49d-4f0e-b8a6-b965802d95c6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-69702886-a49d-4f0e-b8a6-b965802d95c6 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-69702886-a49d-4f0e-b8a6-b965802d95c6 img.shogun-image,
  #s-69702886-a49d-4f0e-b8a6-b965802d95c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69702886-a49d-4f0e-b8a6-b965802d95c6 {
    width: 100%;
    height: auto;
  }



  #s-69702886-a49d-4f0e-b8a6-b965802d95c6 img.shogun-image {
    

    
    
    
  }


#s-69702886-a49d-4f0e-b8a6-b965802d95c6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-25273dff-505d-4ae6-9419-8f8db24c9058 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6f7e03df-5cd7-45cf-9d1d-954039776425 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6f7e03df-5cd7-45cf-9d1d-954039776425:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f7e03df-5cd7-45cf-9d1d-954039776425:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f7e03df-5cd7-45cf-9d1d-954039776425-root {
    text-align: center;
  }


#s-6f7e03df-5cd7-45cf-9d1d-954039776425.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f7e03df-5cd7-45cf-9d1d-954039776425-root {
    text-align: center;
  }


#s-6f7e03df-5cd7-45cf-9d1d-954039776425.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f7e03df-5cd7-45cf-9d1d-954039776425-root {
    text-align: center;
  }


#s-6f7e03df-5cd7-45cf-9d1d-954039776425.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f7e03df-5cd7-45cf-9d1d-954039776425-root {
    text-align: center;
  }


#s-6f7e03df-5cd7-45cf-9d1d-954039776425.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f7e03df-5cd7-45cf-9d1d-954039776425-root {
    text-align: center;
  }


#s-6f7e03df-5cd7-45cf-9d1d-954039776425.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-86169bc2-5521-48cb-ba32-ca18b1a79e90 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-86169bc2-5521-48cb-ba32-ca18b1a79e90 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-86169bc2-5521-48cb-ba32-ca18b1a79e90 img.shogun-image,
  #s-86169bc2-5521-48cb-ba32-ca18b1a79e90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86169bc2-5521-48cb-ba32-ca18b1a79e90 {
    width: 100%;
    height: auto;
  }



  #s-86169bc2-5521-48cb-ba32-ca18b1a79e90 img.shogun-image {
    

    
    
    
  }


#s-86169bc2-5521-48cb-ba32-ca18b1a79e90 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e9bc659f-d6d2-43cc-9247-39102532cea5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3794b378-98cb-4597-9823-fe18445d364b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3794b378-98cb-4597-9823-fe18445d364b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3794b378-98cb-4597-9823-fe18445d364b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3794b378-98cb-4597-9823-fe18445d364b-root {
    text-align: center;
  }


#s-3794b378-98cb-4597-9823-fe18445d364b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3794b378-98cb-4597-9823-fe18445d364b-root {
    text-align: center;
  }


#s-3794b378-98cb-4597-9823-fe18445d364b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3794b378-98cb-4597-9823-fe18445d364b-root {
    text-align: center;
  }


#s-3794b378-98cb-4597-9823-fe18445d364b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3794b378-98cb-4597-9823-fe18445d364b-root {
    text-align: center;
  }


#s-3794b378-98cb-4597-9823-fe18445d364b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3794b378-98cb-4597-9823-fe18445d364b-root {
    text-align: center;
  }


#s-3794b378-98cb-4597-9823-fe18445d364b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8aca93f1-13ab-4976-b50c-8e8618ce4b5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0e3004f9-19c3-425c-9865-db62ce229036 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-0e3004f9-19c3-425c-9865-db62ce229036 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0e3004f9-19c3-425c-9865-db62ce229036 img.shogun-image,
  #s-0e3004f9-19c3-425c-9865-db62ce229036 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e3004f9-19c3-425c-9865-db62ce229036 {
    width: 100%;
    height: auto;
  }



  #s-0e3004f9-19c3-425c-9865-db62ce229036 img.shogun-image {
    

    
    
    
  }


#s-0e3004f9-19c3-425c-9865-db62ce229036 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2fa5b590-a988-4964-91a0-54a5829bac58 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-807117cb-9ab0-40ab-b7c3-18da3e9202fc-root {
    text-align: center;
  }


#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-807117cb-9ab0-40ab-b7c3-18da3e9202fc-root {
    text-align: center;
  }


#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-807117cb-9ab0-40ab-b7c3-18da3e9202fc-root {
    text-align: center;
  }


#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-807117cb-9ab0-40ab-b7c3-18da3e9202fc-root {
    text-align: center;
  }


#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-807117cb-9ab0-40ab-b7c3-18da3e9202fc-root {
    text-align: center;
  }


#s-807117cb-9ab0-40ab-b7c3-18da3e9202fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1c92c0df-c1d0-4edd-ae12-a2bf80918c1e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-1c92c0df-c1d0-4edd-ae12-a2bf80918c1e {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1c92c0df-c1d0-4edd-ae12-a2bf80918c1e img.shogun-image,
  #s-1c92c0df-c1d0-4edd-ae12-a2bf80918c1e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c92c0df-c1d0-4edd-ae12-a2bf80918c1e {
    width: 100%;
    height: auto;
  }



  #s-1c92c0df-c1d0-4edd-ae12-a2bf80918c1e img.shogun-image {
    

    
    
    
  }


#s-1c92c0df-c1d0-4edd-ae12-a2bf80918c1e .shogun-image-content {
  
    justify-content: center;
  
}

#s-b20bc43d-a536-4361-a152-0416d59c5574 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bc53697d-0e46-4f29-9308-b9e99e378a96 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-bc53697d-0e46-4f29-9308-b9e99e378a96:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc53697d-0e46-4f29-9308-b9e99e378a96:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc53697d-0e46-4f29-9308-b9e99e378a96-root {
    text-align: center;
  }


#s-bc53697d-0e46-4f29-9308-b9e99e378a96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc53697d-0e46-4f29-9308-b9e99e378a96-root {
    text-align: center;
  }


#s-bc53697d-0e46-4f29-9308-b9e99e378a96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc53697d-0e46-4f29-9308-b9e99e378a96-root {
    text-align: center;
  }


#s-bc53697d-0e46-4f29-9308-b9e99e378a96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc53697d-0e46-4f29-9308-b9e99e378a96-root {
    text-align: center;
  }


#s-bc53697d-0e46-4f29-9308-b9e99e378a96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc53697d-0e46-4f29-9308-b9e99e378a96-root {
    text-align: center;
  }


#s-bc53697d-0e46-4f29-9308-b9e99e378a96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fa3463d7-f848-4e98-8cc2-15680e279094 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-fa3463d7-f848-4e98-8cc2-15680e279094 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-fa3463d7-f848-4e98-8cc2-15680e279094 img.shogun-image,
  #s-fa3463d7-f848-4e98-8cc2-15680e279094 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa3463d7-f848-4e98-8cc2-15680e279094 {
    width: 100%;
    height: auto;
  }



  #s-fa3463d7-f848-4e98-8cc2-15680e279094 img.shogun-image {
    

    
    
    
  }


#s-fa3463d7-f848-4e98-8cc2-15680e279094 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4fd32ba7-30ff-4f0c-8f51-436aa877f64b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1-root {
    text-align: center;
  }


#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1-root {
    text-align: center;
  }


#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1-root {
    text-align: center;
  }


#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1-root {
    text-align: center;
  }


#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1-root {
    text-align: center;
  }


#s-10dd23bd-1a3f-443b-8e70-f1aa84c831b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-64cacf41-9486-4c23-acb8-0c22ba276b4a {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-64cacf41-9486-4c23-acb8-0c22ba276b4a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64cacf41-9486-4c23-acb8-0c22ba276b4a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-64cacf41-9486-4c23-acb8-0c22ba276b4a {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-64cacf41-9486-4c23-acb8-0c22ba276b4a {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-64cacf41-9486-4c23-acb8-0c22ba276b4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64cacf41-9486-4c23-acb8-0c22ba276b4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-64cacf41-9486-4c23-acb8-0c22ba276b4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-64cacf41-9486-4c23-acb8-0c22ba276b4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d666fe75-75d8-4291-a563-e41f4b32f3f2 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-d666fe75-75d8-4291-a563-e41f4b32f3f2 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d666fe75-75d8-4291-a563-e41f4b32f3f2 img.shogun-image,
  #s-d666fe75-75d8-4291-a563-e41f4b32f3f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d666fe75-75d8-4291-a563-e41f4b32f3f2 {
    width: 100%;
    height: auto;
  }



  #s-d666fe75-75d8-4291-a563-e41f4b32f3f2 img.shogun-image {
    

    
    
    
  }


#s-d666fe75-75d8-4291-a563-e41f4b32f3f2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-336bbdef-2a57-426a-a6a5-4f7da9767cc4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c7973c7-ed60-40c3-bd09-a1730132b9dc-root {
    text-align: center;
  }


#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c7973c7-ed60-40c3-bd09-a1730132b9dc-root {
    text-align: center;
  }


#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c7973c7-ed60-40c3-bd09-a1730132b9dc-root {
    text-align: center;
  }


#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c7973c7-ed60-40c3-bd09-a1730132b9dc-root {
    text-align: center;
  }


#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c7973c7-ed60-40c3-bd09-a1730132b9dc-root {
    text-align: center;
  }


#s-3c7973c7-ed60-40c3-bd09-a1730132b9dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5a32169f-b5e3-47ce-adce-0ea9a3a09af6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-5a32169f-b5e3-47ce-adce-0ea9a3a09af6 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-5a32169f-b5e3-47ce-adce-0ea9a3a09af6 img.shogun-image,
  #s-5a32169f-b5e3-47ce-adce-0ea9a3a09af6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a32169f-b5e3-47ce-adce-0ea9a3a09af6 {
    width: 100%;
    height: auto;
  }



  #s-5a32169f-b5e3-47ce-adce-0ea9a3a09af6 img.shogun-image {
    

    
    
    
  }


#s-5a32169f-b5e3-47ce-adce-0ea9a3a09af6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6034b547-bf69-4d1f-9fc0-1a17c288e319 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29826bd9-c8a9-4dfd-9774-6b69973c19ba-root {
    text-align: center;
  }


#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-29826bd9-c8a9-4dfd-9774-6b69973c19ba-root {
    text-align: center;
  }


#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29826bd9-c8a9-4dfd-9774-6b69973c19ba-root {
    text-align: center;
  }


#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29826bd9-c8a9-4dfd-9774-6b69973c19ba-root {
    text-align: center;
  }


#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-29826bd9-c8a9-4dfd-9774-6b69973c19ba-root {
    text-align: center;
  }


#s-29826bd9-c8a9-4dfd-9774-6b69973c19ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f14bfac7-5ec8-49dd-8025-3319ca95566c {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-f14bfac7-5ec8-49dd-8025-3319ca95566c {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f14bfac7-5ec8-49dd-8025-3319ca95566c img.shogun-image,
  #s-f14bfac7-5ec8-49dd-8025-3319ca95566c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f14bfac7-5ec8-49dd-8025-3319ca95566c {
    width: 100%;
    height: auto;
  }



  #s-f14bfac7-5ec8-49dd-8025-3319ca95566c img.shogun-image {
    

    
    
    
  }


#s-f14bfac7-5ec8-49dd-8025-3319ca95566c .shogun-image-content {
  
    justify-content: center;
  
}

#s-9f5425d9-29b8-4ee5-8cae-42e650bbdf59 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9d2623ba-673b-441a-9f83-8065db050da5 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9d2623ba-673b-441a-9f83-8065db050da5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d2623ba-673b-441a-9f83-8065db050da5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d2623ba-673b-441a-9f83-8065db050da5-root {
    text-align: center;
  }


#s-9d2623ba-673b-441a-9f83-8065db050da5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d2623ba-673b-441a-9f83-8065db050da5-root {
    text-align: center;
  }


#s-9d2623ba-673b-441a-9f83-8065db050da5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d2623ba-673b-441a-9f83-8065db050da5-root {
    text-align: center;
  }


#s-9d2623ba-673b-441a-9f83-8065db050da5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d2623ba-673b-441a-9f83-8065db050da5-root {
    text-align: center;
  }


#s-9d2623ba-673b-441a-9f83-8065db050da5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d2623ba-673b-441a-9f83-8065db050da5-root {
    text-align: center;
  }


#s-9d2623ba-673b-441a-9f83-8065db050da5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-52398f83-04bd-4e7c-806f-7b9931725151 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-52398f83-04bd-4e7c-806f-7b9931725151 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52398f83-04bd-4e7c-806f-7b9931725151 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-52398f83-04bd-4e7c-806f-7b9931725151 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-52398f83-04bd-4e7c-806f-7b9931725151 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-52398f83-04bd-4e7c-806f-7b9931725151"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52398f83-04bd-4e7c-806f-7b9931725151"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-52398f83-04bd-4e7c-806f-7b9931725151"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-52398f83-04bd-4e7c-806f-7b9931725151"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9394fce7-ec13-45b5-84bb-91739d914f23 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-9394fce7-ec13-45b5-84bb-91739d914f23 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9394fce7-ec13-45b5-84bb-91739d914f23 img.shogun-image,
  #s-9394fce7-ec13-45b5-84bb-91739d914f23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9394fce7-ec13-45b5-84bb-91739d914f23 {
    width: 100%;
    height: auto;
  }



  #s-9394fce7-ec13-45b5-84bb-91739d914f23 img.shogun-image {
    

    
    
    
  }


#s-9394fce7-ec13-45b5-84bb-91739d914f23 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b6e465ae-57dc-4dd8-969d-1aadcb3454c6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690-root {
    text-align: center;
  }


#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690-root {
    text-align: center;
  }


#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690-root {
    text-align: center;
  }


#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690-root {
    text-align: center;
  }


#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690-root {
    text-align: center;
  }


#s-8a3e4814-c1f3-4329-9472-b1b8ac2a2690.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9ddc70f6-080e-44c7-85fd-6c0552139b9a {
  background-image: url(https://i.shgcdn.com/194f31dc-75c5-4d7f-a549-7ec578f2c4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-9ddc70f6-080e-44c7-85fd-6c0552139b9a {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9ddc70f6-080e-44c7-85fd-6c0552139b9a img.shogun-image,
  #s-9ddc70f6-080e-44c7-85fd-6c0552139b9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ddc70f6-080e-44c7-85fd-6c0552139b9a {
    width: 100%;
    height: auto;
  }



  #s-9ddc70f6-080e-44c7-85fd-6c0552139b9a img.shogun-image {
    

    
    
    
  }


#s-9ddc70f6-080e-44c7-85fd-6c0552139b9a .shogun-image-content {
  
    justify-content: center;
  
}

#s-455e5dda-2afb-4ab7-a7e6-34899cfd6b48 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8e4c9bc8-cf14-4da4-b766-098485c6fb22-root {
    text-align: center;
  }


#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8e4c9bc8-cf14-4da4-b766-098485c6fb22-root {
    text-align: center;
  }


#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e4c9bc8-cf14-4da4-b766-098485c6fb22-root {
    text-align: center;
  }


#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e4c9bc8-cf14-4da4-b766-098485c6fb22-root {
    text-align: center;
  }


#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8e4c9bc8-cf14-4da4-b766-098485c6fb22-root {
    text-align: center;
  }


#s-8e4c9bc8-cf14-4da4-b766-098485c6fb22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5faae4fc-9455-410a-be30-a6c242eeae49 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-5faae4fc-9455-410a-be30-a6c242eeae49 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-5faae4fc-9455-410a-be30-a6c242eeae49 img.shogun-image,
  #s-5faae4fc-9455-410a-be30-a6c242eeae49 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5faae4fc-9455-410a-be30-a6c242eeae49 {
    width: 100%;
    height: auto;
  }



  #s-5faae4fc-9455-410a-be30-a6c242eeae49 img.shogun-image {
    

    
    
    
  }


#s-5faae4fc-9455-410a-be30-a6c242eeae49 .shogun-image-content {
  
    justify-content: center;
  
}

#s-176c9eee-4ccc-4fc9-8348-252477afa523 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-349cf79d-f171-41ca-b8b6-1db55b57085d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-349cf79d-f171-41ca-b8b6-1db55b57085d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-349cf79d-f171-41ca-b8b6-1db55b57085d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-349cf79d-f171-41ca-b8b6-1db55b57085d-root {
    text-align: center;
  }


#s-349cf79d-f171-41ca-b8b6-1db55b57085d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-349cf79d-f171-41ca-b8b6-1db55b57085d-root {
    text-align: center;
  }


#s-349cf79d-f171-41ca-b8b6-1db55b57085d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-349cf79d-f171-41ca-b8b6-1db55b57085d-root {
    text-align: center;
  }


#s-349cf79d-f171-41ca-b8b6-1db55b57085d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-349cf79d-f171-41ca-b8b6-1db55b57085d-root {
    text-align: center;
  }


#s-349cf79d-f171-41ca-b8b6-1db55b57085d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-349cf79d-f171-41ca-b8b6-1db55b57085d-root {
    text-align: center;
  }


#s-349cf79d-f171-41ca-b8b6-1db55b57085d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-421697fb-7cb5-441e-b947-e2da07a462b9 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-421697fb-7cb5-441e-b947-e2da07a462b9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-421697fb-7cb5-441e-b947-e2da07a462b9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-421697fb-7cb5-441e-b947-e2da07a462b9 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-421697fb-7cb5-441e-b947-e2da07a462b9 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-421697fb-7cb5-441e-b947-e2da07a462b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-421697fb-7cb5-441e-b947-e2da07a462b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-421697fb-7cb5-441e-b947-e2da07a462b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-421697fb-7cb5-441e-b947-e2da07a462b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4ef587db-d03a-4483-8c72-b71371800e58 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-4ef587db-d03a-4483-8c72-b71371800e58 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-4ef587db-d03a-4483-8c72-b71371800e58 img.shogun-image,
  #s-4ef587db-d03a-4483-8c72-b71371800e58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ef587db-d03a-4483-8c72-b71371800e58 {
    width: 100%;
    height: auto;
  }



  #s-4ef587db-d03a-4483-8c72-b71371800e58 img.shogun-image {
    

    
    
    
  }


#s-4ef587db-d03a-4483-8c72-b71371800e58 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e7411b17-bdf3-42a0-a50a-2a8f21b4e92d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76-root {
    text-align: center;
  }


#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76-root {
    text-align: center;
  }


#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76-root {
    text-align: center;
  }


#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76-root {
    text-align: center;
  }


#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76-root {
    text-align: center;
  }


#s-7b4cf1a7-6409-4368-ac0f-8a97c5871a76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ff1bce72-5ead-4c5c-bb84-8a1cd4766de6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ff1bce72-5ead-4c5c-bb84-8a1cd4766de6 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ff1bce72-5ead-4c5c-bb84-8a1cd4766de6 img.shogun-image,
  #s-ff1bce72-5ead-4c5c-bb84-8a1cd4766de6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff1bce72-5ead-4c5c-bb84-8a1cd4766de6 {
    width: 100%;
    height: auto;
  }



  #s-ff1bce72-5ead-4c5c-bb84-8a1cd4766de6 img.shogun-image {
    

    
    
    
  }


#s-ff1bce72-5ead-4c5c-bb84-8a1cd4766de6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9f13b041-4779-431c-8f5e-49984c5ebcf9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-34f1286b-5f3e-478a-ae40-f42e1b02998c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-34f1286b-5f3e-478a-ae40-f42e1b02998c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34f1286b-5f3e-478a-ae40-f42e1b02998c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34f1286b-5f3e-478a-ae40-f42e1b02998c-root {
    text-align: center;
  }


#s-34f1286b-5f3e-478a-ae40-f42e1b02998c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34f1286b-5f3e-478a-ae40-f42e1b02998c-root {
    text-align: center;
  }


#s-34f1286b-5f3e-478a-ae40-f42e1b02998c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34f1286b-5f3e-478a-ae40-f42e1b02998c-root {
    text-align: center;
  }


#s-34f1286b-5f3e-478a-ae40-f42e1b02998c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34f1286b-5f3e-478a-ae40-f42e1b02998c-root {
    text-align: center;
  }


#s-34f1286b-5f3e-478a-ae40-f42e1b02998c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34f1286b-5f3e-478a-ae40-f42e1b02998c-root {
    text-align: center;
  }


#s-34f1286b-5f3e-478a-ae40-f42e1b02998c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-16a59866-5674-40dd-b6b6-300131d20a99 {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-16a59866-5674-40dd-b6b6-300131d20a99 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-16a59866-5674-40dd-b6b6-300131d20a99 img.shogun-image,
  #s-16a59866-5674-40dd-b6b6-300131d20a99 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16a59866-5674-40dd-b6b6-300131d20a99 {
    width: 100%;
    height: auto;
  }



  #s-16a59866-5674-40dd-b6b6-300131d20a99 img.shogun-image {
    

    
    
    
  }


#s-16a59866-5674-40dd-b6b6-300131d20a99 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f7efd74c-b53d-4994-90e4-eb4190e4281c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9-root {
    text-align: center;
  }


#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9-root {
    text-align: center;
  }


#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9-root {
    text-align: center;
  }


#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9-root {
    text-align: center;
  }


#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9-root {
    text-align: center;
  }


#s-344866d6-b6a4-414c-a1cb-59d9d5b1d1c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc9e49f1-cd97-4b69-afc6-a197d361630c {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-cc9e49f1-cd97-4b69-afc6-a197d361630c {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc9e49f1-cd97-4b69-afc6-a197d361630c {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc9e49f1-cd97-4b69-afc6-a197d361630c {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-cc9e49f1-cd97-4b69-afc6-a197d361630c {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-cc9e49f1-cd97-4b69-afc6-a197d361630c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc9e49f1-cd97-4b69-afc6-a197d361630c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cc9e49f1-cd97-4b69-afc6-a197d361630c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc9e49f1-cd97-4b69-afc6-a197d361630c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-40222b43-0b8f-49e0-b495-52ad12c1236b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-40222b43-0b8f-49e0-b495-52ad12c1236b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-40222b43-0b8f-49e0-b495-52ad12c1236b img.shogun-image,
  #s-40222b43-0b8f-49e0-b495-52ad12c1236b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40222b43-0b8f-49e0-b495-52ad12c1236b {
    width: 100%;
    height: auto;
  }



  #s-40222b43-0b8f-49e0-b495-52ad12c1236b img.shogun-image {
    

    
    
    
  }


#s-40222b43-0b8f-49e0-b495-52ad12c1236b .shogun-image-content {
  
    justify-content: center;
  
}

#s-a0365c5a-cc79-4db6-a84b-e896f127bff4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ca28e980-3f87-4b03-ac12-58778a710d95 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ca28e980-3f87-4b03-ac12-58778a710d95:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca28e980-3f87-4b03-ac12-58778a710d95:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ca28e980-3f87-4b03-ac12-58778a710d95-root {
    text-align: center;
  }


#s-ca28e980-3f87-4b03-ac12-58778a710d95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ca28e980-3f87-4b03-ac12-58778a710d95-root {
    text-align: center;
  }


#s-ca28e980-3f87-4b03-ac12-58778a710d95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca28e980-3f87-4b03-ac12-58778a710d95-root {
    text-align: center;
  }


#s-ca28e980-3f87-4b03-ac12-58778a710d95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca28e980-3f87-4b03-ac12-58778a710d95-root {
    text-align: center;
  }


#s-ca28e980-3f87-4b03-ac12-58778a710d95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ca28e980-3f87-4b03-ac12-58778a710d95-root {
    text-align: center;
  }


#s-ca28e980-3f87-4b03-ac12-58778a710d95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0a95e6d3-890c-4172-bcc1-5b0c261113c8 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-0a95e6d3-890c-4172-bcc1-5b0c261113c8 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0a95e6d3-890c-4172-bcc1-5b0c261113c8 img.shogun-image,
  #s-0a95e6d3-890c-4172-bcc1-5b0c261113c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a95e6d3-890c-4172-bcc1-5b0c261113c8 {
    width: 100%;
    height: auto;
  }



  #s-0a95e6d3-890c-4172-bcc1-5b0c261113c8 img.shogun-image {
    

    
    
    
  }


#s-0a95e6d3-890c-4172-bcc1-5b0c261113c8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d6782039-b5f4-4b0f-9d22-4f79074a1736 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-379c0e8a-40e2-4401-aae0-9e953712c050 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-379c0e8a-40e2-4401-aae0-9e953712c050:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-379c0e8a-40e2-4401-aae0-9e953712c050:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-379c0e8a-40e2-4401-aae0-9e953712c050-root {
    text-align: center;
  }


#s-379c0e8a-40e2-4401-aae0-9e953712c050.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-379c0e8a-40e2-4401-aae0-9e953712c050-root {
    text-align: center;
  }


#s-379c0e8a-40e2-4401-aae0-9e953712c050.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-379c0e8a-40e2-4401-aae0-9e953712c050-root {
    text-align: center;
  }


#s-379c0e8a-40e2-4401-aae0-9e953712c050.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-379c0e8a-40e2-4401-aae0-9e953712c050-root {
    text-align: center;
  }


#s-379c0e8a-40e2-4401-aae0-9e953712c050.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-379c0e8a-40e2-4401-aae0-9e953712c050-root {
    text-align: center;
  }


#s-379c0e8a-40e2-4401-aae0-9e953712c050.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-58cc0fc3-318a-4259-ae8c-26732ff2e12f {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-58cc0fc3-318a-4259-ae8c-26732ff2e12f {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-58cc0fc3-318a-4259-ae8c-26732ff2e12f img.shogun-image,
  #s-58cc0fc3-318a-4259-ae8c-26732ff2e12f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-58cc0fc3-318a-4259-ae8c-26732ff2e12f {
    width: 100%;
    height: auto;
  }



  #s-58cc0fc3-318a-4259-ae8c-26732ff2e12f img.shogun-image {
    

    
    
    
  }


#s-58cc0fc3-318a-4259-ae8c-26732ff2e12f .shogun-image-content {
  
    justify-content: center;
  
}

#s-59742dd8-0c06-4a1c-b31b-2bb5f5e4d971 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5642a3e1-7ed1-43c7-8774-b30cfe418b12-root {
    text-align: center;
  }


#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5642a3e1-7ed1-43c7-8774-b30cfe418b12-root {
    text-align: center;
  }


#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5642a3e1-7ed1-43c7-8774-b30cfe418b12-root {
    text-align: center;
  }


#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5642a3e1-7ed1-43c7-8774-b30cfe418b12-root {
    text-align: center;
  }


#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5642a3e1-7ed1-43c7-8774-b30cfe418b12-root {
    text-align: center;
  }


#s-5642a3e1-7ed1-43c7-8774-b30cfe418b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e54fe2a-c2ce-4307-8399-2ecce5ead99a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-318ec002-7ae1-4bd1-aa18-3c3bdc83c8dd {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-318ec002-7ae1-4bd1-aa18-3c3bdc83c8dd {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-318ec002-7ae1-4bd1-aa18-3c3bdc83c8dd img.shogun-image,
  #s-318ec002-7ae1-4bd1-aa18-3c3bdc83c8dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-318ec002-7ae1-4bd1-aa18-3c3bdc83c8dd {
    width: 100%;
    height: auto;
  }



  #s-318ec002-7ae1-4bd1-aa18-3c3bdc83c8dd img.shogun-image {
    

    
    
    
  }


#s-318ec002-7ae1-4bd1-aa18-3c3bdc83c8dd .shogun-image-content {
  
    justify-content: center;
  
}

#s-ccf2c0ce-6080-4190-a3a3-0aec946c2d2b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b0948631-962d-480c-8a7f-143f87627fff {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b0948631-962d-480c-8a7f-143f87627fff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0948631-962d-480c-8a7f-143f87627fff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b0948631-962d-480c-8a7f-143f87627fff-root {
    text-align: center;
  }


#s-b0948631-962d-480c-8a7f-143f87627fff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b0948631-962d-480c-8a7f-143f87627fff-root {
    text-align: center;
  }


#s-b0948631-962d-480c-8a7f-143f87627fff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0948631-962d-480c-8a7f-143f87627fff-root {
    text-align: center;
  }


#s-b0948631-962d-480c-8a7f-143f87627fff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0948631-962d-480c-8a7f-143f87627fff-root {
    text-align: center;
  }


#s-b0948631-962d-480c-8a7f-143f87627fff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b0948631-962d-480c-8a7f-143f87627fff-root {
    text-align: center;
  }


#s-b0948631-962d-480c-8a7f-143f87627fff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ccdb10d5-336c-454b-8c55-9d2a13dea52c {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ccdb10d5-336c-454b-8c55-9d2a13dea52c {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ccdb10d5-336c-454b-8c55-9d2a13dea52c img.shogun-image,
  #s-ccdb10d5-336c-454b-8c55-9d2a13dea52c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccdb10d5-336c-454b-8c55-9d2a13dea52c {
    width: 100%;
    height: auto;
  }



  #s-ccdb10d5-336c-454b-8c55-9d2a13dea52c img.shogun-image {
    

    
    
    
  }


#s-ccdb10d5-336c-454b-8c55-9d2a13dea52c .shogun-image-content {
  
    justify-content: center;
  
}

#s-546bc309-4897-4999-b8ea-6ff64703c05b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2161b744-b9fc-4c44-9be7-a9361485cc33 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-2161b744-b9fc-4c44-9be7-a9361485cc33:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2161b744-b9fc-4c44-9be7-a9361485cc33:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2161b744-b9fc-4c44-9be7-a9361485cc33-root {
    text-align: center;
  }


#s-2161b744-b9fc-4c44-9be7-a9361485cc33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2161b744-b9fc-4c44-9be7-a9361485cc33-root {
    text-align: center;
  }


#s-2161b744-b9fc-4c44-9be7-a9361485cc33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2161b744-b9fc-4c44-9be7-a9361485cc33-root {
    text-align: center;
  }


#s-2161b744-b9fc-4c44-9be7-a9361485cc33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2161b744-b9fc-4c44-9be7-a9361485cc33-root {
    text-align: center;
  }


#s-2161b744-b9fc-4c44-9be7-a9361485cc33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2161b744-b9fc-4c44-9be7-a9361485cc33-root {
    text-align: center;
  }


#s-2161b744-b9fc-4c44-9be7-a9361485cc33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-57582941-e5b2-4393-8964-21598ee88eda {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-57582941-e5b2-4393-8964-21598ee88eda {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-57582941-e5b2-4393-8964-21598ee88eda img.shogun-image,
  #s-57582941-e5b2-4393-8964-21598ee88eda .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57582941-e5b2-4393-8964-21598ee88eda {
    width: 100%;
    height: auto;
  }



  #s-57582941-e5b2-4393-8964-21598ee88eda img.shogun-image {
    

    
    
    
  }


#s-57582941-e5b2-4393-8964-21598ee88eda .shogun-image-content {
  
    justify-content: center;
  
}

#s-ef7f13b5-8c1c-493f-b668-bd506347ffa4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1-root {
    text-align: center;
  }


#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1-root {
    text-align: center;
  }


#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1-root {
    text-align: center;
  }


#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1-root {
    text-align: center;
  }


#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1-root {
    text-align: center;
  }


#s-2ae5efda-eefb-4ef7-9a74-6e146738d4a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c4ab40ee-37d1-4465-88fc-a457f789aa6a {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-c4ab40ee-37d1-4465-88fc-a457f789aa6a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4ab40ee-37d1-4465-88fc-a457f789aa6a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4ab40ee-37d1-4465-88fc-a457f789aa6a {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-c4ab40ee-37d1-4465-88fc-a457f789aa6a {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-c4ab40ee-37d1-4465-88fc-a457f789aa6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4ab40ee-37d1-4465-88fc-a457f789aa6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c4ab40ee-37d1-4465-88fc-a457f789aa6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4ab40ee-37d1-4465-88fc-a457f789aa6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-64ffbe96-e7a0-4580-a859-9fe6a4e467d6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-64ffbe96-e7a0-4580-a859-9fe6a4e467d6 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-64ffbe96-e7a0-4580-a859-9fe6a4e467d6 img.shogun-image,
  #s-64ffbe96-e7a0-4580-a859-9fe6a4e467d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64ffbe96-e7a0-4580-a859-9fe6a4e467d6 {
    width: 100%;
    height: auto;
  }



  #s-64ffbe96-e7a0-4580-a859-9fe6a4e467d6 img.shogun-image {
    

    
    
    
  }


#s-64ffbe96-e7a0-4580-a859-9fe6a4e467d6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-01c2c61a-ea0a-45e8-ac7a-7b674a5914b5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6b930930-8eb0-49a0-9263-fde98f69c03f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6b930930-8eb0-49a0-9263-fde98f69c03f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b930930-8eb0-49a0-9263-fde98f69c03f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6b930930-8eb0-49a0-9263-fde98f69c03f-root {
    text-align: center;
  }


#s-6b930930-8eb0-49a0-9263-fde98f69c03f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b930930-8eb0-49a0-9263-fde98f69c03f-root {
    text-align: center;
  }


#s-6b930930-8eb0-49a0-9263-fde98f69c03f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b930930-8eb0-49a0-9263-fde98f69c03f-root {
    text-align: center;
  }


#s-6b930930-8eb0-49a0-9263-fde98f69c03f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b930930-8eb0-49a0-9263-fde98f69c03f-root {
    text-align: center;
  }


#s-6b930930-8eb0-49a0-9263-fde98f69c03f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b930930-8eb0-49a0-9263-fde98f69c03f-root {
    text-align: center;
  }


#s-6b930930-8eb0-49a0-9263-fde98f69c03f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-68f195cc-d38e-4e56-a034-2f6fd36cf70b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-68f195cc-d38e-4e56-a034-2f6fd36cf70b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-68f195cc-d38e-4e56-a034-2f6fd36cf70b img.shogun-image,
  #s-68f195cc-d38e-4e56-a034-2f6fd36cf70b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68f195cc-d38e-4e56-a034-2f6fd36cf70b {
    width: 100%;
    height: auto;
  }



  #s-68f195cc-d38e-4e56-a034-2f6fd36cf70b img.shogun-image {
    

    
    
    
  }


#s-68f195cc-d38e-4e56-a034-2f6fd36cf70b .shogun-image-content {
  
    justify-content: center;
  
}

#s-9488355f-e409-4c59-80cc-edef5efd7b5b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a44f2b74-82b3-49e9-91a9-24c2b36791ec-root {
    text-align: center;
  }


#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a44f2b74-82b3-49e9-91a9-24c2b36791ec-root {
    text-align: center;
  }


#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a44f2b74-82b3-49e9-91a9-24c2b36791ec-root {
    text-align: center;
  }


#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a44f2b74-82b3-49e9-91a9-24c2b36791ec-root {
    text-align: center;
  }


#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a44f2b74-82b3-49e9-91a9-24c2b36791ec-root {
    text-align: center;
  }


#s-a44f2b74-82b3-49e9-91a9-24c2b36791ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-72be6867-9c10-46b2-bf82-b1851980c5d8 {
  background-image: url(https://i.shgcdn.com/194f31dc-75c5-4d7f-a549-7ec578f2c4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-72be6867-9c10-46b2-bf82-b1851980c5d8 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-72be6867-9c10-46b2-bf82-b1851980c5d8 img.shogun-image,
  #s-72be6867-9c10-46b2-bf82-b1851980c5d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72be6867-9c10-46b2-bf82-b1851980c5d8 {
    width: 100%;
    height: auto;
  }



  #s-72be6867-9c10-46b2-bf82-b1851980c5d8 img.shogun-image {
    

    
    
    
  }


#s-72be6867-9c10-46b2-bf82-b1851980c5d8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-997c64a0-739b-4cbe-99c3-ea6154c68af8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e9b80386-d28e-4554-9eb6-eb564e062265 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e9b80386-d28e-4554-9eb6-eb564e062265:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9b80386-d28e-4554-9eb6-eb564e062265:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e9b80386-d28e-4554-9eb6-eb564e062265-root {
    text-align: center;
  }


#s-e9b80386-d28e-4554-9eb6-eb564e062265.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e9b80386-d28e-4554-9eb6-eb564e062265-root {
    text-align: center;
  }


#s-e9b80386-d28e-4554-9eb6-eb564e062265.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9b80386-d28e-4554-9eb6-eb564e062265-root {
    text-align: center;
  }


#s-e9b80386-d28e-4554-9eb6-eb564e062265.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9b80386-d28e-4554-9eb6-eb564e062265-root {
    text-align: center;
  }


#s-e9b80386-d28e-4554-9eb6-eb564e062265.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e9b80386-d28e-4554-9eb6-eb564e062265-root {
    text-align: center;
  }


#s-e9b80386-d28e-4554-9eb6-eb564e062265.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f1ed0c4-7d7e-4a6a-9896-82d0d40c9792"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-287a8a19-4f55-457f-8762-487e573c285d {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-287a8a19-4f55-457f-8762-487e573c285d {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-287a8a19-4f55-457f-8762-487e573c285d img.shogun-image,
  #s-287a8a19-4f55-457f-8762-487e573c285d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-287a8a19-4f55-457f-8762-487e573c285d {
    width: 100%;
    height: auto;
  }



  #s-287a8a19-4f55-457f-8762-487e573c285d img.shogun-image {
    

    
    
    
  }


#s-287a8a19-4f55-457f-8762-487e573c285d .shogun-image-content {
  
    justify-content: center;
  
}

#s-09d65fe4-0129-4e3b-ba40-69c6bd744002 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0-root {
    text-align: center;
  }


#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0-root {
    text-align: center;
  }


#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0-root {
    text-align: center;
  }


#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0-root {
    text-align: center;
  }


#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0-root {
    text-align: center;
  }


#s-d9c21fe7-4d45-4af7-aecf-24b40ffa28d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c6b3b23f-45be-48d8-b5b3-49e39b2d21d8 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c6b3b23f-45be-48d8-b5b3-49e39b2d21d8 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c6b3b23f-45be-48d8-b5b3-49e39b2d21d8 img.shogun-image,
  #s-c6b3b23f-45be-48d8-b5b3-49e39b2d21d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6b3b23f-45be-48d8-b5b3-49e39b2d21d8 {
    width: 100%;
    height: auto;
  }



  #s-c6b3b23f-45be-48d8-b5b3-49e39b2d21d8 img.shogun-image {
    

    
    
    
  }


#s-c6b3b23f-45be-48d8-b5b3-49e39b2d21d8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-41b65d70-181d-419d-8d02-ecdb1117d235 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f2dab088-6723-4d02-86ce-2d5f8b79278d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f2dab088-6723-4d02-86ce-2d5f8b79278d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2dab088-6723-4d02-86ce-2d5f8b79278d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2dab088-6723-4d02-86ce-2d5f8b79278d-root {
    text-align: center;
  }


#s-f2dab088-6723-4d02-86ce-2d5f8b79278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f2dab088-6723-4d02-86ce-2d5f8b79278d-root {
    text-align: center;
  }


#s-f2dab088-6723-4d02-86ce-2d5f8b79278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2dab088-6723-4d02-86ce-2d5f8b79278d-root {
    text-align: center;
  }


#s-f2dab088-6723-4d02-86ce-2d5f8b79278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2dab088-6723-4d02-86ce-2d5f8b79278d-root {
    text-align: center;
  }


#s-f2dab088-6723-4d02-86ce-2d5f8b79278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f2dab088-6723-4d02-86ce-2d5f8b79278d-root {
    text-align: center;
  }


#s-f2dab088-6723-4d02-86ce-2d5f8b79278d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0df09fb3-d552-4e94-acf8-30db0fa8ccfe {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0df09fb3-d552-4e94-acf8-30db0fa8ccfe {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0df09fb3-d552-4e94-acf8-30db0fa8ccfe img.shogun-image,
  #s-0df09fb3-d552-4e94-acf8-30db0fa8ccfe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0df09fb3-d552-4e94-acf8-30db0fa8ccfe {
    width: 100%;
    height: auto;
  }



  #s-0df09fb3-d552-4e94-acf8-30db0fa8ccfe img.shogun-image {
    

    
    
    
  }


#s-0df09fb3-d552-4e94-acf8-30db0fa8ccfe .shogun-image-content {
  
    justify-content: center;
  
}

#s-79e3d37f-f4cc-4d55-851d-7cfb8c16812c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8101aeff-4dad-4bcc-803f-04d18e759398 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTJjNTFmMDktNzQ5Yy00YjRhLWJhNTctYzJmMGFkNTIzMjhiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzEyYzUxZjA5LTc0OWMtNGI0YS1iYTU3LWMyZjBhZDUyMzI4YikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8101aeff-4dad-4bcc-803f-04d18e759398:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8101aeff-4dad-4bcc-803f-04d18e759398:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8101aeff-4dad-4bcc-803f-04d18e759398-root {
    text-align: center;
  }


#s-8101aeff-4dad-4bcc-803f-04d18e759398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8101aeff-4dad-4bcc-803f-04d18e759398-root {
    text-align: center;
  }


#s-8101aeff-4dad-4bcc-803f-04d18e759398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8101aeff-4dad-4bcc-803f-04d18e759398-root {
    text-align: center;
  }


#s-8101aeff-4dad-4bcc-803f-04d18e759398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8101aeff-4dad-4bcc-803f-04d18e759398-root {
    text-align: center;
  }


#s-8101aeff-4dad-4bcc-803f-04d18e759398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8101aeff-4dad-4bcc-803f-04d18e759398-root {
    text-align: center;
  }


#s-8101aeff-4dad-4bcc-803f-04d18e759398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68a29d6b-8e7a-4ee3-b0f6-e34bfaf4aa15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-93529614-4f27-450e-aeb3-47afcd00a691 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-93529614-4f27-450e-aeb3-47afcd00a691 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-93529614-4f27-450e-aeb3-47afcd00a691 img.shogun-image,
  #s-93529614-4f27-450e-aeb3-47afcd00a691 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93529614-4f27-450e-aeb3-47afcd00a691 {
    width: 100%;
    height: auto;
  }



  #s-93529614-4f27-450e-aeb3-47afcd00a691 img.shogun-image {
    

    
    
    
  }


#s-93529614-4f27-450e-aeb3-47afcd00a691 .shogun-image-content {
  
    justify-content: center;
  
}

#s-041f624e-14fb-43e9-b6f7-f6da50a82052 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0b7ab943-b9cf-4421-a6c8-34822afcc642 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0b7ab943-b9cf-4421-a6c8-34822afcc642:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0b7ab943-b9cf-4421-a6c8-34822afcc642:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b7ab943-b9cf-4421-a6c8-34822afcc642-root {
    text-align: center;
  }


#s-0b7ab943-b9cf-4421-a6c8-34822afcc642.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b7ab943-b9cf-4421-a6c8-34822afcc642-root {
    text-align: center;
  }


#s-0b7ab943-b9cf-4421-a6c8-34822afcc642.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b7ab943-b9cf-4421-a6c8-34822afcc642-root {
    text-align: center;
  }


#s-0b7ab943-b9cf-4421-a6c8-34822afcc642.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b7ab943-b9cf-4421-a6c8-34822afcc642-root {
    text-align: center;
  }


#s-0b7ab943-b9cf-4421-a6c8-34822afcc642.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b7ab943-b9cf-4421-a6c8-34822afcc642-root {
    text-align: center;
  }


#s-0b7ab943-b9cf-4421-a6c8-34822afcc642.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bbac723f-cc6e-4d65-a35a-5f1de34b9e1f {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-bbac723f-cc6e-4d65-a35a-5f1de34b9e1f {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-bbac723f-cc6e-4d65-a35a-5f1de34b9e1f img.shogun-image,
  #s-bbac723f-cc6e-4d65-a35a-5f1de34b9e1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbac723f-cc6e-4d65-a35a-5f1de34b9e1f {
    width: 100%;
    height: auto;
  }



  #s-bbac723f-cc6e-4d65-a35a-5f1de34b9e1f img.shogun-image {
    

    
    
    
  }


#s-bbac723f-cc6e-4d65-a35a-5f1de34b9e1f .shogun-image-content {
  
    justify-content: center;
  
}

#s-89827e38-feb5-4d9f-b433-1b6b9a7e36aa {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3f1211ad-fca3-4b46-b59f-089dde07ea49 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3f1211ad-fca3-4b46-b59f-089dde07ea49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f1211ad-fca3-4b46-b59f-089dde07ea49:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f1211ad-fca3-4b46-b59f-089dde07ea49-root {
    text-align: center;
  }


#s-3f1211ad-fca3-4b46-b59f-089dde07ea49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f1211ad-fca3-4b46-b59f-089dde07ea49-root {
    text-align: center;
  }


#s-3f1211ad-fca3-4b46-b59f-089dde07ea49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f1211ad-fca3-4b46-b59f-089dde07ea49-root {
    text-align: center;
  }


#s-3f1211ad-fca3-4b46-b59f-089dde07ea49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f1211ad-fca3-4b46-b59f-089dde07ea49-root {
    text-align: center;
  }


#s-3f1211ad-fca3-4b46-b59f-089dde07ea49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f1211ad-fca3-4b46-b59f-089dde07ea49-root {
    text-align: center;
  }


#s-3f1211ad-fca3-4b46-b59f-089dde07ea49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e4a32d47-035c-4c3f-8352-558e53cac65c {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e4a32d47-035c-4c3f-8352-558e53cac65c {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e4a32d47-035c-4c3f-8352-558e53cac65c img.shogun-image,
  #s-e4a32d47-035c-4c3f-8352-558e53cac65c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4a32d47-035c-4c3f-8352-558e53cac65c {
    width: 100%;
    height: auto;
  }



  #s-e4a32d47-035c-4c3f-8352-558e53cac65c img.shogun-image {
    

    
    
    
  }


#s-e4a32d47-035c-4c3f-8352-558e53cac65c .shogun-image-content {
  
    justify-content: center;
  
}

#s-cea0966b-3c6f-4b96-ac79-f84b5608e901 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3a609a5e-dfa2-4de9-bb39-19474ca74f26-root {
    text-align: center;
  }


#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3a609a5e-dfa2-4de9-bb39-19474ca74f26-root {
    text-align: center;
  }


#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a609a5e-dfa2-4de9-bb39-19474ca74f26-root {
    text-align: center;
  }


#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a609a5e-dfa2-4de9-bb39-19474ca74f26-root {
    text-align: center;
  }


#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3a609a5e-dfa2-4de9-bb39-19474ca74f26-root {
    text-align: center;
  }


#s-3a609a5e-dfa2-4de9-bb39-19474ca74f26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9e1d4357-bdd5-4f98-bb01-09ea41065844 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-9e1d4357-bdd5-4f98-bb01-09ea41065844 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e1d4357-bdd5-4f98-bb01-09ea41065844 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e1d4357-bdd5-4f98-bb01-09ea41065844 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-9e1d4357-bdd5-4f98-bb01-09ea41065844 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-9e1d4357-bdd5-4f98-bb01-09ea41065844"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e1d4357-bdd5-4f98-bb01-09ea41065844"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e1d4357-bdd5-4f98-bb01-09ea41065844"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e1d4357-bdd5-4f98-bb01-09ea41065844"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7065d46e-6143-427e-a15f-39c6ae9db152 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-7065d46e-6143-427e-a15f-39c6ae9db152 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-7065d46e-6143-427e-a15f-39c6ae9db152 img.shogun-image,
  #s-7065d46e-6143-427e-a15f-39c6ae9db152 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7065d46e-6143-427e-a15f-39c6ae9db152 {
    width: 100%;
    height: auto;
  }



  #s-7065d46e-6143-427e-a15f-39c6ae9db152 img.shogun-image {
    

    
    
    
  }


#s-7065d46e-6143-427e-a15f-39c6ae9db152 .shogun-image-content {
  
    justify-content: center;
  
}

#s-920efbee-424d-4601-bbf4-1c475d4e7a95 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e-root {
    text-align: center;
  }


#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e-root {
    text-align: center;
  }


#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e-root {
    text-align: center;
  }


#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e-root {
    text-align: center;
  }


#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e-root {
    text-align: center;
  }


#s-a56a13c3-4b85-4328-a9b8-7e8bb9f5136e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-02cf02f0-1942-4280-b44b-d45a862631a7 {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-02cf02f0-1942-4280-b44b-d45a862631a7 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-02cf02f0-1942-4280-b44b-d45a862631a7 img.shogun-image,
  #s-02cf02f0-1942-4280-b44b-d45a862631a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02cf02f0-1942-4280-b44b-d45a862631a7 {
    width: 100%;
    height: auto;
  }



  #s-02cf02f0-1942-4280-b44b-d45a862631a7 img.shogun-image {
    

    
    
    
  }


#s-02cf02f0-1942-4280-b44b-d45a862631a7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5f8c1387-a3c9-45b1-badc-3d164f85e434 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c476361b-2c8f-4c5f-87f6-afbd23c18445 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c476361b-2c8f-4c5f-87f6-afbd23c18445:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c476361b-2c8f-4c5f-87f6-afbd23c18445:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c476361b-2c8f-4c5f-87f6-afbd23c18445-root {
    text-align: center;
  }


#s-c476361b-2c8f-4c5f-87f6-afbd23c18445.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c476361b-2c8f-4c5f-87f6-afbd23c18445-root {
    text-align: center;
  }


#s-c476361b-2c8f-4c5f-87f6-afbd23c18445.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c476361b-2c8f-4c5f-87f6-afbd23c18445-root {
    text-align: center;
  }


#s-c476361b-2c8f-4c5f-87f6-afbd23c18445.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c476361b-2c8f-4c5f-87f6-afbd23c18445-root {
    text-align: center;
  }


#s-c476361b-2c8f-4c5f-87f6-afbd23c18445.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c476361b-2c8f-4c5f-87f6-afbd23c18445-root {
    text-align: center;
  }


#s-c476361b-2c8f-4c5f-87f6-afbd23c18445.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c32cfca6-27d4-480f-9c20-d3bec0e09399 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c32cfca6-27d4-480f-9c20-d3bec0e09399 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c32cfca6-27d4-480f-9c20-d3bec0e09399 img.shogun-image,
  #s-c32cfca6-27d4-480f-9c20-d3bec0e09399 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c32cfca6-27d4-480f-9c20-d3bec0e09399 {
    width: 100%;
    height: auto;
  }



  #s-c32cfca6-27d4-480f-9c20-d3bec0e09399 img.shogun-image {
    

    
    
    
  }


#s-c32cfca6-27d4-480f-9c20-d3bec0e09399 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a3bc8044-2b20-4e22-bc44-246e975f870d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f700fe97-2067-4190-a8dc-23303a49d468 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f700fe97-2067-4190-a8dc-23303a49d468:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f700fe97-2067-4190-a8dc-23303a49d468:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f700fe97-2067-4190-a8dc-23303a49d468-root {
    text-align: center;
  }


#s-f700fe97-2067-4190-a8dc-23303a49d468.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f700fe97-2067-4190-a8dc-23303a49d468-root {
    text-align: center;
  }


#s-f700fe97-2067-4190-a8dc-23303a49d468.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f700fe97-2067-4190-a8dc-23303a49d468-root {
    text-align: center;
  }


#s-f700fe97-2067-4190-a8dc-23303a49d468.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f700fe97-2067-4190-a8dc-23303a49d468-root {
    text-align: center;
  }


#s-f700fe97-2067-4190-a8dc-23303a49d468.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f700fe97-2067-4190-a8dc-23303a49d468-root {
    text-align: center;
  }


#s-f700fe97-2067-4190-a8dc-23303a49d468.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-030ebb60-7500-4ab7-a165-ada730bda6a2 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-030ebb60-7500-4ab7-a165-ada730bda6a2 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-030ebb60-7500-4ab7-a165-ada730bda6a2 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-030ebb60-7500-4ab7-a165-ada730bda6a2 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-030ebb60-7500-4ab7-a165-ada730bda6a2 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-030ebb60-7500-4ab7-a165-ada730bda6a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-030ebb60-7500-4ab7-a165-ada730bda6a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-030ebb60-7500-4ab7-a165-ada730bda6a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-030ebb60-7500-4ab7-a165-ada730bda6a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2b5910a0-f52d-4777-97b1-283a964d1142 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-2b5910a0-f52d-4777-97b1-283a964d1142 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-2b5910a0-f52d-4777-97b1-283a964d1142 img.shogun-image,
  #s-2b5910a0-f52d-4777-97b1-283a964d1142 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b5910a0-f52d-4777-97b1-283a964d1142 {
    width: 100%;
    height: auto;
  }



  #s-2b5910a0-f52d-4777-97b1-283a964d1142 img.shogun-image {
    

    
    
    
  }


#s-2b5910a0-f52d-4777-97b1-283a964d1142 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a0c2b41e-5eac-4f31-a9db-22f353ecc6b2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bf17ebd7-4793-4604-a150-1a6fc86e647a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-bf17ebd7-4793-4604-a150-1a6fc86e647a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf17ebd7-4793-4604-a150-1a6fc86e647a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bf17ebd7-4793-4604-a150-1a6fc86e647a-root {
    text-align: center;
  }


#s-bf17ebd7-4793-4604-a150-1a6fc86e647a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf17ebd7-4793-4604-a150-1a6fc86e647a-root {
    text-align: center;
  }


#s-bf17ebd7-4793-4604-a150-1a6fc86e647a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf17ebd7-4793-4604-a150-1a6fc86e647a-root {
    text-align: center;
  }


#s-bf17ebd7-4793-4604-a150-1a6fc86e647a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf17ebd7-4793-4604-a150-1a6fc86e647a-root {
    text-align: center;
  }


#s-bf17ebd7-4793-4604-a150-1a6fc86e647a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf17ebd7-4793-4604-a150-1a6fc86e647a-root {
    text-align: center;
  }


#s-bf17ebd7-4793-4604-a150-1a6fc86e647a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c14add86-302b-4767-8e54-c02600b4873b {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-c14add86-302b-4767-8e54-c02600b4873b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c14add86-302b-4767-8e54-c02600b4873b img.shogun-image,
  #s-c14add86-302b-4767-8e54-c02600b4873b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c14add86-302b-4767-8e54-c02600b4873b {
    width: 100%;
    height: auto;
  }



  #s-c14add86-302b-4767-8e54-c02600b4873b img.shogun-image {
    

    
    
    
  }


#s-c14add86-302b-4767-8e54-c02600b4873b .shogun-image-content {
  
    justify-content: center;
  
}

#s-558bbed5-eb4e-408a-a368-7d95cd475cc7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2-root {
    text-align: center;
  }


#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2-root {
    text-align: center;
  }


#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2-root {
    text-align: center;
  }


#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2-root {
    text-align: center;
  }


#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2-root {
    text-align: center;
  }


#s-d1d9edb4-52b4-4c87-9405-b5552c95e1f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-517334cf-6db4-4834-85c4-a65e4207943b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-517334cf-6db4-4834-85c4-a65e4207943b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-517334cf-6db4-4834-85c4-a65e4207943b img.shogun-image,
  #s-517334cf-6db4-4834-85c4-a65e4207943b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-517334cf-6db4-4834-85c4-a65e4207943b {
    width: 100%;
    height: auto;
  }



  #s-517334cf-6db4-4834-85c4-a65e4207943b img.shogun-image {
    

    
    
    
  }


#s-517334cf-6db4-4834-85c4-a65e4207943b .shogun-image-content {
  
    justify-content: center;
  
}

#s-674df87d-d955-4348-9cb8-a2ff4cc3f864 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-51d2277a-e160-4443-8525-bec9808bc5bb {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-51d2277a-e160-4443-8525-bec9808bc5bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51d2277a-e160-4443-8525-bec9808bc5bb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-51d2277a-e160-4443-8525-bec9808bc5bb-root {
    text-align: center;
  }


#s-51d2277a-e160-4443-8525-bec9808bc5bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-51d2277a-e160-4443-8525-bec9808bc5bb-root {
    text-align: center;
  }


#s-51d2277a-e160-4443-8525-bec9808bc5bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51d2277a-e160-4443-8525-bec9808bc5bb-root {
    text-align: center;
  }


#s-51d2277a-e160-4443-8525-bec9808bc5bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51d2277a-e160-4443-8525-bec9808bc5bb-root {
    text-align: center;
  }


#s-51d2277a-e160-4443-8525-bec9808bc5bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-51d2277a-e160-4443-8525-bec9808bc5bb-root {
    text-align: center;
  }


#s-51d2277a-e160-4443-8525-bec9808bc5bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc4908ba-b793-4d77-b292-222687e5cc33 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-cc4908ba-b793-4d77-b292-222687e5cc33 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc4908ba-b793-4d77-b292-222687e5cc33 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc4908ba-b793-4d77-b292-222687e5cc33 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-cc4908ba-b793-4d77-b292-222687e5cc33 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-cc4908ba-b793-4d77-b292-222687e5cc33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc4908ba-b793-4d77-b292-222687e5cc33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 39.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-cc4908ba-b793-4d77-b292-222687e5cc33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 39.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-cc4908ba-b793-4d77-b292-222687e5cc33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 39.333333333333336px);
}

}

#s-dd2cdb82-a14f-4b00-a4a8-741dd1eb9639 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-dd2cdb82-a14f-4b00-a4a8-741dd1eb9639 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-dd2cdb82-a14f-4b00-a4a8-741dd1eb9639 img.shogun-image,
  #s-dd2cdb82-a14f-4b00-a4a8-741dd1eb9639 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd2cdb82-a14f-4b00-a4a8-741dd1eb9639 {
    width: 100%;
    height: auto;
  }



  #s-dd2cdb82-a14f-4b00-a4a8-741dd1eb9639 img.shogun-image {
    

    
    
    
  }


#s-dd2cdb82-a14f-4b00-a4a8-741dd1eb9639 .shogun-image-content {
  
    justify-content: center;
  
}

#s-89d66722-a517-4fbf-bd5f-4152660bfdbb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53-root {
    text-align: center;
  }


#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53-root {
    text-align: center;
  }


#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53-root {
    text-align: center;
  }


#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53-root {
    text-align: center;
  }


#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53-root {
    text-align: center;
  }


#s-9a6f274c-190b-44cb-bfc4-d5408b4ebb53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0901d988-1c01-43e2-b9eb-0c948edc5d94 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-0901d988-1c01-43e2-b9eb-0c948edc5d94 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0901d988-1c01-43e2-b9eb-0c948edc5d94 img.shogun-image,
  #s-0901d988-1c01-43e2-b9eb-0c948edc5d94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0901d988-1c01-43e2-b9eb-0c948edc5d94 {
    width: 100%;
    height: auto;
  }



  #s-0901d988-1c01-43e2-b9eb-0c948edc5d94 img.shogun-image {
    

    
    
    
  }


#s-0901d988-1c01-43e2-b9eb-0c948edc5d94 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6e74b5c9-7189-40e4-8d8c-9df5a01978ea {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cb56f895-1a4c-4690-9c30-b791f641fd99 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-cb56f895-1a4c-4690-9c30-b791f641fd99:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb56f895-1a4c-4690-9c30-b791f641fd99:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb56f895-1a4c-4690-9c30-b791f641fd99-root {
    text-align: center;
  }


#s-cb56f895-1a4c-4690-9c30-b791f641fd99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb56f895-1a4c-4690-9c30-b791f641fd99-root {
    text-align: center;
  }


#s-cb56f895-1a4c-4690-9c30-b791f641fd99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb56f895-1a4c-4690-9c30-b791f641fd99-root {
    text-align: center;
  }


#s-cb56f895-1a4c-4690-9c30-b791f641fd99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb56f895-1a4c-4690-9c30-b791f641fd99-root {
    text-align: center;
  }


#s-cb56f895-1a4c-4690-9c30-b791f641fd99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb56f895-1a4c-4690-9c30-b791f641fd99-root {
    text-align: center;
  }


#s-cb56f895-1a4c-4690-9c30-b791f641fd99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4a899074-7818-4d8b-b4cb-7adbef013001 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-4a899074-7818-4d8b-b4cb-7adbef013001 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-4a899074-7818-4d8b-b4cb-7adbef013001 img.shogun-image,
  #s-4a899074-7818-4d8b-b4cb-7adbef013001 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a899074-7818-4d8b-b4cb-7adbef013001 {
    width: 100%;
    height: auto;
  }



  #s-4a899074-7818-4d8b-b4cb-7adbef013001 img.shogun-image {
    

    
    
    
  }


#s-4a899074-7818-4d8b-b4cb-7adbef013001 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d8bff82e-099d-4432-9b33-5b4707dba8a2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5e29cd24-b939-4167-ac72-9be71ef5d385 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5e29cd24-b939-4167-ac72-9be71ef5d385:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e29cd24-b939-4167-ac72-9be71ef5d385:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e29cd24-b939-4167-ac72-9be71ef5d385-root {
    text-align: center;
  }


#s-5e29cd24-b939-4167-ac72-9be71ef5d385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e29cd24-b939-4167-ac72-9be71ef5d385-root {
    text-align: center;
  }


#s-5e29cd24-b939-4167-ac72-9be71ef5d385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e29cd24-b939-4167-ac72-9be71ef5d385-root {
    text-align: center;
  }


#s-5e29cd24-b939-4167-ac72-9be71ef5d385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e29cd24-b939-4167-ac72-9be71ef5d385-root {
    text-align: center;
  }


#s-5e29cd24-b939-4167-ac72-9be71ef5d385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e29cd24-b939-4167-ac72-9be71ef5d385-root {
    text-align: center;
  }


#s-5e29cd24-b939-4167-ac72-9be71ef5d385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-52dcd0e2-5096-4603-a59b-1ede22dac65a {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-52dcd0e2-5096-4603-a59b-1ede22dac65a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52dcd0e2-5096-4603-a59b-1ede22dac65a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-52dcd0e2-5096-4603-a59b-1ede22dac65a {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-52dcd0e2-5096-4603-a59b-1ede22dac65a {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-52dcd0e2-5096-4603-a59b-1ede22dac65a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52dcd0e2-5096-4603-a59b-1ede22dac65a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-52dcd0e2-5096-4603-a59b-1ede22dac65a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-52dcd0e2-5096-4603-a59b-1ede22dac65a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-85163ebf-4c3e-42c3-a300-79606c7ef44c {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-85163ebf-4c3e-42c3-a300-79606c7ef44c {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-85163ebf-4c3e-42c3-a300-79606c7ef44c img.shogun-image,
  #s-85163ebf-4c3e-42c3-a300-79606c7ef44c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85163ebf-4c3e-42c3-a300-79606c7ef44c {
    width: 100%;
    height: auto;
  }



  #s-85163ebf-4c3e-42c3-a300-79606c7ef44c img.shogun-image {
    

    
    
    
  }


#s-85163ebf-4c3e-42c3-a300-79606c7ef44c .shogun-image-content {
  
    justify-content: center;
  
}

#s-03e344c0-dd51-4e7f-ba77-652abc3c891f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6fbbe321-d91f-4d08-9869-829658d0ea5b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6fbbe321-d91f-4d08-9869-829658d0ea5b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fbbe321-d91f-4d08-9869-829658d0ea5b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6fbbe321-d91f-4d08-9869-829658d0ea5b-root {
    text-align: center;
  }


#s-6fbbe321-d91f-4d08-9869-829658d0ea5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6fbbe321-d91f-4d08-9869-829658d0ea5b-root {
    text-align: center;
  }


#s-6fbbe321-d91f-4d08-9869-829658d0ea5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fbbe321-d91f-4d08-9869-829658d0ea5b-root {
    text-align: center;
  }


#s-6fbbe321-d91f-4d08-9869-829658d0ea5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fbbe321-d91f-4d08-9869-829658d0ea5b-root {
    text-align: center;
  }


#s-6fbbe321-d91f-4d08-9869-829658d0ea5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6fbbe321-d91f-4d08-9869-829658d0ea5b-root {
    text-align: center;
  }


#s-6fbbe321-d91f-4d08-9869-829658d0ea5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-79c53996-1f51-41cb-9c45-b7a0507790a2 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-79c53996-1f51-41cb-9c45-b7a0507790a2 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-79c53996-1f51-41cb-9c45-b7a0507790a2 img.shogun-image,
  #s-79c53996-1f51-41cb-9c45-b7a0507790a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79c53996-1f51-41cb-9c45-b7a0507790a2 {
    width: 100%;
    height: auto;
  }



  #s-79c53996-1f51-41cb-9c45-b7a0507790a2 img.shogun-image {
    

    
    
    
  }


#s-79c53996-1f51-41cb-9c45-b7a0507790a2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-40c16c33-416a-4a6c-9220-eb5853d6a510 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a2be6d27-3c6b-4ef9-bafd-af9155965856 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a2be6d27-3c6b-4ef9-bafd-af9155965856:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a2be6d27-3c6b-4ef9-bafd-af9155965856:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2be6d27-3c6b-4ef9-bafd-af9155965856-root {
    text-align: center;
  }


#s-a2be6d27-3c6b-4ef9-bafd-af9155965856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2be6d27-3c6b-4ef9-bafd-af9155965856-root {
    text-align: center;
  }


#s-a2be6d27-3c6b-4ef9-bafd-af9155965856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2be6d27-3c6b-4ef9-bafd-af9155965856-root {
    text-align: center;
  }


#s-a2be6d27-3c6b-4ef9-bafd-af9155965856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2be6d27-3c6b-4ef9-bafd-af9155965856-root {
    text-align: center;
  }


#s-a2be6d27-3c6b-4ef9-bafd-af9155965856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2be6d27-3c6b-4ef9-bafd-af9155965856-root {
    text-align: center;
  }


#s-a2be6d27-3c6b-4ef9-bafd-af9155965856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f9891550-14d1-453d-8036-494b51ca8682 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-f9891550-14d1-453d-8036-494b51ca8682 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f9891550-14d1-453d-8036-494b51ca8682 img.shogun-image,
  #s-f9891550-14d1-453d-8036-494b51ca8682 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9891550-14d1-453d-8036-494b51ca8682 {
    width: 100%;
    height: auto;
  }



  #s-f9891550-14d1-453d-8036-494b51ca8682 img.shogun-image {
    

    
    
    
  }


#s-f9891550-14d1-453d-8036-494b51ca8682 .shogun-image-content {
  
    justify-content: center;
  
}

#s-df346cea-6382-42cd-98e1-a4a43041a63d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-047ecb7b-a648-4fc0-95a9-106e39999745 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-047ecb7b-a648-4fc0-95a9-106e39999745:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-047ecb7b-a648-4fc0-95a9-106e39999745:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-047ecb7b-a648-4fc0-95a9-106e39999745-root {
    text-align: center;
  }


#s-047ecb7b-a648-4fc0-95a9-106e39999745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-047ecb7b-a648-4fc0-95a9-106e39999745-root {
    text-align: center;
  }


#s-047ecb7b-a648-4fc0-95a9-106e39999745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-047ecb7b-a648-4fc0-95a9-106e39999745-root {
    text-align: center;
  }


#s-047ecb7b-a648-4fc0-95a9-106e39999745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-047ecb7b-a648-4fc0-95a9-106e39999745-root {
    text-align: center;
  }


#s-047ecb7b-a648-4fc0-95a9-106e39999745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-047ecb7b-a648-4fc0-95a9-106e39999745-root {
    text-align: center;
  }


#s-047ecb7b-a648-4fc0-95a9-106e39999745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8edde16f-8625-4980-8692-4f9936087ac0 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-8edde16f-8625-4980-8692-4f9936087ac0 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8edde16f-8625-4980-8692-4f9936087ac0 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8edde16f-8625-4980-8692-4f9936087ac0 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-8edde16f-8625-4980-8692-4f9936087ac0 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-8edde16f-8625-4980-8692-4f9936087ac0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8edde16f-8625-4980-8692-4f9936087ac0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8edde16f-8625-4980-8692-4f9936087ac0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8edde16f-8625-4980-8692-4f9936087ac0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-26ba4292-72ed-48a6-9e6d-2496d2c6f281 {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-26ba4292-72ed-48a6-9e6d-2496d2c6f281 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-26ba4292-72ed-48a6-9e6d-2496d2c6f281 img.shogun-image,
  #s-26ba4292-72ed-48a6-9e6d-2496d2c6f281 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26ba4292-72ed-48a6-9e6d-2496d2c6f281 {
    width: 100%;
    height: auto;
  }



  #s-26ba4292-72ed-48a6-9e6d-2496d2c6f281 img.shogun-image {
    

    
    
    
  }


#s-26ba4292-72ed-48a6-9e6d-2496d2c6f281 .shogun-image-content {
  
    justify-content: center;
  
}

#s-acba2f17-8b5a-49e5-b879-0cfd3f6c676c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9ea0e1ff-1bad-4738-8379-9541e4878729 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9ea0e1ff-1bad-4738-8379-9541e4878729:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ea0e1ff-1bad-4738-8379-9541e4878729:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9ea0e1ff-1bad-4738-8379-9541e4878729-root {
    text-align: center;
  }


#s-9ea0e1ff-1bad-4738-8379-9541e4878729.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9ea0e1ff-1bad-4738-8379-9541e4878729-root {
    text-align: center;
  }


#s-9ea0e1ff-1bad-4738-8379-9541e4878729.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ea0e1ff-1bad-4738-8379-9541e4878729-root {
    text-align: center;
  }


#s-9ea0e1ff-1bad-4738-8379-9541e4878729.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ea0e1ff-1bad-4738-8379-9541e4878729-root {
    text-align: center;
  }


#s-9ea0e1ff-1bad-4738-8379-9541e4878729.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9ea0e1ff-1bad-4738-8379-9541e4878729-root {
    text-align: center;
  }


#s-9ea0e1ff-1bad-4738-8379-9541e4878729.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b04f1064-bd88-48a1-9481-5862252efc34 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-b04f1064-bd88-48a1-9481-5862252efc34 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b04f1064-bd88-48a1-9481-5862252efc34 img.shogun-image,
  #s-b04f1064-bd88-48a1-9481-5862252efc34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b04f1064-bd88-48a1-9481-5862252efc34 {
    width: 100%;
    height: auto;
  }



  #s-b04f1064-bd88-48a1-9481-5862252efc34 img.shogun-image {
    

    
    
    
  }


#s-b04f1064-bd88-48a1-9481-5862252efc34 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e704b4c1-9e28-4436-b996-490a44fe55d6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-81322815-dfa9-42d1-b7bc-fc42434fc656 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-81322815-dfa9-42d1-b7bc-fc42434fc656:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81322815-dfa9-42d1-b7bc-fc42434fc656:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81322815-dfa9-42d1-b7bc-fc42434fc656-root {
    text-align: center;
  }


#s-81322815-dfa9-42d1-b7bc-fc42434fc656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-81322815-dfa9-42d1-b7bc-fc42434fc656-root {
    text-align: center;
  }


#s-81322815-dfa9-42d1-b7bc-fc42434fc656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81322815-dfa9-42d1-b7bc-fc42434fc656-root {
    text-align: center;
  }


#s-81322815-dfa9-42d1-b7bc-fc42434fc656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81322815-dfa9-42d1-b7bc-fc42434fc656-root {
    text-align: center;
  }


#s-81322815-dfa9-42d1-b7bc-fc42434fc656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-81322815-dfa9-42d1-b7bc-fc42434fc656-root {
    text-align: center;
  }


#s-81322815-dfa9-42d1-b7bc-fc42434fc656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-36e2a4f9-bbde-49ff-a301-01dc9867ef0a {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-36e2a4f9-bbde-49ff-a301-01dc9867ef0a {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-36e2a4f9-bbde-49ff-a301-01dc9867ef0a img.shogun-image,
  #s-36e2a4f9-bbde-49ff-a301-01dc9867ef0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36e2a4f9-bbde-49ff-a301-01dc9867ef0a {
    width: 100%;
    height: auto;
  }



  #s-36e2a4f9-bbde-49ff-a301-01dc9867ef0a img.shogun-image {
    

    
    
    
  }


#s-36e2a4f9-bbde-49ff-a301-01dc9867ef0a .shogun-image-content {
  
    justify-content: center;
  
}

#s-094690e0-7f91-43fd-9d80-8cfd7672e985 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-46ed86bf-0b13-4d41-9278-e260b876aaa0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-46ed86bf-0b13-4d41-9278-e260b876aaa0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46ed86bf-0b13-4d41-9278-e260b876aaa0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-46ed86bf-0b13-4d41-9278-e260b876aaa0-root {
    text-align: center;
  }


#s-46ed86bf-0b13-4d41-9278-e260b876aaa0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-46ed86bf-0b13-4d41-9278-e260b876aaa0-root {
    text-align: center;
  }


#s-46ed86bf-0b13-4d41-9278-e260b876aaa0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46ed86bf-0b13-4d41-9278-e260b876aaa0-root {
    text-align: center;
  }


#s-46ed86bf-0b13-4d41-9278-e260b876aaa0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46ed86bf-0b13-4d41-9278-e260b876aaa0-root {
    text-align: center;
  }


#s-46ed86bf-0b13-4d41-9278-e260b876aaa0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-46ed86bf-0b13-4d41-9278-e260b876aaa0-root {
    text-align: center;
  }


#s-46ed86bf-0b13-4d41-9278-e260b876aaa0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c910314f-6c64-4bf5-9893-be0920b7f07b {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-c910314f-6c64-4bf5-9893-be0920b7f07b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c910314f-6c64-4bf5-9893-be0920b7f07b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c910314f-6c64-4bf5-9893-be0920b7f07b {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-c910314f-6c64-4bf5-9893-be0920b7f07b {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-c910314f-6c64-4bf5-9893-be0920b7f07b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c910314f-6c64-4bf5-9893-be0920b7f07b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c910314f-6c64-4bf5-9893-be0920b7f07b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c910314f-6c64-4bf5-9893-be0920b7f07b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8116189a-24ff-4606-81bb-a9eea04ef3d8 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-8116189a-24ff-4606-81bb-a9eea04ef3d8 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-8116189a-24ff-4606-81bb-a9eea04ef3d8 img.shogun-image,
  #s-8116189a-24ff-4606-81bb-a9eea04ef3d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8116189a-24ff-4606-81bb-a9eea04ef3d8 {
    width: 100%;
    height: auto;
  }



  #s-8116189a-24ff-4606-81bb-a9eea04ef3d8 img.shogun-image {
    

    
    
    
  }


#s-8116189a-24ff-4606-81bb-a9eea04ef3d8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8a0488f5-4a93-4893-947d-fc60f7b496c7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ddd32339-4a93-4eef-a973-ef27794c27a9 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ddd32339-4a93-4eef-a973-ef27794c27a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ddd32339-4a93-4eef-a973-ef27794c27a9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ddd32339-4a93-4eef-a973-ef27794c27a9-root {
    text-align: center;
  }


#s-ddd32339-4a93-4eef-a973-ef27794c27a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ddd32339-4a93-4eef-a973-ef27794c27a9-root {
    text-align: center;
  }


#s-ddd32339-4a93-4eef-a973-ef27794c27a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddd32339-4a93-4eef-a973-ef27794c27a9-root {
    text-align: center;
  }


#s-ddd32339-4a93-4eef-a973-ef27794c27a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddd32339-4a93-4eef-a973-ef27794c27a9-root {
    text-align: center;
  }


#s-ddd32339-4a93-4eef-a973-ef27794c27a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ddd32339-4a93-4eef-a973-ef27794c27a9-root {
    text-align: center;
  }


#s-ddd32339-4a93-4eef-a973-ef27794c27a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4cd1bd81-0449-4574-bb76-eee71192dbae {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-4cd1bd81-0449-4574-bb76-eee71192dbae {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-4cd1bd81-0449-4574-bb76-eee71192dbae img.shogun-image,
  #s-4cd1bd81-0449-4574-bb76-eee71192dbae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cd1bd81-0449-4574-bb76-eee71192dbae {
    width: 100%;
    height: auto;
  }



  #s-4cd1bd81-0449-4574-bb76-eee71192dbae img.shogun-image {
    

    
    
    
  }


#s-4cd1bd81-0449-4574-bb76-eee71192dbae .shogun-image-content {
  
    justify-content: center;
  
}

#s-0c082cd6-5a49-434a-aa39-77826cf5a603 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-650cb37c-19cf-4a8a-8bc5-573793869c91 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-650cb37c-19cf-4a8a-8bc5-573793869c91:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-650cb37c-19cf-4a8a-8bc5-573793869c91:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-650cb37c-19cf-4a8a-8bc5-573793869c91-root {
    text-align: center;
  }


#s-650cb37c-19cf-4a8a-8bc5-573793869c91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-650cb37c-19cf-4a8a-8bc5-573793869c91-root {
    text-align: center;
  }


#s-650cb37c-19cf-4a8a-8bc5-573793869c91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-650cb37c-19cf-4a8a-8bc5-573793869c91-root {
    text-align: center;
  }


#s-650cb37c-19cf-4a8a-8bc5-573793869c91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-650cb37c-19cf-4a8a-8bc5-573793869c91-root {
    text-align: center;
  }


#s-650cb37c-19cf-4a8a-8bc5-573793869c91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-650cb37c-19cf-4a8a-8bc5-573793869c91-root {
    text-align: center;
  }


#s-650cb37c-19cf-4a8a-8bc5-573793869c91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f03a0013-dada-4ccf-ab8a-61b7508c0df0 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-f03a0013-dada-4ccf-ab8a-61b7508c0df0 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f03a0013-dada-4ccf-ab8a-61b7508c0df0 img.shogun-image,
  #s-f03a0013-dada-4ccf-ab8a-61b7508c0df0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f03a0013-dada-4ccf-ab8a-61b7508c0df0 {
    width: 100%;
    height: auto;
  }



  #s-f03a0013-dada-4ccf-ab8a-61b7508c0df0 img.shogun-image {
    

    
    
    
  }


#s-f03a0013-dada-4ccf-ab8a-61b7508c0df0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f7e28f28-dac6-47f5-80a6-ae01f36c8d26 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005-root {
    text-align: center;
  }


#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005-root {
    text-align: center;
  }


#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005-root {
    text-align: center;
  }


#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005-root {
    text-align: center;
  }


#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005-root {
    text-align: center;
  }


#s-1cf215d3-cd56-4dd3-a180-cb50ed7ec005.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dc956bfc-d958-4894-b40d-299cdf051397 {
  min-height: 500px;
}








#s-dc956bfc-d958-4894-b40d-299cdf051397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc956bfc-d958-4894-b40d-299cdf051397.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e7c8b90b-bf14-45b6-af82-5031bb697f21 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-e7c8b90b-bf14-45b6-af82-5031bb697f21 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7c8b90b-bf14-45b6-af82-5031bb697f21 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7c8b90b-bf14-45b6-af82-5031bb697f21 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-e7c8b90b-bf14-45b6-af82-5031bb697f21 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-e7c8b90b-bf14-45b6-af82-5031bb697f21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7c8b90b-bf14-45b6-af82-5031bb697f21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e7c8b90b-bf14-45b6-af82-5031bb697f21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7c8b90b-bf14-45b6-af82-5031bb697f21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a2327c27-8582-4d30-ac54-212cf1a22ea0 {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-a2327c27-8582-4d30-ac54-212cf1a22ea0 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a2327c27-8582-4d30-ac54-212cf1a22ea0 img.shogun-image,
  #s-a2327c27-8582-4d30-ac54-212cf1a22ea0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2327c27-8582-4d30-ac54-212cf1a22ea0 {
    width: 100%;
    height: auto;
  }



  #s-a2327c27-8582-4d30-ac54-212cf1a22ea0 img.shogun-image {
    

    
    
    
  }


#s-a2327c27-8582-4d30-ac54-212cf1a22ea0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6ede443f-c6ff-4393-ab28-b3b8746a6931 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a-root {
    text-align: center;
  }


#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a-root {
    text-align: center;
  }


#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a-root {
    text-align: center;
  }


#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a-root {
    text-align: center;
  }


#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a-root {
    text-align: center;
  }


#s-5ddb2db8-88c5-48bc-80fe-b21e5f69ce6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a099161b-dff2-44e3-8c3d-df41972a9c86 {
  background-image: url(https://i.shgcdn.com/909ab6fb-68d2-4c23-9fa8-5d0f01ce8e11/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-a099161b-dff2-44e3-8c3d-df41972a9c86 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a099161b-dff2-44e3-8c3d-df41972a9c86 img.shogun-image,
  #s-a099161b-dff2-44e3-8c3d-df41972a9c86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a099161b-dff2-44e3-8c3d-df41972a9c86 {
    width: 100%;
    height: auto;
  }



  #s-a099161b-dff2-44e3-8c3d-df41972a9c86 img.shogun-image {
    

    
    
    
  }


#s-a099161b-dff2-44e3-8c3d-df41972a9c86 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0f1d020b-df7b-48a9-a7f7-5b82e3c8347e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f-root {
    text-align: center;
  }


#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f-root {
    text-align: center;
  }


#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f-root {
    text-align: center;
  }


#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f-root {
    text-align: center;
  }


#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f-root {
    text-align: center;
  }


#s-dfe6fcd5-2ac3-48a0-91ea-5c50cd04281f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-02504a5c-784c-44c0-9578-7590e4f7d022 {
  background-image: url(https://i.shgcdn.com/79d785e6-b8d8-45e6-94e6-c60a1fc6e119/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
background-color: rgba(250, 250, 250, 1);
}

#s-02504a5c-784c-44c0-9578-7590e4f7d022 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-02504a5c-784c-44c0-9578-7590e4f7d022 img.shogun-image,
  #s-02504a5c-784c-44c0-9578-7590e4f7d022 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02504a5c-784c-44c0-9578-7590e4f7d022 {
    width: 100%;
    height: auto;
  }



  #s-02504a5c-784c-44c0-9578-7590e4f7d022 img.shogun-image {
    

    
    
    
  }


#s-02504a5c-784c-44c0-9578-7590e4f7d022 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7573bac0-458d-4df3-b9f2-83c5469351ba {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ce52a9ce-e9dd-4887-af40-63aaede4140b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ce52a9ce-e9dd-4887-af40-63aaede4140b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce52a9ce-e9dd-4887-af40-63aaede4140b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ce52a9ce-e9dd-4887-af40-63aaede4140b-root {
    text-align: center;
  }


#s-ce52a9ce-e9dd-4887-af40-63aaede4140b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ce52a9ce-e9dd-4887-af40-63aaede4140b-root {
    text-align: center;
  }


#s-ce52a9ce-e9dd-4887-af40-63aaede4140b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce52a9ce-e9dd-4887-af40-63aaede4140b-root {
    text-align: center;
  }


#s-ce52a9ce-e9dd-4887-af40-63aaede4140b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce52a9ce-e9dd-4887-af40-63aaede4140b-root {
    text-align: center;
  }


#s-ce52a9ce-e9dd-4887-af40-63aaede4140b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ce52a9ce-e9dd-4887-af40-63aaede4140b-root {
    text-align: center;
  }


#s-ce52a9ce-e9dd-4887-af40-63aaede4140b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa1e7afc-577b-4e9e-822b-42a9c1c382f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e036e983-8fee-4fa7-886a-adad0a515b68 {
  background-image: url(https://i.shgcdn.com/909ab6fb-68d2-4c23-9fa8-5d0f01ce8e11/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-e036e983-8fee-4fa7-886a-adad0a515b68 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e036e983-8fee-4fa7-886a-adad0a515b68 img.shogun-image,
  #s-e036e983-8fee-4fa7-886a-adad0a515b68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e036e983-8fee-4fa7-886a-adad0a515b68 {
    width: 100%;
    height: auto;
  }



  #s-e036e983-8fee-4fa7-886a-adad0a515b68 img.shogun-image {
    

    
    
    
  }


#s-e036e983-8fee-4fa7-886a-adad0a515b68 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5f1c3436-88d8-4e2f-9377-d7d937a9bae5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5b049576-f164-4f78-9543-efb51e7ceb57 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5b049576-f164-4f78-9543-efb51e7ceb57:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b049576-f164-4f78-9543-efb51e7ceb57:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b049576-f164-4f78-9543-efb51e7ceb57-root {
    text-align: center;
  }


#s-5b049576-f164-4f78-9543-efb51e7ceb57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b049576-f164-4f78-9543-efb51e7ceb57-root {
    text-align: center;
  }


#s-5b049576-f164-4f78-9543-efb51e7ceb57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b049576-f164-4f78-9543-efb51e7ceb57-root {
    text-align: center;
  }


#s-5b049576-f164-4f78-9543-efb51e7ceb57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b049576-f164-4f78-9543-efb51e7ceb57-root {
    text-align: center;
  }


#s-5b049576-f164-4f78-9543-efb51e7ceb57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b049576-f164-4f78-9543-efb51e7ceb57-root {
    text-align: center;
  }


#s-5b049576-f164-4f78-9543-efb51e7ceb57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cbd6d672-a32d-4aca-a294-37825420af0a {
  background-image: url(https://i.shgcdn.com/194f31dc-75c5-4d7f-a549-7ec578f2c4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-cbd6d672-a32d-4aca-a294-37825420af0a {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-cbd6d672-a32d-4aca-a294-37825420af0a img.shogun-image,
  #s-cbd6d672-a32d-4aca-a294-37825420af0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cbd6d672-a32d-4aca-a294-37825420af0a {
    width: 100%;
    height: auto;
  }



  #s-cbd6d672-a32d-4aca-a294-37825420af0a img.shogun-image {
    

    
    
    
  }


#s-cbd6d672-a32d-4aca-a294-37825420af0a .shogun-image-content {
  
    justify-content: center;
  
}

#s-762155fe-e051-4238-a68a-5435dd38c7ac {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67ff6757-94e2-413c-9d9b-14c003b4eb3a-root {
    text-align: center;
  }


#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67ff6757-94e2-413c-9d9b-14c003b4eb3a-root {
    text-align: center;
  }


#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67ff6757-94e2-413c-9d9b-14c003b4eb3a-root {
    text-align: center;
  }


#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67ff6757-94e2-413c-9d9b-14c003b4eb3a-root {
    text-align: center;
  }


#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67ff6757-94e2-413c-9d9b-14c003b4eb3a-root {
    text-align: center;
  }


#s-67ff6757-94e2-413c-9d9b-14c003b4eb3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3276279b-3bdd-44ff-a2b4-15c7b51373ec {
  background-image: url(https://i.shgcdn.com/1a5b0f36-60c0-4b74-abf1-d9491acf0f71/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-3276279b-3bdd-44ff-a2b4-15c7b51373ec {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-3276279b-3bdd-44ff-a2b4-15c7b51373ec img.shogun-image,
  #s-3276279b-3bdd-44ff-a2b4-15c7b51373ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3276279b-3bdd-44ff-a2b4-15c7b51373ec {
    width: 100%;
    height: auto;
  }



  #s-3276279b-3bdd-44ff-a2b4-15c7b51373ec img.shogun-image {
    

    
    
    
  }


#s-3276279b-3bdd-44ff-a2b4-15c7b51373ec .shogun-image-content {
  
    justify-content: center;
  
}

#s-a45ceb70-5a7e-4d3a-ae70-8291cd79d948 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e9cda508-1ede-4a46-80b1-54555c1c3353 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e9cda508-1ede-4a46-80b1-54555c1c3353:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9cda508-1ede-4a46-80b1-54555c1c3353:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e9cda508-1ede-4a46-80b1-54555c1c3353-root {
    text-align: center;
  }


#s-e9cda508-1ede-4a46-80b1-54555c1c3353.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e9cda508-1ede-4a46-80b1-54555c1c3353-root {
    text-align: center;
  }


#s-e9cda508-1ede-4a46-80b1-54555c1c3353.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9cda508-1ede-4a46-80b1-54555c1c3353-root {
    text-align: center;
  }


#s-e9cda508-1ede-4a46-80b1-54555c1c3353.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9cda508-1ede-4a46-80b1-54555c1c3353-root {
    text-align: center;
  }


#s-e9cda508-1ede-4a46-80b1-54555c1c3353.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e9cda508-1ede-4a46-80b1-54555c1c3353-root {
    text-align: center;
  }


#s-e9cda508-1ede-4a46-80b1-54555c1c3353.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-70d8cb20-a021-4b09-821d-e11edae3fc5a {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-70d8cb20-a021-4b09-821d-e11edae3fc5a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70d8cb20-a021-4b09-821d-e11edae3fc5a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-70d8cb20-a021-4b09-821d-e11edae3fc5a {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-70d8cb20-a021-4b09-821d-e11edae3fc5a {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-70d8cb20-a021-4b09-821d-e11edae3fc5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70d8cb20-a021-4b09-821d-e11edae3fc5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-70d8cb20-a021-4b09-821d-e11edae3fc5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-70d8cb20-a021-4b09-821d-e11edae3fc5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b1885ae0-219a-4fa6-b6d0-e12e9cf4986f {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-b1885ae0-219a-4fa6-b6d0-e12e9cf4986f {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b1885ae0-219a-4fa6-b6d0-e12e9cf4986f img.shogun-image,
  #s-b1885ae0-219a-4fa6-b6d0-e12e9cf4986f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1885ae0-219a-4fa6-b6d0-e12e9cf4986f {
    width: 100%;
    height: auto;
  }



  #s-b1885ae0-219a-4fa6-b6d0-e12e9cf4986f img.shogun-image {
    

    
    
    
  }


#s-b1885ae0-219a-4fa6-b6d0-e12e9cf4986f .shogun-image-content {
  
    justify-content: center;
  
}

#s-ed6327c3-09fd-4693-a493-7508cece02b1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c2137ab8-ebed-430b-af84-166885087998 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c2137ab8-ebed-430b-af84-166885087998:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c2137ab8-ebed-430b-af84-166885087998:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c2137ab8-ebed-430b-af84-166885087998-root {
    text-align: center;
  }


#s-c2137ab8-ebed-430b-af84-166885087998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c2137ab8-ebed-430b-af84-166885087998-root {
    text-align: center;
  }


#s-c2137ab8-ebed-430b-af84-166885087998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2137ab8-ebed-430b-af84-166885087998-root {
    text-align: center;
  }


#s-c2137ab8-ebed-430b-af84-166885087998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c2137ab8-ebed-430b-af84-166885087998-root {
    text-align: center;
  }


#s-c2137ab8-ebed-430b-af84-166885087998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c2137ab8-ebed-430b-af84-166885087998-root {
    text-align: center;
  }


#s-c2137ab8-ebed-430b-af84-166885087998.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-75ba9c8b-c802-4493-9e88-c70fd88abcea {
  background-image: url(https://i.shgcdn.com/c656ca60-b17a-49d5-8b07-5a6f0cea3463/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}

#s-75ba9c8b-c802-4493-9e88-c70fd88abcea {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-75ba9c8b-c802-4493-9e88-c70fd88abcea img.shogun-image,
  #s-75ba9c8b-c802-4493-9e88-c70fd88abcea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75ba9c8b-c802-4493-9e88-c70fd88abcea {
    width: 100%;
    height: auto;
  }



  #s-75ba9c8b-c802-4493-9e88-c70fd88abcea img.shogun-image {
    

    
    
    
  }


#s-75ba9c8b-c802-4493-9e88-c70fd88abcea .shogun-image-content {
  
    justify-content: center;
  
}

#s-914d5900-3496-4404-a1ed-eb71bf39d09d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7-root {
    text-align: center;
  }


#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7-root {
    text-align: center;
  }


#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7-root {
    text-align: center;
  }


#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7-root {
    text-align: center;
  }


#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7-root {
    text-align: center;
  }


#s-f5d4ed8a-5778-4537-a36d-e65dfff21cb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-05723f59-dfdf-461c-9df7-cbf9d6a18286 {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-05723f59-dfdf-461c-9df7-cbf9d6a18286 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-05723f59-dfdf-461c-9df7-cbf9d6a18286 img.shogun-image,
  #s-05723f59-dfdf-461c-9df7-cbf9d6a18286 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05723f59-dfdf-461c-9df7-cbf9d6a18286 {
    width: 100%;
    height: auto;
  }



  #s-05723f59-dfdf-461c-9df7-cbf9d6a18286 img.shogun-image {
    

    
    
    
  }


#s-05723f59-dfdf-461c-9df7-cbf9d6a18286 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7471fd57-89d4-44d5-b1b8-e44b3dbee9c1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1072cb5d-083c-4667-830f-848fa6c2959a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1072cb5d-083c-4667-830f-848fa6c2959a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1072cb5d-083c-4667-830f-848fa6c2959a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1072cb5d-083c-4667-830f-848fa6c2959a-root {
    text-align: center;
  }


#s-1072cb5d-083c-4667-830f-848fa6c2959a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1072cb5d-083c-4667-830f-848fa6c2959a-root {
    text-align: center;
  }


#s-1072cb5d-083c-4667-830f-848fa6c2959a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1072cb5d-083c-4667-830f-848fa6c2959a-root {
    text-align: center;
  }


#s-1072cb5d-083c-4667-830f-848fa6c2959a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1072cb5d-083c-4667-830f-848fa6c2959a-root {
    text-align: center;
  }


#s-1072cb5d-083c-4667-830f-848fa6c2959a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1072cb5d-083c-4667-830f-848fa6c2959a-root {
    text-align: center;
  }


#s-1072cb5d-083c-4667-830f-848fa6c2959a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc8bd2b7-a56d-4f72-b2f7-6d9e8fdc485a {
  
}








#s-cc8bd2b7-a56d-4f72-b2f7-6d9e8fdc485a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc8bd2b7-a56d-4f72-b2f7-6d9e8fdc485a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ab73da05-882f-4aa2-b01d-f61dafe1e734 {
  min-height: 20px;
}








#s-ab73da05-882f-4aa2-b01d-f61dafe1e734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab73da05-882f-4aa2-b01d-f61dafe1e734.shg-box.shg-c {
  justify-content: center;
}

#s-a63904fc-f90b-4929-97fa-5eb84a05cb30 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(23, 233, 226, 1);
border-style: solid;
min-height: 500px;
}








#s-a63904fc-f90b-4929-97fa-5eb84a05cb30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a63904fc-f90b-4929-97fa-5eb84a05cb30.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0e30ea5e-56cc-403d-b893-a4e8ae7452d3 {
  min-height: 9px;
}

#s-cde3229d-a790-4a56-8113-e33e7d611397 {
  min-height: 75px;
}
@media (max-width: 767px){#s-cde3229d-a790-4a56-8113-e33e7d611397 {
  display: none;
}
#s-cde3229d-a790-4a56-8113-e33e7d611397, #wrap-s-cde3229d-a790-4a56-8113-e33e7d611397, #wrap-content-s-cde3229d-a790-4a56-8113-e33e7d611397 { display: none !important; }}







#s-cde3229d-a790-4a56-8113-e33e7d611397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cde3229d-a790-4a56-8113-e33e7d611397.shg-box.shg-c {
  justify-content: center;
}

#s-dd427706-8116-4076-8f8f-8f4dea0ee9f9 {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-dd427706-8116-4076-8f8f-8f4dea0ee9f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd427706-8116-4076-8f8f-8f4dea0ee9f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd427706-8116-4076-8f8f-8f4dea0ee9f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dd427706-8116-4076-8f8f-8f4dea0ee9f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd427706-8116-4076-8f8f-8f4dea0ee9f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd427706-8116-4076-8f8f-8f4dea0ee9f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd427706-8116-4076-8f8f-8f4dea0ee9f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-31f2d35c-87e6-41a3-b470-e305be0cab75 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31f2d35c-87e6-41a3-b470-e305be0cab75 .shogun-heading-component h1 {
  color: rgba(186, 0, 240, 1);
  font-weight:  normal ;
  font-family: "Tilt Warp";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-20987210-e18c-49fc-8a87-eb3b8984ac07 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-20987210-e18c-49fc-8a87-eb3b8984ac07 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20987210-e18c-49fc-8a87-eb3b8984ac07 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-20987210-e18c-49fc-8a87-eb3b8984ac07 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-20987210-e18c-49fc-8a87-eb3b8984ac07 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-20987210-e18c-49fc-8a87-eb3b8984ac07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20987210-e18c-49fc-8a87-eb3b8984ac07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20987210-e18c-49fc-8a87-eb3b8984ac07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20987210-e18c-49fc-8a87-eb3b8984ac07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20987210-e18c-49fc-8a87-eb3b8984ac07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20987210-e18c-49fc-8a87-eb3b8984ac07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20987210-e18c-49fc-8a87-eb3b8984ac07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-98330a95-1133-4f57-84a4-d7125818dbd6 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 2334px;
aspect-ratio: 2334/1556;
text-align: center;
}

#s-98330a95-1133-4f57-84a4-d7125818dbd6 {
  overflow: hidden;
  
  
      max-width: 2334px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-98330a95-1133-4f57-84a4-d7125818dbd6 img.shogun-image,
  #s-98330a95-1133-4f57-84a4-d7125818dbd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98330a95-1133-4f57-84a4-d7125818dbd6 {
    width: 100%;
    height: auto;
  }



  #s-98330a95-1133-4f57-84a4-d7125818dbd6 img.shogun-image {
    

    
    
    
  }


#s-98330a95-1133-4f57-84a4-d7125818dbd6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b83cf55f-fb9c-4a8e-ae02-34c90204011a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzJiN2I3NjQtZWUzZS00MjNkLTkxMDEtMThiZDE5ZjBiYzg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzcyYjdiNzY0LWVlM2UtNDIzZC05MTAxLTE4YmQxOWYwYmM4OSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9b6d48f-d998-4185-9e3d-931c3e2a3933-root {
    text-align: center;
  }


#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9b6d48f-d998-4185-9e3d-931c3e2a3933-root {
    text-align: center;
  }


#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9b6d48f-d998-4185-9e3d-931c3e2a3933-root {
    text-align: center;
  }


#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9b6d48f-d998-4185-9e3d-931c3e2a3933-root {
    text-align: center;
  }


#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9b6d48f-d998-4185-9e3d-931c3e2a3933-root {
    text-align: center;
  }


#s-d9b6d48f-d998-4185-9e3d-931c3e2a3933.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e64bac2-0ae7-4276-8979-06d2ce83ce2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f973d4ea-a6a9-487a-bdf0-9c9166c7487e {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 620px;
aspect-ratio: 620/344;
text-align: center;
}

#s-f973d4ea-a6a9-487a-bdf0-9c9166c7487e {
  overflow: hidden;
  
  
      max-width: 620px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f973d4ea-a6a9-487a-bdf0-9c9166c7487e img.shogun-image,
  #s-f973d4ea-a6a9-487a-bdf0-9c9166c7487e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f973d4ea-a6a9-487a-bdf0-9c9166c7487e {
    width: 100%;
    height: auto;
  }



  #s-f973d4ea-a6a9-487a-bdf0-9c9166c7487e img.shogun-image {
    

    
    
    
  }


#s-f973d4ea-a6a9-487a-bdf0-9c9166c7487e .shogun-image-content {
  
    justify-content: center;
  
}

#s-5234d59b-bfd4-4acf-a222-bed47f17340f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-61c606d7-d1d3-4d03-8709-0ed13585398a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-61c606d7-d1d3-4d03-8709-0ed13585398a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61c606d7-d1d3-4d03-8709-0ed13585398a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-61c606d7-d1d3-4d03-8709-0ed13585398a-root {
    text-align: center;
  }


#s-61c606d7-d1d3-4d03-8709-0ed13585398a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-61c606d7-d1d3-4d03-8709-0ed13585398a-root {
    text-align: center;
  }


#s-61c606d7-d1d3-4d03-8709-0ed13585398a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61c606d7-d1d3-4d03-8709-0ed13585398a-root {
    text-align: center;
  }


#s-61c606d7-d1d3-4d03-8709-0ed13585398a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61c606d7-d1d3-4d03-8709-0ed13585398a-root {
    text-align: center;
  }


#s-61c606d7-d1d3-4d03-8709-0ed13585398a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-61c606d7-d1d3-4d03-8709-0ed13585398a-root {
    text-align: center;
  }


#s-61c606d7-d1d3-4d03-8709-0ed13585398a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6f49926c-57d4-492c-a516-6b5459d4a853 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}

#s-6f49926c-57d4-492c-a516-6b5459d4a853 {
  overflow: hidden;
  
  
      max-width: 1920px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6f49926c-57d4-492c-a516-6b5459d4a853 img.shogun-image,
  #s-6f49926c-57d4-492c-a516-6b5459d4a853 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f49926c-57d4-492c-a516-6b5459d4a853 {
    width: 100%;
    height: auto;
  }



  #s-6f49926c-57d4-492c-a516-6b5459d4a853 img.shogun-image {
    

    
    
    
  }


#s-6f49926c-57d4-492c-a516-6b5459d4a853 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fb4618e1-098b-4ab2-8e55-00c4be772460 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-662795d1-afba-4cd9-bcbd-c19492242320 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-662795d1-afba-4cd9-bcbd-c19492242320:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-662795d1-afba-4cd9-bcbd-c19492242320:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-662795d1-afba-4cd9-bcbd-c19492242320-root {
    text-align: center;
  }


#s-662795d1-afba-4cd9-bcbd-c19492242320.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-662795d1-afba-4cd9-bcbd-c19492242320-root {
    text-align: center;
  }


#s-662795d1-afba-4cd9-bcbd-c19492242320.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-662795d1-afba-4cd9-bcbd-c19492242320-root {
    text-align: center;
  }


#s-662795d1-afba-4cd9-bcbd-c19492242320.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-662795d1-afba-4cd9-bcbd-c19492242320-root {
    text-align: center;
  }


#s-662795d1-afba-4cd9-bcbd-c19492242320.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-662795d1-afba-4cd9-bcbd-c19492242320-root {
    text-align: center;
  }


#s-662795d1-afba-4cd9-bcbd-c19492242320.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9493a058-7ae8-4d83-984f-090ba23c3e19 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 3584px;
aspect-ratio: 3584/2030;
text-align: center;
}

#s-9493a058-7ae8-4d83-984f-090ba23c3e19 {
  overflow: hidden;
  
  
      max-width: 3584px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9493a058-7ae8-4d83-984f-090ba23c3e19 img.shogun-image,
  #s-9493a058-7ae8-4d83-984f-090ba23c3e19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9493a058-7ae8-4d83-984f-090ba23c3e19 {
    width: 100%;
    height: auto;
  }



  #s-9493a058-7ae8-4d83-984f-090ba23c3e19 img.shogun-image {
    

    
    
    
  }


#s-9493a058-7ae8-4d83-984f-090ba23c3e19 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7712f51b-daec-4f45-861f-7fd5e6a52430 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5dfa7f2b-5749-46f4-b848-41183edeff1d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5dfa7f2b-5749-46f4-b848-41183edeff1d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5dfa7f2b-5749-46f4-b848-41183edeff1d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5dfa7f2b-5749-46f4-b848-41183edeff1d-root {
    text-align: center;
  }


#s-5dfa7f2b-5749-46f4-b848-41183edeff1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5dfa7f2b-5749-46f4-b848-41183edeff1d-root {
    text-align: center;
  }


#s-5dfa7f2b-5749-46f4-b848-41183edeff1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5dfa7f2b-5749-46f4-b848-41183edeff1d-root {
    text-align: center;
  }


#s-5dfa7f2b-5749-46f4-b848-41183edeff1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5dfa7f2b-5749-46f4-b848-41183edeff1d-root {
    text-align: center;
  }


#s-5dfa7f2b-5749-46f4-b848-41183edeff1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5dfa7f2b-5749-46f4-b848-41183edeff1d-root {
    text-align: center;
  }


#s-5dfa7f2b-5749-46f4-b848-41183edeff1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-74d30158-0c04-4142-b0dd-9fcb810bfa00 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-74d30158-0c04-4142-b0dd-9fcb810bfa00 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74d30158-0c04-4142-b0dd-9fcb810bfa00 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-74d30158-0c04-4142-b0dd-9fcb810bfa00 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-74d30158-0c04-4142-b0dd-9fcb810bfa00 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-74d30158-0c04-4142-b0dd-9fcb810bfa00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74d30158-0c04-4142-b0dd-9fcb810bfa00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-74d30158-0c04-4142-b0dd-9fcb810bfa00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-74d30158-0c04-4142-b0dd-9fcb810bfa00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-813dcd11-182f-4893-be9c-0f80aa528cce {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}

#s-813dcd11-182f-4893-be9c-0f80aa528cce {
  overflow: hidden;
  
  
      max-width: 1920px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-813dcd11-182f-4893-be9c-0f80aa528cce img.shogun-image,
  #s-813dcd11-182f-4893-be9c-0f80aa528cce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-813dcd11-182f-4893-be9c-0f80aa528cce {
    width: 100%;
    height: auto;
  }



  #s-813dcd11-182f-4893-be9c-0f80aa528cce img.shogun-image {
    

    
    
    
  }


#s-813dcd11-182f-4893-be9c-0f80aa528cce .shogun-image-content {
  
    justify-content: center;
  
}

#s-84166acd-226c-40fe-8b04-cf04de57f332 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62-root {
    text-align: center;
  }


#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62-root {
    text-align: center;
  }


#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62-root {
    text-align: center;
  }


#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62-root {
    text-align: center;
  }


#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62-root {
    text-align: center;
  }


#s-92655e47-c0ae-4099-afc7-0cbd1b4cfd62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-afdd2592-f38d-4bde-b401-bbbace06b1b9 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-afdd2592-f38d-4bde-b401-bbbace06b1b9 {
  overflow: hidden;
  
  
}







  #s-afdd2592-f38d-4bde-b401-bbbace06b1b9 img.shogun-image {
    

    
    
    
  }


#s-afdd2592-f38d-4bde-b401-bbbace06b1b9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8caf987f-3e72-4288-9396-fc4b3c7a01fe {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b988e7e3-cf48-44d6-9b69-487823433c04 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b988e7e3-cf48-44d6-9b69-487823433c04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b988e7e3-cf48-44d6-9b69-487823433c04:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b988e7e3-cf48-44d6-9b69-487823433c04-root {
    text-align: center;
  }


#s-b988e7e3-cf48-44d6-9b69-487823433c04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b988e7e3-cf48-44d6-9b69-487823433c04-root {
    text-align: center;
  }


#s-b988e7e3-cf48-44d6-9b69-487823433c04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b988e7e3-cf48-44d6-9b69-487823433c04-root {
    text-align: center;
  }


#s-b988e7e3-cf48-44d6-9b69-487823433c04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b988e7e3-cf48-44d6-9b69-487823433c04-root {
    text-align: center;
  }


#s-b988e7e3-cf48-44d6-9b69-487823433c04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b988e7e3-cf48-44d6-9b69-487823433c04-root {
    text-align: center;
  }


#s-b988e7e3-cf48-44d6-9b69-487823433c04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ef4369c4-f1cb-41a0-9c94-a71313f98796 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-ef4369c4-f1cb-41a0-9c94-a71313f98796 {
  overflow: hidden;
  
  
}







  #s-ef4369c4-f1cb-41a0-9c94-a71313f98796 img.shogun-image {
    

    
    
    
  }


#s-ef4369c4-f1cb-41a0-9c94-a71313f98796 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bf93f784-6d88-4aab-8454-13ea2a437f8f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-02481834-5d2c-4330-b386-aa2478fbb8bf {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-02481834-5d2c-4330-b386-aa2478fbb8bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02481834-5d2c-4330-b386-aa2478fbb8bf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-02481834-5d2c-4330-b386-aa2478fbb8bf-root {
    text-align: center;
  }


#s-02481834-5d2c-4330-b386-aa2478fbb8bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02481834-5d2c-4330-b386-aa2478fbb8bf-root {
    text-align: center;
  }


#s-02481834-5d2c-4330-b386-aa2478fbb8bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02481834-5d2c-4330-b386-aa2478fbb8bf-root {
    text-align: center;
  }


#s-02481834-5d2c-4330-b386-aa2478fbb8bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02481834-5d2c-4330-b386-aa2478fbb8bf-root {
    text-align: center;
  }


#s-02481834-5d2c-4330-b386-aa2478fbb8bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02481834-5d2c-4330-b386-aa2478fbb8bf-root {
    text-align: center;
  }


#s-02481834-5d2c-4330-b386-aa2478fbb8bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-19ac3309-a8da-419e-b7a8-6c446fa84ef1 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-19ac3309-a8da-419e-b7a8-6c446fa84ef1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19ac3309-a8da-419e-b7a8-6c446fa84ef1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-19ac3309-a8da-419e-b7a8-6c446fa84ef1 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-19ac3309-a8da-419e-b7a8-6c446fa84ef1 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-19ac3309-a8da-419e-b7a8-6c446fa84ef1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19ac3309-a8da-419e-b7a8-6c446fa84ef1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-19ac3309-a8da-419e-b7a8-6c446fa84ef1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-19ac3309-a8da-419e-b7a8-6c446fa84ef1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3e5d7e1b-da47-4d0b-b706-e9ac05860858 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-3e5d7e1b-da47-4d0b-b706-e9ac05860858 {
  overflow: hidden;
  
  
}







  #s-3e5d7e1b-da47-4d0b-b706-e9ac05860858 img.shogun-image {
    

    
    
    
  }


#s-3e5d7e1b-da47-4d0b-b706-e9ac05860858 .shogun-image-content {
  
    justify-content: center;
  
}

#s-45d36608-3777-437d-9fa3-742a71b3ad78 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5498aa3a-5d48-4fca-8bb1-18b57f403216 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5498aa3a-5d48-4fca-8bb1-18b57f403216:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5498aa3a-5d48-4fca-8bb1-18b57f403216:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5498aa3a-5d48-4fca-8bb1-18b57f403216-root {
    text-align: center;
  }


#s-5498aa3a-5d48-4fca-8bb1-18b57f403216.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5498aa3a-5d48-4fca-8bb1-18b57f403216-root {
    text-align: center;
  }


#s-5498aa3a-5d48-4fca-8bb1-18b57f403216.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5498aa3a-5d48-4fca-8bb1-18b57f403216-root {
    text-align: center;
  }


#s-5498aa3a-5d48-4fca-8bb1-18b57f403216.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5498aa3a-5d48-4fca-8bb1-18b57f403216-root {
    text-align: center;
  }


#s-5498aa3a-5d48-4fca-8bb1-18b57f403216.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5498aa3a-5d48-4fca-8bb1-18b57f403216-root {
    text-align: center;
  }


#s-5498aa3a-5d48-4fca-8bb1-18b57f403216.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a6f0410e-2afd-498e-83a5-70c4ececff64 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-a6f0410e-2afd-498e-83a5-70c4ececff64 {
  overflow: hidden;
  
  
}







  #s-a6f0410e-2afd-498e-83a5-70c4ececff64 img.shogun-image {
    

    
    
    
  }


#s-a6f0410e-2afd-498e-83a5-70c4ececff64 .shogun-image-content {
  
    justify-content: center;
  
}

#s-90d979ad-a4c1-46d7-b5b3-ae08327a85cc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-62efcc97-7c8d-45ce-a054-f15659cb2001 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-62efcc97-7c8d-45ce-a054-f15659cb2001:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62efcc97-7c8d-45ce-a054-f15659cb2001:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-62efcc97-7c8d-45ce-a054-f15659cb2001-root {
    text-align: center;
  }


#s-62efcc97-7c8d-45ce-a054-f15659cb2001.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-62efcc97-7c8d-45ce-a054-f15659cb2001-root {
    text-align: center;
  }


#s-62efcc97-7c8d-45ce-a054-f15659cb2001.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62efcc97-7c8d-45ce-a054-f15659cb2001-root {
    text-align: center;
  }


#s-62efcc97-7c8d-45ce-a054-f15659cb2001.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62efcc97-7c8d-45ce-a054-f15659cb2001-root {
    text-align: center;
  }


#s-62efcc97-7c8d-45ce-a054-f15659cb2001.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-62efcc97-7c8d-45ce-a054-f15659cb2001-root {
    text-align: center;
  }


#s-62efcc97-7c8d-45ce-a054-f15659cb2001.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4c2b8166-6f92-4092-aab0-a798bd944adb {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-4c2b8166-6f92-4092-aab0-a798bd944adb {
  overflow: hidden;
  
  
}







  #s-4c2b8166-6f92-4092-aab0-a798bd944adb img.shogun-image {
    

    
    
    
  }


#s-4c2b8166-6f92-4092-aab0-a798bd944adb .shogun-image-content {
  
    justify-content: center;
  
}

#s-41299c58-62f5-48aa-b3d9-190044f4f7d1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-61acfbb4-ec24-43ee-a2e3-badb74ea6473-root {
    text-align: center;
  }


#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-61acfbb4-ec24-43ee-a2e3-badb74ea6473-root {
    text-align: center;
  }


#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61acfbb4-ec24-43ee-a2e3-badb74ea6473-root {
    text-align: center;
  }


#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61acfbb4-ec24-43ee-a2e3-badb74ea6473-root {
    text-align: center;
  }


#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-61acfbb4-ec24-43ee-a2e3-badb74ea6473-root {
    text-align: center;
  }


#s-61acfbb4-ec24-43ee-a2e3-badb74ea6473.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e9050230-67c9-46f1-b8ec-d16a15e13c1e {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-e9050230-67c9-46f1-b8ec-d16a15e13c1e {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9050230-67c9-46f1-b8ec-d16a15e13c1e {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9050230-67c9-46f1-b8ec-d16a15e13c1e {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-e9050230-67c9-46f1-b8ec-d16a15e13c1e {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-e9050230-67c9-46f1-b8ec-d16a15e13c1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9050230-67c9-46f1-b8ec-d16a15e13c1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e9050230-67c9-46f1-b8ec-d16a15e13c1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9050230-67c9-46f1-b8ec-d16a15e13c1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-528ec8ae-511d-42f3-9eb0-112fb8cc36a2 {
  background-image: url(https://i.shgcdn.com/6dbd282c-46c8-4200-9754-5fe0144cb3d6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center center;
background-color: rgba(148, 215, 233, 1);
}

#s-528ec8ae-511d-42f3-9eb0-112fb8cc36a2 {
  overflow: hidden;
  
  
}







  #s-528ec8ae-511d-42f3-9eb0-112fb8cc36a2 img.shogun-image {
    

    
    
    
  }


#s-528ec8ae-511d-42f3-9eb0-112fb8cc36a2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-638c4961-ce5b-4c05-8321-2fb5a42f0996 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-37ead4d7-a22e-4a73-9620-ef02955f2280 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-37ead4d7-a22e-4a73-9620-ef02955f2280:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37ead4d7-a22e-4a73-9620-ef02955f2280:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-37ead4d7-a22e-4a73-9620-ef02955f2280-root {
    text-align: center;
  }


#s-37ead4d7-a22e-4a73-9620-ef02955f2280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37ead4d7-a22e-4a73-9620-ef02955f2280-root {
    text-align: center;
  }


#s-37ead4d7-a22e-4a73-9620-ef02955f2280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37ead4d7-a22e-4a73-9620-ef02955f2280-root {
    text-align: center;
  }


#s-37ead4d7-a22e-4a73-9620-ef02955f2280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37ead4d7-a22e-4a73-9620-ef02955f2280-root {
    text-align: center;
  }


#s-37ead4d7-a22e-4a73-9620-ef02955f2280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37ead4d7-a22e-4a73-9620-ef02955f2280-root {
    text-align: center;
  }


#s-37ead4d7-a22e-4a73-9620-ef02955f2280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-213367de-d6a2-4b2c-8169-8b31f31c5f85 {
  background-image: url(https://i.shgcdn.com/78ba709f-ed24-4afe-9cb4-3bcf7428cd3d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center center;
background-color: rgba(162, 59, 197, 1);
}

#s-213367de-d6a2-4b2c-8169-8b31f31c5f85 {
  overflow: hidden;
  
  
}







  #s-213367de-d6a2-4b2c-8169-8b31f31c5f85 img.shogun-image {
    

    
    
    
  }


#s-213367de-d6a2-4b2c-8169-8b31f31c5f85 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dda4782f-c64e-41ea-9847-2ea6df665bc3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ae86891a-5f32-4962-a615-95ed387dcc0c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ae86891a-5f32-4962-a615-95ed387dcc0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae86891a-5f32-4962-a615-95ed387dcc0c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae86891a-5f32-4962-a615-95ed387dcc0c-root {
    text-align: center;
  }


#s-ae86891a-5f32-4962-a615-95ed387dcc0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae86891a-5f32-4962-a615-95ed387dcc0c-root {
    text-align: center;
  }


#s-ae86891a-5f32-4962-a615-95ed387dcc0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae86891a-5f32-4962-a615-95ed387dcc0c-root {
    text-align: center;
  }


#s-ae86891a-5f32-4962-a615-95ed387dcc0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae86891a-5f32-4962-a615-95ed387dcc0c-root {
    text-align: center;
  }


#s-ae86891a-5f32-4962-a615-95ed387dcc0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae86891a-5f32-4962-a615-95ed387dcc0c-root {
    text-align: center;
  }


#s-ae86891a-5f32-4962-a615-95ed387dcc0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3a610a82-a7bb-4124-94e8-b27f57e66ba1 {
  background-image: url(https://i.shgcdn.com/4c69bca4-f4cd-4598-8f67-164dceb66953/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center center;
background-color: rgba(246, 244, 246, 1);
}

#s-3a610a82-a7bb-4124-94e8-b27f57e66ba1 {
  overflow: hidden;
  
  
}







  #s-3a610a82-a7bb-4124-94e8-b27f57e66ba1 img.shogun-image {
    

    
    
    
  }


#s-3a610a82-a7bb-4124-94e8-b27f57e66ba1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ac63949e-7a7e-4622-9fae-c47ce0f6e4ad {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a4949eda-6e46-4c31-be5c-51453359243e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a4949eda-6e46-4c31-be5c-51453359243e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4949eda-6e46-4c31-be5c-51453359243e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a4949eda-6e46-4c31-be5c-51453359243e-root {
    text-align: center;
  }


#s-a4949eda-6e46-4c31-be5c-51453359243e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a4949eda-6e46-4c31-be5c-51453359243e-root {
    text-align: center;
  }


#s-a4949eda-6e46-4c31-be5c-51453359243e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4949eda-6e46-4c31-be5c-51453359243e-root {
    text-align: center;
  }


#s-a4949eda-6e46-4c31-be5c-51453359243e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4949eda-6e46-4c31-be5c-51453359243e-root {
    text-align: center;
  }


#s-a4949eda-6e46-4c31-be5c-51453359243e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a4949eda-6e46-4c31-be5c-51453359243e-root {
    text-align: center;
  }


#s-a4949eda-6e46-4c31-be5c-51453359243e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bd0ac52c-2c58-47ad-a067-82844baf417e {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-bd0ac52c-2c58-47ad-a067-82844baf417e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd0ac52c-2c58-47ad-a067-82844baf417e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd0ac52c-2c58-47ad-a067-82844baf417e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd0ac52c-2c58-47ad-a067-82844baf417e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd0ac52c-2c58-47ad-a067-82844baf417e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd0ac52c-2c58-47ad-a067-82844baf417e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd0ac52c-2c58-47ad-a067-82844baf417e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c950267a-5c8a-4741-be98-f26fc1d5c409 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c950267a-5c8a-4741-be98-f26fc1d5c409 .shogun-heading-component h1 {
  color: rgba(186, 0, 240, 1);
  font-weight:  normal ;
  font-family: "Tilt Warp";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  margin-left: auto;
margin-right: auto;
max-width: 822px;
aspect-ratio: 822/352;
text-align: center;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  margin: 0 !important;
  overflow: visible;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
  /* Add background color handling */
  
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
  box-sizing: border-box;
}



.s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
      position: relative;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

@media (min-width: 1200px){#s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  margin: 0 !important;
  overflow: visible;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
  /* Add background color handling */
  
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
  box-sizing: border-box;
}



.s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
      position: relative;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  margin: 0 !important;
  overflow: visible;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
  /* Add background color handling */
  
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
  box-sizing: border-box;
}



.s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
      position: relative;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  margin: 0 !important;
  overflow: visible;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
  /* Add background color handling */
  
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
  box-sizing: border-box;
}



.s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
      position: relative;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}@media (max-width: 767px){#s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  margin: 0 !important;
  overflow: visible;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
  /* Add background color handling */
  
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-33dc6b22-b632-4534-8eba-56fbe8717f0c .shogun-image-content {
  
    justify-content: center;
  
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image {
  box-sizing: border-box;
}



.s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container {
      position: relative;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33dc6b22-b632-4534-8eba-56fbe8717f0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}
#s-1150cbbb-f1ed-4b18-af18-2019e90acce5 {
  min-height: 500px;
}








#s-1150cbbb-f1ed-4b18-af18-2019e90acce5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1150cbbb-f1ed-4b18-af18-2019e90acce5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-32eb36c0-b2e3-42fd-aa58-ebdb8d10eaf1 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-32eb36c0-b2e3-42fd-aa58-ebdb8d10eaf1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32eb36c0-b2e3-42fd-aa58-ebdb8d10eaf1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-32eb36c0-b2e3-42fd-aa58-ebdb8d10eaf1 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-32eb36c0-b2e3-42fd-aa58-ebdb8d10eaf1 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-32eb36c0-b2e3-42fd-aa58-ebdb8d10eaf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32eb36c0-b2e3-42fd-aa58-ebdb8d10eaf1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32eb36c0-b2e3-42fd-aa58-ebdb8d10eaf1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32eb36c0-b2e3-42fd-aa58-ebdb8d10eaf1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-806f1656-0389-4918-83b0-d309bd4deefe {
  max-width: 522px;
text-align: center;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe {
  margin: 0 !important;
  overflow: visible;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-806f1656-0389-4918-83b0-d309bd4deefe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-806f1656-0389-4918-83b0-d309bd4deefe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe img.shogun-image {
  /* Add background color handling */
  
}

#s-806f1656-0389-4918-83b0-d309bd4deefe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-806f1656-0389-4918-83b0-d309bd4deefe .shogun-image-content {
  
    justify-content: center;
  
}

.s-806f1656-0389-4918-83b0-d309bd4deefe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-806f1656-0389-4918-83b0-d309bd4deefe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe.shogun-image {
  box-sizing: border-box;
}



.s-806f1656-0389-4918-83b0-d309bd4deefe img.shogun-image {
  
}


@media (min-width: 1200px){#s-806f1656-0389-4918-83b0-d309bd4deefe {
  margin: 0 !important;
  overflow: visible;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-806f1656-0389-4918-83b0-d309bd4deefe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-806f1656-0389-4918-83b0-d309bd4deefe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe img.shogun-image {
  /* Add background color handling */
  
}

#s-806f1656-0389-4918-83b0-d309bd4deefe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-806f1656-0389-4918-83b0-d309bd4deefe .shogun-image-content {
  
    justify-content: center;
  
}

.s-806f1656-0389-4918-83b0-d309bd4deefe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-806f1656-0389-4918-83b0-d309bd4deefe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe.shogun-image {
  box-sizing: border-box;
}



.s-806f1656-0389-4918-83b0-d309bd4deefe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-806f1656-0389-4918-83b0-d309bd4deefe {
  margin: 0 !important;
  overflow: visible;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-806f1656-0389-4918-83b0-d309bd4deefe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-806f1656-0389-4918-83b0-d309bd4deefe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe img.shogun-image {
  /* Add background color handling */
  
}

#s-806f1656-0389-4918-83b0-d309bd4deefe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-806f1656-0389-4918-83b0-d309bd4deefe .shogun-image-content {
  
    justify-content: center;
  
}

.s-806f1656-0389-4918-83b0-d309bd4deefe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-806f1656-0389-4918-83b0-d309bd4deefe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe.shogun-image {
  box-sizing: border-box;
}



.s-806f1656-0389-4918-83b0-d309bd4deefe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-806f1656-0389-4918-83b0-d309bd4deefe {
  margin: 0 !important;
  overflow: visible;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-806f1656-0389-4918-83b0-d309bd4deefe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-806f1656-0389-4918-83b0-d309bd4deefe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe img.shogun-image {
  /* Add background color handling */
  
}

#s-806f1656-0389-4918-83b0-d309bd4deefe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-806f1656-0389-4918-83b0-d309bd4deefe .shogun-image-content {
  
    justify-content: center;
  
}

.s-806f1656-0389-4918-83b0-d309bd4deefe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-806f1656-0389-4918-83b0-d309bd4deefe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe.shogun-image {
  box-sizing: border-box;
}



.s-806f1656-0389-4918-83b0-d309bd4deefe img.shogun-image {
  
}


}@media (max-width: 767px){#s-806f1656-0389-4918-83b0-d309bd4deefe {
  margin: 0 !important;
  overflow: visible;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-806f1656-0389-4918-83b0-d309bd4deefe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-806f1656-0389-4918-83b0-d309bd4deefe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe img.shogun-image {
  /* Add background color handling */
  
}

#s-806f1656-0389-4918-83b0-d309bd4deefe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-806f1656-0389-4918-83b0-d309bd4deefe .shogun-image-content {
  
    justify-content: center;
  
}

.s-806f1656-0389-4918-83b0-d309bd4deefe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-806f1656-0389-4918-83b0-d309bd4deefe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-806f1656-0389-4918-83b0-d309bd4deefe.shogun-image {
  box-sizing: border-box;
}



.s-806f1656-0389-4918-83b0-d309bd4deefe img.shogun-image {
  
}


}
#s-94b3a6a0-ed08-4e05-b554-3935aebdb8d1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e2ff0014-5c0e-44d8-8a6c-94f80e5bf0b0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDMzMDZmYWQtMGYzZS00ZDI4LTk3ODYtM2UxZGQzZTQ2ZjQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzQzMzA2ZmFkLTBmM2UtNGQyOC05Nzg2LTNlMWRkM2U0NmY0MikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e2ff0014-5c0e-44d8-8a6c-94f80e5bf0b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e2ff0014-5c0e-44d8-8a6c-94f80e5bf0b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e2ff0014-5c0e-44d8-8a6c-94f80e5bf0b0-root {
    text-align: center;
  }


#s-e2ff0014-5c0e-44d8-8a6c-94f80e5bf0b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e2ff0014-5c0e-44d8-8a6c-94f80e5bf0b0-root {
    text-align: center;
  }


#s-e2ff0014-5c0e-44d8-8a6c-94f80e5bf0b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2ff0014-5c0e-44d8-8a6c-94f80e5bf0b0-root {
    text-align: center;
  }


#s-e2ff0014-5c0e-44d8-8a6c-94f80e5bf0b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2ff0014-5c0e-44d8-8a6c-94f80e5bf0b0-root {
    text-align: center;
  }


#s-e2ff0014-5c0e-44d8-8a6c-94f80e5bf0b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e2ff0014-5c0e-44d8-8a6c-94f80e5bf0b0-root {
    text-align: center;
  }


#s-e2ff0014-5c0e-44d8-8a6c-94f80e5bf0b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  max-width: 522px;
text-align: center;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  margin: 0 !important;
  overflow: visible;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c img.shogun-image {
  /* Add background color handling */
  
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c.shogun-image {
  box-sizing: border-box;
}



.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c img.shogun-image {
  
}


@media (min-width: 1200px){#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  margin: 0 !important;
  overflow: visible;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c img.shogun-image {
  /* Add background color handling */
  
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c.shogun-image {
  box-sizing: border-box;
}



.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  margin: 0 !important;
  overflow: visible;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c img.shogun-image {
  /* Add background color handling */
  
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c.shogun-image {
  box-sizing: border-box;
}



.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  margin: 0 !important;
  overflow: visible;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c img.shogun-image {
  /* Add background color handling */
  
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c.shogun-image {
  box-sizing: border-box;
}



.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c img.shogun-image {
  
}


}@media (max-width: 767px){#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  margin: 0 !important;
  overflow: visible;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a1fc9ef-3242-4a75-adcc-38da2c26620c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c img.shogun-image {
  /* Add background color handling */
  
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a1fc9ef-3242-4a75-adcc-38da2c26620c.shogun-image {
  box-sizing: border-box;
}



.s-8a1fc9ef-3242-4a75-adcc-38da2c26620c img.shogun-image {
  
}


}
#s-73971d57-1807-48a3-afce-3d52c294eceb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f8594b13-3359-40ec-8a9a-eef4a32be7e2 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzE4NDczYmItZmI5YS00Nzk4LWJlN2EtNDhjOGNjOTFkNjBlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzMxODQ3M2JiLWZiOWEtNDc5OC1iZTdhLTQ4YzhjYzkxZDYwZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f8594b13-3359-40ec-8a9a-eef4a32be7e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f8594b13-3359-40ec-8a9a-eef4a32be7e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f8594b13-3359-40ec-8a9a-eef4a32be7e2-root {
    text-align: center;
  }


#s-f8594b13-3359-40ec-8a9a-eef4a32be7e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8594b13-3359-40ec-8a9a-eef4a32be7e2-root {
    text-align: center;
  }


#s-f8594b13-3359-40ec-8a9a-eef4a32be7e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8594b13-3359-40ec-8a9a-eef4a32be7e2-root {
    text-align: center;
  }


#s-f8594b13-3359-40ec-8a9a-eef4a32be7e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8594b13-3359-40ec-8a9a-eef4a32be7e2-root {
    text-align: center;
  }


#s-f8594b13-3359-40ec-8a9a-eef4a32be7e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8594b13-3359-40ec-8a9a-eef4a32be7e2-root {
    text-align: center;
  }


#s-f8594b13-3359-40ec-8a9a-eef4a32be7e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-01d689fd-9d23-40c4-93eb-1ef6f86b527f {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-01d689fd-9d23-40c4-93eb-1ef6f86b527f {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01d689fd-9d23-40c4-93eb-1ef6f86b527f {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-01d689fd-9d23-40c4-93eb-1ef6f86b527f {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-01d689fd-9d23-40c4-93eb-1ef6f86b527f {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-01d689fd-9d23-40c4-93eb-1ef6f86b527f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01d689fd-9d23-40c4-93eb-1ef6f86b527f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-01d689fd-9d23-40c4-93eb-1ef6f86b527f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-01d689fd-9d23-40c4-93eb-1ef6f86b527f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54403322-d70f-4602-a0b2-ed3fe6156a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image {
  box-sizing: border-box;
}



.s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container {
      position: relative;
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54403322-d70f-4602-a0b2-ed3fe6156a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image {
  box-sizing: border-box;
}



.s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container {
      position: relative;
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54403322-d70f-4602-a0b2-ed3fe6156a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image {
  box-sizing: border-box;
}



.s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container {
      position: relative;
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54403322-d70f-4602-a0b2-ed3fe6156a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image {
  box-sizing: border-box;
}



.s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container {
      position: relative;
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  margin: 0 !important;
  overflow: visible;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
  /* Add background color handling */
  
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-54403322-d70f-4602-a0b2-ed3fe6156a50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54403322-d70f-4602-a0b2-ed3fe6156a50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image {
  box-sizing: border-box;
}



.s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-54403322-d70f-4602-a0b2-ed3fe6156a50 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container {
      position: relative;
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54403322-d70f-4602-a0b2-ed3fe6156a50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-082132b2-61bb-4e69-86d4-8efeb5e2a24b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-abb3114f-90ec-4905-a9dd-b5797297ff2f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjdlODMyZjYtYTRmMi00NzkyLWIwMGUtYzZmM2Q1NWM2ODczIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzI3ZTgzMmY2LWE0ZjItNDc5Mi1iMDBlLWM2ZjNkNTVjNjg3MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-abb3114f-90ec-4905-a9dd-b5797297ff2f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abb3114f-90ec-4905-a9dd-b5797297ff2f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-abb3114f-90ec-4905-a9dd-b5797297ff2f-root {
    text-align: center;
  }


#s-abb3114f-90ec-4905-a9dd-b5797297ff2f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-abb3114f-90ec-4905-a9dd-b5797297ff2f-root {
    text-align: center;
  }


#s-abb3114f-90ec-4905-a9dd-b5797297ff2f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abb3114f-90ec-4905-a9dd-b5797297ff2f-root {
    text-align: center;
  }


#s-abb3114f-90ec-4905-a9dd-b5797297ff2f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abb3114f-90ec-4905-a9dd-b5797297ff2f-root {
    text-align: center;
  }


#s-abb3114f-90ec-4905-a9dd-b5797297ff2f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-abb3114f-90ec-4905-a9dd-b5797297ff2f-root {
    text-align: center;
  }


#s-abb3114f-90ec-4905-a9dd-b5797297ff2f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  margin: 0 !important;
  overflow: visible;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
  /* Add background color handling */
  
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c76e5f89-5539-44e9-be96-6fa75b050f62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image {
  box-sizing: border-box;
}



.s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container {
      position: relative;
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  margin: 0 !important;
  overflow: visible;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
  /* Add background color handling */
  
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c76e5f89-5539-44e9-be96-6fa75b050f62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image {
  box-sizing: border-box;
}



.s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container {
      position: relative;
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  margin: 0 !important;
  overflow: visible;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
  /* Add background color handling */
  
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c76e5f89-5539-44e9-be96-6fa75b050f62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image {
  box-sizing: border-box;
}



.s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container {
      position: relative;
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  margin: 0 !important;
  overflow: visible;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
  /* Add background color handling */
  
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c76e5f89-5539-44e9-be96-6fa75b050f62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image {
  box-sizing: border-box;
}



.s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container {
      position: relative;
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  margin: 0 !important;
  overflow: visible;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
  /* Add background color handling */
  
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c76e5f89-5539-44e9-be96-6fa75b050f62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c76e5f89-5539-44e9-be96-6fa75b050f62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image {
  box-sizing: border-box;
}



.s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c76e5f89-5539-44e9-be96-6fa75b050f62 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container {
      position: relative;
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c76e5f89-5539-44e9-be96-6fa75b050f62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-1440ba09-7117-4ab0-bc7e-8fd01b87256f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c4cec50a-cfe5-40c3-b193-64912b5fe920 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTA3YjQyZmQtNzRjOS00ZGNlLTgwZDktNzkyZDc4ZGU0OGRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2EwN2I0MmZkLTc0YzktNGRjZS04MGQ5LTc5MmQ3OGRlNDhkZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c4cec50a-cfe5-40c3-b193-64912b5fe920:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4cec50a-cfe5-40c3-b193-64912b5fe920:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c4cec50a-cfe5-40c3-b193-64912b5fe920-root {
    text-align: center;
  }


#s-c4cec50a-cfe5-40c3-b193-64912b5fe920.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c4cec50a-cfe5-40c3-b193-64912b5fe920-root {
    text-align: center;
  }


#s-c4cec50a-cfe5-40c3-b193-64912b5fe920.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4cec50a-cfe5-40c3-b193-64912b5fe920-root {
    text-align: center;
  }


#s-c4cec50a-cfe5-40c3-b193-64912b5fe920.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4cec50a-cfe5-40c3-b193-64912b5fe920-root {
    text-align: center;
  }


#s-c4cec50a-cfe5-40c3-b193-64912b5fe920.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c4cec50a-cfe5-40c3-b193-64912b5fe920-root {
    text-align: center;
  }


#s-c4cec50a-cfe5-40c3-b193-64912b5fe920.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  max-width: 522px;
text-align: center;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  margin: 0 !important;
  overflow: visible;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b img.shogun-image {
  /* Add background color handling */
  
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-acf3e745-e23e-456a-bf72-689f7c3acb8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-acf3e745-e23e-456a-bf72-689f7c3acb8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acf3e745-e23e-456a-bf72-689f7c3acb8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b.shogun-image {
  box-sizing: border-box;
}



.s-acf3e745-e23e-456a-bf72-689f7c3acb8b img.shogun-image {
  
}


@media (min-width: 1200px){#s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  margin: 0 !important;
  overflow: visible;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b img.shogun-image {
  /* Add background color handling */
  
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-acf3e745-e23e-456a-bf72-689f7c3acb8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-acf3e745-e23e-456a-bf72-689f7c3acb8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acf3e745-e23e-456a-bf72-689f7c3acb8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b.shogun-image {
  box-sizing: border-box;
}



.s-acf3e745-e23e-456a-bf72-689f7c3acb8b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  margin: 0 !important;
  overflow: visible;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b img.shogun-image {
  /* Add background color handling */
  
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-acf3e745-e23e-456a-bf72-689f7c3acb8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-acf3e745-e23e-456a-bf72-689f7c3acb8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acf3e745-e23e-456a-bf72-689f7c3acb8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b.shogun-image {
  box-sizing: border-box;
}



.s-acf3e745-e23e-456a-bf72-689f7c3acb8b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  margin: 0 !important;
  overflow: visible;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b img.shogun-image {
  /* Add background color handling */
  
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-acf3e745-e23e-456a-bf72-689f7c3acb8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-acf3e745-e23e-456a-bf72-689f7c3acb8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acf3e745-e23e-456a-bf72-689f7c3acb8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b.shogun-image {
  box-sizing: border-box;
}



.s-acf3e745-e23e-456a-bf72-689f7c3acb8b img.shogun-image {
  
}


}@media (max-width: 767px){#s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  margin: 0 !important;
  overflow: visible;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acf3e745-e23e-456a-bf72-689f7c3acb8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b img.shogun-image {
  /* Add background color handling */
  
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-acf3e745-e23e-456a-bf72-689f7c3acb8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-acf3e745-e23e-456a-bf72-689f7c3acb8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acf3e745-e23e-456a-bf72-689f7c3acb8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acf3e745-e23e-456a-bf72-689f7c3acb8b.shogun-image {
  box-sizing: border-box;
}



.s-acf3e745-e23e-456a-bf72-689f7c3acb8b img.shogun-image {
  
}


}
#s-31d285f5-a425-4ab4-8d61-a565d3f6d133 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-aee9bde4-d149-4c17-91e1-bd6321b6ff8c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDNkZTIwMjgtOTIyZC00OTE1LWI5YTUtNDIwMzBkZDJlZDEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzQzZGUyMDI4LTkyMmQtNDkxNS1iOWE1LTQyMDMwZGQyZWQxMCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-aee9bde4-d149-4c17-91e1-bd6321b6ff8c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aee9bde4-d149-4c17-91e1-bd6321b6ff8c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aee9bde4-d149-4c17-91e1-bd6321b6ff8c-root {
    text-align: center;
  }


#s-aee9bde4-d149-4c17-91e1-bd6321b6ff8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aee9bde4-d149-4c17-91e1-bd6321b6ff8c-root {
    text-align: center;
  }


#s-aee9bde4-d149-4c17-91e1-bd6321b6ff8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aee9bde4-d149-4c17-91e1-bd6321b6ff8c-root {
    text-align: center;
  }


#s-aee9bde4-d149-4c17-91e1-bd6321b6ff8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aee9bde4-d149-4c17-91e1-bd6321b6ff8c-root {
    text-align: center;
  }


#s-aee9bde4-d149-4c17-91e1-bd6321b6ff8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aee9bde4-d149-4c17-91e1-bd6321b6ff8c-root {
    text-align: center;
  }


#s-aee9bde4-d149-4c17-91e1-bd6321b6ff8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-53db0c8b-3420-4f17-b6b2-02fc2c79f19b {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-53db0c8b-3420-4f17-b6b2-02fc2c79f19b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53db0c8b-3420-4f17-b6b2-02fc2c79f19b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-53db0c8b-3420-4f17-b6b2-02fc2c79f19b {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-53db0c8b-3420-4f17-b6b2-02fc2c79f19b {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-53db0c8b-3420-4f17-b6b2-02fc2c79f19b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53db0c8b-3420-4f17-b6b2-02fc2c79f19b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-53db0c8b-3420-4f17-b6b2-02fc2c79f19b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-53db0c8b-3420-4f17-b6b2-02fc2c79f19b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image {
  box-sizing: border-box;
}



.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container {
      position: relative;
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image {
  box-sizing: border-box;
}



.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container {
      position: relative;
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image {
  box-sizing: border-box;
}



.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container {
      position: relative;
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image {
  box-sizing: border-box;
}



.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container {
      position: relative;
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image {
  box-sizing: border-box;
}



.s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container {
      position: relative;
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0df14d0-3a23-478d-9f6d-3ebe0f0ef1e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-42939c28-45a6-47ea-a5ad-85dd0cf85413 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ffc5730d-8219-4b42-8010-76ac6deee897 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWNmYTdmNmMtYjFjYy00NGY2LTk3YWQtMzE2NmY0YTU1MzU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzVjZmE3ZjZjLWIxY2MtNDRmNi05N2FkLTMxNjZmNGE1NTM1NikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ffc5730d-8219-4b42-8010-76ac6deee897:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ffc5730d-8219-4b42-8010-76ac6deee897:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ffc5730d-8219-4b42-8010-76ac6deee897-root {
    text-align: center;
  }


#s-ffc5730d-8219-4b42-8010-76ac6deee897.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffc5730d-8219-4b42-8010-76ac6deee897-root {
    text-align: center;
  }


#s-ffc5730d-8219-4b42-8010-76ac6deee897.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffc5730d-8219-4b42-8010-76ac6deee897-root {
    text-align: center;
  }


#s-ffc5730d-8219-4b42-8010-76ac6deee897.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffc5730d-8219-4b42-8010-76ac6deee897-root {
    text-align: center;
  }


#s-ffc5730d-8219-4b42-8010-76ac6deee897.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffc5730d-8219-4b42-8010-76ac6deee897-root {
    text-align: center;
  }


#s-ffc5730d-8219-4b42-8010-76ac6deee897.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  max-width: 522px;
text-align: center;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  margin: 0 !important;
  overflow: visible;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 img.shogun-image {
  /* Add background color handling */
  
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c72a3ae2-8486-4a5e-994e-c33e9816f572 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c72a3ae2-8486-4a5e-994e-c33e9816f572.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c72a3ae2-8486-4a5e-994e-c33e9816f572.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572.shogun-image {
  box-sizing: border-box;
}



.s-c72a3ae2-8486-4a5e-994e-c33e9816f572 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  margin: 0 !important;
  overflow: visible;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 img.shogun-image {
  /* Add background color handling */
  
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c72a3ae2-8486-4a5e-994e-c33e9816f572 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c72a3ae2-8486-4a5e-994e-c33e9816f572.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c72a3ae2-8486-4a5e-994e-c33e9816f572.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572.shogun-image {
  box-sizing: border-box;
}



.s-c72a3ae2-8486-4a5e-994e-c33e9816f572 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  margin: 0 !important;
  overflow: visible;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 img.shogun-image {
  /* Add background color handling */
  
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c72a3ae2-8486-4a5e-994e-c33e9816f572 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c72a3ae2-8486-4a5e-994e-c33e9816f572.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c72a3ae2-8486-4a5e-994e-c33e9816f572.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572.shogun-image {
  box-sizing: border-box;
}



.s-c72a3ae2-8486-4a5e-994e-c33e9816f572 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  margin: 0 !important;
  overflow: visible;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 img.shogun-image {
  /* Add background color handling */
  
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c72a3ae2-8486-4a5e-994e-c33e9816f572 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c72a3ae2-8486-4a5e-994e-c33e9816f572.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c72a3ae2-8486-4a5e-994e-c33e9816f572.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572.shogun-image {
  box-sizing: border-box;
}



.s-c72a3ae2-8486-4a5e-994e-c33e9816f572 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  margin: 0 !important;
  overflow: visible;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c72a3ae2-8486-4a5e-994e-c33e9816f572 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 img.shogun-image {
  /* Add background color handling */
  
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c72a3ae2-8486-4a5e-994e-c33e9816f572 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c72a3ae2-8486-4a5e-994e-c33e9816f572.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c72a3ae2-8486-4a5e-994e-c33e9816f572.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72a3ae2-8486-4a5e-994e-c33e9816f572.shogun-image {
  box-sizing: border-box;
}



.s-c72a3ae2-8486-4a5e-994e-c33e9816f572 img.shogun-image {
  
}


}
#s-93ad7d84-078a-4f45-a7f0-f4ce8b8531bf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7df55bc6-52ad-4d10-9971-081246e472e9 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTQyNmZkMmEtOTkzOC00ZTcwLWFiMjQtMjM2N2I3ZDExMDkwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE0MjZmZDJhLTk5MzgtNGU3MC1hYjI0LTIzNjdiN2QxMTA5MCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7df55bc6-52ad-4d10-9971-081246e472e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7df55bc6-52ad-4d10-9971-081246e472e9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7df55bc6-52ad-4d10-9971-081246e472e9-root {
    text-align: center;
  }


#s-7df55bc6-52ad-4d10-9971-081246e472e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7df55bc6-52ad-4d10-9971-081246e472e9-root {
    text-align: center;
  }


#s-7df55bc6-52ad-4d10-9971-081246e472e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7df55bc6-52ad-4d10-9971-081246e472e9-root {
    text-align: center;
  }


#s-7df55bc6-52ad-4d10-9971-081246e472e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7df55bc6-52ad-4d10-9971-081246e472e9-root {
    text-align: center;
  }


#s-7df55bc6-52ad-4d10-9971-081246e472e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7df55bc6-52ad-4d10-9971-081246e472e9-root {
    text-align: center;
  }


#s-7df55bc6-52ad-4d10-9971-081246e472e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  max-width: 522px;
text-align: center;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  margin: 0 !important;
  overflow: visible;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e img.shogun-image {
  /* Add background color handling */
  
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e.shogun-image {
  box-sizing: border-box;
}



.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e img.shogun-image {
  
}


@media (min-width: 1200px){#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  margin: 0 !important;
  overflow: visible;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e img.shogun-image {
  /* Add background color handling */
  
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e.shogun-image {
  box-sizing: border-box;
}



.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  margin: 0 !important;
  overflow: visible;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e img.shogun-image {
  /* Add background color handling */
  
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e.shogun-image {
  box-sizing: border-box;
}



.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  margin: 0 !important;
  overflow: visible;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e img.shogun-image {
  /* Add background color handling */
  
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e.shogun-image {
  box-sizing: border-box;
}



.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e img.shogun-image {
  
}


}@media (max-width: 767px){#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  margin: 0 !important;
  overflow: visible;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7899e50b-88ce-442f-bb3e-849b5fa25d3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e img.shogun-image {
  /* Add background color handling */
  
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7899e50b-88ce-442f-bb3e-849b5fa25d3e.shogun-image {
  box-sizing: border-box;
}



.s-7899e50b-88ce-442f-bb3e-849b5fa25d3e img.shogun-image {
  
}


}
#s-743ad98c-2894-4f5a-baff-6d87358d9d9d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-553b6a2b-7401-4b12-b009-ee7305815a7e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzI2NTVkMTAtMzZiNC00NGIzLWEyMWUtYjQxMmZkY2IzYzc3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzMyNjU1ZDEwLTM2YjQtNDRiMy1hMjFlLWI0MTJmZGNiM2M3NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-553b6a2b-7401-4b12-b009-ee7305815a7e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-553b6a2b-7401-4b12-b009-ee7305815a7e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-553b6a2b-7401-4b12-b009-ee7305815a7e-root {
    text-align: center;
  }


#s-553b6a2b-7401-4b12-b009-ee7305815a7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-553b6a2b-7401-4b12-b009-ee7305815a7e-root {
    text-align: center;
  }


#s-553b6a2b-7401-4b12-b009-ee7305815a7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-553b6a2b-7401-4b12-b009-ee7305815a7e-root {
    text-align: center;
  }


#s-553b6a2b-7401-4b12-b009-ee7305815a7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-553b6a2b-7401-4b12-b009-ee7305815a7e-root {
    text-align: center;
  }


#s-553b6a2b-7401-4b12-b009-ee7305815a7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-553b6a2b-7401-4b12-b009-ee7305815a7e-root {
    text-align: center;
  }


#s-553b6a2b-7401-4b12-b009-ee7305815a7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c9d8bdf3-28dd-4c2a-b237-b0e19c9a3083 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-c9d8bdf3-28dd-4c2a-b237-b0e19c9a3083 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9d8bdf3-28dd-4c2a-b237-b0e19c9a3083 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9d8bdf3-28dd-4c2a-b237-b0e19c9a3083 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-c9d8bdf3-28dd-4c2a-b237-b0e19c9a3083 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-c9d8bdf3-28dd-4c2a-b237-b0e19c9a3083"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9d8bdf3-28dd-4c2a-b237-b0e19c9a3083"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c9d8bdf3-28dd-4c2a-b237-b0e19c9a3083"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9d8bdf3-28dd-4c2a-b237-b0e19c9a3083"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  margin: 0 !important;
  overflow: visible;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
  /* Add background color handling */
  
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shogun-image-content {
  
    justify-content: center;
  
}

.s-538cc6b0-87c7-4a53-8634-042caaaf0436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image {
  box-sizing: border-box;
}



.s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container {
      position: relative;
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  margin: 0 !important;
  overflow: visible;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
  /* Add background color handling */
  
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shogun-image-content {
  
    justify-content: center;
  
}

.s-538cc6b0-87c7-4a53-8634-042caaaf0436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image {
  box-sizing: border-box;
}



.s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container {
      position: relative;
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  margin: 0 !important;
  overflow: visible;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
  /* Add background color handling */
  
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shogun-image-content {
  
    justify-content: center;
  
}

.s-538cc6b0-87c7-4a53-8634-042caaaf0436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image {
  box-sizing: border-box;
}



.s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container {
      position: relative;
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  margin: 0 !important;
  overflow: visible;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
  /* Add background color handling */
  
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shogun-image-content {
  
    justify-content: center;
  
}

.s-538cc6b0-87c7-4a53-8634-042caaaf0436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image {
  box-sizing: border-box;
}



.s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container {
      position: relative;
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  margin: 0 !important;
  overflow: visible;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
  /* Add background color handling */
  
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-538cc6b0-87c7-4a53-8634-042caaaf0436 .shogun-image-content {
  
    justify-content: center;
  
}

.s-538cc6b0-87c7-4a53-8634-042caaaf0436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image {
  box-sizing: border-box;
}



.s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-538cc6b0-87c7-4a53-8634-042caaaf0436 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container {
      position: relative;
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-538cc6b0-87c7-4a53-8634-042caaaf0436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-1db28580-d050-44e4-bb88-b8a47a811a58 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-abf17c79-3e75-4bec-b85c-7cd683f0b193 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzZkZGRjMDgtMjYzNS00MmUyLWJjYjQtYzk1NTBlMjQyNWI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzM2ZGRkYzA4LTI2MzUtNDJlMi1iY2I0LWM5NTUwZTI0MjViOSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-abf17c79-3e75-4bec-b85c-7cd683f0b193:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abf17c79-3e75-4bec-b85c-7cd683f0b193:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-abf17c79-3e75-4bec-b85c-7cd683f0b193-root {
    text-align: center;
  }


#s-abf17c79-3e75-4bec-b85c-7cd683f0b193.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-abf17c79-3e75-4bec-b85c-7cd683f0b193-root {
    text-align: center;
  }


#s-abf17c79-3e75-4bec-b85c-7cd683f0b193.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abf17c79-3e75-4bec-b85c-7cd683f0b193-root {
    text-align: center;
  }


#s-abf17c79-3e75-4bec-b85c-7cd683f0b193.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abf17c79-3e75-4bec-b85c-7cd683f0b193-root {
    text-align: center;
  }


#s-abf17c79-3e75-4bec-b85c-7cd683f0b193.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-abf17c79-3e75-4bec-b85c-7cd683f0b193-root {
    text-align: center;
  }


#s-abf17c79-3e75-4bec-b85c-7cd683f0b193.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  margin: 0 !important;
  overflow: visible;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
  /* Add background color handling */
  
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shogun-image-content {
  
    justify-content: center;
  
}

.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image {
  box-sizing: border-box;
}



.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container {
      position: relative;
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  margin: 0 !important;
  overflow: visible;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
  /* Add background color handling */
  
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shogun-image-content {
  
    justify-content: center;
  
}

.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image {
  box-sizing: border-box;
}



.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container {
      position: relative;
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  margin: 0 !important;
  overflow: visible;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
  /* Add background color handling */
  
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shogun-image-content {
  
    justify-content: center;
  
}

.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image {
  box-sizing: border-box;
}



.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container {
      position: relative;
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  margin: 0 !important;
  overflow: visible;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
  /* Add background color handling */
  
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shogun-image-content {
  
    justify-content: center;
  
}

.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image {
  box-sizing: border-box;
}



.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container {
      position: relative;
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  margin: 0 !important;
  overflow: visible;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
  /* Add background color handling */
  
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d .shogun-image-content {
  
    justify-content: center;
  
}

.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image {
  box-sizing: border-box;
}



.s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container {
      position: relative;
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52ad704d-57d1-4d94-a9e5-a0f6bb6e501d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-6f0206bc-7af2-464c-9e4a-28b76ea86b4d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c7b68d6a-c9ad-4077-bd03-7741e6ae7ae0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmQzNjJmNzQtOWEwMy00NzY4LWJkNmItYzkxNzdkZTYxZTRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzZkMzYyZjc0LTlhMDMtNDc2OC1iZDZiLWM5MTc3ZGU2MWU0YykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c7b68d6a-c9ad-4077-bd03-7741e6ae7ae0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7b68d6a-c9ad-4077-bd03-7741e6ae7ae0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c7b68d6a-c9ad-4077-bd03-7741e6ae7ae0-root {
    text-align: center;
  }


#s-c7b68d6a-c9ad-4077-bd03-7741e6ae7ae0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7b68d6a-c9ad-4077-bd03-7741e6ae7ae0-root {
    text-align: center;
  }


#s-c7b68d6a-c9ad-4077-bd03-7741e6ae7ae0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7b68d6a-c9ad-4077-bd03-7741e6ae7ae0-root {
    text-align: center;
  }


#s-c7b68d6a-c9ad-4077-bd03-7741e6ae7ae0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7b68d6a-c9ad-4077-bd03-7741e6ae7ae0-root {
    text-align: center;
  }


#s-c7b68d6a-c9ad-4077-bd03-7741e6ae7ae0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7b68d6a-c9ad-4077-bd03-7741e6ae7ae0-root {
    text-align: center;
  }


#s-c7b68d6a-c9ad-4077-bd03-7741e6ae7ae0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  margin: 0 !important;
  overflow: visible;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
  /* Add background color handling */
  
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shogun-image-content {
  
    justify-content: center;
  
}

.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image {
  box-sizing: border-box;
}



.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container {
      position: relative;
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  margin: 0 !important;
  overflow: visible;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
  /* Add background color handling */
  
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shogun-image-content {
  
    justify-content: center;
  
}

.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image {
  box-sizing: border-box;
}



.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container {
      position: relative;
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  margin: 0 !important;
  overflow: visible;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
  /* Add background color handling */
  
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shogun-image-content {
  
    justify-content: center;
  
}

.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image {
  box-sizing: border-box;
}



.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container {
      position: relative;
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  margin: 0 !important;
  overflow: visible;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
  /* Add background color handling */
  
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shogun-image-content {
  
    justify-content: center;
  
}

.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image {
  box-sizing: border-box;
}



.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container {
      position: relative;
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  margin: 0 !important;
  overflow: visible;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
  /* Add background color handling */
  
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde .shogun-image-content {
  
    justify-content: center;
  
}

.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image {
  box-sizing: border-box;
}



.s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container {
      position: relative;
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5356cc72-9f0c-4056-9c1d-dc7b7b74fcde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-32c4626f-16d8-4d4a-afd9-13a26e6c99bd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d33d0271-013b-4d52-b7a2-798a17902f5a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTBmNDczMmUtYmMwOS00NWUwLWJmYjctYTRmZTMzMzQxYTdlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2UwZjQ3MzJlLWJjMDktNDVlMC1iZmI3LWE0ZmUzMzM0MWE3ZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d33d0271-013b-4d52-b7a2-798a17902f5a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d33d0271-013b-4d52-b7a2-798a17902f5a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d33d0271-013b-4d52-b7a2-798a17902f5a-root {
    text-align: center;
  }


#s-d33d0271-013b-4d52-b7a2-798a17902f5a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d33d0271-013b-4d52-b7a2-798a17902f5a-root {
    text-align: center;
  }


#s-d33d0271-013b-4d52-b7a2-798a17902f5a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d33d0271-013b-4d52-b7a2-798a17902f5a-root {
    text-align: center;
  }


#s-d33d0271-013b-4d52-b7a2-798a17902f5a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d33d0271-013b-4d52-b7a2-798a17902f5a-root {
    text-align: center;
  }


#s-d33d0271-013b-4d52-b7a2-798a17902f5a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d33d0271-013b-4d52-b7a2-798a17902f5a-root {
    text-align: center;
  }


#s-d33d0271-013b-4d52-b7a2-798a17902f5a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a07674fc-51fa-496a-981a-d5c9a1135f6b {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-a07674fc-51fa-496a-981a-d5c9a1135f6b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a07674fc-51fa-496a-981a-d5c9a1135f6b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a07674fc-51fa-496a-981a-d5c9a1135f6b {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-a07674fc-51fa-496a-981a-d5c9a1135f6b {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-a07674fc-51fa-496a-981a-d5c9a1135f6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a07674fc-51fa-496a-981a-d5c9a1135f6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a07674fc-51fa-496a-981a-d5c9a1135f6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a07674fc-51fa-496a-981a-d5c9a1135f6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image {
  box-sizing: border-box;
}



.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container {
      position: relative;
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image {
  box-sizing: border-box;
}



.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container {
      position: relative;
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image {
  box-sizing: border-box;
}



.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container {
      position: relative;
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image {
  box-sizing: border-box;
}



.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container {
      position: relative;
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image {
  box-sizing: border-box;
}



.s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container {
      position: relative;
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30dce319-1bec-46b3-a21c-25fa7d46e8d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-36dc1ed2-da0a-4a25-92f5-caf47d36905c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-402810ca-46e3-4047-855c-c99d93e34974 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzI3MTE3MGMtZmRmMS00ZDdhLTlhNDYtN2YxNDFkMDE4NmJiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzcyNzExNzBjLWZkZjEtNGQ3YS05YTQ2LTdmMTQxZDAxODZiYikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-402810ca-46e3-4047-855c-c99d93e34974:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-402810ca-46e3-4047-855c-c99d93e34974:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-402810ca-46e3-4047-855c-c99d93e34974-root {
    text-align: center;
  }


#s-402810ca-46e3-4047-855c-c99d93e34974.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-402810ca-46e3-4047-855c-c99d93e34974-root {
    text-align: center;
  }


#s-402810ca-46e3-4047-855c-c99d93e34974.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-402810ca-46e3-4047-855c-c99d93e34974-root {
    text-align: center;
  }


#s-402810ca-46e3-4047-855c-c99d93e34974.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-402810ca-46e3-4047-855c-c99d93e34974-root {
    text-align: center;
  }


#s-402810ca-46e3-4047-855c-c99d93e34974.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-402810ca-46e3-4047-855c-c99d93e34974-root {
    text-align: center;
  }


#s-402810ca-46e3-4047-855c-c99d93e34974.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image {
  box-sizing: border-box;
}



.s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container {
      position: relative;
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image {
  box-sizing: border-box;
}



.s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container {
      position: relative;
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image {
  box-sizing: border-box;
}



.s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container {
      position: relative;
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image {
  box-sizing: border-box;
}



.s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container {
      position: relative;
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-6ffb201c-baef-4edf-b61f-661d0aaf5592 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image {
  box-sizing: border-box;
}



.s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container {
      position: relative;
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ffb201c-baef-4edf-b61f-661d0aaf5592 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-b346e42d-f9de-400b-ad07-8f75a2f43fe9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3d5d42b3-f593-4173-a054-e2bb22aa883c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYxNTM1M2UtY2Q3NC00MTFkLWFmZWQtMTllZWUwNjhmMzE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE2MTUzNTNlLWNkNzQtNDExZC1hZmVkLTE5ZWVlMDY4ZjMxNCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3d5d42b3-f593-4173-a054-e2bb22aa883c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d5d42b3-f593-4173-a054-e2bb22aa883c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d5d42b3-f593-4173-a054-e2bb22aa883c-root {
    text-align: center;
  }


#s-3d5d42b3-f593-4173-a054-e2bb22aa883c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d5d42b3-f593-4173-a054-e2bb22aa883c-root {
    text-align: center;
  }


#s-3d5d42b3-f593-4173-a054-e2bb22aa883c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d5d42b3-f593-4173-a054-e2bb22aa883c-root {
    text-align: center;
  }


#s-3d5d42b3-f593-4173-a054-e2bb22aa883c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d5d42b3-f593-4173-a054-e2bb22aa883c-root {
    text-align: center;
  }


#s-3d5d42b3-f593-4173-a054-e2bb22aa883c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d5d42b3-f593-4173-a054-e2bb22aa883c-root {
    text-align: center;
  }


#s-3d5d42b3-f593-4173-a054-e2bb22aa883c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image {
  box-sizing: border-box;
}



.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container {
      position: relative;
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image {
  box-sizing: border-box;
}



.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container {
      position: relative;
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image {
  box-sizing: border-box;
}



.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container {
      position: relative;
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image {
  box-sizing: border-box;
}



.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container {
      position: relative;
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image {
  box-sizing: border-box;
}



.s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container {
      position: relative;
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3940fca1-66be-4790-a7da-fa24a2b6f2e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-6c2d28bf-328b-4fe8-8506-80afdfb0af52 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-976bc0c6-a7f3-469c-9af1-01facc93739f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmY5NWVkZDEtOTc2My00ZWI2LWE5YzctMTY4MTFhNTBjMTlkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JmOTVlZGQxLTk3NjMtNGViNi1hOWM3LTE2ODExYTUwYzE5ZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-976bc0c6-a7f3-469c-9af1-01facc93739f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-976bc0c6-a7f3-469c-9af1-01facc93739f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-976bc0c6-a7f3-469c-9af1-01facc93739f-root {
    text-align: center;
  }


#s-976bc0c6-a7f3-469c-9af1-01facc93739f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-976bc0c6-a7f3-469c-9af1-01facc93739f-root {
    text-align: center;
  }


#s-976bc0c6-a7f3-469c-9af1-01facc93739f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-976bc0c6-a7f3-469c-9af1-01facc93739f-root {
    text-align: center;
  }


#s-976bc0c6-a7f3-469c-9af1-01facc93739f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-976bc0c6-a7f3-469c-9af1-01facc93739f-root {
    text-align: center;
  }


#s-976bc0c6-a7f3-469c-9af1-01facc93739f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-976bc0c6-a7f3-469c-9af1-01facc93739f-root {
    text-align: center;
  }


#s-976bc0c6-a7f3-469c-9af1-01facc93739f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f1184a35-25e8-4948-9dc8-fe463bd647b1 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-f1184a35-25e8-4948-9dc8-fe463bd647b1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1184a35-25e8-4948-9dc8-fe463bd647b1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1184a35-25e8-4948-9dc8-fe463bd647b1 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-f1184a35-25e8-4948-9dc8-fe463bd647b1 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-f1184a35-25e8-4948-9dc8-fe463bd647b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1184a35-25e8-4948-9dc8-fe463bd647b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f1184a35-25e8-4948-9dc8-fe463bd647b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1184a35-25e8-4948-9dc8-fe463bd647b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  margin: 0 !important;
  overflow: visible;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
  /* Add background color handling */
  
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image {
  box-sizing: border-box;
}



.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container {
      position: relative;
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  margin: 0 !important;
  overflow: visible;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
  /* Add background color handling */
  
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image {
  box-sizing: border-box;
}



.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container {
      position: relative;
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  margin: 0 !important;
  overflow: visible;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
  /* Add background color handling */
  
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image {
  box-sizing: border-box;
}



.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container {
      position: relative;
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  margin: 0 !important;
  overflow: visible;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
  /* Add background color handling */
  
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image {
  box-sizing: border-box;
}



.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container {
      position: relative;
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  margin: 0 !important;
  overflow: visible;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
  /* Add background color handling */
  
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image {
  box-sizing: border-box;
}



.s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container {
      position: relative;
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad2cf352-3ad8-42a5-a428-35cf666abe5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-b0b42a48-18aa-4595-84ab-158e7ffd498e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b35761f3-660e-4b46-bc7d-96223b896437 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODk2NjllMzQtMDQzNS00NzMxLTk4MzgtNjA0Y2U0YzdkY2Y3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzg5NjY5ZTM0LTA0MzUtNDczMS05ODM4LTYwNGNlNGM3ZGNmNykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b35761f3-660e-4b46-bc7d-96223b896437:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b35761f3-660e-4b46-bc7d-96223b896437:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b35761f3-660e-4b46-bc7d-96223b896437-root {
    text-align: center;
  }


#s-b35761f3-660e-4b46-bc7d-96223b896437.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b35761f3-660e-4b46-bc7d-96223b896437-root {
    text-align: center;
  }


#s-b35761f3-660e-4b46-bc7d-96223b896437.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b35761f3-660e-4b46-bc7d-96223b896437-root {
    text-align: center;
  }


#s-b35761f3-660e-4b46-bc7d-96223b896437.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b35761f3-660e-4b46-bc7d-96223b896437-root {
    text-align: center;
  }


#s-b35761f3-660e-4b46-bc7d-96223b896437.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b35761f3-660e-4b46-bc7d-96223b896437-root {
    text-align: center;
  }


#s-b35761f3-660e-4b46-bc7d-96223b896437.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5130c64a-30b9-4bb9-8479-440ff81391a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image {
  box-sizing: border-box;
}



.s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container {
      position: relative;
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5130c64a-30b9-4bb9-8479-440ff81391a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image {
  box-sizing: border-box;
}



.s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container {
      position: relative;
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5130c64a-30b9-4bb9-8479-440ff81391a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image {
  box-sizing: border-box;
}



.s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container {
      position: relative;
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5130c64a-30b9-4bb9-8479-440ff81391a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image {
  box-sizing: border-box;
}



.s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container {
      position: relative;
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5130c64a-30b9-4bb9-8479-440ff81391a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5130c64a-30b9-4bb9-8479-440ff81391a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image {
  box-sizing: border-box;
}



.s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5130c64a-30b9-4bb9-8479-440ff81391a6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container {
      position: relative;
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5130c64a-30b9-4bb9-8479-440ff81391a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-ad011dd8-1d6a-4fa7-9779-ec65a4b3d327 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-18fe7632-6c2a-46c1-9573-31fd402446b8 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWM4MDIzODAtOWNmZC00M2MwLWE1YWItYjY1ZTNmOGUxMmNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzVjODAyMzgwLTljZmQtNDNjMC1hNWFiLWI2NWUzZjhlMTJjZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-18fe7632-6c2a-46c1-9573-31fd402446b8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-18fe7632-6c2a-46c1-9573-31fd402446b8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-18fe7632-6c2a-46c1-9573-31fd402446b8-root {
    text-align: center;
  }


#s-18fe7632-6c2a-46c1-9573-31fd402446b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-18fe7632-6c2a-46c1-9573-31fd402446b8-root {
    text-align: center;
  }


#s-18fe7632-6c2a-46c1-9573-31fd402446b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18fe7632-6c2a-46c1-9573-31fd402446b8-root {
    text-align: center;
  }


#s-18fe7632-6c2a-46c1-9573-31fd402446b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18fe7632-6c2a-46c1-9573-31fd402446b8-root {
    text-align: center;
  }


#s-18fe7632-6c2a-46c1-9573-31fd402446b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-18fe7632-6c2a-46c1-9573-31fd402446b8-root {
    text-align: center;
  }


#s-18fe7632-6c2a-46c1-9573-31fd402446b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-53b58529-ccae-45f7-bc53-700d14b349ce {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce {
  margin: 0 !important;
  overflow: visible;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53b58529-ccae-45f7-bc53-700d14b349ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53b58529-ccae-45f7-bc53-700d14b349ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
  /* Add background color handling */
  
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53b58529-ccae-45f7-bc53-700d14b349ce .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-53b58529-ccae-45f7-bc53-700d14b349ce .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53b58529-ccae-45f7-bc53-700d14b349ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-53b58529-ccae-45f7-bc53-700d14b349ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-53b58529-ccae-45f7-bc53-700d14b349ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image {
  box-sizing: border-box;
}



.s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-53b58529-ccae-45f7-bc53-700d14b349ce {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container {
      position: relative;
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-53b58529-ccae-45f7-bc53-700d14b349ce {
  margin: 0 !important;
  overflow: visible;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53b58529-ccae-45f7-bc53-700d14b349ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53b58529-ccae-45f7-bc53-700d14b349ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
  /* Add background color handling */
  
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53b58529-ccae-45f7-bc53-700d14b349ce .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-53b58529-ccae-45f7-bc53-700d14b349ce .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53b58529-ccae-45f7-bc53-700d14b349ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-53b58529-ccae-45f7-bc53-700d14b349ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-53b58529-ccae-45f7-bc53-700d14b349ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image {
  box-sizing: border-box;
}



.s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-53b58529-ccae-45f7-bc53-700d14b349ce {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container {
      position: relative;
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-53b58529-ccae-45f7-bc53-700d14b349ce {
  margin: 0 !important;
  overflow: visible;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53b58529-ccae-45f7-bc53-700d14b349ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53b58529-ccae-45f7-bc53-700d14b349ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
  /* Add background color handling */
  
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53b58529-ccae-45f7-bc53-700d14b349ce .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-53b58529-ccae-45f7-bc53-700d14b349ce .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53b58529-ccae-45f7-bc53-700d14b349ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-53b58529-ccae-45f7-bc53-700d14b349ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-53b58529-ccae-45f7-bc53-700d14b349ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image {
  box-sizing: border-box;
}



.s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-53b58529-ccae-45f7-bc53-700d14b349ce {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container {
      position: relative;
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-53b58529-ccae-45f7-bc53-700d14b349ce {
  margin: 0 !important;
  overflow: visible;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53b58529-ccae-45f7-bc53-700d14b349ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53b58529-ccae-45f7-bc53-700d14b349ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
  /* Add background color handling */
  
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53b58529-ccae-45f7-bc53-700d14b349ce .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-53b58529-ccae-45f7-bc53-700d14b349ce .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53b58529-ccae-45f7-bc53-700d14b349ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-53b58529-ccae-45f7-bc53-700d14b349ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-53b58529-ccae-45f7-bc53-700d14b349ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image {
  box-sizing: border-box;
}



.s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-53b58529-ccae-45f7-bc53-700d14b349ce {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container {
      position: relative;
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-53b58529-ccae-45f7-bc53-700d14b349ce {
  margin: 0 !important;
  overflow: visible;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53b58529-ccae-45f7-bc53-700d14b349ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53b58529-ccae-45f7-bc53-700d14b349ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
  /* Add background color handling */
  
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53b58529-ccae-45f7-bc53-700d14b349ce .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-53b58529-ccae-45f7-bc53-700d14b349ce .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53b58529-ccae-45f7-bc53-700d14b349ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-53b58529-ccae-45f7-bc53-700d14b349ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-53b58529-ccae-45f7-bc53-700d14b349ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image {
  box-sizing: border-box;
}



.s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-53b58529-ccae-45f7-bc53-700d14b349ce {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container {
      position: relative;
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53b58529-ccae-45f7-bc53-700d14b349ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-fe82075e-da44-4a67-bf42-1a05e26e07de {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3f9f396a-67be-41b0-9472-933b8d978ff4 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2RkZTQyYjQtM2QwMS00YzI2LWIzOGEtY2Q2NTFlMTNmYjg3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzdkZGU0MmI0LTNkMDEtNGMyNi1iMzhhLWNkNjUxZTEzZmI4NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3f9f396a-67be-41b0-9472-933b8d978ff4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f9f396a-67be-41b0-9472-933b8d978ff4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f9f396a-67be-41b0-9472-933b8d978ff4-root {
    text-align: center;
  }


#s-3f9f396a-67be-41b0-9472-933b8d978ff4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f9f396a-67be-41b0-9472-933b8d978ff4-root {
    text-align: center;
  }


#s-3f9f396a-67be-41b0-9472-933b8d978ff4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f9f396a-67be-41b0-9472-933b8d978ff4-root {
    text-align: center;
  }


#s-3f9f396a-67be-41b0-9472-933b8d978ff4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f9f396a-67be-41b0-9472-933b8d978ff4-root {
    text-align: center;
  }


#s-3f9f396a-67be-41b0-9472-933b8d978ff4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f9f396a-67be-41b0-9472-933b8d978ff4-root {
    text-align: center;
  }


#s-3f9f396a-67be-41b0-9472-933b8d978ff4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0eaf3621-93af-4612-b2d3-394633ab8b58 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-0eaf3621-93af-4612-b2d3-394633ab8b58 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0eaf3621-93af-4612-b2d3-394633ab8b58 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0eaf3621-93af-4612-b2d3-394633ab8b58 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-0eaf3621-93af-4612-b2d3-394633ab8b58 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-0eaf3621-93af-4612-b2d3-394633ab8b58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0eaf3621-93af-4612-b2d3-394633ab8b58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0eaf3621-93af-4612-b2d3-394633ab8b58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0eaf3621-93af-4612-b2d3-394633ab8b58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  margin: 0 !important;
  overflow: visible;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
  /* Add background color handling */
  
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image {
  box-sizing: border-box;
}



.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container {
      position: relative;
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  margin: 0 !important;
  overflow: visible;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
  /* Add background color handling */
  
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image {
  box-sizing: border-box;
}



.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container {
      position: relative;
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  margin: 0 !important;
  overflow: visible;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
  /* Add background color handling */
  
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image {
  box-sizing: border-box;
}



.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container {
      position: relative;
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  margin: 0 !important;
  overflow: visible;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
  /* Add background color handling */
  
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image {
  box-sizing: border-box;
}



.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container {
      position: relative;
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  margin: 0 !important;
  overflow: visible;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
  /* Add background color handling */
  
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image {
  box-sizing: border-box;
}



.s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container {
      position: relative;
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa509470-6ee2-4f07-a59d-a62214d1c1ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-0b48f5ce-1b5b-4ee9-a0ec-dd7bb8cd690f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-43def580-ab3b-4fb1-a38d-39387ea286f0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmIzNGE2NTUtYjg2Yi00YjBhLWEwMTUtNGNjYTAwY2NhMjAzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JiMzRhNjU1LWI4NmItNGIwYS1hMDE1LTRjY2EwMGNjYTIwMykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-43def580-ab3b-4fb1-a38d-39387ea286f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-43def580-ab3b-4fb1-a38d-39387ea286f0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43def580-ab3b-4fb1-a38d-39387ea286f0-root {
    text-align: center;
  }


#s-43def580-ab3b-4fb1-a38d-39387ea286f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-43def580-ab3b-4fb1-a38d-39387ea286f0-root {
    text-align: center;
  }


#s-43def580-ab3b-4fb1-a38d-39387ea286f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43def580-ab3b-4fb1-a38d-39387ea286f0-root {
    text-align: center;
  }


#s-43def580-ab3b-4fb1-a38d-39387ea286f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43def580-ab3b-4fb1-a38d-39387ea286f0-root {
    text-align: center;
  }


#s-43def580-ab3b-4fb1-a38d-39387ea286f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-43def580-ab3b-4fb1-a38d-39387ea286f0-root {
    text-align: center;
  }


#s-43def580-ab3b-4fb1-a38d-39387ea286f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  margin: 0 !important;
  overflow: visible;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
  /* Add background color handling */
  
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image {
  box-sizing: border-box;
}



.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container {
      position: relative;
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  margin: 0 !important;
  overflow: visible;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
  /* Add background color handling */
  
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image {
  box-sizing: border-box;
}



.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container {
      position: relative;
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  margin: 0 !important;
  overflow: visible;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
  /* Add background color handling */
  
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image {
  box-sizing: border-box;
}



.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container {
      position: relative;
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  margin: 0 !important;
  overflow: visible;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
  /* Add background color handling */
  
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image {
  box-sizing: border-box;
}



.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container {
      position: relative;
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  margin: 0 !important;
  overflow: visible;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
  /* Add background color handling */
  
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image {
  box-sizing: border-box;
}



.s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container {
      position: relative;
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13778af0-9771-49ee-a5d9-fc7c3a1a6418 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-4e613951-ecad-4c38-a333-be782920e1de {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8eed13f9-e1fe-4d0b-91e2-a44c2761438d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDEwMDNmZmQtZWU5MS00MzY2LWI0NDAtZDlhYmExYTRiMjFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzAxMDAzZmZkLWVlOTEtNDM2Ni1iNDQwLWQ5YWJhMWE0YjIxZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8eed13f9-e1fe-4d0b-91e2-a44c2761438d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8eed13f9-e1fe-4d0b-91e2-a44c2761438d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8eed13f9-e1fe-4d0b-91e2-a44c2761438d-root {
    text-align: center;
  }


#s-8eed13f9-e1fe-4d0b-91e2-a44c2761438d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8eed13f9-e1fe-4d0b-91e2-a44c2761438d-root {
    text-align: center;
  }


#s-8eed13f9-e1fe-4d0b-91e2-a44c2761438d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8eed13f9-e1fe-4d0b-91e2-a44c2761438d-root {
    text-align: center;
  }


#s-8eed13f9-e1fe-4d0b-91e2-a44c2761438d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8eed13f9-e1fe-4d0b-91e2-a44c2761438d-root {
    text-align: center;
  }


#s-8eed13f9-e1fe-4d0b-91e2-a44c2761438d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8eed13f9-e1fe-4d0b-91e2-a44c2761438d-root {
    text-align: center;
  }


#s-8eed13f9-e1fe-4d0b-91e2-a44c2761438d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  margin: 0 !important;
  overflow: visible;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
  /* Add background color handling */
  
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84313264-42b2-4a13-88c4-feeef4a07ffc .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-84313264-42b2-4a13-88c4-feeef4a07ffc .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84313264-42b2-4a13-88c4-feeef4a07ffc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-84313264-42b2-4a13-88c4-feeef4a07ffc .shogun-image-content {
  
    justify-content: center;
  
}

.s-84313264-42b2-4a13-88c4-feeef4a07ffc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image {
  box-sizing: border-box;
}



.s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84313264-42b2-4a13-88c4-feeef4a07ffc {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container {
      position: relative;
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  margin: 0 !important;
  overflow: visible;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
  /* Add background color handling */
  
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84313264-42b2-4a13-88c4-feeef4a07ffc .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-84313264-42b2-4a13-88c4-feeef4a07ffc .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84313264-42b2-4a13-88c4-feeef4a07ffc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-84313264-42b2-4a13-88c4-feeef4a07ffc .shogun-image-content {
  
    justify-content: center;
  
}

.s-84313264-42b2-4a13-88c4-feeef4a07ffc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image {
  box-sizing: border-box;
}



.s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84313264-42b2-4a13-88c4-feeef4a07ffc {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container {
      position: relative;
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  margin: 0 !important;
  overflow: visible;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
  /* Add background color handling */
  
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84313264-42b2-4a13-88c4-feeef4a07ffc .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-84313264-42b2-4a13-88c4-feeef4a07ffc .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84313264-42b2-4a13-88c4-feeef4a07ffc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-84313264-42b2-4a13-88c4-feeef4a07ffc .shogun-image-content {
  
    justify-content: center;
  
}

.s-84313264-42b2-4a13-88c4-feeef4a07ffc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image {
  box-sizing: border-box;
}



.s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84313264-42b2-4a13-88c4-feeef4a07ffc {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container {
      position: relative;
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  margin: 0 !important;
  overflow: visible;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
  /* Add background color handling */
  
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84313264-42b2-4a13-88c4-feeef4a07ffc .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-84313264-42b2-4a13-88c4-feeef4a07ffc .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84313264-42b2-4a13-88c4-feeef4a07ffc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-84313264-42b2-4a13-88c4-feeef4a07ffc .shogun-image-content {
  
    justify-content: center;
  
}

.s-84313264-42b2-4a13-88c4-feeef4a07ffc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image {
  box-sizing: border-box;
}



.s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84313264-42b2-4a13-88c4-feeef4a07ffc {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container {
      position: relative;
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  margin: 0 !important;
  overflow: visible;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84313264-42b2-4a13-88c4-feeef4a07ffc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
  /* Add background color handling */
  
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84313264-42b2-4a13-88c4-feeef4a07ffc .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-84313264-42b2-4a13-88c4-feeef4a07ffc .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84313264-42b2-4a13-88c4-feeef4a07ffc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-84313264-42b2-4a13-88c4-feeef4a07ffc .shogun-image-content {
  
    justify-content: center;
  
}

.s-84313264-42b2-4a13-88c4-feeef4a07ffc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image {
  box-sizing: border-box;
}



.s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84313264-42b2-4a13-88c4-feeef4a07ffc {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container {
      position: relative;
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84313264-42b2-4a13-88c4-feeef4a07ffc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-96bc88d7-f648-42d2-a51f-16720cba145d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-15d0e197-4ceb-4f1d-9115-da2aa22ad169 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNiMjVmOTgtMDkwMi00M2ZjLWI0M2MtM2U3ZDY4NTU0Y2M4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzJjYjI1Zjk4LTA5MDItNDNmYy1iNDNjLTNlN2Q2ODU1NGNjOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-15d0e197-4ceb-4f1d-9115-da2aa22ad169:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15d0e197-4ceb-4f1d-9115-da2aa22ad169:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-15d0e197-4ceb-4f1d-9115-da2aa22ad169-root {
    text-align: center;
  }


#s-15d0e197-4ceb-4f1d-9115-da2aa22ad169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-15d0e197-4ceb-4f1d-9115-da2aa22ad169-root {
    text-align: center;
  }


#s-15d0e197-4ceb-4f1d-9115-da2aa22ad169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15d0e197-4ceb-4f1d-9115-da2aa22ad169-root {
    text-align: center;
  }


#s-15d0e197-4ceb-4f1d-9115-da2aa22ad169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15d0e197-4ceb-4f1d-9115-da2aa22ad169-root {
    text-align: center;
  }


#s-15d0e197-4ceb-4f1d-9115-da2aa22ad169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-15d0e197-4ceb-4f1d-9115-da2aa22ad169-root {
    text-align: center;
  }


#s-15d0e197-4ceb-4f1d-9115-da2aa22ad169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-64091eb0-2155-40ff-94c5-a804faaa614d {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-64091eb0-2155-40ff-94c5-a804faaa614d {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64091eb0-2155-40ff-94c5-a804faaa614d {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-64091eb0-2155-40ff-94c5-a804faaa614d {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-64091eb0-2155-40ff-94c5-a804faaa614d {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-64091eb0-2155-40ff-94c5-a804faaa614d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64091eb0-2155-40ff-94c5-a804faaa614d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-64091eb0-2155-40ff-94c5-a804faaa614d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-64091eb0-2155-40ff-94c5-a804faaa614d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  margin: 0 !important;
  overflow: visible;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
  /* Add background color handling */
  
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image {
  box-sizing: border-box;
}



.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container {
      position: relative;
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  margin: 0 !important;
  overflow: visible;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
  /* Add background color handling */
  
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image {
  box-sizing: border-box;
}



.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container {
      position: relative;
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  margin: 0 !important;
  overflow: visible;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
  /* Add background color handling */
  
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image {
  box-sizing: border-box;
}



.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container {
      position: relative;
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  margin: 0 !important;
  overflow: visible;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
  /* Add background color handling */
  
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image {
  box-sizing: border-box;
}



.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container {
      position: relative;
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  margin: 0 !important;
  overflow: visible;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
  /* Add background color handling */
  
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image {
  box-sizing: border-box;
}



.s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container {
      position: relative;
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1c717c6-cdcd-4f2c-8560-4b773bdade1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-28e0ef52-d9d2-4cf6-a1af-d230515032f8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-aa2d59e9-53df-4ffb-b24a-aa952866e190 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGZjZjk5MTgtMGIyZi00ZTU2LWFkYzktZWI5NThmODQ2MDg3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzBmY2Y5OTE4LTBiMmYtNGU1Ni1hZGM5LWViOTU4Zjg0NjA4NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-aa2d59e9-53df-4ffb-b24a-aa952866e190:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa2d59e9-53df-4ffb-b24a-aa952866e190:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa2d59e9-53df-4ffb-b24a-aa952866e190-root {
    text-align: center;
  }


#s-aa2d59e9-53df-4ffb-b24a-aa952866e190.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa2d59e9-53df-4ffb-b24a-aa952866e190-root {
    text-align: center;
  }


#s-aa2d59e9-53df-4ffb-b24a-aa952866e190.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa2d59e9-53df-4ffb-b24a-aa952866e190-root {
    text-align: center;
  }


#s-aa2d59e9-53df-4ffb-b24a-aa952866e190.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa2d59e9-53df-4ffb-b24a-aa952866e190-root {
    text-align: center;
  }


#s-aa2d59e9-53df-4ffb-b24a-aa952866e190.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa2d59e9-53df-4ffb-b24a-aa952866e190-root {
    text-align: center;
  }


#s-aa2d59e9-53df-4ffb-b24a-aa952866e190.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  margin: 0 !important;
  overflow: visible;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
  /* Add background color handling */
  
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image {
  box-sizing: border-box;
}



.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container {
      position: relative;
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  margin: 0 !important;
  overflow: visible;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
  /* Add background color handling */
  
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image {
  box-sizing: border-box;
}



.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container {
      position: relative;
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  margin: 0 !important;
  overflow: visible;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
  /* Add background color handling */
  
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image {
  box-sizing: border-box;
}



.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container {
      position: relative;
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  margin: 0 !important;
  overflow: visible;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
  /* Add background color handling */
  
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image {
  box-sizing: border-box;
}



.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container {
      position: relative;
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  margin: 0 !important;
  overflow: visible;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
  /* Add background color handling */
  
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image {
  box-sizing: border-box;
}



.s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container {
      position: relative;
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40c3150f-4c0a-42f7-9d33-e3c659ac2c13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-56841c20-537e-430b-88ee-403c55a20014 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-045885b7-1066-4f6c-9aef-e537da83f841 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmI2NmEzMGYtODJjNC00YzA0LTgzMDMtYjU0MDY4ZThlODQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2ZiNjZhMzBmLTgyYzQtNGMwNC04MzAzLWI1NDA2OGU4ZTg0MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-045885b7-1066-4f6c-9aef-e537da83f841:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-045885b7-1066-4f6c-9aef-e537da83f841:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-045885b7-1066-4f6c-9aef-e537da83f841-root {
    text-align: center;
  }


#s-045885b7-1066-4f6c-9aef-e537da83f841.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-045885b7-1066-4f6c-9aef-e537da83f841-root {
    text-align: center;
  }


#s-045885b7-1066-4f6c-9aef-e537da83f841.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-045885b7-1066-4f6c-9aef-e537da83f841-root {
    text-align: center;
  }


#s-045885b7-1066-4f6c-9aef-e537da83f841.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-045885b7-1066-4f6c-9aef-e537da83f841-root {
    text-align: center;
  }


#s-045885b7-1066-4f6c-9aef-e537da83f841.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-045885b7-1066-4f6c-9aef-e537da83f841-root {
    text-align: center;
  }


#s-045885b7-1066-4f6c-9aef-e537da83f841.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  margin: 0 !important;
  overflow: visible;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
  /* Add background color handling */
  
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63446ffd-1c37-49d2-b311-c95a7f038529 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-63446ffd-1c37-49d2-b311-c95a7f038529 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63446ffd-1c37-49d2-b311-c95a7f038529 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-63446ffd-1c37-49d2-b311-c95a7f038529 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63446ffd-1c37-49d2-b311-c95a7f038529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image {
  box-sizing: border-box;
}



.s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63446ffd-1c37-49d2-b311-c95a7f038529 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container {
      position: relative;
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  margin: 0 !important;
  overflow: visible;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
  /* Add background color handling */
  
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63446ffd-1c37-49d2-b311-c95a7f038529 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-63446ffd-1c37-49d2-b311-c95a7f038529 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63446ffd-1c37-49d2-b311-c95a7f038529 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-63446ffd-1c37-49d2-b311-c95a7f038529 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63446ffd-1c37-49d2-b311-c95a7f038529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image {
  box-sizing: border-box;
}



.s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63446ffd-1c37-49d2-b311-c95a7f038529 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container {
      position: relative;
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  margin: 0 !important;
  overflow: visible;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
  /* Add background color handling */
  
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63446ffd-1c37-49d2-b311-c95a7f038529 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-63446ffd-1c37-49d2-b311-c95a7f038529 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63446ffd-1c37-49d2-b311-c95a7f038529 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-63446ffd-1c37-49d2-b311-c95a7f038529 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63446ffd-1c37-49d2-b311-c95a7f038529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image {
  box-sizing: border-box;
}



.s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63446ffd-1c37-49d2-b311-c95a7f038529 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container {
      position: relative;
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  margin: 0 !important;
  overflow: visible;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
  /* Add background color handling */
  
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63446ffd-1c37-49d2-b311-c95a7f038529 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-63446ffd-1c37-49d2-b311-c95a7f038529 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63446ffd-1c37-49d2-b311-c95a7f038529 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-63446ffd-1c37-49d2-b311-c95a7f038529 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63446ffd-1c37-49d2-b311-c95a7f038529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image {
  box-sizing: border-box;
}



.s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63446ffd-1c37-49d2-b311-c95a7f038529 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container {
      position: relative;
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  margin: 0 !important;
  overflow: visible;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63446ffd-1c37-49d2-b311-c95a7f038529 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
  /* Add background color handling */
  
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63446ffd-1c37-49d2-b311-c95a7f038529 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-63446ffd-1c37-49d2-b311-c95a7f038529 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63446ffd-1c37-49d2-b311-c95a7f038529 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-63446ffd-1c37-49d2-b311-c95a7f038529 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63446ffd-1c37-49d2-b311-c95a7f038529.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image {
  box-sizing: border-box;
}



.s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63446ffd-1c37-49d2-b311-c95a7f038529 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container {
      position: relative;
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63446ffd-1c37-49d2-b311-c95a7f038529 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-30e7dac2-5e54-434f-b686-2f0378f25f28 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3199af4f-1b86-4de8-9802-ded0d9d372f1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzZhYmEyMzEtOTkzMC00NWU2LTlkNjItMWEwYjA1ZjU4OTFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzM2YWJhMjMxLTk5MzAtNDVlNi05ZDYyLTFhMGIwNWY1ODkxYSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3199af4f-1b86-4de8-9802-ded0d9d372f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3199af4f-1b86-4de8-9802-ded0d9d372f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3199af4f-1b86-4de8-9802-ded0d9d372f1-root {
    text-align: center;
  }


#s-3199af4f-1b86-4de8-9802-ded0d9d372f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3199af4f-1b86-4de8-9802-ded0d9d372f1-root {
    text-align: center;
  }


#s-3199af4f-1b86-4de8-9802-ded0d9d372f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3199af4f-1b86-4de8-9802-ded0d9d372f1-root {
    text-align: center;
  }


#s-3199af4f-1b86-4de8-9802-ded0d9d372f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3199af4f-1b86-4de8-9802-ded0d9d372f1-root {
    text-align: center;
  }


#s-3199af4f-1b86-4de8-9802-ded0d9d372f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3199af4f-1b86-4de8-9802-ded0d9d372f1-root {
    text-align: center;
  }


#s-3199af4f-1b86-4de8-9802-ded0d9d372f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-26a3aec4-7feb-40e5-b00f-019b521634c7 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-26a3aec4-7feb-40e5-b00f-019b521634c7 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26a3aec4-7feb-40e5-b00f-019b521634c7 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-26a3aec4-7feb-40e5-b00f-019b521634c7 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-26a3aec4-7feb-40e5-b00f-019b521634c7 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-26a3aec4-7feb-40e5-b00f-019b521634c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26a3aec4-7feb-40e5-b00f-019b521634c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26a3aec4-7feb-40e5-b00f-019b521634c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26a3aec4-7feb-40e5-b00f-019b521634c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image {
  box-sizing: border-box;
}



.s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container {
      position: relative;
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image {
  box-sizing: border-box;
}



.s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container {
      position: relative;
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image {
  box-sizing: border-box;
}



.s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container {
      position: relative;
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image {
  box-sizing: border-box;
}



.s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container {
      position: relative;
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5cd8b190-e764-496a-b5f5-a7f41416aa10 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image {
  box-sizing: border-box;
}



.s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container {
      position: relative;
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cd8b190-e764-496a-b5f5-a7f41416aa10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-6dd189d1-d7c3-40b3-a7cd-9bb2bd5a6548 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b572e2dd-fae5-4558-a6bb-9c26dbbbba52 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjgxYThiMmItM2I3OS00MmY3LTg3ZWQtMjNjMDBhMzljMTUzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzI4MWE4YjJiLTNiNzktNDJmNy04N2VkLTIzYzAwYTM5YzE1MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b572e2dd-fae5-4558-a6bb-9c26dbbbba52:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b572e2dd-fae5-4558-a6bb-9c26dbbbba52:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b572e2dd-fae5-4558-a6bb-9c26dbbbba52-root {
    text-align: center;
  }


#s-b572e2dd-fae5-4558-a6bb-9c26dbbbba52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b572e2dd-fae5-4558-a6bb-9c26dbbbba52-root {
    text-align: center;
  }


#s-b572e2dd-fae5-4558-a6bb-9c26dbbbba52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b572e2dd-fae5-4558-a6bb-9c26dbbbba52-root {
    text-align: center;
  }


#s-b572e2dd-fae5-4558-a6bb-9c26dbbbba52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b572e2dd-fae5-4558-a6bb-9c26dbbbba52-root {
    text-align: center;
  }


#s-b572e2dd-fae5-4558-a6bb-9c26dbbbba52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b572e2dd-fae5-4558-a6bb-9c26dbbbba52-root {
    text-align: center;
  }


#s-b572e2dd-fae5-4558-a6bb-9c26dbbbba52.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image {
  box-sizing: border-box;
}



.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container {
      position: relative;
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image {
  box-sizing: border-box;
}



.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container {
      position: relative;
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image {
  box-sizing: border-box;
}



.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container {
      position: relative;
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image {
  box-sizing: border-box;
}



.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container {
      position: relative;
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image {
  box-sizing: border-box;
}



.s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container {
      position: relative;
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dde9c42-1a8e-4a52-8bd5-c3d1942afdc3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-e50e93a9-cc61-443f-8006-8acaf8b1871b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4db8d788-0c34-48a4-b175-db11b47d958b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjBlNTQ5MDAtZDE3Ni00MTA0LTk4ZTctYTQ2OWRiOTBiNWQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzYwZTU0OTAwLWQxNzYtNDEwNC05OGU3LWE0NjlkYjkwYjVkNykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-4db8d788-0c34-48a4-b175-db11b47d958b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4db8d788-0c34-48a4-b175-db11b47d958b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4db8d788-0c34-48a4-b175-db11b47d958b-root {
    text-align: center;
  }


#s-4db8d788-0c34-48a4-b175-db11b47d958b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4db8d788-0c34-48a4-b175-db11b47d958b-root {
    text-align: center;
  }


#s-4db8d788-0c34-48a4-b175-db11b47d958b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4db8d788-0c34-48a4-b175-db11b47d958b-root {
    text-align: center;
  }


#s-4db8d788-0c34-48a4-b175-db11b47d958b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4db8d788-0c34-48a4-b175-db11b47d958b-root {
    text-align: center;
  }


#s-4db8d788-0c34-48a4-b175-db11b47d958b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4db8d788-0c34-48a4-b175-db11b47d958b-root {
    text-align: center;
  }


#s-4db8d788-0c34-48a4-b175-db11b47d958b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-12899275-be35-46e2-bea8-f26e24721ba9 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9 {
  margin: 0 !important;
  overflow: visible;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12899275-be35-46e2-bea8-f26e24721ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12899275-be35-46e2-bea8-f26e24721ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
  /* Add background color handling */
  
}

#s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12899275-be35-46e2-bea8-f26e24721ba9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-12899275-be35-46e2-bea8-f26e24721ba9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12899275-be35-46e2-bea8-f26e24721ba9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-12899275-be35-46e2-bea8-f26e24721ba9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12899275-be35-46e2-bea8-f26e24721ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image {
  box-sizing: border-box;
}



.s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12899275-be35-46e2-bea8-f26e24721ba9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container {
      position: relative;
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-12899275-be35-46e2-bea8-f26e24721ba9 {
  margin: 0 !important;
  overflow: visible;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12899275-be35-46e2-bea8-f26e24721ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12899275-be35-46e2-bea8-f26e24721ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
  /* Add background color handling */
  
}

#s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12899275-be35-46e2-bea8-f26e24721ba9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-12899275-be35-46e2-bea8-f26e24721ba9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12899275-be35-46e2-bea8-f26e24721ba9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-12899275-be35-46e2-bea8-f26e24721ba9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12899275-be35-46e2-bea8-f26e24721ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image {
  box-sizing: border-box;
}



.s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12899275-be35-46e2-bea8-f26e24721ba9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container {
      position: relative;
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-12899275-be35-46e2-bea8-f26e24721ba9 {
  margin: 0 !important;
  overflow: visible;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12899275-be35-46e2-bea8-f26e24721ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12899275-be35-46e2-bea8-f26e24721ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
  /* Add background color handling */
  
}

#s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12899275-be35-46e2-bea8-f26e24721ba9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-12899275-be35-46e2-bea8-f26e24721ba9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12899275-be35-46e2-bea8-f26e24721ba9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-12899275-be35-46e2-bea8-f26e24721ba9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12899275-be35-46e2-bea8-f26e24721ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image {
  box-sizing: border-box;
}



.s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12899275-be35-46e2-bea8-f26e24721ba9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container {
      position: relative;
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-12899275-be35-46e2-bea8-f26e24721ba9 {
  margin: 0 !important;
  overflow: visible;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12899275-be35-46e2-bea8-f26e24721ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12899275-be35-46e2-bea8-f26e24721ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
  /* Add background color handling */
  
}

#s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12899275-be35-46e2-bea8-f26e24721ba9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-12899275-be35-46e2-bea8-f26e24721ba9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12899275-be35-46e2-bea8-f26e24721ba9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-12899275-be35-46e2-bea8-f26e24721ba9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12899275-be35-46e2-bea8-f26e24721ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image {
  box-sizing: border-box;
}



.s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12899275-be35-46e2-bea8-f26e24721ba9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container {
      position: relative;
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-12899275-be35-46e2-bea8-f26e24721ba9 {
  margin: 0 !important;
  overflow: visible;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12899275-be35-46e2-bea8-f26e24721ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12899275-be35-46e2-bea8-f26e24721ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
  /* Add background color handling */
  
}

#s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12899275-be35-46e2-bea8-f26e24721ba9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-12899275-be35-46e2-bea8-f26e24721ba9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12899275-be35-46e2-bea8-f26e24721ba9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-12899275-be35-46e2-bea8-f26e24721ba9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12899275-be35-46e2-bea8-f26e24721ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image {
  box-sizing: border-box;
}



.s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12899275-be35-46e2-bea8-f26e24721ba9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container {
      position: relative;
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12899275-be35-46e2-bea8-f26e24721ba9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-28df5061-1372-4724-a6b1-de9de7870379 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-998efd05-5a01-4758-a867-2b1c2d64d599 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDhkNDYyYzYtMWVkNy00MzRiLTkxYjctZGRlMGJmYmYzNGY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Q4ZDQ2MmM2LTFlZDctNDM0Yi05MWI3LWRkZTBiZmJmMzRmNSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-998efd05-5a01-4758-a867-2b1c2d64d599:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-998efd05-5a01-4758-a867-2b1c2d64d599:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-998efd05-5a01-4758-a867-2b1c2d64d599-root {
    text-align: center;
  }


#s-998efd05-5a01-4758-a867-2b1c2d64d599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-998efd05-5a01-4758-a867-2b1c2d64d599-root {
    text-align: center;
  }


#s-998efd05-5a01-4758-a867-2b1c2d64d599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-998efd05-5a01-4758-a867-2b1c2d64d599-root {
    text-align: center;
  }


#s-998efd05-5a01-4758-a867-2b1c2d64d599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-998efd05-5a01-4758-a867-2b1c2d64d599-root {
    text-align: center;
  }


#s-998efd05-5a01-4758-a867-2b1c2d64d599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-998efd05-5a01-4758-a867-2b1c2d64d599-root {
    text-align: center;
  }


#s-998efd05-5a01-4758-a867-2b1c2d64d599.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-04f714dc-453f-49eb-9da9-4bdc5324b5a5 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-04f714dc-453f-49eb-9da9-4bdc5324b5a5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04f714dc-453f-49eb-9da9-4bdc5324b5a5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-04f714dc-453f-49eb-9da9-4bdc5324b5a5 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-04f714dc-453f-49eb-9da9-4bdc5324b5a5 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-04f714dc-453f-49eb-9da9-4bdc5324b5a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04f714dc-453f-49eb-9da9-4bdc5324b5a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-04f714dc-453f-49eb-9da9-4bdc5324b5a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-04f714dc-453f-49eb-9da9-4bdc5324b5a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e8509780-651c-437a-9d66-69d34efb9593 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e8509780-651c-437a-9d66-69d34efb9593 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8509780-651c-437a-9d66-69d34efb9593-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8509780-651c-437a-9d66-69d34efb9593 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8509780-651c-437a-9d66-69d34efb9593 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8509780-651c-437a-9d66-69d34efb9593 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e8509780-651c-437a-9d66-69d34efb9593 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8509780-651c-437a-9d66-69d34efb9593 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e8509780-651c-437a-9d66-69d34efb9593 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8509780-651c-437a-9d66-69d34efb9593.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image {
  box-sizing: border-box;
}



.s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8509780-651c-437a-9d66-69d34efb9593 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container {
      position: relative;
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-e8509780-651c-437a-9d66-69d34efb9593 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8509780-651c-437a-9d66-69d34efb9593-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8509780-651c-437a-9d66-69d34efb9593 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8509780-651c-437a-9d66-69d34efb9593 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8509780-651c-437a-9d66-69d34efb9593 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e8509780-651c-437a-9d66-69d34efb9593 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8509780-651c-437a-9d66-69d34efb9593 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e8509780-651c-437a-9d66-69d34efb9593 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8509780-651c-437a-9d66-69d34efb9593.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image {
  box-sizing: border-box;
}



.s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8509780-651c-437a-9d66-69d34efb9593 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container {
      position: relative;
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e8509780-651c-437a-9d66-69d34efb9593 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8509780-651c-437a-9d66-69d34efb9593-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8509780-651c-437a-9d66-69d34efb9593 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8509780-651c-437a-9d66-69d34efb9593 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8509780-651c-437a-9d66-69d34efb9593 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e8509780-651c-437a-9d66-69d34efb9593 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8509780-651c-437a-9d66-69d34efb9593 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e8509780-651c-437a-9d66-69d34efb9593 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8509780-651c-437a-9d66-69d34efb9593.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image {
  box-sizing: border-box;
}



.s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8509780-651c-437a-9d66-69d34efb9593 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container {
      position: relative;
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e8509780-651c-437a-9d66-69d34efb9593 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8509780-651c-437a-9d66-69d34efb9593-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8509780-651c-437a-9d66-69d34efb9593 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8509780-651c-437a-9d66-69d34efb9593 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8509780-651c-437a-9d66-69d34efb9593 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e8509780-651c-437a-9d66-69d34efb9593 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8509780-651c-437a-9d66-69d34efb9593 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e8509780-651c-437a-9d66-69d34efb9593 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8509780-651c-437a-9d66-69d34efb9593.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image {
  box-sizing: border-box;
}



.s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8509780-651c-437a-9d66-69d34efb9593 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container {
      position: relative;
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-e8509780-651c-437a-9d66-69d34efb9593 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8509780-651c-437a-9d66-69d34efb9593-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8509780-651c-437a-9d66-69d34efb9593 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8509780-651c-437a-9d66-69d34efb9593 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8509780-651c-437a-9d66-69d34efb9593 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e8509780-651c-437a-9d66-69d34efb9593 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8509780-651c-437a-9d66-69d34efb9593 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e8509780-651c-437a-9d66-69d34efb9593 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8509780-651c-437a-9d66-69d34efb9593.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image {
  box-sizing: border-box;
}



.s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8509780-651c-437a-9d66-69d34efb9593 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container {
      position: relative;
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8509780-651c-437a-9d66-69d34efb9593 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-85de4dc2-1170-4c97-902d-783af4a5cd2b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b8dbcfc7-cb2d-4bb0-b010-789b0d5c7ccc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjg4Njc3NWMtMzhkMi00Mzk0LTllOTgtOGZlZTBiMDcxNTM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Y4ODY3NzVjLTM4ZDItNDM5NC05ZTk4LThmZWUwYjA3MTUzOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b8dbcfc7-cb2d-4bb0-b010-789b0d5c7ccc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8dbcfc7-cb2d-4bb0-b010-789b0d5c7ccc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8dbcfc7-cb2d-4bb0-b010-789b0d5c7ccc-root {
    text-align: center;
  }


#s-b8dbcfc7-cb2d-4bb0-b010-789b0d5c7ccc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8dbcfc7-cb2d-4bb0-b010-789b0d5c7ccc-root {
    text-align: center;
  }


#s-b8dbcfc7-cb2d-4bb0-b010-789b0d5c7ccc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8dbcfc7-cb2d-4bb0-b010-789b0d5c7ccc-root {
    text-align: center;
  }


#s-b8dbcfc7-cb2d-4bb0-b010-789b0d5c7ccc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8dbcfc7-cb2d-4bb0-b010-789b0d5c7ccc-root {
    text-align: center;
  }


#s-b8dbcfc7-cb2d-4bb0-b010-789b0d5c7ccc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8dbcfc7-cb2d-4bb0-b010-789b0d5c7ccc-root {
    text-align: center;
  }


#s-b8dbcfc7-cb2d-4bb0-b010-789b0d5c7ccc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  margin: 0 !important;
  overflow: visible;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
  /* Add background color handling */
  
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5870762c-e7c2-4497-ad25-7f92d6270cae .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5870762c-e7c2-4497-ad25-7f92d6270cae .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5870762c-e7c2-4497-ad25-7f92d6270cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5870762c-e7c2-4497-ad25-7f92d6270cae .shogun-image-content {
  
    justify-content: center;
  
}

.s-5870762c-e7c2-4497-ad25-7f92d6270cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image {
  box-sizing: border-box;
}



.s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5870762c-e7c2-4497-ad25-7f92d6270cae {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container {
      position: relative;
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  margin: 0 !important;
  overflow: visible;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
  /* Add background color handling */
  
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5870762c-e7c2-4497-ad25-7f92d6270cae .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5870762c-e7c2-4497-ad25-7f92d6270cae .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5870762c-e7c2-4497-ad25-7f92d6270cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5870762c-e7c2-4497-ad25-7f92d6270cae .shogun-image-content {
  
    justify-content: center;
  
}

.s-5870762c-e7c2-4497-ad25-7f92d6270cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image {
  box-sizing: border-box;
}



.s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5870762c-e7c2-4497-ad25-7f92d6270cae {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container {
      position: relative;
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  margin: 0 !important;
  overflow: visible;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
  /* Add background color handling */
  
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5870762c-e7c2-4497-ad25-7f92d6270cae .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5870762c-e7c2-4497-ad25-7f92d6270cae .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5870762c-e7c2-4497-ad25-7f92d6270cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5870762c-e7c2-4497-ad25-7f92d6270cae .shogun-image-content {
  
    justify-content: center;
  
}

.s-5870762c-e7c2-4497-ad25-7f92d6270cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image {
  box-sizing: border-box;
}



.s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5870762c-e7c2-4497-ad25-7f92d6270cae {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container {
      position: relative;
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  margin: 0 !important;
  overflow: visible;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
  /* Add background color handling */
  
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5870762c-e7c2-4497-ad25-7f92d6270cae .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5870762c-e7c2-4497-ad25-7f92d6270cae .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5870762c-e7c2-4497-ad25-7f92d6270cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5870762c-e7c2-4497-ad25-7f92d6270cae .shogun-image-content {
  
    justify-content: center;
  
}

.s-5870762c-e7c2-4497-ad25-7f92d6270cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image {
  box-sizing: border-box;
}



.s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5870762c-e7c2-4497-ad25-7f92d6270cae {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container {
      position: relative;
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  margin: 0 !important;
  overflow: visible;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5870762c-e7c2-4497-ad25-7f92d6270cae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
  /* Add background color handling */
  
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5870762c-e7c2-4497-ad25-7f92d6270cae .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5870762c-e7c2-4497-ad25-7f92d6270cae .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5870762c-e7c2-4497-ad25-7f92d6270cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5870762c-e7c2-4497-ad25-7f92d6270cae .shogun-image-content {
  
    justify-content: center;
  
}

.s-5870762c-e7c2-4497-ad25-7f92d6270cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image {
  box-sizing: border-box;
}



.s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5870762c-e7c2-4497-ad25-7f92d6270cae {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container {
      position: relative;
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5870762c-e7c2-4497-ad25-7f92d6270cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-8604a826-3ffa-43c6-a971-f2b1a412c9e5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c60bc698-d551-4b9a-bf46-d5cfb25309e7 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmYzMWMxYzMtYjBjMS00ZTI0LWFkOTItNGM2ZDBlNWRhZDczIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzZmMzFjMWMzLWIwYzEtNGUyNC1hZDkyLTRjNmQwZTVkYWQ3MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c60bc698-d551-4b9a-bf46-d5cfb25309e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c60bc698-d551-4b9a-bf46-d5cfb25309e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c60bc698-d551-4b9a-bf46-d5cfb25309e7-root {
    text-align: center;
  }


#s-c60bc698-d551-4b9a-bf46-d5cfb25309e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c60bc698-d551-4b9a-bf46-d5cfb25309e7-root {
    text-align: center;
  }


#s-c60bc698-d551-4b9a-bf46-d5cfb25309e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c60bc698-d551-4b9a-bf46-d5cfb25309e7-root {
    text-align: center;
  }


#s-c60bc698-d551-4b9a-bf46-d5cfb25309e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c60bc698-d551-4b9a-bf46-d5cfb25309e7-root {
    text-align: center;
  }


#s-c60bc698-d551-4b9a-bf46-d5cfb25309e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c60bc698-d551-4b9a-bf46-d5cfb25309e7-root {
    text-align: center;
  }


#s-c60bc698-d551-4b9a-bf46-d5cfb25309e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-12517283-3e89-4fb7-9454-febab932ce42 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-12517283-3e89-4fb7-9454-febab932ce42 {
  margin: 0 !important;
  overflow: visible;
}

#s-12517283-3e89-4fb7-9454-febab932ce42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12517283-3e89-4fb7-9454-febab932ce42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12517283-3e89-4fb7-9454-febab932ce42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
  /* Add background color handling */
  
}

#s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12517283-3e89-4fb7-9454-febab932ce42 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-12517283-3e89-4fb7-9454-febab932ce42 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12517283-3e89-4fb7-9454-febab932ce42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-12517283-3e89-4fb7-9454-febab932ce42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12517283-3e89-4fb7-9454-febab932ce42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image {
  box-sizing: border-box;
}



.s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12517283-3e89-4fb7-9454-febab932ce42 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container {
      position: relative;
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-12517283-3e89-4fb7-9454-febab932ce42 {
  margin: 0 !important;
  overflow: visible;
}

#s-12517283-3e89-4fb7-9454-febab932ce42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12517283-3e89-4fb7-9454-febab932ce42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12517283-3e89-4fb7-9454-febab932ce42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
  /* Add background color handling */
  
}

#s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12517283-3e89-4fb7-9454-febab932ce42 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-12517283-3e89-4fb7-9454-febab932ce42 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12517283-3e89-4fb7-9454-febab932ce42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-12517283-3e89-4fb7-9454-febab932ce42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12517283-3e89-4fb7-9454-febab932ce42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image {
  box-sizing: border-box;
}



.s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12517283-3e89-4fb7-9454-febab932ce42 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container {
      position: relative;
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-12517283-3e89-4fb7-9454-febab932ce42 {
  margin: 0 !important;
  overflow: visible;
}

#s-12517283-3e89-4fb7-9454-febab932ce42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12517283-3e89-4fb7-9454-febab932ce42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12517283-3e89-4fb7-9454-febab932ce42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
  /* Add background color handling */
  
}

#s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12517283-3e89-4fb7-9454-febab932ce42 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-12517283-3e89-4fb7-9454-febab932ce42 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12517283-3e89-4fb7-9454-febab932ce42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-12517283-3e89-4fb7-9454-febab932ce42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12517283-3e89-4fb7-9454-febab932ce42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image {
  box-sizing: border-box;
}



.s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12517283-3e89-4fb7-9454-febab932ce42 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container {
      position: relative;
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-12517283-3e89-4fb7-9454-febab932ce42 {
  margin: 0 !important;
  overflow: visible;
}

#s-12517283-3e89-4fb7-9454-febab932ce42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12517283-3e89-4fb7-9454-febab932ce42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12517283-3e89-4fb7-9454-febab932ce42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
  /* Add background color handling */
  
}

#s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12517283-3e89-4fb7-9454-febab932ce42 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-12517283-3e89-4fb7-9454-febab932ce42 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12517283-3e89-4fb7-9454-febab932ce42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-12517283-3e89-4fb7-9454-febab932ce42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12517283-3e89-4fb7-9454-febab932ce42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image {
  box-sizing: border-box;
}



.s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12517283-3e89-4fb7-9454-febab932ce42 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container {
      position: relative;
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-12517283-3e89-4fb7-9454-febab932ce42 {
  margin: 0 !important;
  overflow: visible;
}

#s-12517283-3e89-4fb7-9454-febab932ce42-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-12517283-3e89-4fb7-9454-febab932ce42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-12517283-3e89-4fb7-9454-febab932ce42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
  /* Add background color handling */
  
}

#s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12517283-3e89-4fb7-9454-febab932ce42 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-12517283-3e89-4fb7-9454-febab932ce42 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12517283-3e89-4fb7-9454-febab932ce42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-12517283-3e89-4fb7-9454-febab932ce42 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12517283-3e89-4fb7-9454-febab932ce42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image {
  box-sizing: border-box;
}



.s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-12517283-3e89-4fb7-9454-febab932ce42 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container {
      position: relative;
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12517283-3e89-4fb7-9454-febab932ce42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-e3b45c09-d011-4d41-bcea-60d7bfef4875 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e8378536-8f88-44d1-8bac-ea8f962083aa {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDBhMjA4YmYtYTY4Yy00OGQ4LTlkYTItMjNmZTQyNGY2MTVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzQwYTIwOGJmLWE2OGMtNDhkOC05ZGEyLTIzZmU0MjRmNjE1ZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e8378536-8f88-44d1-8bac-ea8f962083aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8378536-8f88-44d1-8bac-ea8f962083aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e8378536-8f88-44d1-8bac-ea8f962083aa-root {
    text-align: center;
  }


#s-e8378536-8f88-44d1-8bac-ea8f962083aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8378536-8f88-44d1-8bac-ea8f962083aa-root {
    text-align: center;
  }


#s-e8378536-8f88-44d1-8bac-ea8f962083aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8378536-8f88-44d1-8bac-ea8f962083aa-root {
    text-align: center;
  }


#s-e8378536-8f88-44d1-8bac-ea8f962083aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8378536-8f88-44d1-8bac-ea8f962083aa-root {
    text-align: center;
  }


#s-e8378536-8f88-44d1-8bac-ea8f962083aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8378536-8f88-44d1-8bac-ea8f962083aa-root {
    text-align: center;
  }


#s-e8378536-8f88-44d1-8bac-ea8f962083aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3b5aabf0-f493-45bf-93f6-88b073fe2966 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-3b5aabf0-f493-45bf-93f6-88b073fe2966 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b5aabf0-f493-45bf-93f6-88b073fe2966 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b5aabf0-f493-45bf-93f6-88b073fe2966 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-3b5aabf0-f493-45bf-93f6-88b073fe2966 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-3b5aabf0-f493-45bf-93f6-88b073fe2966"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b5aabf0-f493-45bf-93f6-88b073fe2966"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3b5aabf0-f493-45bf-93f6-88b073fe2966"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b5aabf0-f493-45bf-93f6-88b073fe2966"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  margin: 0 !important;
  overflow: visible;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
  /* Add background color handling */
  
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image {
  box-sizing: border-box;
}



.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container {
      position: relative;
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  margin: 0 !important;
  overflow: visible;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
  /* Add background color handling */
  
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image {
  box-sizing: border-box;
}



.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container {
      position: relative;
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  margin: 0 !important;
  overflow: visible;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
  /* Add background color handling */
  
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image {
  box-sizing: border-box;
}



.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container {
      position: relative;
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  margin: 0 !important;
  overflow: visible;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
  /* Add background color handling */
  
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image {
  box-sizing: border-box;
}



.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container {
      position: relative;
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  margin: 0 !important;
  overflow: visible;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
  /* Add background color handling */
  
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image {
  box-sizing: border-box;
}



.s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container {
      position: relative;
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d7675e8-0328-46a4-a1ce-d208b2bc5a4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-ad781cc5-fecb-4e37-98fc-30d2fd23f5b9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d4f879b6-aaf9-4b0d-aa1c-9be3843117fe {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjQzY2E0OGMtMTgyZi00YjQwLWI4YzgtOTZlNmQ0ZjczZGU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2I0M2NhNDhjLTE4MmYtNGI0MC1iOGM4LTk2ZTZkNGY3M2RlNikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d4f879b6-aaf9-4b0d-aa1c-9be3843117fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4f879b6-aaf9-4b0d-aa1c-9be3843117fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4f879b6-aaf9-4b0d-aa1c-9be3843117fe-root {
    text-align: center;
  }


#s-d4f879b6-aaf9-4b0d-aa1c-9be3843117fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4f879b6-aaf9-4b0d-aa1c-9be3843117fe-root {
    text-align: center;
  }


#s-d4f879b6-aaf9-4b0d-aa1c-9be3843117fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4f879b6-aaf9-4b0d-aa1c-9be3843117fe-root {
    text-align: center;
  }


#s-d4f879b6-aaf9-4b0d-aa1c-9be3843117fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4f879b6-aaf9-4b0d-aa1c-9be3843117fe-root {
    text-align: center;
  }


#s-d4f879b6-aaf9-4b0d-aa1c-9be3843117fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4f879b6-aaf9-4b0d-aa1c-9be3843117fe-root {
    text-align: center;
  }


#s-d4f879b6-aaf9-4b0d-aa1c-9be3843117fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4e419633-358b-45b4-88ac-6833ed013d0a {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a {
  margin: 0 !important;
  overflow: visible;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e419633-358b-45b4-88ac-6833ed013d0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e419633-358b-45b4-88ac-6833ed013d0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
  /* Add background color handling */
  
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e419633-358b-45b4-88ac-6833ed013d0a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-4e419633-358b-45b4-88ac-6833ed013d0a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e419633-358b-45b4-88ac-6833ed013d0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-4e419633-358b-45b4-88ac-6833ed013d0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e419633-358b-45b4-88ac-6833ed013d0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image {
  box-sizing: border-box;
}



.s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e419633-358b-45b4-88ac-6833ed013d0a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container {
      position: relative;
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-4e419633-358b-45b4-88ac-6833ed013d0a {
  margin: 0 !important;
  overflow: visible;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e419633-358b-45b4-88ac-6833ed013d0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e419633-358b-45b4-88ac-6833ed013d0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
  /* Add background color handling */
  
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e419633-358b-45b4-88ac-6833ed013d0a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-4e419633-358b-45b4-88ac-6833ed013d0a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e419633-358b-45b4-88ac-6833ed013d0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-4e419633-358b-45b4-88ac-6833ed013d0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e419633-358b-45b4-88ac-6833ed013d0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image {
  box-sizing: border-box;
}



.s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e419633-358b-45b4-88ac-6833ed013d0a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container {
      position: relative;
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4e419633-358b-45b4-88ac-6833ed013d0a {
  margin: 0 !important;
  overflow: visible;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e419633-358b-45b4-88ac-6833ed013d0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e419633-358b-45b4-88ac-6833ed013d0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
  /* Add background color handling */
  
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e419633-358b-45b4-88ac-6833ed013d0a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-4e419633-358b-45b4-88ac-6833ed013d0a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e419633-358b-45b4-88ac-6833ed013d0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-4e419633-358b-45b4-88ac-6833ed013d0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e419633-358b-45b4-88ac-6833ed013d0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image {
  box-sizing: border-box;
}



.s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e419633-358b-45b4-88ac-6833ed013d0a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container {
      position: relative;
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4e419633-358b-45b4-88ac-6833ed013d0a {
  margin: 0 !important;
  overflow: visible;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e419633-358b-45b4-88ac-6833ed013d0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e419633-358b-45b4-88ac-6833ed013d0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
  /* Add background color handling */
  
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e419633-358b-45b4-88ac-6833ed013d0a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-4e419633-358b-45b4-88ac-6833ed013d0a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e419633-358b-45b4-88ac-6833ed013d0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-4e419633-358b-45b4-88ac-6833ed013d0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e419633-358b-45b4-88ac-6833ed013d0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image {
  box-sizing: border-box;
}



.s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e419633-358b-45b4-88ac-6833ed013d0a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container {
      position: relative;
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-4e419633-358b-45b4-88ac-6833ed013d0a {
  margin: 0 !important;
  overflow: visible;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e419633-358b-45b4-88ac-6833ed013d0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e419633-358b-45b4-88ac-6833ed013d0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
  /* Add background color handling */
  
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e419633-358b-45b4-88ac-6833ed013d0a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-4e419633-358b-45b4-88ac-6833ed013d0a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e419633-358b-45b4-88ac-6833ed013d0a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-4e419633-358b-45b4-88ac-6833ed013d0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4e419633-358b-45b4-88ac-6833ed013d0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image {
  box-sizing: border-box;
}



.s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4e419633-358b-45b4-88ac-6833ed013d0a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container {
      position: relative;
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e419633-358b-45b4-88ac-6833ed013d0a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-98eb7e1c-1a1a-43be-9bad-192169fae0b6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-863f47f3-c122-4eb3-9585-70e691c9cc6a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTg4MTkyYWEtOTg2MC00OTZlLWIyMGItMWNjNmZhOThiY2I1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE4ODE5MmFhLTk4NjAtNDk2ZS1iMjBiLTFjYzZmYTk4YmNiNSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-863f47f3-c122-4eb3-9585-70e691c9cc6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-863f47f3-c122-4eb3-9585-70e691c9cc6a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-863f47f3-c122-4eb3-9585-70e691c9cc6a-root {
    text-align: center;
  }


#s-863f47f3-c122-4eb3-9585-70e691c9cc6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-863f47f3-c122-4eb3-9585-70e691c9cc6a-root {
    text-align: center;
  }


#s-863f47f3-c122-4eb3-9585-70e691c9cc6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-863f47f3-c122-4eb3-9585-70e691c9cc6a-root {
    text-align: center;
  }


#s-863f47f3-c122-4eb3-9585-70e691c9cc6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-863f47f3-c122-4eb3-9585-70e691c9cc6a-root {
    text-align: center;
  }


#s-863f47f3-c122-4eb3-9585-70e691c9cc6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-863f47f3-c122-4eb3-9585-70e691c9cc6a-root {
    text-align: center;
  }


#s-863f47f3-c122-4eb3-9585-70e691c9cc6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e77af41d-f754-425a-b44e-adba8f15c582 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582 {
  margin: 0 !important;
  overflow: visible;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e77af41d-f754-425a-b44e-adba8f15c582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e77af41d-f754-425a-b44e-adba8f15c582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
  /* Add background color handling */
  
}

#s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e77af41d-f754-425a-b44e-adba8f15c582 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e77af41d-f754-425a-b44e-adba8f15c582 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e77af41d-f754-425a-b44e-adba8f15c582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e77af41d-f754-425a-b44e-adba8f15c582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e77af41d-f754-425a-b44e-adba8f15c582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image {
  box-sizing: border-box;
}



.s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e77af41d-f754-425a-b44e-adba8f15c582 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container {
      position: relative;
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-e77af41d-f754-425a-b44e-adba8f15c582 {
  margin: 0 !important;
  overflow: visible;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e77af41d-f754-425a-b44e-adba8f15c582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e77af41d-f754-425a-b44e-adba8f15c582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
  /* Add background color handling */
  
}

#s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e77af41d-f754-425a-b44e-adba8f15c582 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e77af41d-f754-425a-b44e-adba8f15c582 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e77af41d-f754-425a-b44e-adba8f15c582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e77af41d-f754-425a-b44e-adba8f15c582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e77af41d-f754-425a-b44e-adba8f15c582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image {
  box-sizing: border-box;
}



.s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e77af41d-f754-425a-b44e-adba8f15c582 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container {
      position: relative;
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e77af41d-f754-425a-b44e-adba8f15c582 {
  margin: 0 !important;
  overflow: visible;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e77af41d-f754-425a-b44e-adba8f15c582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e77af41d-f754-425a-b44e-adba8f15c582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
  /* Add background color handling */
  
}

#s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e77af41d-f754-425a-b44e-adba8f15c582 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e77af41d-f754-425a-b44e-adba8f15c582 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e77af41d-f754-425a-b44e-adba8f15c582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e77af41d-f754-425a-b44e-adba8f15c582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e77af41d-f754-425a-b44e-adba8f15c582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image {
  box-sizing: border-box;
}



.s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e77af41d-f754-425a-b44e-adba8f15c582 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container {
      position: relative;
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e77af41d-f754-425a-b44e-adba8f15c582 {
  margin: 0 !important;
  overflow: visible;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e77af41d-f754-425a-b44e-adba8f15c582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e77af41d-f754-425a-b44e-adba8f15c582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
  /* Add background color handling */
  
}

#s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e77af41d-f754-425a-b44e-adba8f15c582 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e77af41d-f754-425a-b44e-adba8f15c582 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e77af41d-f754-425a-b44e-adba8f15c582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e77af41d-f754-425a-b44e-adba8f15c582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e77af41d-f754-425a-b44e-adba8f15c582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image {
  box-sizing: border-box;
}



.s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e77af41d-f754-425a-b44e-adba8f15c582 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container {
      position: relative;
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-e77af41d-f754-425a-b44e-adba8f15c582 {
  margin: 0 !important;
  overflow: visible;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e77af41d-f754-425a-b44e-adba8f15c582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e77af41d-f754-425a-b44e-adba8f15c582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
  /* Add background color handling */
  
}

#s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e77af41d-f754-425a-b44e-adba8f15c582 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e77af41d-f754-425a-b44e-adba8f15c582 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e77af41d-f754-425a-b44e-adba8f15c582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e77af41d-f754-425a-b44e-adba8f15c582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e77af41d-f754-425a-b44e-adba8f15c582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image {
  box-sizing: border-box;
}



.s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e77af41d-f754-425a-b44e-adba8f15c582 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container {
      position: relative;
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e77af41d-f754-425a-b44e-adba8f15c582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-930a02be-78cc-479a-b6ea-bfaaf69fd46e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-89ce5ede-5031-4a12-8dae-50e03a02a57d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGJhZjNlMDgtYjMwOS00M2YzLWIyZWYtMjY5Nzk2NDEwODk0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2RiYWYzZTA4LWIzMDktNDNmMy1iMmVmLTI2OTc5NjQxMDg5NCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-89ce5ede-5031-4a12-8dae-50e03a02a57d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89ce5ede-5031-4a12-8dae-50e03a02a57d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-89ce5ede-5031-4a12-8dae-50e03a02a57d-root {
    text-align: center;
  }


#s-89ce5ede-5031-4a12-8dae-50e03a02a57d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-89ce5ede-5031-4a12-8dae-50e03a02a57d-root {
    text-align: center;
  }


#s-89ce5ede-5031-4a12-8dae-50e03a02a57d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89ce5ede-5031-4a12-8dae-50e03a02a57d-root {
    text-align: center;
  }


#s-89ce5ede-5031-4a12-8dae-50e03a02a57d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89ce5ede-5031-4a12-8dae-50e03a02a57d-root {
    text-align: center;
  }


#s-89ce5ede-5031-4a12-8dae-50e03a02a57d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-89ce5ede-5031-4a12-8dae-50e03a02a57d-root {
    text-align: center;
  }


#s-89ce5ede-5031-4a12-8dae-50e03a02a57d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-00c4ee58-0c80-4929-ab54-35c977d20649 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-00c4ee58-0c80-4929-ab54-35c977d20649 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00c4ee58-0c80-4929-ab54-35c977d20649 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-00c4ee58-0c80-4929-ab54-35c977d20649 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-00c4ee58-0c80-4929-ab54-35c977d20649 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-00c4ee58-0c80-4929-ab54-35c977d20649"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00c4ee58-0c80-4929-ab54-35c977d20649"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-00c4ee58-0c80-4929-ab54-35c977d20649"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-00c4ee58-0c80-4929-ab54-35c977d20649"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  margin: 0 !important;
  overflow: visible;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
  /* Add background color handling */
  
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image {
  box-sizing: border-box;
}



.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container {
      position: relative;
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  margin: 0 !important;
  overflow: visible;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
  /* Add background color handling */
  
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image {
  box-sizing: border-box;
}



.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container {
      position: relative;
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  margin: 0 !important;
  overflow: visible;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
  /* Add background color handling */
  
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image {
  box-sizing: border-box;
}



.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container {
      position: relative;
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  margin: 0 !important;
  overflow: visible;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
  /* Add background color handling */
  
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image {
  box-sizing: border-box;
}



.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container {
      position: relative;
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  margin: 0 !important;
  overflow: visible;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
  /* Add background color handling */
  
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image {
  box-sizing: border-box;
}



.s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container {
      position: relative;
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bce2c8a-632b-4abc-bb76-be7f71aa986e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-b7dd7ca0-9594-4fd3-9093-72109106e9b5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c3d78131-52bd-43e2-958b-b1ae45401db5 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c3d78131-52bd-43e2-958b-b1ae45401db5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3d78131-52bd-43e2-958b-b1ae45401db5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3d78131-52bd-43e2-958b-b1ae45401db5-root {
    text-align: center;
  }


#s-c3d78131-52bd-43e2-958b-b1ae45401db5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c3d78131-52bd-43e2-958b-b1ae45401db5-root {
    text-align: center;
  }


#s-c3d78131-52bd-43e2-958b-b1ae45401db5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3d78131-52bd-43e2-958b-b1ae45401db5-root {
    text-align: center;
  }


#s-c3d78131-52bd-43e2-958b-b1ae45401db5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3d78131-52bd-43e2-958b-b1ae45401db5-root {
    text-align: center;
  }


#s-c3d78131-52bd-43e2-958b-b1ae45401db5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c3d78131-52bd-43e2-958b-b1ae45401db5-root {
    text-align: center;
  }


#s-c3d78131-52bd-43e2-958b-b1ae45401db5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  margin: 0 !important;
  overflow: visible;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
  /* Add background color handling */
  
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image {
  box-sizing: border-box;
}



.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container {
      position: relative;
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  margin: 0 !important;
  overflow: visible;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
  /* Add background color handling */
  
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image {
  box-sizing: border-box;
}



.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container {
      position: relative;
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  margin: 0 !important;
  overflow: visible;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
  /* Add background color handling */
  
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image {
  box-sizing: border-box;
}



.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container {
      position: relative;
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  margin: 0 !important;
  overflow: visible;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
  /* Add background color handling */
  
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image {
  box-sizing: border-box;
}



.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container {
      position: relative;
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  margin: 0 !important;
  overflow: visible;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
  /* Add background color handling */
  
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image {
  box-sizing: border-box;
}



.s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container {
      position: relative;
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c87d0f7f-4e9c-4531-b692-8164c0b108fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-25268ee5-72f0-4aed-9b82-d0b5fb6048ab {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-27245bcd-b576-4703-afd9-90c0a6976cb9 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-27245bcd-b576-4703-afd9-90c0a6976cb9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27245bcd-b576-4703-afd9-90c0a6976cb9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-27245bcd-b576-4703-afd9-90c0a6976cb9-root {
    text-align: center;
  }


#s-27245bcd-b576-4703-afd9-90c0a6976cb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27245bcd-b576-4703-afd9-90c0a6976cb9-root {
    text-align: center;
  }


#s-27245bcd-b576-4703-afd9-90c0a6976cb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27245bcd-b576-4703-afd9-90c0a6976cb9-root {
    text-align: center;
  }


#s-27245bcd-b576-4703-afd9-90c0a6976cb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27245bcd-b576-4703-afd9-90c0a6976cb9-root {
    text-align: center;
  }


#s-27245bcd-b576-4703-afd9-90c0a6976cb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27245bcd-b576-4703-afd9-90c0a6976cb9-root {
    text-align: center;
  }


#s-27245bcd-b576-4703-afd9-90c0a6976cb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-946835e4-db64-4b55-bc97-d0f53908c47d {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d {
  margin: 0 !important;
  overflow: visible;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-946835e4-db64-4b55-bc97-d0f53908c47d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-946835e4-db64-4b55-bc97-d0f53908c47d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
  /* Add background color handling */
  
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-946835e4-db64-4b55-bc97-d0f53908c47d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-946835e4-db64-4b55-bc97-d0f53908c47d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-946835e4-db64-4b55-bc97-d0f53908c47d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-946835e4-db64-4b55-bc97-d0f53908c47d .shogun-image-content {
  
    justify-content: center;
  
}

.s-946835e4-db64-4b55-bc97-d0f53908c47d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image {
  box-sizing: border-box;
}



.s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-946835e4-db64-4b55-bc97-d0f53908c47d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container {
      position: relative;
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-946835e4-db64-4b55-bc97-d0f53908c47d {
  margin: 0 !important;
  overflow: visible;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-946835e4-db64-4b55-bc97-d0f53908c47d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-946835e4-db64-4b55-bc97-d0f53908c47d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
  /* Add background color handling */
  
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-946835e4-db64-4b55-bc97-d0f53908c47d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-946835e4-db64-4b55-bc97-d0f53908c47d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-946835e4-db64-4b55-bc97-d0f53908c47d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-946835e4-db64-4b55-bc97-d0f53908c47d .shogun-image-content {
  
    justify-content: center;
  
}

.s-946835e4-db64-4b55-bc97-d0f53908c47d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image {
  box-sizing: border-box;
}



.s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-946835e4-db64-4b55-bc97-d0f53908c47d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container {
      position: relative;
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-946835e4-db64-4b55-bc97-d0f53908c47d {
  margin: 0 !important;
  overflow: visible;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-946835e4-db64-4b55-bc97-d0f53908c47d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-946835e4-db64-4b55-bc97-d0f53908c47d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
  /* Add background color handling */
  
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-946835e4-db64-4b55-bc97-d0f53908c47d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-946835e4-db64-4b55-bc97-d0f53908c47d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-946835e4-db64-4b55-bc97-d0f53908c47d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-946835e4-db64-4b55-bc97-d0f53908c47d .shogun-image-content {
  
    justify-content: center;
  
}

.s-946835e4-db64-4b55-bc97-d0f53908c47d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image {
  box-sizing: border-box;
}



.s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-946835e4-db64-4b55-bc97-d0f53908c47d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container {
      position: relative;
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-946835e4-db64-4b55-bc97-d0f53908c47d {
  margin: 0 !important;
  overflow: visible;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-946835e4-db64-4b55-bc97-d0f53908c47d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-946835e4-db64-4b55-bc97-d0f53908c47d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
  /* Add background color handling */
  
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-946835e4-db64-4b55-bc97-d0f53908c47d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-946835e4-db64-4b55-bc97-d0f53908c47d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-946835e4-db64-4b55-bc97-d0f53908c47d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-946835e4-db64-4b55-bc97-d0f53908c47d .shogun-image-content {
  
    justify-content: center;
  
}

.s-946835e4-db64-4b55-bc97-d0f53908c47d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image {
  box-sizing: border-box;
}



.s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-946835e4-db64-4b55-bc97-d0f53908c47d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container {
      position: relative;
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-946835e4-db64-4b55-bc97-d0f53908c47d {
  margin: 0 !important;
  overflow: visible;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-946835e4-db64-4b55-bc97-d0f53908c47d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-946835e4-db64-4b55-bc97-d0f53908c47d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
  /* Add background color handling */
  
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-946835e4-db64-4b55-bc97-d0f53908c47d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-946835e4-db64-4b55-bc97-d0f53908c47d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-946835e4-db64-4b55-bc97-d0f53908c47d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-946835e4-db64-4b55-bc97-d0f53908c47d .shogun-image-content {
  
    justify-content: center;
  
}

.s-946835e4-db64-4b55-bc97-d0f53908c47d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image {
  box-sizing: border-box;
}



.s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-946835e4-db64-4b55-bc97-d0f53908c47d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container {
      position: relative;
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-946835e4-db64-4b55-bc97-d0f53908c47d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-edf53546-92f4-4c99-90e0-ec7064f99855 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-797e6bf6-8c1a-4da6-aef2-1a91fb72b8bb {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-797e6bf6-8c1a-4da6-aef2-1a91fb72b8bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-797e6bf6-8c1a-4da6-aef2-1a91fb72b8bb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-797e6bf6-8c1a-4da6-aef2-1a91fb72b8bb-root {
    text-align: center;
  }


#s-797e6bf6-8c1a-4da6-aef2-1a91fb72b8bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-797e6bf6-8c1a-4da6-aef2-1a91fb72b8bb-root {
    text-align: center;
  }


#s-797e6bf6-8c1a-4da6-aef2-1a91fb72b8bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-797e6bf6-8c1a-4da6-aef2-1a91fb72b8bb-root {
    text-align: center;
  }


#s-797e6bf6-8c1a-4da6-aef2-1a91fb72b8bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-797e6bf6-8c1a-4da6-aef2-1a91fb72b8bb-root {
    text-align: center;
  }


#s-797e6bf6-8c1a-4da6-aef2-1a91fb72b8bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-797e6bf6-8c1a-4da6-aef2-1a91fb72b8bb-root {
    text-align: center;
  }


#s-797e6bf6-8c1a-4da6-aef2-1a91fb72b8bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-03f561b6-37f4-4c9b-b362-959e6460c290 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-03f561b6-37f4-4c9b-b362-959e6460c290 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03f561b6-37f4-4c9b-b362-959e6460c290 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-03f561b6-37f4-4c9b-b362-959e6460c290 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-03f561b6-37f4-4c9b-b362-959e6460c290 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-03f561b6-37f4-4c9b-b362-959e6460c290"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03f561b6-37f4-4c9b-b362-959e6460c290"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-03f561b6-37f4-4c9b-b362-959e6460c290"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-03f561b6-37f4-4c9b-b362-959e6460c290"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3c74143f-7006-4e50-8acc-564a0333cbea {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-3c74143f-7006-4e50-8acc-564a0333cbea {
  overflow: hidden;
  
  
      max-width: 522px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-3c74143f-7006-4e50-8acc-564a0333cbea img.shogun-image,
  #s-3c74143f-7006-4e50-8acc-564a0333cbea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c74143f-7006-4e50-8acc-564a0333cbea {
    width: 100%;
    height: auto;
  }



  #s-3c74143f-7006-4e50-8acc-564a0333cbea img.shogun-image {
    

    
    
    
  }


#s-3c74143f-7006-4e50-8acc-564a0333cbea .shogun-image-content {
  
    justify-content: center;
  
}

#s-f11dbe0e-86ea-4e51-bec1-e914e54dfe50 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-f11dbe0e-86ea-4e51-bec1-e914e54dfe50 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f11dbe0e-86ea-4e51-bec1-e914e54dfe50 img.shogun-image,
  #s-f11dbe0e-86ea-4e51-bec1-e914e54dfe50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f11dbe0e-86ea-4e51-bec1-e914e54dfe50 {
    width: 100%;
    height: auto;
  }



  #s-f11dbe0e-86ea-4e51-bec1-e914e54dfe50 img.shogun-image {
    

    
    
    
  }


#s-f11dbe0e-86ea-4e51-bec1-e914e54dfe50 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a9f3574c-cfe4-4b01-b863-d0118f62e85a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6de67e4d-f4ba-42ea-8a81-e0ee89732f85 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6de67e4d-f4ba-42ea-8a81-e0ee89732f85:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6de67e4d-f4ba-42ea-8a81-e0ee89732f85:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6de67e4d-f4ba-42ea-8a81-e0ee89732f85-root {
    text-align: center;
  }


#s-6de67e4d-f4ba-42ea-8a81-e0ee89732f85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6de67e4d-f4ba-42ea-8a81-e0ee89732f85-root {
    text-align: center;
  }


#s-6de67e4d-f4ba-42ea-8a81-e0ee89732f85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6de67e4d-f4ba-42ea-8a81-e0ee89732f85-root {
    text-align: center;
  }


#s-6de67e4d-f4ba-42ea-8a81-e0ee89732f85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6de67e4d-f4ba-42ea-8a81-e0ee89732f85-root {
    text-align: center;
  }


#s-6de67e4d-f4ba-42ea-8a81-e0ee89732f85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6de67e4d-f4ba-42ea-8a81-e0ee89732f85-root {
    text-align: center;
  }


#s-6de67e4d-f4ba-42ea-8a81-e0ee89732f85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  margin: 0 !important;
  overflow: visible;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
  /* Add background color handling */
  
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image {
  box-sizing: border-box;
}



.s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container {
      position: relative;
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  margin: 0 !important;
  overflow: visible;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
  /* Add background color handling */
  
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image {
  box-sizing: border-box;
}



.s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container {
      position: relative;
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  margin: 0 !important;
  overflow: visible;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
  /* Add background color handling */
  
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image {
  box-sizing: border-box;
}



.s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container {
      position: relative;
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  margin: 0 !important;
  overflow: visible;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
  /* Add background color handling */
  
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image {
  box-sizing: border-box;
}



.s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container {
      position: relative;
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  margin: 0 !important;
  overflow: visible;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
  /* Add background color handling */
  
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-f7a729d0-1843-4b23-8f28-459cf1afb2da .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image {
  box-sizing: border-box;
}



.s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container {
      position: relative;
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7a729d0-1843-4b23-8f28-459cf1afb2da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-b20ce6c6-e41e-4594-8253-252c35cdad03 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-b20ce6c6-e41e-4594-8253-252c35cdad03 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b20ce6c6-e41e-4594-8253-252c35cdad03 img.shogun-image,
  #s-b20ce6c6-e41e-4594-8253-252c35cdad03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b20ce6c6-e41e-4594-8253-252c35cdad03 {
    width: 100%;
    height: auto;
  }



  #s-b20ce6c6-e41e-4594-8253-252c35cdad03 img.shogun-image {
    

    
    
    
  }


#s-b20ce6c6-e41e-4594-8253-252c35cdad03 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d63efc0f-d3bd-4bfd-956c-f788adc0d1e8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c9816a49-b7b8-4b09-9438-e9987fb26d0f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c9816a49-b7b8-4b09-9438-e9987fb26d0f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9816a49-b7b8-4b09-9438-e9987fb26d0f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9816a49-b7b8-4b09-9438-e9987fb26d0f-root {
    text-align: center;
  }


#s-c9816a49-b7b8-4b09-9438-e9987fb26d0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9816a49-b7b8-4b09-9438-e9987fb26d0f-root {
    text-align: center;
  }


#s-c9816a49-b7b8-4b09-9438-e9987fb26d0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9816a49-b7b8-4b09-9438-e9987fb26d0f-root {
    text-align: center;
  }


#s-c9816a49-b7b8-4b09-9438-e9987fb26d0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9816a49-b7b8-4b09-9438-e9987fb26d0f-root {
    text-align: center;
  }


#s-c9816a49-b7b8-4b09-9438-e9987fb26d0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9816a49-b7b8-4b09-9438-e9987fb26d0f-root {
    text-align: center;
  }


#s-c9816a49-b7b8-4b09-9438-e9987fb26d0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3914720c-41de-41e8-bdd5-955aeb31ac9c {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-3914720c-41de-41e8-bdd5-955aeb31ac9c {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-3914720c-41de-41e8-bdd5-955aeb31ac9c img.shogun-image,
  #s-3914720c-41de-41e8-bdd5-955aeb31ac9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3914720c-41de-41e8-bdd5-955aeb31ac9c {
    width: 100%;
    height: auto;
  }



  #s-3914720c-41de-41e8-bdd5-955aeb31ac9c img.shogun-image {
    

    
    
    
  }


#s-3914720c-41de-41e8-bdd5-955aeb31ac9c .shogun-image-content {
  
    justify-content: center;
  
}

#s-0f80fe65-9887-4d4b-bab3-005f20e11cb0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-de39e17e-feb2-45b9-80d4-631c595bb1bd {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-de39e17e-feb2-45b9-80d4-631c595bb1bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de39e17e-feb2-45b9-80d4-631c595bb1bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de39e17e-feb2-45b9-80d4-631c595bb1bd-root {
    text-align: center;
  }


#s-de39e17e-feb2-45b9-80d4-631c595bb1bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-de39e17e-feb2-45b9-80d4-631c595bb1bd-root {
    text-align: center;
  }


#s-de39e17e-feb2-45b9-80d4-631c595bb1bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de39e17e-feb2-45b9-80d4-631c595bb1bd-root {
    text-align: center;
  }


#s-de39e17e-feb2-45b9-80d4-631c595bb1bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de39e17e-feb2-45b9-80d4-631c595bb1bd-root {
    text-align: center;
  }


#s-de39e17e-feb2-45b9-80d4-631c595bb1bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-de39e17e-feb2-45b9-80d4-631c595bb1bd-root {
    text-align: center;
  }


#s-de39e17e-feb2-45b9-80d4-631c595bb1bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a066edec-e9ad-4b25-bec0-b83e16b6f6fc {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-a066edec-e9ad-4b25-bec0-b83e16b6f6fc {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a066edec-e9ad-4b25-bec0-b83e16b6f6fc {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a066edec-e9ad-4b25-bec0-b83e16b6f6fc {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-a066edec-e9ad-4b25-bec0-b83e16b6f6fc {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-a066edec-e9ad-4b25-bec0-b83e16b6f6fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a066edec-e9ad-4b25-bec0-b83e16b6f6fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a066edec-e9ad-4b25-bec0-b83e16b6f6fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a066edec-e9ad-4b25-bec0-b83e16b6f6fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-61bd905e-1e35-49eb-b6f1-052ff76fa95f {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-61bd905e-1e35-49eb-b6f1-052ff76fa95f {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-61bd905e-1e35-49eb-b6f1-052ff76fa95f img.shogun-image,
  #s-61bd905e-1e35-49eb-b6f1-052ff76fa95f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61bd905e-1e35-49eb-b6f1-052ff76fa95f {
    width: 100%;
    height: auto;
  }



  #s-61bd905e-1e35-49eb-b6f1-052ff76fa95f img.shogun-image {
    

    
    
    
  }


#s-61bd905e-1e35-49eb-b6f1-052ff76fa95f .shogun-image-content {
  
    justify-content: center;
  
}

#s-0ed1dbf4-3ae1-4990-8380-3d788b6fb0e7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3eddf46c-6a38-4584-8ecd-bbc83edb92ba {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3eddf46c-6a38-4584-8ecd-bbc83edb92ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3eddf46c-6a38-4584-8ecd-bbc83edb92ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3eddf46c-6a38-4584-8ecd-bbc83edb92ba-root {
    text-align: center;
  }


#s-3eddf46c-6a38-4584-8ecd-bbc83edb92ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3eddf46c-6a38-4584-8ecd-bbc83edb92ba-root {
    text-align: center;
  }


#s-3eddf46c-6a38-4584-8ecd-bbc83edb92ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3eddf46c-6a38-4584-8ecd-bbc83edb92ba-root {
    text-align: center;
  }


#s-3eddf46c-6a38-4584-8ecd-bbc83edb92ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3eddf46c-6a38-4584-8ecd-bbc83edb92ba-root {
    text-align: center;
  }


#s-3eddf46c-6a38-4584-8ecd-bbc83edb92ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3eddf46c-6a38-4584-8ecd-bbc83edb92ba-root {
    text-align: center;
  }


#s-3eddf46c-6a38-4584-8ecd-bbc83edb92ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image {
  box-sizing: border-box;
}



.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container {
      position: relative;
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image {
  box-sizing: border-box;
}



.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container {
      position: relative;
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image {
  box-sizing: border-box;
}



.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container {
      position: relative;
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image {
  box-sizing: border-box;
}



.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container {
      position: relative;
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image {
  box-sizing: border-box;
}



.s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container {
      position: relative;
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5918a45-10e0-434e-ba0b-0baf1c2f6b92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-1917c073-d2ee-4d87-ad88-834761973b1e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2c6dbaa2-2e24-45c2-bf92-44f1b3308e33 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-2c6dbaa2-2e24-45c2-bf92-44f1b3308e33:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2c6dbaa2-2e24-45c2-bf92-44f1b3308e33:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2c6dbaa2-2e24-45c2-bf92-44f1b3308e33-root {
    text-align: center;
  }


#s-2c6dbaa2-2e24-45c2-bf92-44f1b3308e33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2c6dbaa2-2e24-45c2-bf92-44f1b3308e33-root {
    text-align: center;
  }


#s-2c6dbaa2-2e24-45c2-bf92-44f1b3308e33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c6dbaa2-2e24-45c2-bf92-44f1b3308e33-root {
    text-align: center;
  }


#s-2c6dbaa2-2e24-45c2-bf92-44f1b3308e33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c6dbaa2-2e24-45c2-bf92-44f1b3308e33-root {
    text-align: center;
  }


#s-2c6dbaa2-2e24-45c2-bf92-44f1b3308e33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2c6dbaa2-2e24-45c2-bf92-44f1b3308e33-root {
    text-align: center;
  }


#s-2c6dbaa2-2e24-45c2-bf92-44f1b3308e33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d7bc52ff-d05a-4eb1-b679-51016e4c7126 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-d7bc52ff-d05a-4eb1-b679-51016e4c7126 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d7bc52ff-d05a-4eb1-b679-51016e4c7126 img.shogun-image,
  #s-d7bc52ff-d05a-4eb1-b679-51016e4c7126 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7bc52ff-d05a-4eb1-b679-51016e4c7126 {
    width: 100%;
    height: auto;
  }



  #s-d7bc52ff-d05a-4eb1-b679-51016e4c7126 img.shogun-image {
    

    
    
    
  }


#s-d7bc52ff-d05a-4eb1-b679-51016e4c7126 .shogun-image-content {
  
    justify-content: center;
  
}

#s-721a8170-0236-454b-8f96-13c9ace0fa20 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-21a2096b-990c-43d6-a731-e0fc86a9ed3f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-21a2096b-990c-43d6-a731-e0fc86a9ed3f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21a2096b-990c-43d6-a731-e0fc86a9ed3f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-21a2096b-990c-43d6-a731-e0fc86a9ed3f-root {
    text-align: center;
  }


#s-21a2096b-990c-43d6-a731-e0fc86a9ed3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21a2096b-990c-43d6-a731-e0fc86a9ed3f-root {
    text-align: center;
  }


#s-21a2096b-990c-43d6-a731-e0fc86a9ed3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21a2096b-990c-43d6-a731-e0fc86a9ed3f-root {
    text-align: center;
  }


#s-21a2096b-990c-43d6-a731-e0fc86a9ed3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21a2096b-990c-43d6-a731-e0fc86a9ed3f-root {
    text-align: center;
  }


#s-21a2096b-990c-43d6-a731-e0fc86a9ed3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21a2096b-990c-43d6-a731-e0fc86a9ed3f-root {
    text-align: center;
  }


#s-21a2096b-990c-43d6-a731-e0fc86a9ed3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4fa6b3a3-431e-4bf7-9464-901be3da67de {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-4fa6b3a3-431e-4bf7-9464-901be3da67de {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fa6b3a3-431e-4bf7-9464-901be3da67de {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fa6b3a3-431e-4bf7-9464-901be3da67de {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-4fa6b3a3-431e-4bf7-9464-901be3da67de {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-4fa6b3a3-431e-4bf7-9464-901be3da67de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fa6b3a3-431e-4bf7-9464-901be3da67de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4fa6b3a3-431e-4bf7-9464-901be3da67de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fa6b3a3-431e-4bf7-9464-901be3da67de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-48c10630-cb59-46a9-bf0a-d3b30e4e3342 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-48c10630-cb59-46a9-bf0a-d3b30e4e3342 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-48c10630-cb59-46a9-bf0a-d3b30e4e3342 img.shogun-image,
  #s-48c10630-cb59-46a9-bf0a-d3b30e4e3342 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48c10630-cb59-46a9-bf0a-d3b30e4e3342 {
    width: 100%;
    height: auto;
  }



  #s-48c10630-cb59-46a9-bf0a-d3b30e4e3342 img.shogun-image {
    

    
    
    
  }


#s-48c10630-cb59-46a9-bf0a-d3b30e4e3342 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f054ee1b-485f-448f-8c43-706ed02225c1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-22039fc5-0fb8-44e9-89e5-b7cbd08ff96f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-22039fc5-0fb8-44e9-89e5-b7cbd08ff96f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22039fc5-0fb8-44e9-89e5-b7cbd08ff96f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22039fc5-0fb8-44e9-89e5-b7cbd08ff96f-root {
    text-align: center;
  }


#s-22039fc5-0fb8-44e9-89e5-b7cbd08ff96f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22039fc5-0fb8-44e9-89e5-b7cbd08ff96f-root {
    text-align: center;
  }


#s-22039fc5-0fb8-44e9-89e5-b7cbd08ff96f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22039fc5-0fb8-44e9-89e5-b7cbd08ff96f-root {
    text-align: center;
  }


#s-22039fc5-0fb8-44e9-89e5-b7cbd08ff96f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22039fc5-0fb8-44e9-89e5-b7cbd08ff96f-root {
    text-align: center;
  }


#s-22039fc5-0fb8-44e9-89e5-b7cbd08ff96f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22039fc5-0fb8-44e9-89e5-b7cbd08ff96f-root {
    text-align: center;
  }


#s-22039fc5-0fb8-44e9-89e5-b7cbd08ff96f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ca3af905-2099-4b1a-a28d-c54233587472 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca3af905-2099-4b1a-a28d-c54233587472 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca3af905-2099-4b1a-a28d-c54233587472 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca3af905-2099-4b1a-a28d-c54233587472 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ca3af905-2099-4b1a-a28d-c54233587472 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca3af905-2099-4b1a-a28d-c54233587472 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ca3af905-2099-4b1a-a28d-c54233587472 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca3af905-2099-4b1a-a28d-c54233587472.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image {
  box-sizing: border-box;
}



.s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca3af905-2099-4b1a-a28d-c54233587472 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container {
      position: relative;
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-ca3af905-2099-4b1a-a28d-c54233587472 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca3af905-2099-4b1a-a28d-c54233587472 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca3af905-2099-4b1a-a28d-c54233587472 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca3af905-2099-4b1a-a28d-c54233587472 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ca3af905-2099-4b1a-a28d-c54233587472 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca3af905-2099-4b1a-a28d-c54233587472 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ca3af905-2099-4b1a-a28d-c54233587472 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca3af905-2099-4b1a-a28d-c54233587472.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image {
  box-sizing: border-box;
}



.s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca3af905-2099-4b1a-a28d-c54233587472 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container {
      position: relative;
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ca3af905-2099-4b1a-a28d-c54233587472 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca3af905-2099-4b1a-a28d-c54233587472 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca3af905-2099-4b1a-a28d-c54233587472 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca3af905-2099-4b1a-a28d-c54233587472 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ca3af905-2099-4b1a-a28d-c54233587472 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca3af905-2099-4b1a-a28d-c54233587472 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ca3af905-2099-4b1a-a28d-c54233587472 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca3af905-2099-4b1a-a28d-c54233587472.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image {
  box-sizing: border-box;
}



.s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca3af905-2099-4b1a-a28d-c54233587472 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container {
      position: relative;
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ca3af905-2099-4b1a-a28d-c54233587472 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca3af905-2099-4b1a-a28d-c54233587472 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca3af905-2099-4b1a-a28d-c54233587472 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca3af905-2099-4b1a-a28d-c54233587472 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ca3af905-2099-4b1a-a28d-c54233587472 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca3af905-2099-4b1a-a28d-c54233587472 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ca3af905-2099-4b1a-a28d-c54233587472 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca3af905-2099-4b1a-a28d-c54233587472.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image {
  box-sizing: border-box;
}



.s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca3af905-2099-4b1a-a28d-c54233587472 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container {
      position: relative;
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-ca3af905-2099-4b1a-a28d-c54233587472 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca3af905-2099-4b1a-a28d-c54233587472 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca3af905-2099-4b1a-a28d-c54233587472 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca3af905-2099-4b1a-a28d-c54233587472 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ca3af905-2099-4b1a-a28d-c54233587472 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca3af905-2099-4b1a-a28d-c54233587472 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ca3af905-2099-4b1a-a28d-c54233587472 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca3af905-2099-4b1a-a28d-c54233587472.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image {
  box-sizing: border-box;
}



.s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca3af905-2099-4b1a-a28d-c54233587472 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container {
      position: relative;
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3af905-2099-4b1a-a28d-c54233587472 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-40cece64-c3ef-49a3-ad19-116e4d2a2be1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1d1ec523-e86c-4975-a3d1-e1ab828fa254 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1d1ec523-e86c-4975-a3d1-e1ab828fa254:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d1ec523-e86c-4975-a3d1-e1ab828fa254:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d1ec523-e86c-4975-a3d1-e1ab828fa254-root {
    text-align: center;
  }


#s-1d1ec523-e86c-4975-a3d1-e1ab828fa254.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d1ec523-e86c-4975-a3d1-e1ab828fa254-root {
    text-align: center;
  }


#s-1d1ec523-e86c-4975-a3d1-e1ab828fa254.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d1ec523-e86c-4975-a3d1-e1ab828fa254-root {
    text-align: center;
  }


#s-1d1ec523-e86c-4975-a3d1-e1ab828fa254.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d1ec523-e86c-4975-a3d1-e1ab828fa254-root {
    text-align: center;
  }


#s-1d1ec523-e86c-4975-a3d1-e1ab828fa254.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d1ec523-e86c-4975-a3d1-e1ab828fa254-root {
    text-align: center;
  }


#s-1d1ec523-e86c-4975-a3d1-e1ab828fa254.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9c9e8291-f7d0-45ec-8920-b16089280a32 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-9c9e8291-f7d0-45ec-8920-b16089280a32 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9c9e8291-f7d0-45ec-8920-b16089280a32 img.shogun-image,
  #s-9c9e8291-f7d0-45ec-8920-b16089280a32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c9e8291-f7d0-45ec-8920-b16089280a32 {
    width: 100%;
    height: auto;
  }



  #s-9c9e8291-f7d0-45ec-8920-b16089280a32 img.shogun-image {
    

    
    
    
  }


#s-9c9e8291-f7d0-45ec-8920-b16089280a32 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e6a69633-92a3-41ba-b737-9615fc22f42d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bf898421-c78e-42b4-8419-a3a95157ad91 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-bf898421-c78e-42b4-8419-a3a95157ad91:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf898421-c78e-42b4-8419-a3a95157ad91:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bf898421-c78e-42b4-8419-a3a95157ad91-root {
    text-align: center;
  }


#s-bf898421-c78e-42b4-8419-a3a95157ad91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf898421-c78e-42b4-8419-a3a95157ad91-root {
    text-align: center;
  }


#s-bf898421-c78e-42b4-8419-a3a95157ad91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf898421-c78e-42b4-8419-a3a95157ad91-root {
    text-align: center;
  }


#s-bf898421-c78e-42b4-8419-a3a95157ad91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf898421-c78e-42b4-8419-a3a95157ad91-root {
    text-align: center;
  }


#s-bf898421-c78e-42b4-8419-a3a95157ad91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf898421-c78e-42b4-8419-a3a95157ad91-root {
    text-align: center;
  }


#s-bf898421-c78e-42b4-8419-a3a95157ad91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9e1bca87-5535-4d49-b579-d29ba63c276e {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-9e1bca87-5535-4d49-b579-d29ba63c276e {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e1bca87-5535-4d49-b579-d29ba63c276e {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e1bca87-5535-4d49-b579-d29ba63c276e {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-9e1bca87-5535-4d49-b579-d29ba63c276e {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-9e1bca87-5535-4d49-b579-d29ba63c276e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e1bca87-5535-4d49-b579-d29ba63c276e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e1bca87-5535-4d49-b579-d29ba63c276e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e1bca87-5535-4d49-b579-d29ba63c276e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b257c8e2-9229-4420-bf05-c68f8ebfb188 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-b257c8e2-9229-4420-bf05-c68f8ebfb188 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b257c8e2-9229-4420-bf05-c68f8ebfb188 img.shogun-image,
  #s-b257c8e2-9229-4420-bf05-c68f8ebfb188 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b257c8e2-9229-4420-bf05-c68f8ebfb188 {
    width: 100%;
    height: auto;
  }



  #s-b257c8e2-9229-4420-bf05-c68f8ebfb188 img.shogun-image {
    

    
    
    
  }


#s-b257c8e2-9229-4420-bf05-c68f8ebfb188 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ec6bea4d-5150-42f8-b75c-ba8b61ba795d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d233ad1a-11bd-4658-a3e0-27ab872b55cc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d233ad1a-11bd-4658-a3e0-27ab872b55cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d233ad1a-11bd-4658-a3e0-27ab872b55cc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d233ad1a-11bd-4658-a3e0-27ab872b55cc-root {
    text-align: center;
  }


#s-d233ad1a-11bd-4658-a3e0-27ab872b55cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d233ad1a-11bd-4658-a3e0-27ab872b55cc-root {
    text-align: center;
  }


#s-d233ad1a-11bd-4658-a3e0-27ab872b55cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d233ad1a-11bd-4658-a3e0-27ab872b55cc-root {
    text-align: center;
  }


#s-d233ad1a-11bd-4658-a3e0-27ab872b55cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d233ad1a-11bd-4658-a3e0-27ab872b55cc-root {
    text-align: center;
  }


#s-d233ad1a-11bd-4658-a3e0-27ab872b55cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d233ad1a-11bd-4658-a3e0-27ab872b55cc-root {
    text-align: center;
  }


#s-d233ad1a-11bd-4658-a3e0-27ab872b55cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e53908c-50fb-4378-9ee6-68d40fc58197.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image {
  box-sizing: border-box;
}



.s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container {
      position: relative;
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e53908c-50fb-4378-9ee6-68d40fc58197.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image {
  box-sizing: border-box;
}



.s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container {
      position: relative;
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e53908c-50fb-4378-9ee6-68d40fc58197.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image {
  box-sizing: border-box;
}



.s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container {
      position: relative;
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e53908c-50fb-4378-9ee6-68d40fc58197.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image {
  box-sizing: border-box;
}



.s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container {
      position: relative;
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6e53908c-50fb-4378-9ee6-68d40fc58197 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e53908c-50fb-4378-9ee6-68d40fc58197.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image {
  box-sizing: border-box;
}



.s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e53908c-50fb-4378-9ee6-68d40fc58197 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container {
      position: relative;
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e53908c-50fb-4378-9ee6-68d40fc58197 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-2be48800-9b9d-4a21-b273-a32cde1f9632 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-139b29d3-08f4-4988-8167-9aa476a91741 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-139b29d3-08f4-4988-8167-9aa476a91741:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-139b29d3-08f4-4988-8167-9aa476a91741:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-139b29d3-08f4-4988-8167-9aa476a91741-root {
    text-align: center;
  }


#s-139b29d3-08f4-4988-8167-9aa476a91741.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-139b29d3-08f4-4988-8167-9aa476a91741-root {
    text-align: center;
  }


#s-139b29d3-08f4-4988-8167-9aa476a91741.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-139b29d3-08f4-4988-8167-9aa476a91741-root {
    text-align: center;
  }


#s-139b29d3-08f4-4988-8167-9aa476a91741.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-139b29d3-08f4-4988-8167-9aa476a91741-root {
    text-align: center;
  }


#s-139b29d3-08f4-4988-8167-9aa476a91741.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-139b29d3-08f4-4988-8167-9aa476a91741-root {
    text-align: center;
  }


#s-139b29d3-08f4-4988-8167-9aa476a91741.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-65138179-d138-4e43-bbe8-d307715f4a9b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-65138179-d138-4e43-bbe8-d307715f4a9b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-65138179-d138-4e43-bbe8-d307715f4a9b img.shogun-image,
  #s-65138179-d138-4e43-bbe8-d307715f4a9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65138179-d138-4e43-bbe8-d307715f4a9b {
    width: 100%;
    height: auto;
  }



  #s-65138179-d138-4e43-bbe8-d307715f4a9b img.shogun-image {
    

    
    
    
  }


#s-65138179-d138-4e43-bbe8-d307715f4a9b .shogun-image-content {
  
    justify-content: center;
  
}

#s-9d649ba6-c87a-487f-bbf0-35af3574f15b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-789693cb-0b12-4508-affe-58f04c789972 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-789693cb-0b12-4508-affe-58f04c789972:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-789693cb-0b12-4508-affe-58f04c789972:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-789693cb-0b12-4508-affe-58f04c789972-root {
    text-align: center;
  }


#s-789693cb-0b12-4508-affe-58f04c789972.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-789693cb-0b12-4508-affe-58f04c789972-root {
    text-align: center;
  }


#s-789693cb-0b12-4508-affe-58f04c789972.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-789693cb-0b12-4508-affe-58f04c789972-root {
    text-align: center;
  }


#s-789693cb-0b12-4508-affe-58f04c789972.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-789693cb-0b12-4508-affe-58f04c789972-root {
    text-align: center;
  }


#s-789693cb-0b12-4508-affe-58f04c789972.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-789693cb-0b12-4508-affe-58f04c789972-root {
    text-align: center;
  }


#s-789693cb-0b12-4508-affe-58f04c789972.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6b694e56-282e-4c4f-bfb4-975c7df1eeaa {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-6b694e56-282e-4c4f-bfb4-975c7df1eeaa {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b694e56-282e-4c4f-bfb4-975c7df1eeaa {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b694e56-282e-4c4f-bfb4-975c7df1eeaa {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-6b694e56-282e-4c4f-bfb4-975c7df1eeaa {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-6b694e56-282e-4c4f-bfb4-975c7df1eeaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b694e56-282e-4c4f-bfb4-975c7df1eeaa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6b694e56-282e-4c4f-bfb4-975c7df1eeaa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b694e56-282e-4c4f-bfb4-975c7df1eeaa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dbd68a15-3275-47a0-bacf-c4f4ba6fa519 {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-dbd68a15-3275-47a0-bacf-c4f4ba6fa519 {
  overflow: hidden;
  
  
      max-width: 522px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-dbd68a15-3275-47a0-bacf-c4f4ba6fa519 img.shogun-image,
  #s-dbd68a15-3275-47a0-bacf-c4f4ba6fa519 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbd68a15-3275-47a0-bacf-c4f4ba6fa519 {
    width: 100%;
    height: auto;
  }



  #s-dbd68a15-3275-47a0-bacf-c4f4ba6fa519 img.shogun-image {
    

    
    
    
  }


#s-dbd68a15-3275-47a0-bacf-c4f4ba6fa519 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e0e1f084-303c-4f8a-be27-198859dd82a5 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e0e1f084-303c-4f8a-be27-198859dd82a5 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e0e1f084-303c-4f8a-be27-198859dd82a5 img.shogun-image,
  #s-e0e1f084-303c-4f8a-be27-198859dd82a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e0e1f084-303c-4f8a-be27-198859dd82a5 {
    width: 100%;
    height: auto;
  }



  #s-e0e1f084-303c-4f8a-be27-198859dd82a5 img.shogun-image {
    

    
    
    
  }


#s-e0e1f084-303c-4f8a-be27-198859dd82a5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-10fc4124-c961-44c2-9b70-56a2e24d7d82 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c4f649f8-c49e-4a0a-9417-496ddcc79dbc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c4f649f8-c49e-4a0a-9417-496ddcc79dbc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4f649f8-c49e-4a0a-9417-496ddcc79dbc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c4f649f8-c49e-4a0a-9417-496ddcc79dbc-root {
    text-align: center;
  }


#s-c4f649f8-c49e-4a0a-9417-496ddcc79dbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c4f649f8-c49e-4a0a-9417-496ddcc79dbc-root {
    text-align: center;
  }


#s-c4f649f8-c49e-4a0a-9417-496ddcc79dbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4f649f8-c49e-4a0a-9417-496ddcc79dbc-root {
    text-align: center;
  }


#s-c4f649f8-c49e-4a0a-9417-496ddcc79dbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4f649f8-c49e-4a0a-9417-496ddcc79dbc-root {
    text-align: center;
  }


#s-c4f649f8-c49e-4a0a-9417-496ddcc79dbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c4f649f8-c49e-4a0a-9417-496ddcc79dbc-root {
    text-align: center;
  }


#s-c4f649f8-c49e-4a0a-9417-496ddcc79dbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image {
  box-sizing: border-box;
}



.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container {
      position: relative;
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image {
  box-sizing: border-box;
}



.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container {
      position: relative;
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image {
  box-sizing: border-box;
}



.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container {
      position: relative;
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image {
  box-sizing: border-box;
}



.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container {
      position: relative;
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image {
  box-sizing: border-box;
}



.s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container {
      position: relative;
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d832d71-5522-4ef8-bd49-c55888cbb8d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-a3156af4-7a5a-4541-8c9d-ec47470fac16 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-00504467-e6d1-4b48-80b2-d412913fc112 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-00504467-e6d1-4b48-80b2-d412913fc112:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00504467-e6d1-4b48-80b2-d412913fc112:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-00504467-e6d1-4b48-80b2-d412913fc112-root {
    text-align: center;
  }


#s-00504467-e6d1-4b48-80b2-d412913fc112.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00504467-e6d1-4b48-80b2-d412913fc112-root {
    text-align: center;
  }


#s-00504467-e6d1-4b48-80b2-d412913fc112.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00504467-e6d1-4b48-80b2-d412913fc112-root {
    text-align: center;
  }


#s-00504467-e6d1-4b48-80b2-d412913fc112.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00504467-e6d1-4b48-80b2-d412913fc112-root {
    text-align: center;
  }


#s-00504467-e6d1-4b48-80b2-d412913fc112.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00504467-e6d1-4b48-80b2-d412913fc112-root {
    text-align: center;
  }


#s-00504467-e6d1-4b48-80b2-d412913fc112.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-eeaef6c0-c85d-48e7-9819-a3868b9845a7 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-eeaef6c0-c85d-48e7-9819-a3868b9845a7 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-eeaef6c0-c85d-48e7-9819-a3868b9845a7 img.shogun-image,
  #s-eeaef6c0-c85d-48e7-9819-a3868b9845a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eeaef6c0-c85d-48e7-9819-a3868b9845a7 {
    width: 100%;
    height: auto;
  }



  #s-eeaef6c0-c85d-48e7-9819-a3868b9845a7 img.shogun-image {
    

    
    
    
  }


#s-eeaef6c0-c85d-48e7-9819-a3868b9845a7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a90fb87f-2135-40b1-8431-a9bf05fafabe {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a6cda4a2-27ef-4461-9f36-045b9e7c1c80 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a6cda4a2-27ef-4461-9f36-045b9e7c1c80:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6cda4a2-27ef-4461-9f36-045b9e7c1c80:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6cda4a2-27ef-4461-9f36-045b9e7c1c80-root {
    text-align: center;
  }


#s-a6cda4a2-27ef-4461-9f36-045b9e7c1c80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6cda4a2-27ef-4461-9f36-045b9e7c1c80-root {
    text-align: center;
  }


#s-a6cda4a2-27ef-4461-9f36-045b9e7c1c80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6cda4a2-27ef-4461-9f36-045b9e7c1c80-root {
    text-align: center;
  }


#s-a6cda4a2-27ef-4461-9f36-045b9e7c1c80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6cda4a2-27ef-4461-9f36-045b9e7c1c80-root {
    text-align: center;
  }


#s-a6cda4a2-27ef-4461-9f36-045b9e7c1c80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6cda4a2-27ef-4461-9f36-045b9e7c1c80-root {
    text-align: center;
  }


#s-a6cda4a2-27ef-4461-9f36-045b9e7c1c80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-61bedd49-fabb-4371-af5c-855e53866521 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-61bedd49-fabb-4371-af5c-855e53866521 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61bedd49-fabb-4371-af5c-855e53866521 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-61bedd49-fabb-4371-af5c-855e53866521 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-61bedd49-fabb-4371-af5c-855e53866521 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-61bedd49-fabb-4371-af5c-855e53866521"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61bedd49-fabb-4371-af5c-855e53866521"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-61bedd49-fabb-4371-af5c-855e53866521"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-61bedd49-fabb-4371-af5c-855e53866521"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4cb18dc9-5848-46ee-869e-6d3f42e70c5b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-4cb18dc9-5848-46ee-869e-6d3f42e70c5b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-4cb18dc9-5848-46ee-869e-6d3f42e70c5b img.shogun-image,
  #s-4cb18dc9-5848-46ee-869e-6d3f42e70c5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cb18dc9-5848-46ee-869e-6d3f42e70c5b {
    width: 100%;
    height: auto;
  }



  #s-4cb18dc9-5848-46ee-869e-6d3f42e70c5b img.shogun-image {
    

    
    
    
  }


#s-4cb18dc9-5848-46ee-869e-6d3f42e70c5b .shogun-image-content {
  
    justify-content: center;
  
}

#s-1020af85-6ff2-4f69-bf61-98bd653d027c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c139e6c2-83c0-4a9f-95ee-c539b113d423 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c139e6c2-83c0-4a9f-95ee-c539b113d423:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c139e6c2-83c0-4a9f-95ee-c539b113d423:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c139e6c2-83c0-4a9f-95ee-c539b113d423-root {
    text-align: center;
  }


#s-c139e6c2-83c0-4a9f-95ee-c539b113d423.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c139e6c2-83c0-4a9f-95ee-c539b113d423-root {
    text-align: center;
  }


#s-c139e6c2-83c0-4a9f-95ee-c539b113d423.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c139e6c2-83c0-4a9f-95ee-c539b113d423-root {
    text-align: center;
  }


#s-c139e6c2-83c0-4a9f-95ee-c539b113d423.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c139e6c2-83c0-4a9f-95ee-c539b113d423-root {
    text-align: center;
  }


#s-c139e6c2-83c0-4a9f-95ee-c539b113d423.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c139e6c2-83c0-4a9f-95ee-c539b113d423-root {
    text-align: center;
  }


#s-c139e6c2-83c0-4a9f-95ee-c539b113d423.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e235eaa0-81e2-48ef-98fd-c2de2268e48a {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e235eaa0-81e2-48ef-98fd-c2de2268e48a {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e235eaa0-81e2-48ef-98fd-c2de2268e48a img.shogun-image,
  #s-e235eaa0-81e2-48ef-98fd-c2de2268e48a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e235eaa0-81e2-48ef-98fd-c2de2268e48a {
    width: 100%;
    height: auto;
  }



  #s-e235eaa0-81e2-48ef-98fd-c2de2268e48a img.shogun-image {
    

    
    
    
  }


#s-e235eaa0-81e2-48ef-98fd-c2de2268e48a .shogun-image-content {
  
    justify-content: center;
  
}

#s-7bd384a3-e695-410c-8ba8-e0db0a4eef98 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-51732738-aa02-4c73-a16c-5597319c310c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-51732738-aa02-4c73-a16c-5597319c310c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51732738-aa02-4c73-a16c-5597319c310c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-51732738-aa02-4c73-a16c-5597319c310c-root {
    text-align: center;
  }


#s-51732738-aa02-4c73-a16c-5597319c310c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-51732738-aa02-4c73-a16c-5597319c310c-root {
    text-align: center;
  }


#s-51732738-aa02-4c73-a16c-5597319c310c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51732738-aa02-4c73-a16c-5597319c310c-root {
    text-align: center;
  }


#s-51732738-aa02-4c73-a16c-5597319c310c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51732738-aa02-4c73-a16c-5597319c310c-root {
    text-align: center;
  }


#s-51732738-aa02-4c73-a16c-5597319c310c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-51732738-aa02-4c73-a16c-5597319c310c-root {
    text-align: center;
  }


#s-51732738-aa02-4c73-a16c-5597319c310c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c1db4507-7a96-469a-a3d3-866e045f402d {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c1db4507-7a96-469a-a3d3-866e045f402d {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c1db4507-7a96-469a-a3d3-866e045f402d img.shogun-image,
  #s-c1db4507-7a96-469a-a3d3-866e045f402d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1db4507-7a96-469a-a3d3-866e045f402d {
    width: 100%;
    height: auto;
  }



  #s-c1db4507-7a96-469a-a3d3-866e045f402d img.shogun-image {
    

    
    
    
  }


#s-c1db4507-7a96-469a-a3d3-866e045f402d .shogun-image-content {
  
    justify-content: center;
  
}

#s-59417a1e-504d-400b-b6d1-1e2a199c7740 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d8c15f5d-0329-42ba-8882-2d5d7ca1609a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d8c15f5d-0329-42ba-8882-2d5d7ca1609a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8c15f5d-0329-42ba-8882-2d5d7ca1609a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d8c15f5d-0329-42ba-8882-2d5d7ca1609a-root {
    text-align: center;
  }


#s-d8c15f5d-0329-42ba-8882-2d5d7ca1609a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8c15f5d-0329-42ba-8882-2d5d7ca1609a-root {
    text-align: center;
  }


#s-d8c15f5d-0329-42ba-8882-2d5d7ca1609a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8c15f5d-0329-42ba-8882-2d5d7ca1609a-root {
    text-align: center;
  }


#s-d8c15f5d-0329-42ba-8882-2d5d7ca1609a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8c15f5d-0329-42ba-8882-2d5d7ca1609a-root {
    text-align: center;
  }


#s-d8c15f5d-0329-42ba-8882-2d5d7ca1609a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8c15f5d-0329-42ba-8882-2d5d7ca1609a-root {
    text-align: center;
  }


#s-d8c15f5d-0329-42ba-8882-2d5d7ca1609a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b6a135ac-2593-45b4-a310-8b93a66f5c71 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-b6a135ac-2593-45b4-a310-8b93a66f5c71 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6a135ac-2593-45b4-a310-8b93a66f5c71 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6a135ac-2593-45b4-a310-8b93a66f5c71 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-b6a135ac-2593-45b4-a310-8b93a66f5c71 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-b6a135ac-2593-45b4-a310-8b93a66f5c71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6a135ac-2593-45b4-a310-8b93a66f5c71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b6a135ac-2593-45b4-a310-8b93a66f5c71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6a135ac-2593-45b4-a310-8b93a66f5c71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b4338eda-3e84-4031-864b-8d7eafce3152 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-b4338eda-3e84-4031-864b-8d7eafce3152 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b4338eda-3e84-4031-864b-8d7eafce3152 img.shogun-image,
  #s-b4338eda-3e84-4031-864b-8d7eafce3152 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b4338eda-3e84-4031-864b-8d7eafce3152 {
    width: 100%;
    height: auto;
  }



  #s-b4338eda-3e84-4031-864b-8d7eafce3152 img.shogun-image {
    

    
    
    
  }


#s-b4338eda-3e84-4031-864b-8d7eafce3152 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a1ebcbc1-06d3-40a7-8def-be83a9e6de57 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-aea60dcd-7392-463c-816d-d1b5286f1003 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-aea60dcd-7392-463c-816d-d1b5286f1003:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aea60dcd-7392-463c-816d-d1b5286f1003:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aea60dcd-7392-463c-816d-d1b5286f1003-root {
    text-align: center;
  }


#s-aea60dcd-7392-463c-816d-d1b5286f1003.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aea60dcd-7392-463c-816d-d1b5286f1003-root {
    text-align: center;
  }


#s-aea60dcd-7392-463c-816d-d1b5286f1003.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aea60dcd-7392-463c-816d-d1b5286f1003-root {
    text-align: center;
  }


#s-aea60dcd-7392-463c-816d-d1b5286f1003.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aea60dcd-7392-463c-816d-d1b5286f1003-root {
    text-align: center;
  }


#s-aea60dcd-7392-463c-816d-d1b5286f1003.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aea60dcd-7392-463c-816d-d1b5286f1003-root {
    text-align: center;
  }


#s-aea60dcd-7392-463c-816d-d1b5286f1003.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6ac0b7c0-c6c9-4775-969d-bbe5e635eb7d {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-6ac0b7c0-c6c9-4775-969d-bbe5e635eb7d {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6ac0b7c0-c6c9-4775-969d-bbe5e635eb7d img.shogun-image,
  #s-6ac0b7c0-c6c9-4775-969d-bbe5e635eb7d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6ac0b7c0-c6c9-4775-969d-bbe5e635eb7d {
    width: 100%;
    height: auto;
  }



  #s-6ac0b7c0-c6c9-4775-969d-bbe5e635eb7d img.shogun-image {
    

    
    
    
  }


#s-6ac0b7c0-c6c9-4775-969d-bbe5e635eb7d .shogun-image-content {
  
    justify-content: center;
  
}

#s-3c33b416-47bd-4da1-b64f-24d4277fe91b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e30e9038-2bd7-43fb-a180-ee49d5d799d7 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e30e9038-2bd7-43fb-a180-ee49d5d799d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e30e9038-2bd7-43fb-a180-ee49d5d799d7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e30e9038-2bd7-43fb-a180-ee49d5d799d7-root {
    text-align: center;
  }


#s-e30e9038-2bd7-43fb-a180-ee49d5d799d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e30e9038-2bd7-43fb-a180-ee49d5d799d7-root {
    text-align: center;
  }


#s-e30e9038-2bd7-43fb-a180-ee49d5d799d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e30e9038-2bd7-43fb-a180-ee49d5d799d7-root {
    text-align: center;
  }


#s-e30e9038-2bd7-43fb-a180-ee49d5d799d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e30e9038-2bd7-43fb-a180-ee49d5d799d7-root {
    text-align: center;
  }


#s-e30e9038-2bd7-43fb-a180-ee49d5d799d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e30e9038-2bd7-43fb-a180-ee49d5d799d7-root {
    text-align: center;
  }


#s-e30e9038-2bd7-43fb-a180-ee49d5d799d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6959c907-c25a-421d-a22b-08ab72c82936 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-6959c907-c25a-421d-a22b-08ab72c82936 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6959c907-c25a-421d-a22b-08ab72c82936 img.shogun-image,
  #s-6959c907-c25a-421d-a22b-08ab72c82936 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6959c907-c25a-421d-a22b-08ab72c82936 {
    width: 100%;
    height: auto;
  }



  #s-6959c907-c25a-421d-a22b-08ab72c82936 img.shogun-image {
    

    
    
    
  }


#s-6959c907-c25a-421d-a22b-08ab72c82936 .shogun-image-content {
  
    justify-content: center;
  
}

#s-22893e99-5a8b-4d5a-87e2-01fa0a260206 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3af00279-dea1-440c-b56d-a4eaf513dfa2 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3af00279-dea1-440c-b56d-a4eaf513dfa2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3af00279-dea1-440c-b56d-a4eaf513dfa2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3af00279-dea1-440c-b56d-a4eaf513dfa2-root {
    text-align: center;
  }


#s-3af00279-dea1-440c-b56d-a4eaf513dfa2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3af00279-dea1-440c-b56d-a4eaf513dfa2-root {
    text-align: center;
  }


#s-3af00279-dea1-440c-b56d-a4eaf513dfa2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3af00279-dea1-440c-b56d-a4eaf513dfa2-root {
    text-align: center;
  }


#s-3af00279-dea1-440c-b56d-a4eaf513dfa2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3af00279-dea1-440c-b56d-a4eaf513dfa2-root {
    text-align: center;
  }


#s-3af00279-dea1-440c-b56d-a4eaf513dfa2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3af00279-dea1-440c-b56d-a4eaf513dfa2-root {
    text-align: center;
  }


#s-3af00279-dea1-440c-b56d-a4eaf513dfa2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-399c5acc-9c84-4da0-9d45-4106a919ed67 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-399c5acc-9c84-4da0-9d45-4106a919ed67 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-399c5acc-9c84-4da0-9d45-4106a919ed67 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-399c5acc-9c84-4da0-9d45-4106a919ed67 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-399c5acc-9c84-4da0-9d45-4106a919ed67 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-399c5acc-9c84-4da0-9d45-4106a919ed67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-399c5acc-9c84-4da0-9d45-4106a919ed67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-399c5acc-9c84-4da0-9d45-4106a919ed67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-399c5acc-9c84-4da0-9d45-4106a919ed67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b07f8a4d-735f-4d88-8d8a-9842ef8c40cc {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-b07f8a4d-735f-4d88-8d8a-9842ef8c40cc {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b07f8a4d-735f-4d88-8d8a-9842ef8c40cc img.shogun-image,
  #s-b07f8a4d-735f-4d88-8d8a-9842ef8c40cc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b07f8a4d-735f-4d88-8d8a-9842ef8c40cc {
    width: 100%;
    height: auto;
  }



  #s-b07f8a4d-735f-4d88-8d8a-9842ef8c40cc img.shogun-image {
    

    
    
    
  }


#s-b07f8a4d-735f-4d88-8d8a-9842ef8c40cc .shogun-image-content {
  
    justify-content: center;
  
}

#s-424526c9-9932-46ab-bea4-8d12c2f20952 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-22263fbf-639e-4b68-94c6-6a508083dfc1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-22263fbf-639e-4b68-94c6-6a508083dfc1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22263fbf-639e-4b68-94c6-6a508083dfc1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22263fbf-639e-4b68-94c6-6a508083dfc1-root {
    text-align: center;
  }


#s-22263fbf-639e-4b68-94c6-6a508083dfc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22263fbf-639e-4b68-94c6-6a508083dfc1-root {
    text-align: center;
  }


#s-22263fbf-639e-4b68-94c6-6a508083dfc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22263fbf-639e-4b68-94c6-6a508083dfc1-root {
    text-align: center;
  }


#s-22263fbf-639e-4b68-94c6-6a508083dfc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22263fbf-639e-4b68-94c6-6a508083dfc1-root {
    text-align: center;
  }


#s-22263fbf-639e-4b68-94c6-6a508083dfc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22263fbf-639e-4b68-94c6-6a508083dfc1-root {
    text-align: center;
  }


#s-22263fbf-639e-4b68-94c6-6a508083dfc1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bbbf930d-c2d0-4969-82de-adb0a1fe5941 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-bbbf930d-c2d0-4969-82de-adb0a1fe5941 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-bbbf930d-c2d0-4969-82de-adb0a1fe5941 img.shogun-image,
  #s-bbbf930d-c2d0-4969-82de-adb0a1fe5941 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbbf930d-c2d0-4969-82de-adb0a1fe5941 {
    width: 100%;
    height: auto;
  }



  #s-bbbf930d-c2d0-4969-82de-adb0a1fe5941 img.shogun-image {
    

    
    
    
  }


#s-bbbf930d-c2d0-4969-82de-adb0a1fe5941 .shogun-image-content {
  
    justify-content: center;
  
}

#s-91d9e5b7-0ca3-445e-88e2-233e2697eb47 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-978fc1fb-630d-4809-8584-8810ca42887b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-978fc1fb-630d-4809-8584-8810ca42887b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-978fc1fb-630d-4809-8584-8810ca42887b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-978fc1fb-630d-4809-8584-8810ca42887b-root {
    text-align: center;
  }


#s-978fc1fb-630d-4809-8584-8810ca42887b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-978fc1fb-630d-4809-8584-8810ca42887b-root {
    text-align: center;
  }


#s-978fc1fb-630d-4809-8584-8810ca42887b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-978fc1fb-630d-4809-8584-8810ca42887b-root {
    text-align: center;
  }


#s-978fc1fb-630d-4809-8584-8810ca42887b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-978fc1fb-630d-4809-8584-8810ca42887b-root {
    text-align: center;
  }


#s-978fc1fb-630d-4809-8584-8810ca42887b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-978fc1fb-630d-4809-8584-8810ca42887b-root {
    text-align: center;
  }


#s-978fc1fb-630d-4809-8584-8810ca42887b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d2208390-bdc5-476d-94d6-3c01e298659b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-d2208390-bdc5-476d-94d6-3c01e298659b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d2208390-bdc5-476d-94d6-3c01e298659b img.shogun-image,
  #s-d2208390-bdc5-476d-94d6-3c01e298659b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2208390-bdc5-476d-94d6-3c01e298659b {
    width: 100%;
    height: auto;
  }



  #s-d2208390-bdc5-476d-94d6-3c01e298659b img.shogun-image {
    

    
    
    
  }


#s-d2208390-bdc5-476d-94d6-3c01e298659b .shogun-image-content {
  
    justify-content: center;
  
}

#s-99ab6f08-81a8-4bb3-81a9-4b8f252326cf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-21c5bee3-ceee-4162-a061-a132652a2952 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-21c5bee3-ceee-4162-a061-a132652a2952:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21c5bee3-ceee-4162-a061-a132652a2952:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-21c5bee3-ceee-4162-a061-a132652a2952-root {
    text-align: center;
  }


#s-21c5bee3-ceee-4162-a061-a132652a2952.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21c5bee3-ceee-4162-a061-a132652a2952-root {
    text-align: center;
  }


#s-21c5bee3-ceee-4162-a061-a132652a2952.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21c5bee3-ceee-4162-a061-a132652a2952-root {
    text-align: center;
  }


#s-21c5bee3-ceee-4162-a061-a132652a2952.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21c5bee3-ceee-4162-a061-a132652a2952-root {
    text-align: center;
  }


#s-21c5bee3-ceee-4162-a061-a132652a2952.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21c5bee3-ceee-4162-a061-a132652a2952-root {
    text-align: center;
  }


#s-21c5bee3-ceee-4162-a061-a132652a2952.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e3decf81-03a9-43fd-a228-4da303f91110 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-e3decf81-03a9-43fd-a228-4da303f91110 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3decf81-03a9-43fd-a228-4da303f91110 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3decf81-03a9-43fd-a228-4da303f91110 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-e3decf81-03a9-43fd-a228-4da303f91110 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-e3decf81-03a9-43fd-a228-4da303f91110"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3decf81-03a9-43fd-a228-4da303f91110"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e3decf81-03a9-43fd-a228-4da303f91110"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3decf81-03a9-43fd-a228-4da303f91110"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9e0fea51-ca15-4492-bfc9-3226fa48c500 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-9e0fea51-ca15-4492-bfc9-3226fa48c500 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9e0fea51-ca15-4492-bfc9-3226fa48c500 img.shogun-image,
  #s-9e0fea51-ca15-4492-bfc9-3226fa48c500 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e0fea51-ca15-4492-bfc9-3226fa48c500 {
    width: 100%;
    height: auto;
  }



  #s-9e0fea51-ca15-4492-bfc9-3226fa48c500 img.shogun-image {
    

    
    
    
  }


#s-9e0fea51-ca15-4492-bfc9-3226fa48c500 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f616b9a2-e34d-4968-be0f-f6f031a132b1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-70e3cf17-a601-40ee-b6d1-c0bafcd4484b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-70e3cf17-a601-40ee-b6d1-c0bafcd4484b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-70e3cf17-a601-40ee-b6d1-c0bafcd4484b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-70e3cf17-a601-40ee-b6d1-c0bafcd4484b-root {
    text-align: center;
  }


#s-70e3cf17-a601-40ee-b6d1-c0bafcd4484b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70e3cf17-a601-40ee-b6d1-c0bafcd4484b-root {
    text-align: center;
  }


#s-70e3cf17-a601-40ee-b6d1-c0bafcd4484b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70e3cf17-a601-40ee-b6d1-c0bafcd4484b-root {
    text-align: center;
  }


#s-70e3cf17-a601-40ee-b6d1-c0bafcd4484b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70e3cf17-a601-40ee-b6d1-c0bafcd4484b-root {
    text-align: center;
  }


#s-70e3cf17-a601-40ee-b6d1-c0bafcd4484b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70e3cf17-a601-40ee-b6d1-c0bafcd4484b-root {
    text-align: center;
  }


#s-70e3cf17-a601-40ee-b6d1-c0bafcd4484b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-adddbac3-d4c1-480a-805a-4efd915e2f8e {
  background-image: url(https://i.shgcdn.com/194f31dc-75c5-4d7f-a549-7ec578f2c4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-adddbac3-d4c1-480a-805a-4efd915e2f8e {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-adddbac3-d4c1-480a-805a-4efd915e2f8e img.shogun-image,
  #s-adddbac3-d4c1-480a-805a-4efd915e2f8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-adddbac3-d4c1-480a-805a-4efd915e2f8e {
    width: 100%;
    height: auto;
  }



  #s-adddbac3-d4c1-480a-805a-4efd915e2f8e img.shogun-image {
    

    
    
    
  }


#s-adddbac3-d4c1-480a-805a-4efd915e2f8e .shogun-image-content {
  
    justify-content: center;
  
}

#s-edbeda5d-65ba-4bf1-a565-42ddced5096b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0d5741e8-06b6-4864-a418-58084a431575 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0d5741e8-06b6-4864-a418-58084a431575:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d5741e8-06b6-4864-a418-58084a431575:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0d5741e8-06b6-4864-a418-58084a431575-root {
    text-align: center;
  }


#s-0d5741e8-06b6-4864-a418-58084a431575.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d5741e8-06b6-4864-a418-58084a431575-root {
    text-align: center;
  }


#s-0d5741e8-06b6-4864-a418-58084a431575.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d5741e8-06b6-4864-a418-58084a431575-root {
    text-align: center;
  }


#s-0d5741e8-06b6-4864-a418-58084a431575.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d5741e8-06b6-4864-a418-58084a431575-root {
    text-align: center;
  }


#s-0d5741e8-06b6-4864-a418-58084a431575.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d5741e8-06b6-4864-a418-58084a431575-root {
    text-align: center;
  }


#s-0d5741e8-06b6-4864-a418-58084a431575.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e1cc99ed-11ed-4908-93d0-8f780d4e3b7e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e1cc99ed-11ed-4908-93d0-8f780d4e3b7e {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e1cc99ed-11ed-4908-93d0-8f780d4e3b7e img.shogun-image,
  #s-e1cc99ed-11ed-4908-93d0-8f780d4e3b7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1cc99ed-11ed-4908-93d0-8f780d4e3b7e {
    width: 100%;
    height: auto;
  }



  #s-e1cc99ed-11ed-4908-93d0-8f780d4e3b7e img.shogun-image {
    

    
    
    
  }


#s-e1cc99ed-11ed-4908-93d0-8f780d4e3b7e .shogun-image-content {
  
    justify-content: center;
  
}

#s-0b107eda-4de7-4e6f-aeac-844a0dba3553 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4c5fac55-4d85-4214-9615-f2e4373cf819 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-4c5fac55-4d85-4214-9615-f2e4373cf819:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c5fac55-4d85-4214-9615-f2e4373cf819:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c5fac55-4d85-4214-9615-f2e4373cf819-root {
    text-align: center;
  }


#s-4c5fac55-4d85-4214-9615-f2e4373cf819.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c5fac55-4d85-4214-9615-f2e4373cf819-root {
    text-align: center;
  }


#s-4c5fac55-4d85-4214-9615-f2e4373cf819.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c5fac55-4d85-4214-9615-f2e4373cf819-root {
    text-align: center;
  }


#s-4c5fac55-4d85-4214-9615-f2e4373cf819.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c5fac55-4d85-4214-9615-f2e4373cf819-root {
    text-align: center;
  }


#s-4c5fac55-4d85-4214-9615-f2e4373cf819.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c5fac55-4d85-4214-9615-f2e4373cf819-root {
    text-align: center;
  }


#s-4c5fac55-4d85-4214-9615-f2e4373cf819.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f78e4e25-84b2-4708-9468-30b88489f4f0 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-f78e4e25-84b2-4708-9468-30b88489f4f0 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f78e4e25-84b2-4708-9468-30b88489f4f0 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f78e4e25-84b2-4708-9468-30b88489f4f0 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-f78e4e25-84b2-4708-9468-30b88489f4f0 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-f78e4e25-84b2-4708-9468-30b88489f4f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f78e4e25-84b2-4708-9468-30b88489f4f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f78e4e25-84b2-4708-9468-30b88489f4f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f78e4e25-84b2-4708-9468-30b88489f4f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ece738ec-a1d6-4242-9bec-f01a2ca2d2a7 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ece738ec-a1d6-4242-9bec-f01a2ca2d2a7 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ece738ec-a1d6-4242-9bec-f01a2ca2d2a7 img.shogun-image,
  #s-ece738ec-a1d6-4242-9bec-f01a2ca2d2a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ece738ec-a1d6-4242-9bec-f01a2ca2d2a7 {
    width: 100%;
    height: auto;
  }



  #s-ece738ec-a1d6-4242-9bec-f01a2ca2d2a7 img.shogun-image {
    

    
    
    
  }


#s-ece738ec-a1d6-4242-9bec-f01a2ca2d2a7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-de99a805-ced6-49ea-976a-be57f5e525e9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4f519d68-1d4f-4ab4-9800-9aeb3f83294d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-4f519d68-1d4f-4ab4-9800-9aeb3f83294d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f519d68-1d4f-4ab4-9800-9aeb3f83294d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4f519d68-1d4f-4ab4-9800-9aeb3f83294d-root {
    text-align: center;
  }


#s-4f519d68-1d4f-4ab4-9800-9aeb3f83294d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4f519d68-1d4f-4ab4-9800-9aeb3f83294d-root {
    text-align: center;
  }


#s-4f519d68-1d4f-4ab4-9800-9aeb3f83294d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f519d68-1d4f-4ab4-9800-9aeb3f83294d-root {
    text-align: center;
  }


#s-4f519d68-1d4f-4ab4-9800-9aeb3f83294d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f519d68-1d4f-4ab4-9800-9aeb3f83294d-root {
    text-align: center;
  }


#s-4f519d68-1d4f-4ab4-9800-9aeb3f83294d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4f519d68-1d4f-4ab4-9800-9aeb3f83294d-root {
    text-align: center;
  }


#s-4f519d68-1d4f-4ab4-9800-9aeb3f83294d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3a623bbb-38f5-43e4-b7a1-728d71f873b5 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-3a623bbb-38f5-43e4-b7a1-728d71f873b5 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-3a623bbb-38f5-43e4-b7a1-728d71f873b5 img.shogun-image,
  #s-3a623bbb-38f5-43e4-b7a1-728d71f873b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a623bbb-38f5-43e4-b7a1-728d71f873b5 {
    width: 100%;
    height: auto;
  }



  #s-3a623bbb-38f5-43e4-b7a1-728d71f873b5 img.shogun-image {
    

    
    
    
  }


#s-3a623bbb-38f5-43e4-b7a1-728d71f873b5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6e38565e-5eb6-4911-8ed8-9f5b6eff6d0f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cb700ba4-fe10-4ca2-bf93-e66fd21b4f20 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-cb700ba4-fe10-4ca2-bf93-e66fd21b4f20:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb700ba4-fe10-4ca2-bf93-e66fd21b4f20:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb700ba4-fe10-4ca2-bf93-e66fd21b4f20-root {
    text-align: center;
  }


#s-cb700ba4-fe10-4ca2-bf93-e66fd21b4f20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb700ba4-fe10-4ca2-bf93-e66fd21b4f20-root {
    text-align: center;
  }


#s-cb700ba4-fe10-4ca2-bf93-e66fd21b4f20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb700ba4-fe10-4ca2-bf93-e66fd21b4f20-root {
    text-align: center;
  }


#s-cb700ba4-fe10-4ca2-bf93-e66fd21b4f20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb700ba4-fe10-4ca2-bf93-e66fd21b4f20-root {
    text-align: center;
  }


#s-cb700ba4-fe10-4ca2-bf93-e66fd21b4f20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb700ba4-fe10-4ca2-bf93-e66fd21b4f20-root {
    text-align: center;
  }


#s-cb700ba4-fe10-4ca2-bf93-e66fd21b4f20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9caec872-578c-47c8-a10e-88698810ab3f {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-9caec872-578c-47c8-a10e-88698810ab3f {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9caec872-578c-47c8-a10e-88698810ab3f img.shogun-image,
  #s-9caec872-578c-47c8-a10e-88698810ab3f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9caec872-578c-47c8-a10e-88698810ab3f {
    width: 100%;
    height: auto;
  }



  #s-9caec872-578c-47c8-a10e-88698810ab3f img.shogun-image {
    

    
    
    
  }


#s-9caec872-578c-47c8-a10e-88698810ab3f .shogun-image-content {
  
    justify-content: center;
  
}

#s-2d891e8c-7285-4a9a-8f00-c16747a80cef {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-05a85abf-e65d-4f58-b332-1a37f4519c9b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-05a85abf-e65d-4f58-b332-1a37f4519c9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05a85abf-e65d-4f58-b332-1a37f4519c9b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-05a85abf-e65d-4f58-b332-1a37f4519c9b-root {
    text-align: center;
  }


#s-05a85abf-e65d-4f58-b332-1a37f4519c9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05a85abf-e65d-4f58-b332-1a37f4519c9b-root {
    text-align: center;
  }


#s-05a85abf-e65d-4f58-b332-1a37f4519c9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05a85abf-e65d-4f58-b332-1a37f4519c9b-root {
    text-align: center;
  }


#s-05a85abf-e65d-4f58-b332-1a37f4519c9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05a85abf-e65d-4f58-b332-1a37f4519c9b-root {
    text-align: center;
  }


#s-05a85abf-e65d-4f58-b332-1a37f4519c9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05a85abf-e65d-4f58-b332-1a37f4519c9b-root {
    text-align: center;
  }


#s-05a85abf-e65d-4f58-b332-1a37f4519c9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e0ac2812-e974-4117-b136-497a6af7b3b9 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-e0ac2812-e974-4117-b136-497a6af7b3b9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0ac2812-e974-4117-b136-497a6af7b3b9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0ac2812-e974-4117-b136-497a6af7b3b9 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-e0ac2812-e974-4117-b136-497a6af7b3b9 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-e0ac2812-e974-4117-b136-497a6af7b3b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0ac2812-e974-4117-b136-497a6af7b3b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e0ac2812-e974-4117-b136-497a6af7b3b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0ac2812-e974-4117-b136-497a6af7b3b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7aa2d6c8-d628-4c0b-8257-2f76db9b2a3b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-7aa2d6c8-d628-4c0b-8257-2f76db9b2a3b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-7aa2d6c8-d628-4c0b-8257-2f76db9b2a3b img.shogun-image,
  #s-7aa2d6c8-d628-4c0b-8257-2f76db9b2a3b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7aa2d6c8-d628-4c0b-8257-2f76db9b2a3b {
    width: 100%;
    height: auto;
  }



  #s-7aa2d6c8-d628-4c0b-8257-2f76db9b2a3b img.shogun-image {
    

    
    
    
  }


#s-7aa2d6c8-d628-4c0b-8257-2f76db9b2a3b .shogun-image-content {
  
    justify-content: center;
  
}

#s-84b07238-8858-4545-a0b8-8648e2e6ae2f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1700a389-4449-45f1-b12f-d2ab6ca56224 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1700a389-4449-45f1-b12f-d2ab6ca56224:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1700a389-4449-45f1-b12f-d2ab6ca56224:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1700a389-4449-45f1-b12f-d2ab6ca56224-root {
    text-align: center;
  }


#s-1700a389-4449-45f1-b12f-d2ab6ca56224.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1700a389-4449-45f1-b12f-d2ab6ca56224-root {
    text-align: center;
  }


#s-1700a389-4449-45f1-b12f-d2ab6ca56224.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1700a389-4449-45f1-b12f-d2ab6ca56224-root {
    text-align: center;
  }


#s-1700a389-4449-45f1-b12f-d2ab6ca56224.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1700a389-4449-45f1-b12f-d2ab6ca56224-root {
    text-align: center;
  }


#s-1700a389-4449-45f1-b12f-d2ab6ca56224.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1700a389-4449-45f1-b12f-d2ab6ca56224-root {
    text-align: center;
  }


#s-1700a389-4449-45f1-b12f-d2ab6ca56224.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b1792170-addb-4f77-b61f-c68fe5879db1 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-b1792170-addb-4f77-b61f-c68fe5879db1 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b1792170-addb-4f77-b61f-c68fe5879db1 img.shogun-image,
  #s-b1792170-addb-4f77-b61f-c68fe5879db1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1792170-addb-4f77-b61f-c68fe5879db1 {
    width: 100%;
    height: auto;
  }



  #s-b1792170-addb-4f77-b61f-c68fe5879db1 img.shogun-image {
    

    
    
    
  }


#s-b1792170-addb-4f77-b61f-c68fe5879db1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-34e929bc-bd80-4ff9-9e96-51c3c0111095 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-73d74838-4cc3-46c8-839f-fa00a826855b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-73d74838-4cc3-46c8-839f-fa00a826855b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73d74838-4cc3-46c8-839f-fa00a826855b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-73d74838-4cc3-46c8-839f-fa00a826855b-root {
    text-align: center;
  }


#s-73d74838-4cc3-46c8-839f-fa00a826855b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-73d74838-4cc3-46c8-839f-fa00a826855b-root {
    text-align: center;
  }


#s-73d74838-4cc3-46c8-839f-fa00a826855b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73d74838-4cc3-46c8-839f-fa00a826855b-root {
    text-align: center;
  }


#s-73d74838-4cc3-46c8-839f-fa00a826855b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73d74838-4cc3-46c8-839f-fa00a826855b-root {
    text-align: center;
  }


#s-73d74838-4cc3-46c8-839f-fa00a826855b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-73d74838-4cc3-46c8-839f-fa00a826855b-root {
    text-align: center;
  }


#s-73d74838-4cc3-46c8-839f-fa00a826855b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1705c440-c530-48a8-aba9-40a4354881d6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-1705c440-c530-48a8-aba9-40a4354881d6 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1705c440-c530-48a8-aba9-40a4354881d6 img.shogun-image,
  #s-1705c440-c530-48a8-aba9-40a4354881d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1705c440-c530-48a8-aba9-40a4354881d6 {
    width: 100%;
    height: auto;
  }



  #s-1705c440-c530-48a8-aba9-40a4354881d6 img.shogun-image {
    

    
    
    
  }


#s-1705c440-c530-48a8-aba9-40a4354881d6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ca0af443-1e43-446f-b993-f0eb24a1a5a9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cf18c793-762b-431d-b303-4b7645208067 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-cf18c793-762b-431d-b303-4b7645208067:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf18c793-762b-431d-b303-4b7645208067:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cf18c793-762b-431d-b303-4b7645208067-root {
    text-align: center;
  }


#s-cf18c793-762b-431d-b303-4b7645208067.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cf18c793-762b-431d-b303-4b7645208067-root {
    text-align: center;
  }


#s-cf18c793-762b-431d-b303-4b7645208067.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf18c793-762b-431d-b303-4b7645208067-root {
    text-align: center;
  }


#s-cf18c793-762b-431d-b303-4b7645208067.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf18c793-762b-431d-b303-4b7645208067-root {
    text-align: center;
  }


#s-cf18c793-762b-431d-b303-4b7645208067.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cf18c793-762b-431d-b303-4b7645208067-root {
    text-align: center;
  }


#s-cf18c793-762b-431d-b303-4b7645208067.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5f608a95-493b-4d18-92dd-c696b357c7e1 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-5f608a95-493b-4d18-92dd-c696b357c7e1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f608a95-493b-4d18-92dd-c696b357c7e1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f608a95-493b-4d18-92dd-c696b357c7e1 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-5f608a95-493b-4d18-92dd-c696b357c7e1 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-5f608a95-493b-4d18-92dd-c696b357c7e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f608a95-493b-4d18-92dd-c696b357c7e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5f608a95-493b-4d18-92dd-c696b357c7e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f608a95-493b-4d18-92dd-c696b357c7e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-83979b5a-a500-4d06-a33f-b915d6db24a2 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-83979b5a-a500-4d06-a33f-b915d6db24a2 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-83979b5a-a500-4d06-a33f-b915d6db24a2 img.shogun-image,
  #s-83979b5a-a500-4d06-a33f-b915d6db24a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83979b5a-a500-4d06-a33f-b915d6db24a2 {
    width: 100%;
    height: auto;
  }



  #s-83979b5a-a500-4d06-a33f-b915d6db24a2 img.shogun-image {
    

    
    
    
  }


#s-83979b5a-a500-4d06-a33f-b915d6db24a2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-736832f4-da46-4409-8b8e-9ce430cb9a5d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7fd1dfd2-df8a-4f65-94d3-4075252f025e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7fd1dfd2-df8a-4f65-94d3-4075252f025e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7fd1dfd2-df8a-4f65-94d3-4075252f025e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fd1dfd2-df8a-4f65-94d3-4075252f025e-root {
    text-align: center;
  }


#s-7fd1dfd2-df8a-4f65-94d3-4075252f025e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7fd1dfd2-df8a-4f65-94d3-4075252f025e-root {
    text-align: center;
  }


#s-7fd1dfd2-df8a-4f65-94d3-4075252f025e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fd1dfd2-df8a-4f65-94d3-4075252f025e-root {
    text-align: center;
  }


#s-7fd1dfd2-df8a-4f65-94d3-4075252f025e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fd1dfd2-df8a-4f65-94d3-4075252f025e-root {
    text-align: center;
  }


#s-7fd1dfd2-df8a-4f65-94d3-4075252f025e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7fd1dfd2-df8a-4f65-94d3-4075252f025e-root {
    text-align: center;
  }


#s-7fd1dfd2-df8a-4f65-94d3-4075252f025e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-10ad502a-8a13-402e-8f01-21a218008e53 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-10ad502a-8a13-402e-8f01-21a218008e53 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-10ad502a-8a13-402e-8f01-21a218008e53 img.shogun-image,
  #s-10ad502a-8a13-402e-8f01-21a218008e53 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10ad502a-8a13-402e-8f01-21a218008e53 {
    width: 100%;
    height: auto;
  }



  #s-10ad502a-8a13-402e-8f01-21a218008e53 img.shogun-image {
    

    
    
    
  }


#s-10ad502a-8a13-402e-8f01-21a218008e53 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9e374831-a366-46dd-86c9-87eae4dbf47f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0a678343-fff0-4b51-8997-6455b6640c17 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0a678343-fff0-4b51-8997-6455b6640c17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a678343-fff0-4b51-8997-6455b6640c17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0a678343-fff0-4b51-8997-6455b6640c17-root {
    text-align: center;
  }


#s-0a678343-fff0-4b51-8997-6455b6640c17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a678343-fff0-4b51-8997-6455b6640c17-root {
    text-align: center;
  }


#s-0a678343-fff0-4b51-8997-6455b6640c17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a678343-fff0-4b51-8997-6455b6640c17-root {
    text-align: center;
  }


#s-0a678343-fff0-4b51-8997-6455b6640c17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a678343-fff0-4b51-8997-6455b6640c17-root {
    text-align: center;
  }


#s-0a678343-fff0-4b51-8997-6455b6640c17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a678343-fff0-4b51-8997-6455b6640c17-root {
    text-align: center;
  }


#s-0a678343-fff0-4b51-8997-6455b6640c17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-281ca0a3-6901-4b1d-8a85-d978a2eccafb {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-281ca0a3-6901-4b1d-8a85-d978a2eccafb {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-281ca0a3-6901-4b1d-8a85-d978a2eccafb img.shogun-image,
  #s-281ca0a3-6901-4b1d-8a85-d978a2eccafb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-281ca0a3-6901-4b1d-8a85-d978a2eccafb {
    width: 100%;
    height: auto;
  }



  #s-281ca0a3-6901-4b1d-8a85-d978a2eccafb img.shogun-image {
    

    
    
    
  }


#s-281ca0a3-6901-4b1d-8a85-d978a2eccafb .shogun-image-content {
  
    justify-content: center;
  
}

#s-9bf0486c-8f40-4c30-b327-07efb44c2c32 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3b8de538-f317-4b93-b9de-8d48bcc6c779 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3b8de538-f317-4b93-b9de-8d48bcc6c779:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b8de538-f317-4b93-b9de-8d48bcc6c779:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b8de538-f317-4b93-b9de-8d48bcc6c779-root {
    text-align: center;
  }


#s-3b8de538-f317-4b93-b9de-8d48bcc6c779.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3b8de538-f317-4b93-b9de-8d48bcc6c779-root {
    text-align: center;
  }


#s-3b8de538-f317-4b93-b9de-8d48bcc6c779.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b8de538-f317-4b93-b9de-8d48bcc6c779-root {
    text-align: center;
  }


#s-3b8de538-f317-4b93-b9de-8d48bcc6c779.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b8de538-f317-4b93-b9de-8d48bcc6c779-root {
    text-align: center;
  }


#s-3b8de538-f317-4b93-b9de-8d48bcc6c779.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b8de538-f317-4b93-b9de-8d48bcc6c779-root {
    text-align: center;
  }


#s-3b8de538-f317-4b93-b9de-8d48bcc6c779.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dcc51cea-c2e7-4dea-9d6c-7188b37f34a8 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-dcc51cea-c2e7-4dea-9d6c-7188b37f34a8 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcc51cea-c2e7-4dea-9d6c-7188b37f34a8 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dcc51cea-c2e7-4dea-9d6c-7188b37f34a8 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-dcc51cea-c2e7-4dea-9d6c-7188b37f34a8 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-dcc51cea-c2e7-4dea-9d6c-7188b37f34a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcc51cea-c2e7-4dea-9d6c-7188b37f34a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dcc51cea-c2e7-4dea-9d6c-7188b37f34a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcc51cea-c2e7-4dea-9d6c-7188b37f34a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-29aff017-4f4a-47a5-9640-988aed1e2203 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-29aff017-4f4a-47a5-9640-988aed1e2203 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-29aff017-4f4a-47a5-9640-988aed1e2203 img.shogun-image,
  #s-29aff017-4f4a-47a5-9640-988aed1e2203 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29aff017-4f4a-47a5-9640-988aed1e2203 {
    width: 100%;
    height: auto;
  }



  #s-29aff017-4f4a-47a5-9640-988aed1e2203 img.shogun-image {
    

    
    
    
  }


#s-29aff017-4f4a-47a5-9640-988aed1e2203 .shogun-image-content {
  
    justify-content: center;
  
}

#s-636bdbcc-221c-45cf-b57a-40fd8376cebf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3122bfc8-3e17-459e-95a8-887528156035 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3122bfc8-3e17-459e-95a8-887528156035:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3122bfc8-3e17-459e-95a8-887528156035:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3122bfc8-3e17-459e-95a8-887528156035-root {
    text-align: center;
  }


#s-3122bfc8-3e17-459e-95a8-887528156035.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3122bfc8-3e17-459e-95a8-887528156035-root {
    text-align: center;
  }


#s-3122bfc8-3e17-459e-95a8-887528156035.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3122bfc8-3e17-459e-95a8-887528156035-root {
    text-align: center;
  }


#s-3122bfc8-3e17-459e-95a8-887528156035.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3122bfc8-3e17-459e-95a8-887528156035-root {
    text-align: center;
  }


#s-3122bfc8-3e17-459e-95a8-887528156035.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3122bfc8-3e17-459e-95a8-887528156035-root {
    text-align: center;
  }


#s-3122bfc8-3e17-459e-95a8-887528156035.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e7c4a263-0727-4aee-a8ff-6598edb023bd {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e7c4a263-0727-4aee-a8ff-6598edb023bd {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e7c4a263-0727-4aee-a8ff-6598edb023bd img.shogun-image,
  #s-e7c4a263-0727-4aee-a8ff-6598edb023bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7c4a263-0727-4aee-a8ff-6598edb023bd {
    width: 100%;
    height: auto;
  }



  #s-e7c4a263-0727-4aee-a8ff-6598edb023bd img.shogun-image {
    

    
    
    
  }


#s-e7c4a263-0727-4aee-a8ff-6598edb023bd .shogun-image-content {
  
    justify-content: center;
  
}

#s-969f6c76-514a-4b84-9298-30d095ca3a2e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1c4de97b-e110-466b-8868-8a935230aa0c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1c4de97b-e110-466b-8868-8a935230aa0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c4de97b-e110-466b-8868-8a935230aa0c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1c4de97b-e110-466b-8868-8a935230aa0c-root {
    text-align: center;
  }


#s-1c4de97b-e110-466b-8868-8a935230aa0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c4de97b-e110-466b-8868-8a935230aa0c-root {
    text-align: center;
  }


#s-1c4de97b-e110-466b-8868-8a935230aa0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c4de97b-e110-466b-8868-8a935230aa0c-root {
    text-align: center;
  }


#s-1c4de97b-e110-466b-8868-8a935230aa0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c4de97b-e110-466b-8868-8a935230aa0c-root {
    text-align: center;
  }


#s-1c4de97b-e110-466b-8868-8a935230aa0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c4de97b-e110-466b-8868-8a935230aa0c-root {
    text-align: center;
  }


#s-1c4de97b-e110-466b-8868-8a935230aa0c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-024f619c-67be-4086-8ee8-ff7312e06dda {
  background-image: url(https://i.shgcdn.com/194f31dc-75c5-4d7f-a549-7ec578f2c4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-024f619c-67be-4086-8ee8-ff7312e06dda {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-024f619c-67be-4086-8ee8-ff7312e06dda img.shogun-image,
  #s-024f619c-67be-4086-8ee8-ff7312e06dda .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-024f619c-67be-4086-8ee8-ff7312e06dda {
    width: 100%;
    height: auto;
  }



  #s-024f619c-67be-4086-8ee8-ff7312e06dda img.shogun-image {
    

    
    
    
  }


#s-024f619c-67be-4086-8ee8-ff7312e06dda .shogun-image-content {
  
    justify-content: center;
  
}

#s-ab31cba1-e155-42fd-b746-fa0d715d4f8c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a5f68318-d26f-4d1a-bef7-fb931a37455f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a5f68318-d26f-4d1a-bef7-fb931a37455f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5f68318-d26f-4d1a-bef7-fb931a37455f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5f68318-d26f-4d1a-bef7-fb931a37455f-root {
    text-align: center;
  }


#s-a5f68318-d26f-4d1a-bef7-fb931a37455f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5f68318-d26f-4d1a-bef7-fb931a37455f-root {
    text-align: center;
  }


#s-a5f68318-d26f-4d1a-bef7-fb931a37455f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5f68318-d26f-4d1a-bef7-fb931a37455f-root {
    text-align: center;
  }


#s-a5f68318-d26f-4d1a-bef7-fb931a37455f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5f68318-d26f-4d1a-bef7-fb931a37455f-root {
    text-align: center;
  }


#s-a5f68318-d26f-4d1a-bef7-fb931a37455f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5f68318-d26f-4d1a-bef7-fb931a37455f-root {
    text-align: center;
  }


#s-a5f68318-d26f-4d1a-bef7-fb931a37455f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a5c53437-6998-4c21-934d-012953c6d967 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-a5c53437-6998-4c21-934d-012953c6d967 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5c53437-6998-4c21-934d-012953c6d967 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5c53437-6998-4c21-934d-012953c6d967 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-a5c53437-6998-4c21-934d-012953c6d967 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-a5c53437-6998-4c21-934d-012953c6d967"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5c53437-6998-4c21-934d-012953c6d967"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a5c53437-6998-4c21-934d-012953c6d967"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5c53437-6998-4c21-934d-012953c6d967"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-15854da2-1688-4dab-a496-1f9af5e50154 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-15854da2-1688-4dab-a496-1f9af5e50154 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-15854da2-1688-4dab-a496-1f9af5e50154 img.shogun-image,
  #s-15854da2-1688-4dab-a496-1f9af5e50154 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15854da2-1688-4dab-a496-1f9af5e50154 {
    width: 100%;
    height: auto;
  }



  #s-15854da2-1688-4dab-a496-1f9af5e50154 img.shogun-image {
    

    
    
    
  }


#s-15854da2-1688-4dab-a496-1f9af5e50154 .shogun-image-content {
  
    justify-content: center;
  
}

#s-256ceb2c-c3c4-41e9-892b-f429a4b87d0a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4d0b32d0-8248-42af-83e0-1d929b41bc1b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-4d0b32d0-8248-42af-83e0-1d929b41bc1b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d0b32d0-8248-42af-83e0-1d929b41bc1b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4d0b32d0-8248-42af-83e0-1d929b41bc1b-root {
    text-align: center;
  }


#s-4d0b32d0-8248-42af-83e0-1d929b41bc1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d0b32d0-8248-42af-83e0-1d929b41bc1b-root {
    text-align: center;
  }


#s-4d0b32d0-8248-42af-83e0-1d929b41bc1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d0b32d0-8248-42af-83e0-1d929b41bc1b-root {
    text-align: center;
  }


#s-4d0b32d0-8248-42af-83e0-1d929b41bc1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d0b32d0-8248-42af-83e0-1d929b41bc1b-root {
    text-align: center;
  }


#s-4d0b32d0-8248-42af-83e0-1d929b41bc1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d0b32d0-8248-42af-83e0-1d929b41bc1b-root {
    text-align: center;
  }


#s-4d0b32d0-8248-42af-83e0-1d929b41bc1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8db4e03d-132f-468d-b14d-2b0be05343b3 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-8db4e03d-132f-468d-b14d-2b0be05343b3 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-8db4e03d-132f-468d-b14d-2b0be05343b3 img.shogun-image,
  #s-8db4e03d-132f-468d-b14d-2b0be05343b3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8db4e03d-132f-468d-b14d-2b0be05343b3 {
    width: 100%;
    height: auto;
  }



  #s-8db4e03d-132f-468d-b14d-2b0be05343b3 img.shogun-image {
    

    
    
    
  }


#s-8db4e03d-132f-468d-b14d-2b0be05343b3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f89e8bc7-a1c1-4e70-b06f-9156aa60af5c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e267ef93-f971-468c-a354-bada5ec3ae3f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e267ef93-f971-468c-a354-bada5ec3ae3f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e267ef93-f971-468c-a354-bada5ec3ae3f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e267ef93-f971-468c-a354-bada5ec3ae3f-root {
    text-align: center;
  }


#s-e267ef93-f971-468c-a354-bada5ec3ae3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e267ef93-f971-468c-a354-bada5ec3ae3f-root {
    text-align: center;
  }


#s-e267ef93-f971-468c-a354-bada5ec3ae3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e267ef93-f971-468c-a354-bada5ec3ae3f-root {
    text-align: center;
  }


#s-e267ef93-f971-468c-a354-bada5ec3ae3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e267ef93-f971-468c-a354-bada5ec3ae3f-root {
    text-align: center;
  }


#s-e267ef93-f971-468c-a354-bada5ec3ae3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e267ef93-f971-468c-a354-bada5ec3ae3f-root {
    text-align: center;
  }


#s-e267ef93-f971-468c-a354-bada5ec3ae3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e739285f-fb58-41d8-9022-271f0daebb16 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e739285f-fb58-41d8-9022-271f0daebb16 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e739285f-fb58-41d8-9022-271f0daebb16 img.shogun-image,
  #s-e739285f-fb58-41d8-9022-271f0daebb16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e739285f-fb58-41d8-9022-271f0daebb16 {
    width: 100%;
    height: auto;
  }



  #s-e739285f-fb58-41d8-9022-271f0daebb16 img.shogun-image {
    

    
    
    
  }


#s-e739285f-fb58-41d8-9022-271f0daebb16 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3baebb69-daa3-4dcb-9da2-fe80edd9a9ed {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5d54c774-6f5b-45a8-bca9-9da91753a8ea {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTJjNTFmMDktNzQ5Yy00YjRhLWJhNTctYzJmMGFkNTIzMjhiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzEyYzUxZjA5LTc0OWMtNGI0YS1iYTU3LWMyZjBhZDUyMzI4YikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5d54c774-6f5b-45a8-bca9-9da91753a8ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d54c774-6f5b-45a8-bca9-9da91753a8ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5d54c774-6f5b-45a8-bca9-9da91753a8ea-root {
    text-align: center;
  }


#s-5d54c774-6f5b-45a8-bca9-9da91753a8ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d54c774-6f5b-45a8-bca9-9da91753a8ea-root {
    text-align: center;
  }


#s-5d54c774-6f5b-45a8-bca9-9da91753a8ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d54c774-6f5b-45a8-bca9-9da91753a8ea-root {
    text-align: center;
  }


#s-5d54c774-6f5b-45a8-bca9-9da91753a8ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d54c774-6f5b-45a8-bca9-9da91753a8ea-root {
    text-align: center;
  }


#s-5d54c774-6f5b-45a8-bca9-9da91753a8ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d54c774-6f5b-45a8-bca9-9da91753a8ea-root {
    text-align: center;
  }


#s-5d54c774-6f5b-45a8-bca9-9da91753a8ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7285e82c-1282-4c2b-9a5b-6c450d29d377 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-7285e82c-1282-4c2b-9a5b-6c450d29d377 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7285e82c-1282-4c2b-9a5b-6c450d29d377 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7285e82c-1282-4c2b-9a5b-6c450d29d377 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-7285e82c-1282-4c2b-9a5b-6c450d29d377 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-7285e82c-1282-4c2b-9a5b-6c450d29d377"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7285e82c-1282-4c2b-9a5b-6c450d29d377"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7285e82c-1282-4c2b-9a5b-6c450d29d377"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7285e82c-1282-4c2b-9a5b-6c450d29d377"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-73586988-9f51-4940-b6c9-35b3ea0c2202 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-73586988-9f51-4940-b6c9-35b3ea0c2202 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-73586988-9f51-4940-b6c9-35b3ea0c2202 img.shogun-image,
  #s-73586988-9f51-4940-b6c9-35b3ea0c2202 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73586988-9f51-4940-b6c9-35b3ea0c2202 {
    width: 100%;
    height: auto;
  }



  #s-73586988-9f51-4940-b6c9-35b3ea0c2202 img.shogun-image {
    

    
    
    
  }


#s-73586988-9f51-4940-b6c9-35b3ea0c2202 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5e2f2784-6a61-4a76-82de-ca1af8401255 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d8607279-271c-49f2-a2af-26834f7a8667 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d8607279-271c-49f2-a2af-26834f7a8667:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8607279-271c-49f2-a2af-26834f7a8667:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d8607279-271c-49f2-a2af-26834f7a8667-root {
    text-align: center;
  }


#s-d8607279-271c-49f2-a2af-26834f7a8667.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8607279-271c-49f2-a2af-26834f7a8667-root {
    text-align: center;
  }


#s-d8607279-271c-49f2-a2af-26834f7a8667.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8607279-271c-49f2-a2af-26834f7a8667-root {
    text-align: center;
  }


#s-d8607279-271c-49f2-a2af-26834f7a8667.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8607279-271c-49f2-a2af-26834f7a8667-root {
    text-align: center;
  }


#s-d8607279-271c-49f2-a2af-26834f7a8667.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8607279-271c-49f2-a2af-26834f7a8667-root {
    text-align: center;
  }


#s-d8607279-271c-49f2-a2af-26834f7a8667.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-57f5f4f7-f3e9-4b9a-a481-5cb9aabc91db {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-57f5f4f7-f3e9-4b9a-a481-5cb9aabc91db {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-57f5f4f7-f3e9-4b9a-a481-5cb9aabc91db img.shogun-image,
  #s-57f5f4f7-f3e9-4b9a-a481-5cb9aabc91db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57f5f4f7-f3e9-4b9a-a481-5cb9aabc91db {
    width: 100%;
    height: auto;
  }



  #s-57f5f4f7-f3e9-4b9a-a481-5cb9aabc91db img.shogun-image {
    

    
    
    
  }


#s-57f5f4f7-f3e9-4b9a-a481-5cb9aabc91db .shogun-image-content {
  
    justify-content: center;
  
}

#s-d218f4c3-8166-4c57-bd60-100a59a98334 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ef14b2fd-9d77-41d9-bf82-5e10dd59b3c0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ef14b2fd-9d77-41d9-bf82-5e10dd59b3c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef14b2fd-9d77-41d9-bf82-5e10dd59b3c0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef14b2fd-9d77-41d9-bf82-5e10dd59b3c0-root {
    text-align: center;
  }


#s-ef14b2fd-9d77-41d9-bf82-5e10dd59b3c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ef14b2fd-9d77-41d9-bf82-5e10dd59b3c0-root {
    text-align: center;
  }


#s-ef14b2fd-9d77-41d9-bf82-5e10dd59b3c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef14b2fd-9d77-41d9-bf82-5e10dd59b3c0-root {
    text-align: center;
  }


#s-ef14b2fd-9d77-41d9-bf82-5e10dd59b3c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef14b2fd-9d77-41d9-bf82-5e10dd59b3c0-root {
    text-align: center;
  }


#s-ef14b2fd-9d77-41d9-bf82-5e10dd59b3c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ef14b2fd-9d77-41d9-bf82-5e10dd59b3c0-root {
    text-align: center;
  }


#s-ef14b2fd-9d77-41d9-bf82-5e10dd59b3c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5a9278f9-6c9e-42f5-be18-fde98e141ccf {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-5a9278f9-6c9e-42f5-be18-fde98e141ccf {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-5a9278f9-6c9e-42f5-be18-fde98e141ccf img.shogun-image,
  #s-5a9278f9-6c9e-42f5-be18-fde98e141ccf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a9278f9-6c9e-42f5-be18-fde98e141ccf {
    width: 100%;
    height: auto;
  }



  #s-5a9278f9-6c9e-42f5-be18-fde98e141ccf img.shogun-image {
    

    
    
    
  }


#s-5a9278f9-6c9e-42f5-be18-fde98e141ccf .shogun-image-content {
  
    justify-content: center;
  
}

#s-9c20323a-2ea2-4e3a-b85c-b8f002f56c74 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-73c8d08f-5886-480d-99a6-12d22dd3256f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-73c8d08f-5886-480d-99a6-12d22dd3256f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73c8d08f-5886-480d-99a6-12d22dd3256f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-73c8d08f-5886-480d-99a6-12d22dd3256f-root {
    text-align: center;
  }


#s-73c8d08f-5886-480d-99a6-12d22dd3256f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-73c8d08f-5886-480d-99a6-12d22dd3256f-root {
    text-align: center;
  }


#s-73c8d08f-5886-480d-99a6-12d22dd3256f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73c8d08f-5886-480d-99a6-12d22dd3256f-root {
    text-align: center;
  }


#s-73c8d08f-5886-480d-99a6-12d22dd3256f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73c8d08f-5886-480d-99a6-12d22dd3256f-root {
    text-align: center;
  }


#s-73c8d08f-5886-480d-99a6-12d22dd3256f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-73c8d08f-5886-480d-99a6-12d22dd3256f-root {
    text-align: center;
  }


#s-73c8d08f-5886-480d-99a6-12d22dd3256f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0de45a93-9db6-44cc-9814-1278ae4df1c5 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-0de45a93-9db6-44cc-9814-1278ae4df1c5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0de45a93-9db6-44cc-9814-1278ae4df1c5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0de45a93-9db6-44cc-9814-1278ae4df1c5 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-0de45a93-9db6-44cc-9814-1278ae4df1c5 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-0de45a93-9db6-44cc-9814-1278ae4df1c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0de45a93-9db6-44cc-9814-1278ae4df1c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0de45a93-9db6-44cc-9814-1278ae4df1c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0de45a93-9db6-44cc-9814-1278ae4df1c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-be5804be-ffe0-4ad8-9ff4-4f0330a9599f {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-be5804be-ffe0-4ad8-9ff4-4f0330a9599f {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-be5804be-ffe0-4ad8-9ff4-4f0330a9599f img.shogun-image,
  #s-be5804be-ffe0-4ad8-9ff4-4f0330a9599f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-be5804be-ffe0-4ad8-9ff4-4f0330a9599f {
    width: 100%;
    height: auto;
  }



  #s-be5804be-ffe0-4ad8-9ff4-4f0330a9599f img.shogun-image {
    

    
    
    
  }


#s-be5804be-ffe0-4ad8-9ff4-4f0330a9599f .shogun-image-content {
  
    justify-content: center;
  
}

#s-7aa9fd8c-10e5-4f9c-9ab1-2ec86fccbce8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e8c52bfd-b114-4bae-8fcf-7769295aa35d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e8c52bfd-b114-4bae-8fcf-7769295aa35d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8c52bfd-b114-4bae-8fcf-7769295aa35d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e8c52bfd-b114-4bae-8fcf-7769295aa35d-root {
    text-align: center;
  }


#s-e8c52bfd-b114-4bae-8fcf-7769295aa35d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8c52bfd-b114-4bae-8fcf-7769295aa35d-root {
    text-align: center;
  }


#s-e8c52bfd-b114-4bae-8fcf-7769295aa35d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8c52bfd-b114-4bae-8fcf-7769295aa35d-root {
    text-align: center;
  }


#s-e8c52bfd-b114-4bae-8fcf-7769295aa35d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8c52bfd-b114-4bae-8fcf-7769295aa35d-root {
    text-align: center;
  }


#s-e8c52bfd-b114-4bae-8fcf-7769295aa35d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8c52bfd-b114-4bae-8fcf-7769295aa35d-root {
    text-align: center;
  }


#s-e8c52bfd-b114-4bae-8fcf-7769295aa35d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-680f15ad-d0e3-4294-8608-cf32a63e66e1 {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-680f15ad-d0e3-4294-8608-cf32a63e66e1 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-680f15ad-d0e3-4294-8608-cf32a63e66e1 img.shogun-image,
  #s-680f15ad-d0e3-4294-8608-cf32a63e66e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-680f15ad-d0e3-4294-8608-cf32a63e66e1 {
    width: 100%;
    height: auto;
  }



  #s-680f15ad-d0e3-4294-8608-cf32a63e66e1 img.shogun-image {
    

    
    
    
  }


#s-680f15ad-d0e3-4294-8608-cf32a63e66e1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fd4d051a-4375-4e6a-975b-806ea779c951 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-969a3748-6102-4529-a6ca-fe4b6b8869e9 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-969a3748-6102-4529-a6ca-fe4b6b8869e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-969a3748-6102-4529-a6ca-fe4b6b8869e9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-969a3748-6102-4529-a6ca-fe4b6b8869e9-root {
    text-align: center;
  }


#s-969a3748-6102-4529-a6ca-fe4b6b8869e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-969a3748-6102-4529-a6ca-fe4b6b8869e9-root {
    text-align: center;
  }


#s-969a3748-6102-4529-a6ca-fe4b6b8869e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-969a3748-6102-4529-a6ca-fe4b6b8869e9-root {
    text-align: center;
  }


#s-969a3748-6102-4529-a6ca-fe4b6b8869e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-969a3748-6102-4529-a6ca-fe4b6b8869e9-root {
    text-align: center;
  }


#s-969a3748-6102-4529-a6ca-fe4b6b8869e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-969a3748-6102-4529-a6ca-fe4b6b8869e9-root {
    text-align: center;
  }


#s-969a3748-6102-4529-a6ca-fe4b6b8869e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0b74e6f9-23c3-4870-90c0-66db523c2f52 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-0b74e6f9-23c3-4870-90c0-66db523c2f52 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0b74e6f9-23c3-4870-90c0-66db523c2f52 img.shogun-image,
  #s-0b74e6f9-23c3-4870-90c0-66db523c2f52 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b74e6f9-23c3-4870-90c0-66db523c2f52 {
    width: 100%;
    height: auto;
  }



  #s-0b74e6f9-23c3-4870-90c0-66db523c2f52 img.shogun-image {
    

    
    
    
  }


#s-0b74e6f9-23c3-4870-90c0-66db523c2f52 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7f24fc37-c358-4066-a843-e39212eb6cdd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e6e017bf-a9ac-4319-8696-72d2875a06b6 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e6e017bf-a9ac-4319-8696-72d2875a06b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6e017bf-a9ac-4319-8696-72d2875a06b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e6e017bf-a9ac-4319-8696-72d2875a06b6-root {
    text-align: center;
  }


#s-e6e017bf-a9ac-4319-8696-72d2875a06b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6e017bf-a9ac-4319-8696-72d2875a06b6-root {
    text-align: center;
  }


#s-e6e017bf-a9ac-4319-8696-72d2875a06b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6e017bf-a9ac-4319-8696-72d2875a06b6-root {
    text-align: center;
  }


#s-e6e017bf-a9ac-4319-8696-72d2875a06b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6e017bf-a9ac-4319-8696-72d2875a06b6-root {
    text-align: center;
  }


#s-e6e017bf-a9ac-4319-8696-72d2875a06b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6e017bf-a9ac-4319-8696-72d2875a06b6-root {
    text-align: center;
  }


#s-e6e017bf-a9ac-4319-8696-72d2875a06b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0a624b2c-cb3b-42e3-b105-dd4ebb4d1002 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-0a624b2c-cb3b-42e3-b105-dd4ebb4d1002 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a624b2c-cb3b-42e3-b105-dd4ebb4d1002 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a624b2c-cb3b-42e3-b105-dd4ebb4d1002 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-0a624b2c-cb3b-42e3-b105-dd4ebb4d1002 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-0a624b2c-cb3b-42e3-b105-dd4ebb4d1002"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a624b2c-cb3b-42e3-b105-dd4ebb4d1002"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0a624b2c-cb3b-42e3-b105-dd4ebb4d1002"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a624b2c-cb3b-42e3-b105-dd4ebb4d1002"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-49c5bea5-e00b-432f-812a-bec1aa86e034 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-49c5bea5-e00b-432f-812a-bec1aa86e034 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-49c5bea5-e00b-432f-812a-bec1aa86e034 img.shogun-image,
  #s-49c5bea5-e00b-432f-812a-bec1aa86e034 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-49c5bea5-e00b-432f-812a-bec1aa86e034 {
    width: 100%;
    height: auto;
  }



  #s-49c5bea5-e00b-432f-812a-bec1aa86e034 img.shogun-image {
    

    
    
    
  }


#s-49c5bea5-e00b-432f-812a-bec1aa86e034 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8967c260-1ad8-4da3-aa0e-107d1b59ddc2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b23ebe7a-05d8-466c-8927-7570bca676d8 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b23ebe7a-05d8-466c-8927-7570bca676d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b23ebe7a-05d8-466c-8927-7570bca676d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b23ebe7a-05d8-466c-8927-7570bca676d8-root {
    text-align: center;
  }


#s-b23ebe7a-05d8-466c-8927-7570bca676d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b23ebe7a-05d8-466c-8927-7570bca676d8-root {
    text-align: center;
  }


#s-b23ebe7a-05d8-466c-8927-7570bca676d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b23ebe7a-05d8-466c-8927-7570bca676d8-root {
    text-align: center;
  }


#s-b23ebe7a-05d8-466c-8927-7570bca676d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b23ebe7a-05d8-466c-8927-7570bca676d8-root {
    text-align: center;
  }


#s-b23ebe7a-05d8-466c-8927-7570bca676d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b23ebe7a-05d8-466c-8927-7570bca676d8-root {
    text-align: center;
  }


#s-b23ebe7a-05d8-466c-8927-7570bca676d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-15c4c0c1-4081-4ff9-abb8-30b2eaa44140 {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-15c4c0c1-4081-4ff9-abb8-30b2eaa44140 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-15c4c0c1-4081-4ff9-abb8-30b2eaa44140 img.shogun-image,
  #s-15c4c0c1-4081-4ff9-abb8-30b2eaa44140 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15c4c0c1-4081-4ff9-abb8-30b2eaa44140 {
    width: 100%;
    height: auto;
  }



  #s-15c4c0c1-4081-4ff9-abb8-30b2eaa44140 img.shogun-image {
    

    
    
    
  }


#s-15c4c0c1-4081-4ff9-abb8-30b2eaa44140 .shogun-image-content {
  
    justify-content: center;
  
}

#s-97a181fa-1db8-41b6-99c5-a2c7eb624261 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8ebed835-2f5b-4509-b021-b1809a91dff7 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8ebed835-2f5b-4509-b021-b1809a91dff7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ebed835-2f5b-4509-b021-b1809a91dff7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ebed835-2f5b-4509-b021-b1809a91dff7-root {
    text-align: center;
  }


#s-8ebed835-2f5b-4509-b021-b1809a91dff7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ebed835-2f5b-4509-b021-b1809a91dff7-root {
    text-align: center;
  }


#s-8ebed835-2f5b-4509-b021-b1809a91dff7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ebed835-2f5b-4509-b021-b1809a91dff7-root {
    text-align: center;
  }


#s-8ebed835-2f5b-4509-b021-b1809a91dff7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ebed835-2f5b-4509-b021-b1809a91dff7-root {
    text-align: center;
  }


#s-8ebed835-2f5b-4509-b021-b1809a91dff7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ebed835-2f5b-4509-b021-b1809a91dff7-root {
    text-align: center;
  }


#s-8ebed835-2f5b-4509-b021-b1809a91dff7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b5876610-1df4-4940-a2c8-c2e0d5c51c24 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-b5876610-1df4-4940-a2c8-c2e0d5c51c24 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b5876610-1df4-4940-a2c8-c2e0d5c51c24 img.shogun-image,
  #s-b5876610-1df4-4940-a2c8-c2e0d5c51c24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5876610-1df4-4940-a2c8-c2e0d5c51c24 {
    width: 100%;
    height: auto;
  }



  #s-b5876610-1df4-4940-a2c8-c2e0d5c51c24 img.shogun-image {
    

    
    
    
  }


#s-b5876610-1df4-4940-a2c8-c2e0d5c51c24 .shogun-image-content {
  
    justify-content: center;
  
}

#s-66147761-6b2d-472a-8891-7f926460f911 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4a029176-29a4-46d6-ad4f-b16ce7a3b278 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-4a029176-29a4-46d6-ad4f-b16ce7a3b278:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a029176-29a4-46d6-ad4f-b16ce7a3b278:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4a029176-29a4-46d6-ad4f-b16ce7a3b278-root {
    text-align: center;
  }


#s-4a029176-29a4-46d6-ad4f-b16ce7a3b278.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a029176-29a4-46d6-ad4f-b16ce7a3b278-root {
    text-align: center;
  }


#s-4a029176-29a4-46d6-ad4f-b16ce7a3b278.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a029176-29a4-46d6-ad4f-b16ce7a3b278-root {
    text-align: center;
  }


#s-4a029176-29a4-46d6-ad4f-b16ce7a3b278.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a029176-29a4-46d6-ad4f-b16ce7a3b278-root {
    text-align: center;
  }


#s-4a029176-29a4-46d6-ad4f-b16ce7a3b278.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a029176-29a4-46d6-ad4f-b16ce7a3b278-root {
    text-align: center;
  }


#s-4a029176-29a4-46d6-ad4f-b16ce7a3b278.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f4c5df23-9d0d-4d5c-8068-397f86cebfef {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-f4c5df23-9d0d-4d5c-8068-397f86cebfef {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4c5df23-9d0d-4d5c-8068-397f86cebfef {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4c5df23-9d0d-4d5c-8068-397f86cebfef {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-f4c5df23-9d0d-4d5c-8068-397f86cebfef {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-f4c5df23-9d0d-4d5c-8068-397f86cebfef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4c5df23-9d0d-4d5c-8068-397f86cebfef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 39.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-f4c5df23-9d0d-4d5c-8068-397f86cebfef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 39.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-f4c5df23-9d0d-4d5c-8068-397f86cebfef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 39.333333333333336px);
}

}

#s-9e285b63-de03-4c6d-b440-1b7d5e8fdb0f {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-9e285b63-de03-4c6d-b440-1b7d5e8fdb0f {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9e285b63-de03-4c6d-b440-1b7d5e8fdb0f img.shogun-image,
  #s-9e285b63-de03-4c6d-b440-1b7d5e8fdb0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e285b63-de03-4c6d-b440-1b7d5e8fdb0f {
    width: 100%;
    height: auto;
  }



  #s-9e285b63-de03-4c6d-b440-1b7d5e8fdb0f img.shogun-image {
    

    
    
    
  }


#s-9e285b63-de03-4c6d-b440-1b7d5e8fdb0f .shogun-image-content {
  
    justify-content: center;
  
}

#s-798117d7-8f67-435a-8f87-e7d5aae33d8a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f4786adf-e41b-4d92-bc3d-4d09ecb995ba {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f4786adf-e41b-4d92-bc3d-4d09ecb995ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4786adf-e41b-4d92-bc3d-4d09ecb995ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4786adf-e41b-4d92-bc3d-4d09ecb995ba-root {
    text-align: center;
  }


#s-f4786adf-e41b-4d92-bc3d-4d09ecb995ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f4786adf-e41b-4d92-bc3d-4d09ecb995ba-root {
    text-align: center;
  }


#s-f4786adf-e41b-4d92-bc3d-4d09ecb995ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4786adf-e41b-4d92-bc3d-4d09ecb995ba-root {
    text-align: center;
  }


#s-f4786adf-e41b-4d92-bc3d-4d09ecb995ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4786adf-e41b-4d92-bc3d-4d09ecb995ba-root {
    text-align: center;
  }


#s-f4786adf-e41b-4d92-bc3d-4d09ecb995ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f4786adf-e41b-4d92-bc3d-4d09ecb995ba-root {
    text-align: center;
  }


#s-f4786adf-e41b-4d92-bc3d-4d09ecb995ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-82a4ae00-94e5-445a-972d-3b37d7253848 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-82a4ae00-94e5-445a-972d-3b37d7253848 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-82a4ae00-94e5-445a-972d-3b37d7253848 img.shogun-image,
  #s-82a4ae00-94e5-445a-972d-3b37d7253848 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82a4ae00-94e5-445a-972d-3b37d7253848 {
    width: 100%;
    height: auto;
  }



  #s-82a4ae00-94e5-445a-972d-3b37d7253848 img.shogun-image {
    

    
    
    
  }


#s-82a4ae00-94e5-445a-972d-3b37d7253848 .shogun-image-content {
  
    justify-content: center;
  
}

#s-00887443-4ecf-4087-a088-18b5e65043c0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c95ba478-5ba8-4e3f-8a08-b68df37929c8 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c95ba478-5ba8-4e3f-8a08-b68df37929c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c95ba478-5ba8-4e3f-8a08-b68df37929c8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c95ba478-5ba8-4e3f-8a08-b68df37929c8-root {
    text-align: center;
  }


#s-c95ba478-5ba8-4e3f-8a08-b68df37929c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c95ba478-5ba8-4e3f-8a08-b68df37929c8-root {
    text-align: center;
  }


#s-c95ba478-5ba8-4e3f-8a08-b68df37929c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c95ba478-5ba8-4e3f-8a08-b68df37929c8-root {
    text-align: center;
  }


#s-c95ba478-5ba8-4e3f-8a08-b68df37929c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c95ba478-5ba8-4e3f-8a08-b68df37929c8-root {
    text-align: center;
  }


#s-c95ba478-5ba8-4e3f-8a08-b68df37929c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c95ba478-5ba8-4e3f-8a08-b68df37929c8-root {
    text-align: center;
  }


#s-c95ba478-5ba8-4e3f-8a08-b68df37929c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4f2548e8-3d83-424b-9315-232bdb4ab886 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-4f2548e8-3d83-424b-9315-232bdb4ab886 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-4f2548e8-3d83-424b-9315-232bdb4ab886 img.shogun-image,
  #s-4f2548e8-3d83-424b-9315-232bdb4ab886 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f2548e8-3d83-424b-9315-232bdb4ab886 {
    width: 100%;
    height: auto;
  }



  #s-4f2548e8-3d83-424b-9315-232bdb4ab886 img.shogun-image {
    

    
    
    
  }


#s-4f2548e8-3d83-424b-9315-232bdb4ab886 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0de3c637-0859-4223-86f5-e8f05ead0286 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-62ec7dcf-f903-4497-8288-09f506d8de4b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-62ec7dcf-f903-4497-8288-09f506d8de4b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62ec7dcf-f903-4497-8288-09f506d8de4b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-62ec7dcf-f903-4497-8288-09f506d8de4b-root {
    text-align: center;
  }


#s-62ec7dcf-f903-4497-8288-09f506d8de4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-62ec7dcf-f903-4497-8288-09f506d8de4b-root {
    text-align: center;
  }


#s-62ec7dcf-f903-4497-8288-09f506d8de4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62ec7dcf-f903-4497-8288-09f506d8de4b-root {
    text-align: center;
  }


#s-62ec7dcf-f903-4497-8288-09f506d8de4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62ec7dcf-f903-4497-8288-09f506d8de4b-root {
    text-align: center;
  }


#s-62ec7dcf-f903-4497-8288-09f506d8de4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-62ec7dcf-f903-4497-8288-09f506d8de4b-root {
    text-align: center;
  }


#s-62ec7dcf-f903-4497-8288-09f506d8de4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3777e84c-60f5-42fc-b11f-6769c11237c3 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-3777e84c-60f5-42fc-b11f-6769c11237c3 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3777e84c-60f5-42fc-b11f-6769c11237c3 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3777e84c-60f5-42fc-b11f-6769c11237c3 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-3777e84c-60f5-42fc-b11f-6769c11237c3 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-3777e84c-60f5-42fc-b11f-6769c11237c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3777e84c-60f5-42fc-b11f-6769c11237c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3777e84c-60f5-42fc-b11f-6769c11237c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3777e84c-60f5-42fc-b11f-6769c11237c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-37d0b489-44ff-4de0-81c8-faa0323b2e01 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-37d0b489-44ff-4de0-81c8-faa0323b2e01 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-37d0b489-44ff-4de0-81c8-faa0323b2e01 img.shogun-image,
  #s-37d0b489-44ff-4de0-81c8-faa0323b2e01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37d0b489-44ff-4de0-81c8-faa0323b2e01 {
    width: 100%;
    height: auto;
  }



  #s-37d0b489-44ff-4de0-81c8-faa0323b2e01 img.shogun-image {
    

    
    
    
  }


#s-37d0b489-44ff-4de0-81c8-faa0323b2e01 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2c2f6eac-6b28-4ec8-a62f-0a1dae958148 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1cfda0c3-7486-43de-834a-99290bbd73a5 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1cfda0c3-7486-43de-834a-99290bbd73a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1cfda0c3-7486-43de-834a-99290bbd73a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1cfda0c3-7486-43de-834a-99290bbd73a5-root {
    text-align: center;
  }


#s-1cfda0c3-7486-43de-834a-99290bbd73a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cfda0c3-7486-43de-834a-99290bbd73a5-root {
    text-align: center;
  }


#s-1cfda0c3-7486-43de-834a-99290bbd73a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cfda0c3-7486-43de-834a-99290bbd73a5-root {
    text-align: center;
  }


#s-1cfda0c3-7486-43de-834a-99290bbd73a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cfda0c3-7486-43de-834a-99290bbd73a5-root {
    text-align: center;
  }


#s-1cfda0c3-7486-43de-834a-99290bbd73a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cfda0c3-7486-43de-834a-99290bbd73a5-root {
    text-align: center;
  }


#s-1cfda0c3-7486-43de-834a-99290bbd73a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e84b8b45-c87e-4dbb-b544-558f22e5bb52 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e84b8b45-c87e-4dbb-b544-558f22e5bb52 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e84b8b45-c87e-4dbb-b544-558f22e5bb52 img.shogun-image,
  #s-e84b8b45-c87e-4dbb-b544-558f22e5bb52 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e84b8b45-c87e-4dbb-b544-558f22e5bb52 {
    width: 100%;
    height: auto;
  }



  #s-e84b8b45-c87e-4dbb-b544-558f22e5bb52 img.shogun-image {
    

    
    
    
  }


#s-e84b8b45-c87e-4dbb-b544-558f22e5bb52 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ab50dc7d-03b9-4ca6-9fd4-d098e4eb969b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fac8b355-44f8-4d1b-8266-296beab12ce1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-fac8b355-44f8-4d1b-8266-296beab12ce1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fac8b355-44f8-4d1b-8266-296beab12ce1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fac8b355-44f8-4d1b-8266-296beab12ce1-root {
    text-align: center;
  }


#s-fac8b355-44f8-4d1b-8266-296beab12ce1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fac8b355-44f8-4d1b-8266-296beab12ce1-root {
    text-align: center;
  }


#s-fac8b355-44f8-4d1b-8266-296beab12ce1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fac8b355-44f8-4d1b-8266-296beab12ce1-root {
    text-align: center;
  }


#s-fac8b355-44f8-4d1b-8266-296beab12ce1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fac8b355-44f8-4d1b-8266-296beab12ce1-root {
    text-align: center;
  }


#s-fac8b355-44f8-4d1b-8266-296beab12ce1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fac8b355-44f8-4d1b-8266-296beab12ce1-root {
    text-align: center;
  }


#s-fac8b355-44f8-4d1b-8266-296beab12ce1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ceeef765-01df-4ea7-8b8f-7a2aa3622223 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ceeef765-01df-4ea7-8b8f-7a2aa3622223 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ceeef765-01df-4ea7-8b8f-7a2aa3622223 img.shogun-image,
  #s-ceeef765-01df-4ea7-8b8f-7a2aa3622223 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ceeef765-01df-4ea7-8b8f-7a2aa3622223 {
    width: 100%;
    height: auto;
  }



  #s-ceeef765-01df-4ea7-8b8f-7a2aa3622223 img.shogun-image {
    

    
    
    
  }


#s-ceeef765-01df-4ea7-8b8f-7a2aa3622223 .shogun-image-content {
  
    justify-content: center;
  
}

#s-71ea5b50-d0ed-408b-ac8f-f8ab887b2787 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6eb1c3ab-efb3-46e0-a09c-3616cfe1c2a1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6eb1c3ab-efb3-46e0-a09c-3616cfe1c2a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6eb1c3ab-efb3-46e0-a09c-3616cfe1c2a1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6eb1c3ab-efb3-46e0-a09c-3616cfe1c2a1-root {
    text-align: center;
  }


#s-6eb1c3ab-efb3-46e0-a09c-3616cfe1c2a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6eb1c3ab-efb3-46e0-a09c-3616cfe1c2a1-root {
    text-align: center;
  }


#s-6eb1c3ab-efb3-46e0-a09c-3616cfe1c2a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6eb1c3ab-efb3-46e0-a09c-3616cfe1c2a1-root {
    text-align: center;
  }


#s-6eb1c3ab-efb3-46e0-a09c-3616cfe1c2a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6eb1c3ab-efb3-46e0-a09c-3616cfe1c2a1-root {
    text-align: center;
  }


#s-6eb1c3ab-efb3-46e0-a09c-3616cfe1c2a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6eb1c3ab-efb3-46e0-a09c-3616cfe1c2a1-root {
    text-align: center;
  }


#s-6eb1c3ab-efb3-46e0-a09c-3616cfe1c2a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4dda1439-a3c6-4991-9fa1-f6711d4f5098 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-4dda1439-a3c6-4991-9fa1-f6711d4f5098 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4dda1439-a3c6-4991-9fa1-f6711d4f5098 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4dda1439-a3c6-4991-9fa1-f6711d4f5098 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-4dda1439-a3c6-4991-9fa1-f6711d4f5098 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-4dda1439-a3c6-4991-9fa1-f6711d4f5098"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dda1439-a3c6-4991-9fa1-f6711d4f5098"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4dda1439-a3c6-4991-9fa1-f6711d4f5098"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dda1439-a3c6-4991-9fa1-f6711d4f5098"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0f2a4804-47ec-4724-bcec-85ab55bc1847 {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-0f2a4804-47ec-4724-bcec-85ab55bc1847 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0f2a4804-47ec-4724-bcec-85ab55bc1847 img.shogun-image,
  #s-0f2a4804-47ec-4724-bcec-85ab55bc1847 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f2a4804-47ec-4724-bcec-85ab55bc1847 {
    width: 100%;
    height: auto;
  }



  #s-0f2a4804-47ec-4724-bcec-85ab55bc1847 img.shogun-image {
    

    
    
    
  }


#s-0f2a4804-47ec-4724-bcec-85ab55bc1847 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c410ba4e-5d2a-4568-ab65-1c7d2f87ed10 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-eb800759-3195-4e8b-ba14-1c6f1cb5a0cc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-eb800759-3195-4e8b-ba14-1c6f1cb5a0cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb800759-3195-4e8b-ba14-1c6f1cb5a0cc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eb800759-3195-4e8b-ba14-1c6f1cb5a0cc-root {
    text-align: center;
  }


#s-eb800759-3195-4e8b-ba14-1c6f1cb5a0cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb800759-3195-4e8b-ba14-1c6f1cb5a0cc-root {
    text-align: center;
  }


#s-eb800759-3195-4e8b-ba14-1c6f1cb5a0cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb800759-3195-4e8b-ba14-1c6f1cb5a0cc-root {
    text-align: center;
  }


#s-eb800759-3195-4e8b-ba14-1c6f1cb5a0cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb800759-3195-4e8b-ba14-1c6f1cb5a0cc-root {
    text-align: center;
  }


#s-eb800759-3195-4e8b-ba14-1c6f1cb5a0cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb800759-3195-4e8b-ba14-1c6f1cb5a0cc-root {
    text-align: center;
  }


#s-eb800759-3195-4e8b-ba14-1c6f1cb5a0cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6452fa36-2e62-4e60-ab2b-7a8e40305f43 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-6452fa36-2e62-4e60-ab2b-7a8e40305f43 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6452fa36-2e62-4e60-ab2b-7a8e40305f43 img.shogun-image,
  #s-6452fa36-2e62-4e60-ab2b-7a8e40305f43 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6452fa36-2e62-4e60-ab2b-7a8e40305f43 {
    width: 100%;
    height: auto;
  }



  #s-6452fa36-2e62-4e60-ab2b-7a8e40305f43 img.shogun-image {
    

    
    
    
  }


#s-6452fa36-2e62-4e60-ab2b-7a8e40305f43 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9fc9d47a-d02c-4693-ba64-07c1c9209a77 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3950cfbe-8065-486a-b7e7-061d3f093fce {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3950cfbe-8065-486a-b7e7-061d3f093fce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3950cfbe-8065-486a-b7e7-061d3f093fce:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3950cfbe-8065-486a-b7e7-061d3f093fce-root {
    text-align: center;
  }


#s-3950cfbe-8065-486a-b7e7-061d3f093fce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3950cfbe-8065-486a-b7e7-061d3f093fce-root {
    text-align: center;
  }


#s-3950cfbe-8065-486a-b7e7-061d3f093fce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3950cfbe-8065-486a-b7e7-061d3f093fce-root {
    text-align: center;
  }


#s-3950cfbe-8065-486a-b7e7-061d3f093fce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3950cfbe-8065-486a-b7e7-061d3f093fce-root {
    text-align: center;
  }


#s-3950cfbe-8065-486a-b7e7-061d3f093fce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3950cfbe-8065-486a-b7e7-061d3f093fce-root {
    text-align: center;
  }


#s-3950cfbe-8065-486a-b7e7-061d3f093fce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1b496ce1-e990-45e8-8879-eb1451143c4e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-1b496ce1-e990-45e8-8879-eb1451143c4e {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1b496ce1-e990-45e8-8879-eb1451143c4e img.shogun-image,
  #s-1b496ce1-e990-45e8-8879-eb1451143c4e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b496ce1-e990-45e8-8879-eb1451143c4e {
    width: 100%;
    height: auto;
  }



  #s-1b496ce1-e990-45e8-8879-eb1451143c4e img.shogun-image {
    

    
    
    
  }


#s-1b496ce1-e990-45e8-8879-eb1451143c4e .shogun-image-content {
  
    justify-content: center;
  
}

#s-d4bafb10-49c0-41b4-b389-285ce74f4d36 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6aff6f6e-8a27-4688-81a1-f61dad15e518 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6aff6f6e-8a27-4688-81a1-f61dad15e518:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6aff6f6e-8a27-4688-81a1-f61dad15e518:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6aff6f6e-8a27-4688-81a1-f61dad15e518-root {
    text-align: center;
  }


#s-6aff6f6e-8a27-4688-81a1-f61dad15e518.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6aff6f6e-8a27-4688-81a1-f61dad15e518-root {
    text-align: center;
  }


#s-6aff6f6e-8a27-4688-81a1-f61dad15e518.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6aff6f6e-8a27-4688-81a1-f61dad15e518-root {
    text-align: center;
  }


#s-6aff6f6e-8a27-4688-81a1-f61dad15e518.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6aff6f6e-8a27-4688-81a1-f61dad15e518-root {
    text-align: center;
  }


#s-6aff6f6e-8a27-4688-81a1-f61dad15e518.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6aff6f6e-8a27-4688-81a1-f61dad15e518-root {
    text-align: center;
  }


#s-6aff6f6e-8a27-4688-81a1-f61dad15e518.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c2aec491-3c06-49ba-9585-6297eaf53415 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-c2aec491-3c06-49ba-9585-6297eaf53415 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2aec491-3c06-49ba-9585-6297eaf53415 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2aec491-3c06-49ba-9585-6297eaf53415 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-c2aec491-3c06-49ba-9585-6297eaf53415 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-c2aec491-3c06-49ba-9585-6297eaf53415"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2aec491-3c06-49ba-9585-6297eaf53415"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c2aec491-3c06-49ba-9585-6297eaf53415"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2aec491-3c06-49ba-9585-6297eaf53415"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fa6c7dd7-a06a-4375-b11f-990fb03850d5 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-fa6c7dd7-a06a-4375-b11f-990fb03850d5 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-fa6c7dd7-a06a-4375-b11f-990fb03850d5 img.shogun-image,
  #s-fa6c7dd7-a06a-4375-b11f-990fb03850d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa6c7dd7-a06a-4375-b11f-990fb03850d5 {
    width: 100%;
    height: auto;
  }



  #s-fa6c7dd7-a06a-4375-b11f-990fb03850d5 img.shogun-image {
    

    
    
    
  }


#s-fa6c7dd7-a06a-4375-b11f-990fb03850d5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-57527df5-24e5-4222-a9d6-9ba847d24703 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dcfa3648-1395-44f2-829c-30d47658e3e2 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-dcfa3648-1395-44f2-829c-30d47658e3e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dcfa3648-1395-44f2-829c-30d47658e3e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dcfa3648-1395-44f2-829c-30d47658e3e2-root {
    text-align: center;
  }


#s-dcfa3648-1395-44f2-829c-30d47658e3e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dcfa3648-1395-44f2-829c-30d47658e3e2-root {
    text-align: center;
  }


#s-dcfa3648-1395-44f2-829c-30d47658e3e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcfa3648-1395-44f2-829c-30d47658e3e2-root {
    text-align: center;
  }


#s-dcfa3648-1395-44f2-829c-30d47658e3e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcfa3648-1395-44f2-829c-30d47658e3e2-root {
    text-align: center;
  }


#s-dcfa3648-1395-44f2-829c-30d47658e3e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dcfa3648-1395-44f2-829c-30d47658e3e2-root {
    text-align: center;
  }


#s-dcfa3648-1395-44f2-829c-30d47658e3e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9708dee0-3182-424b-bd5f-afdc7e610eef {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-9708dee0-3182-424b-bd5f-afdc7e610eef {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9708dee0-3182-424b-bd5f-afdc7e610eef img.shogun-image,
  #s-9708dee0-3182-424b-bd5f-afdc7e610eef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9708dee0-3182-424b-bd5f-afdc7e610eef {
    width: 100%;
    height: auto;
  }



  #s-9708dee0-3182-424b-bd5f-afdc7e610eef img.shogun-image {
    

    
    
    
  }


#s-9708dee0-3182-424b-bd5f-afdc7e610eef .shogun-image-content {
  
    justify-content: center;
  
}

#s-8b9bf704-24bd-4e48-b097-baaf4a44e5df {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-00cecb2d-3ce6-405a-b029-cfae02d6225e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-00cecb2d-3ce6-405a-b029-cfae02d6225e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00cecb2d-3ce6-405a-b029-cfae02d6225e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-00cecb2d-3ce6-405a-b029-cfae02d6225e-root {
    text-align: center;
  }


#s-00cecb2d-3ce6-405a-b029-cfae02d6225e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00cecb2d-3ce6-405a-b029-cfae02d6225e-root {
    text-align: center;
  }


#s-00cecb2d-3ce6-405a-b029-cfae02d6225e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00cecb2d-3ce6-405a-b029-cfae02d6225e-root {
    text-align: center;
  }


#s-00cecb2d-3ce6-405a-b029-cfae02d6225e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00cecb2d-3ce6-405a-b029-cfae02d6225e-root {
    text-align: center;
  }


#s-00cecb2d-3ce6-405a-b029-cfae02d6225e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00cecb2d-3ce6-405a-b029-cfae02d6225e-root {
    text-align: center;
  }


#s-00cecb2d-3ce6-405a-b029-cfae02d6225e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a66ecb28-c0ab-48a6-93a5-f7ff45d19dfb {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-a66ecb28-c0ab-48a6-93a5-f7ff45d19dfb {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a66ecb28-c0ab-48a6-93a5-f7ff45d19dfb img.shogun-image,
  #s-a66ecb28-c0ab-48a6-93a5-f7ff45d19dfb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a66ecb28-c0ab-48a6-93a5-f7ff45d19dfb {
    width: 100%;
    height: auto;
  }



  #s-a66ecb28-c0ab-48a6-93a5-f7ff45d19dfb img.shogun-image {
    

    
    
    
  }


#s-a66ecb28-c0ab-48a6-93a5-f7ff45d19dfb .shogun-image-content {
  
    justify-content: center;
  
}

#s-7f113535-af03-43fd-a36b-bd267722c8ad {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-99842cad-4ad9-4245-8c06-d01a59a51714 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-99842cad-4ad9-4245-8c06-d01a59a51714:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-99842cad-4ad9-4245-8c06-d01a59a51714:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-99842cad-4ad9-4245-8c06-d01a59a51714-root {
    text-align: center;
  }


#s-99842cad-4ad9-4245-8c06-d01a59a51714.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-99842cad-4ad9-4245-8c06-d01a59a51714-root {
    text-align: center;
  }


#s-99842cad-4ad9-4245-8c06-d01a59a51714.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99842cad-4ad9-4245-8c06-d01a59a51714-root {
    text-align: center;
  }


#s-99842cad-4ad9-4245-8c06-d01a59a51714.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99842cad-4ad9-4245-8c06-d01a59a51714-root {
    text-align: center;
  }


#s-99842cad-4ad9-4245-8c06-d01a59a51714.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-99842cad-4ad9-4245-8c06-d01a59a51714-root {
    text-align: center;
  }


#s-99842cad-4ad9-4245-8c06-d01a59a51714.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc6f0a12-5ab7-4a5e-9aca-c8979d67f519 {
  min-height: 500px;
}








#s-cc6f0a12-5ab7-4a5e-9aca-c8979d67f519 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc6f0a12-5ab7-4a5e-9aca-c8979d67f519.shg-box.shg-c {
  justify-content: flex-start;
}

#s-712005f2-9db9-46ce-a872-75aa7a261239 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-712005f2-9db9-46ce-a872-75aa7a261239 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-712005f2-9db9-46ce-a872-75aa7a261239 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-712005f2-9db9-46ce-a872-75aa7a261239 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-712005f2-9db9-46ce-a872-75aa7a261239 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-712005f2-9db9-46ce-a872-75aa7a261239"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-712005f2-9db9-46ce-a872-75aa7a261239"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-712005f2-9db9-46ce-a872-75aa7a261239"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-712005f2-9db9-46ce-a872-75aa7a261239"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-23a35806-b358-474e-9cb1-2d267ad59590 {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-23a35806-b358-474e-9cb1-2d267ad59590 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-23a35806-b358-474e-9cb1-2d267ad59590 img.shogun-image,
  #s-23a35806-b358-474e-9cb1-2d267ad59590 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23a35806-b358-474e-9cb1-2d267ad59590 {
    width: 100%;
    height: auto;
  }



  #s-23a35806-b358-474e-9cb1-2d267ad59590 img.shogun-image {
    

    
    
    
  }


#s-23a35806-b358-474e-9cb1-2d267ad59590 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a30dc754-09e5-4df8-929e-69fa72600a63 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5b99fd7f-d8fe-467f-bd4d-2602fc365b12 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5b99fd7f-d8fe-467f-bd4d-2602fc365b12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b99fd7f-d8fe-467f-bd4d-2602fc365b12:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b99fd7f-d8fe-467f-bd4d-2602fc365b12-root {
    text-align: center;
  }


#s-5b99fd7f-d8fe-467f-bd4d-2602fc365b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b99fd7f-d8fe-467f-bd4d-2602fc365b12-root {
    text-align: center;
  }


#s-5b99fd7f-d8fe-467f-bd4d-2602fc365b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b99fd7f-d8fe-467f-bd4d-2602fc365b12-root {
    text-align: center;
  }


#s-5b99fd7f-d8fe-467f-bd4d-2602fc365b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b99fd7f-d8fe-467f-bd4d-2602fc365b12-root {
    text-align: center;
  }


#s-5b99fd7f-d8fe-467f-bd4d-2602fc365b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b99fd7f-d8fe-467f-bd4d-2602fc365b12-root {
    text-align: center;
  }


#s-5b99fd7f-d8fe-467f-bd4d-2602fc365b12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1de15b43-234b-4106-a284-483fbb68180c {
  background-image: url(https://i.shgcdn.com/909ab6fb-68d2-4c23-9fa8-5d0f01ce8e11/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-1de15b43-234b-4106-a284-483fbb68180c {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1de15b43-234b-4106-a284-483fbb68180c img.shogun-image,
  #s-1de15b43-234b-4106-a284-483fbb68180c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1de15b43-234b-4106-a284-483fbb68180c {
    width: 100%;
    height: auto;
  }



  #s-1de15b43-234b-4106-a284-483fbb68180c img.shogun-image {
    

    
    
    
  }


#s-1de15b43-234b-4106-a284-483fbb68180c .shogun-image-content {
  
    justify-content: center;
  
}

#s-bac4f43e-92e6-44a8-abf1-ab27d037b1a5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d9404aea-df3b-47b2-870b-2b6eacf59496 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d9404aea-df3b-47b2-870b-2b6eacf59496:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9404aea-df3b-47b2-870b-2b6eacf59496:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9404aea-df3b-47b2-870b-2b6eacf59496-root {
    text-align: center;
  }


#s-d9404aea-df3b-47b2-870b-2b6eacf59496.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9404aea-df3b-47b2-870b-2b6eacf59496-root {
    text-align: center;
  }


#s-d9404aea-df3b-47b2-870b-2b6eacf59496.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9404aea-df3b-47b2-870b-2b6eacf59496-root {
    text-align: center;
  }


#s-d9404aea-df3b-47b2-870b-2b6eacf59496.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9404aea-df3b-47b2-870b-2b6eacf59496-root {
    text-align: center;
  }


#s-d9404aea-df3b-47b2-870b-2b6eacf59496.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9404aea-df3b-47b2-870b-2b6eacf59496-root {
    text-align: center;
  }


#s-d9404aea-df3b-47b2-870b-2b6eacf59496.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6e7622ce-ea3d-4b93-863a-5c7c731c3442 {
  background-image: url(https://i.shgcdn.com/79d785e6-b8d8-45e6-94e6-c60a1fc6e119/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
background-color: rgba(250, 250, 250, 1);
}

#s-6e7622ce-ea3d-4b93-863a-5c7c731c3442 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6e7622ce-ea3d-4b93-863a-5c7c731c3442 img.shogun-image,
  #s-6e7622ce-ea3d-4b93-863a-5c7c731c3442 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6e7622ce-ea3d-4b93-863a-5c7c731c3442 {
    width: 100%;
    height: auto;
  }



  #s-6e7622ce-ea3d-4b93-863a-5c7c731c3442 img.shogun-image {
    

    
    
    
  }


#s-6e7622ce-ea3d-4b93-863a-5c7c731c3442 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b2051dc6-c640-4948-8642-b9dbf6d38253 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8a6d42bb-536c-4297-95af-3e99e86b037f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8a6d42bb-536c-4297-95af-3e99e86b037f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a6d42bb-536c-4297-95af-3e99e86b037f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8a6d42bb-536c-4297-95af-3e99e86b037f-root {
    text-align: center;
  }


#s-8a6d42bb-536c-4297-95af-3e99e86b037f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a6d42bb-536c-4297-95af-3e99e86b037f-root {
    text-align: center;
  }


#s-8a6d42bb-536c-4297-95af-3e99e86b037f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a6d42bb-536c-4297-95af-3e99e86b037f-root {
    text-align: center;
  }


#s-8a6d42bb-536c-4297-95af-3e99e86b037f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a6d42bb-536c-4297-95af-3e99e86b037f-root {
    text-align: center;
  }


#s-8a6d42bb-536c-4297-95af-3e99e86b037f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a6d42bb-536c-4297-95af-3e99e86b037f-root {
    text-align: center;
  }


#s-8a6d42bb-536c-4297-95af-3e99e86b037f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-86a54d3d-5e63-4e0f-b568-4ee766d97942 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-86a54d3d-5e63-4e0f-b568-4ee766d97942 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86a54d3d-5e63-4e0f-b568-4ee766d97942 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-86a54d3d-5e63-4e0f-b568-4ee766d97942 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-86a54d3d-5e63-4e0f-b568-4ee766d97942 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-86a54d3d-5e63-4e0f-b568-4ee766d97942"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86a54d3d-5e63-4e0f-b568-4ee766d97942"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-86a54d3d-5e63-4e0f-b568-4ee766d97942"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-86a54d3d-5e63-4e0f-b568-4ee766d97942"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-48a3477d-af0a-4753-9b35-ed066cbb3db5 {
  background-image: url(https://i.shgcdn.com/909ab6fb-68d2-4c23-9fa8-5d0f01ce8e11/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-48a3477d-af0a-4753-9b35-ed066cbb3db5 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-48a3477d-af0a-4753-9b35-ed066cbb3db5 img.shogun-image,
  #s-48a3477d-af0a-4753-9b35-ed066cbb3db5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48a3477d-af0a-4753-9b35-ed066cbb3db5 {
    width: 100%;
    height: auto;
  }



  #s-48a3477d-af0a-4753-9b35-ed066cbb3db5 img.shogun-image {
    

    
    
    
  }


#s-48a3477d-af0a-4753-9b35-ed066cbb3db5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7f5c7eb5-8e89-4253-8e6d-4885b2d0a854 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e268ce02-9ae5-4fd1-b0f8-7287ebe689e9 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e268ce02-9ae5-4fd1-b0f8-7287ebe689e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e268ce02-9ae5-4fd1-b0f8-7287ebe689e9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e268ce02-9ae5-4fd1-b0f8-7287ebe689e9-root {
    text-align: center;
  }


#s-e268ce02-9ae5-4fd1-b0f8-7287ebe689e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e268ce02-9ae5-4fd1-b0f8-7287ebe689e9-root {
    text-align: center;
  }


#s-e268ce02-9ae5-4fd1-b0f8-7287ebe689e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e268ce02-9ae5-4fd1-b0f8-7287ebe689e9-root {
    text-align: center;
  }


#s-e268ce02-9ae5-4fd1-b0f8-7287ebe689e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e268ce02-9ae5-4fd1-b0f8-7287ebe689e9-root {
    text-align: center;
  }


#s-e268ce02-9ae5-4fd1-b0f8-7287ebe689e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e268ce02-9ae5-4fd1-b0f8-7287ebe689e9-root {
    text-align: center;
  }


#s-e268ce02-9ae5-4fd1-b0f8-7287ebe689e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1ff2c4ad-0c5e-4acb-8511-fed521e69193 {
  background-image: url(https://i.shgcdn.com/194f31dc-75c5-4d7f-a549-7ec578f2c4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-1ff2c4ad-0c5e-4acb-8511-fed521e69193 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1ff2c4ad-0c5e-4acb-8511-fed521e69193 img.shogun-image,
  #s-1ff2c4ad-0c5e-4acb-8511-fed521e69193 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ff2c4ad-0c5e-4acb-8511-fed521e69193 {
    width: 100%;
    height: auto;
  }



  #s-1ff2c4ad-0c5e-4acb-8511-fed521e69193 img.shogun-image {
    

    
    
    
  }


#s-1ff2c4ad-0c5e-4acb-8511-fed521e69193 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d2a8f526-73ec-4faa-99e0-e3e6981e14cd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-505e2250-0c62-460e-877e-4e0852137375 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-505e2250-0c62-460e-877e-4e0852137375:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-505e2250-0c62-460e-877e-4e0852137375:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-505e2250-0c62-460e-877e-4e0852137375-root {
    text-align: center;
  }


#s-505e2250-0c62-460e-877e-4e0852137375.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-505e2250-0c62-460e-877e-4e0852137375-root {
    text-align: center;
  }


#s-505e2250-0c62-460e-877e-4e0852137375.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-505e2250-0c62-460e-877e-4e0852137375-root {
    text-align: center;
  }


#s-505e2250-0c62-460e-877e-4e0852137375.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-505e2250-0c62-460e-877e-4e0852137375-root {
    text-align: center;
  }


#s-505e2250-0c62-460e-877e-4e0852137375.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-505e2250-0c62-460e-877e-4e0852137375-root {
    text-align: center;
  }


#s-505e2250-0c62-460e-877e-4e0852137375.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-808b6725-0e37-4655-8f91-65a6febfc940 {
  background-image: url(https://i.shgcdn.com/1a5b0f36-60c0-4b74-abf1-d9491acf0f71/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-808b6725-0e37-4655-8f91-65a6febfc940 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-808b6725-0e37-4655-8f91-65a6febfc940 img.shogun-image,
  #s-808b6725-0e37-4655-8f91-65a6febfc940 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-808b6725-0e37-4655-8f91-65a6febfc940 {
    width: 100%;
    height: auto;
  }



  #s-808b6725-0e37-4655-8f91-65a6febfc940 img.shogun-image {
    

    
    
    
  }


#s-808b6725-0e37-4655-8f91-65a6febfc940 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c6fa3729-b4ce-4b35-b180-7098d98207d9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f9e459b3-2d45-4f00-b153-c8afe9c6d994 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f9e459b3-2d45-4f00-b153-c8afe9c6d994:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f9e459b3-2d45-4f00-b153-c8afe9c6d994:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f9e459b3-2d45-4f00-b153-c8afe9c6d994-root {
    text-align: center;
  }


#s-f9e459b3-2d45-4f00-b153-c8afe9c6d994.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f9e459b3-2d45-4f00-b153-c8afe9c6d994-root {
    text-align: center;
  }


#s-f9e459b3-2d45-4f00-b153-c8afe9c6d994.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f9e459b3-2d45-4f00-b153-c8afe9c6d994-root {
    text-align: center;
  }


#s-f9e459b3-2d45-4f00-b153-c8afe9c6d994.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f9e459b3-2d45-4f00-b153-c8afe9c6d994-root {
    text-align: center;
  }


#s-f9e459b3-2d45-4f00-b153-c8afe9c6d994.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f9e459b3-2d45-4f00-b153-c8afe9c6d994-root {
    text-align: center;
  }


#s-f9e459b3-2d45-4f00-b153-c8afe9c6d994.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-841989bd-b600-4dce-95bd-f91bf4ba205f {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-841989bd-b600-4dce-95bd-f91bf4ba205f {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-841989bd-b600-4dce-95bd-f91bf4ba205f {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-841989bd-b600-4dce-95bd-f91bf4ba205f {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-841989bd-b600-4dce-95bd-f91bf4ba205f {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-841989bd-b600-4dce-95bd-f91bf4ba205f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-841989bd-b600-4dce-95bd-f91bf4ba205f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-841989bd-b600-4dce-95bd-f91bf4ba205f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-841989bd-b600-4dce-95bd-f91bf4ba205f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d9e73487-3951-435c-a419-2d049bbea25e {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-d9e73487-3951-435c-a419-2d049bbea25e {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d9e73487-3951-435c-a419-2d049bbea25e img.shogun-image,
  #s-d9e73487-3951-435c-a419-2d049bbea25e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9e73487-3951-435c-a419-2d049bbea25e {
    width: 100%;
    height: auto;
  }



  #s-d9e73487-3951-435c-a419-2d049bbea25e img.shogun-image {
    

    
    
    
  }


#s-d9e73487-3951-435c-a419-2d049bbea25e .shogun-image-content {
  
    justify-content: center;
  
}

#s-4b62b5fa-2831-4773-aae7-6b2e79aa03ce {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0fd0c993-d2ce-4d92-8a2e-3bbe2f2aa51f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0fd0c993-d2ce-4d92-8a2e-3bbe2f2aa51f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0fd0c993-d2ce-4d92-8a2e-3bbe2f2aa51f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0fd0c993-d2ce-4d92-8a2e-3bbe2f2aa51f-root {
    text-align: center;
  }


#s-0fd0c993-d2ce-4d92-8a2e-3bbe2f2aa51f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0fd0c993-d2ce-4d92-8a2e-3bbe2f2aa51f-root {
    text-align: center;
  }


#s-0fd0c993-d2ce-4d92-8a2e-3bbe2f2aa51f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fd0c993-d2ce-4d92-8a2e-3bbe2f2aa51f-root {
    text-align: center;
  }


#s-0fd0c993-d2ce-4d92-8a2e-3bbe2f2aa51f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0fd0c993-d2ce-4d92-8a2e-3bbe2f2aa51f-root {
    text-align: center;
  }


#s-0fd0c993-d2ce-4d92-8a2e-3bbe2f2aa51f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0fd0c993-d2ce-4d92-8a2e-3bbe2f2aa51f-root {
    text-align: center;
  }


#s-0fd0c993-d2ce-4d92-8a2e-3bbe2f2aa51f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-381a91b5-ff40-4e98-967b-c591447e33f7 {
  background-image: url(https://i.shgcdn.com/c656ca60-b17a-49d5-8b07-5a6f0cea3463/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}

#s-381a91b5-ff40-4e98-967b-c591447e33f7 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-381a91b5-ff40-4e98-967b-c591447e33f7 img.shogun-image,
  #s-381a91b5-ff40-4e98-967b-c591447e33f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-381a91b5-ff40-4e98-967b-c591447e33f7 {
    width: 100%;
    height: auto;
  }



  #s-381a91b5-ff40-4e98-967b-c591447e33f7 img.shogun-image {
    

    
    
    
  }


#s-381a91b5-ff40-4e98-967b-c591447e33f7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-650b0cc5-3fd2-4046-b406-1c12be8442ef {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3250df24-76ce-4514-ba1a-91240dec6e4c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3250df24-76ce-4514-ba1a-91240dec6e4c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3250df24-76ce-4514-ba1a-91240dec6e4c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3250df24-76ce-4514-ba1a-91240dec6e4c-root {
    text-align: center;
  }


#s-3250df24-76ce-4514-ba1a-91240dec6e4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3250df24-76ce-4514-ba1a-91240dec6e4c-root {
    text-align: center;
  }


#s-3250df24-76ce-4514-ba1a-91240dec6e4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3250df24-76ce-4514-ba1a-91240dec6e4c-root {
    text-align: center;
  }


#s-3250df24-76ce-4514-ba1a-91240dec6e4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3250df24-76ce-4514-ba1a-91240dec6e4c-root {
    text-align: center;
  }


#s-3250df24-76ce-4514-ba1a-91240dec6e4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3250df24-76ce-4514-ba1a-91240dec6e4c-root {
    text-align: center;
  }


#s-3250df24-76ce-4514-ba1a-91240dec6e4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-35c265f6-4ded-45c6-9104-866d71b6b96a {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-35c265f6-4ded-45c6-9104-866d71b6b96a {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-35c265f6-4ded-45c6-9104-866d71b6b96a img.shogun-image,
  #s-35c265f6-4ded-45c6-9104-866d71b6b96a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35c265f6-4ded-45c6-9104-866d71b6b96a {
    width: 100%;
    height: auto;
  }



  #s-35c265f6-4ded-45c6-9104-866d71b6b96a img.shogun-image {
    

    
    
    
  }


#s-35c265f6-4ded-45c6-9104-866d71b6b96a .shogun-image-content {
  
    justify-content: center;
  
}

#s-62bdf4cb-a604-4c55-a901-6c25fcf986c5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fdaafa6f-5c71-4c91-b378-a21bbe9e6106 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-fdaafa6f-5c71-4c91-b378-a21bbe9e6106:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fdaafa6f-5c71-4c91-b378-a21bbe9e6106:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fdaafa6f-5c71-4c91-b378-a21bbe9e6106-root {
    text-align: center;
  }


#s-fdaafa6f-5c71-4c91-b378-a21bbe9e6106.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fdaafa6f-5c71-4c91-b378-a21bbe9e6106-root {
    text-align: center;
  }


#s-fdaafa6f-5c71-4c91-b378-a21bbe9e6106.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fdaafa6f-5c71-4c91-b378-a21bbe9e6106-root {
    text-align: center;
  }


#s-fdaafa6f-5c71-4c91-b378-a21bbe9e6106.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fdaafa6f-5c71-4c91-b378-a21bbe9e6106-root {
    text-align: center;
  }


#s-fdaafa6f-5c71-4c91-b378-a21bbe9e6106.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fdaafa6f-5c71-4c91-b378-a21bbe9e6106-root {
    text-align: center;
  }


#s-fdaafa6f-5c71-4c91-b378-a21bbe9e6106.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7648f5fe-684e-41b1-af9c-b9ad114dba15 {
  
}








#s-7648f5fe-684e-41b1-af9c-b9ad114dba15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7648f5fe-684e-41b1-af9c-b9ad114dba15.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3a61b9e3-7829-4f1d-9db0-a4f114107db1 {
  min-height: 20px;
}








#s-3a61b9e3-7829-4f1d-9db0-a4f114107db1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a61b9e3-7829-4f1d-9db0-a4f114107db1.shg-box.shg-c {
  justify-content: center;
}

#s-b6879b7c-d92b-4706-9ea7-5002f0cf6f7d {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(23, 233, 226, 1);
border-style: solid;
min-height: 500px;
}








#s-b6879b7c-d92b-4706-9ea7-5002f0cf6f7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6879b7c-d92b-4706-9ea7-5002f0cf6f7d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-6fbac8ce-eb8d-4a12-ae68-d6a31799d716 {
  min-height: 9px;
}

#s-7765336b-f811-48df-8135-8d052a082931 {
  min-height: 75px;
}
@media (max-width: 767px){#s-7765336b-f811-48df-8135-8d052a082931 {
  display: none;
}
#s-7765336b-f811-48df-8135-8d052a082931, #wrap-s-7765336b-f811-48df-8135-8d052a082931, #wrap-content-s-7765336b-f811-48df-8135-8d052a082931 { display: none !important; }}







#s-7765336b-f811-48df-8135-8d052a082931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7765336b-f811-48df-8135-8d052a082931.shg-box.shg-c {
  justify-content: center;
}

#s-180bfaa1-79a4-474e-98c4-0d5f86d7184a {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-180bfaa1-79a4-474e-98c4-0d5f86d7184a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-180bfaa1-79a4-474e-98c4-0d5f86d7184a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-180bfaa1-79a4-474e-98c4-0d5f86d7184a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-180bfaa1-79a4-474e-98c4-0d5f86d7184a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-180bfaa1-79a4-474e-98c4-0d5f86d7184a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-180bfaa1-79a4-474e-98c4-0d5f86d7184a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-180bfaa1-79a4-474e-98c4-0d5f86d7184a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-94bffa40-299d-4044-99a8-a0ca9201a74a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94bffa40-299d-4044-99a8-a0ca9201a74a .shogun-heading-component h1 {
  color: rgba(186, 0, 240, 1);
  font-weight:  normal ;
  font-family: "Tilt Warp";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-e546d361-810e-4bab-bbb8-d212fd7a92f0 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-e546d361-810e-4bab-bbb8-d212fd7a92f0 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e546d361-810e-4bab-bbb8-d212fd7a92f0 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e546d361-810e-4bab-bbb8-d212fd7a92f0 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-e546d361-810e-4bab-bbb8-d212fd7a92f0 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-e546d361-810e-4bab-bbb8-d212fd7a92f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e546d361-810e-4bab-bbb8-d212fd7a92f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e546d361-810e-4bab-bbb8-d212fd7a92f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e546d361-810e-4bab-bbb8-d212fd7a92f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e546d361-810e-4bab-bbb8-d212fd7a92f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e546d361-810e-4bab-bbb8-d212fd7a92f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e546d361-810e-4bab-bbb8-d212fd7a92f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-84d5d4e6-35bc-46d7-a911-1f051ea21434 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 2334px;
aspect-ratio: 2334/1556;
text-align: center;
}

#s-84d5d4e6-35bc-46d7-a911-1f051ea21434 {
  overflow: hidden;
  
  
      max-width: 2334px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-84d5d4e6-35bc-46d7-a911-1f051ea21434 img.shogun-image,
  #s-84d5d4e6-35bc-46d7-a911-1f051ea21434 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84d5d4e6-35bc-46d7-a911-1f051ea21434 {
    width: 100%;
    height: auto;
  }



  #s-84d5d4e6-35bc-46d7-a911-1f051ea21434 img.shogun-image {
    

    
    
    
  }


#s-84d5d4e6-35bc-46d7-a911-1f051ea21434 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3fd5d5a6-db00-4a1f-ba19-d7612730aef1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-aba9783d-70a4-4ad0-9a61-c85a68ffc9c4 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzJiN2I3NjQtZWUzZS00MjNkLTkxMDEtMThiZDE5ZjBiYzg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzcyYjdiNzY0LWVlM2UtNDIzZC05MTAxLTE4YmQxOWYwYmM4OSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-aba9783d-70a4-4ad0-9a61-c85a68ffc9c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aba9783d-70a4-4ad0-9a61-c85a68ffc9c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aba9783d-70a4-4ad0-9a61-c85a68ffc9c4-root {
    text-align: center;
  }


#s-aba9783d-70a4-4ad0-9a61-c85a68ffc9c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aba9783d-70a4-4ad0-9a61-c85a68ffc9c4-root {
    text-align: center;
  }


#s-aba9783d-70a4-4ad0-9a61-c85a68ffc9c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aba9783d-70a4-4ad0-9a61-c85a68ffc9c4-root {
    text-align: center;
  }


#s-aba9783d-70a4-4ad0-9a61-c85a68ffc9c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aba9783d-70a4-4ad0-9a61-c85a68ffc9c4-root {
    text-align: center;
  }


#s-aba9783d-70a4-4ad0-9a61-c85a68ffc9c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aba9783d-70a4-4ad0-9a61-c85a68ffc9c4-root {
    text-align: center;
  }


#s-aba9783d-70a4-4ad0-9a61-c85a68ffc9c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-29ef2f55-2a87-4249-8238-a8dd30761ce9 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-29ef2f55-2a87-4249-8238-a8dd30761ce9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29ef2f55-2a87-4249-8238-a8dd30761ce9 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-29ef2f55-2a87-4249-8238-a8dd30761ce9 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-29ef2f55-2a87-4249-8238-a8dd30761ce9 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-29ef2f55-2a87-4249-8238-a8dd30761ce9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29ef2f55-2a87-4249-8238-a8dd30761ce9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29ef2f55-2a87-4249-8238-a8dd30761ce9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29ef2f55-2a87-4249-8238-a8dd30761ce9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6831c593-b4d4-46c5-9062-c161b292805b {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 620px;
aspect-ratio: 620/344;
text-align: center;
}

#s-6831c593-b4d4-46c5-9062-c161b292805b {
  overflow: hidden;
  
  
      max-width: 620px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6831c593-b4d4-46c5-9062-c161b292805b img.shogun-image,
  #s-6831c593-b4d4-46c5-9062-c161b292805b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6831c593-b4d4-46c5-9062-c161b292805b {
    width: 100%;
    height: auto;
  }



  #s-6831c593-b4d4-46c5-9062-c161b292805b img.shogun-image {
    

    
    
    
  }


#s-6831c593-b4d4-46c5-9062-c161b292805b .shogun-image-content {
  
    justify-content: center;
  
}

#s-d7fae43b-9eda-4682-bb5b-bf307c2234b3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-14cbe78a-1331-402b-a54b-97c52f204592 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-14cbe78a-1331-402b-a54b-97c52f204592:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-14cbe78a-1331-402b-a54b-97c52f204592:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-14cbe78a-1331-402b-a54b-97c52f204592-root {
    text-align: center;
  }


#s-14cbe78a-1331-402b-a54b-97c52f204592.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-14cbe78a-1331-402b-a54b-97c52f204592-root {
    text-align: center;
  }


#s-14cbe78a-1331-402b-a54b-97c52f204592.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14cbe78a-1331-402b-a54b-97c52f204592-root {
    text-align: center;
  }


#s-14cbe78a-1331-402b-a54b-97c52f204592.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14cbe78a-1331-402b-a54b-97c52f204592-root {
    text-align: center;
  }


#s-14cbe78a-1331-402b-a54b-97c52f204592.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-14cbe78a-1331-402b-a54b-97c52f204592-root {
    text-align: center;
  }


#s-14cbe78a-1331-402b-a54b-97c52f204592.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7fe82e60-78ad-427a-90cb-b27250654c82 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}

#s-7fe82e60-78ad-427a-90cb-b27250654c82 {
  overflow: hidden;
  
  
      max-width: 1920px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-7fe82e60-78ad-427a-90cb-b27250654c82 img.shogun-image,
  #s-7fe82e60-78ad-427a-90cb-b27250654c82 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7fe82e60-78ad-427a-90cb-b27250654c82 {
    width: 100%;
    height: auto;
  }



  #s-7fe82e60-78ad-427a-90cb-b27250654c82 img.shogun-image {
    

    
    
    
  }


#s-7fe82e60-78ad-427a-90cb-b27250654c82 .shogun-image-content {
  
    justify-content: center;
  
}

#s-78510a19-d868-42b0-b78e-918419368c81 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-74ba4c88-157f-42db-a7ef-59ea39ff127a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-74ba4c88-157f-42db-a7ef-59ea39ff127a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74ba4c88-157f-42db-a7ef-59ea39ff127a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-74ba4c88-157f-42db-a7ef-59ea39ff127a-root {
    text-align: center;
  }


#s-74ba4c88-157f-42db-a7ef-59ea39ff127a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74ba4c88-157f-42db-a7ef-59ea39ff127a-root {
    text-align: center;
  }


#s-74ba4c88-157f-42db-a7ef-59ea39ff127a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74ba4c88-157f-42db-a7ef-59ea39ff127a-root {
    text-align: center;
  }


#s-74ba4c88-157f-42db-a7ef-59ea39ff127a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74ba4c88-157f-42db-a7ef-59ea39ff127a-root {
    text-align: center;
  }


#s-74ba4c88-157f-42db-a7ef-59ea39ff127a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74ba4c88-157f-42db-a7ef-59ea39ff127a-root {
    text-align: center;
  }


#s-74ba4c88-157f-42db-a7ef-59ea39ff127a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-06304f2a-6eb8-42ea-810c-d8e601e889fc {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 3584px;
aspect-ratio: 3584/2030;
text-align: center;
}

#s-06304f2a-6eb8-42ea-810c-d8e601e889fc {
  overflow: hidden;
  
  
      max-width: 3584px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-06304f2a-6eb8-42ea-810c-d8e601e889fc img.shogun-image,
  #s-06304f2a-6eb8-42ea-810c-d8e601e889fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06304f2a-6eb8-42ea-810c-d8e601e889fc {
    width: 100%;
    height: auto;
  }



  #s-06304f2a-6eb8-42ea-810c-d8e601e889fc img.shogun-image {
    

    
    
    
  }


#s-06304f2a-6eb8-42ea-810c-d8e601e889fc .shogun-image-content {
  
    justify-content: center;
  
}

#s-4b883144-675a-4dc8-b2e9-5b4014098d9e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-41a8cf16-bd21-4e08-a985-1f1ce79bbfd8 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-41a8cf16-bd21-4e08-a985-1f1ce79bbfd8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41a8cf16-bd21-4e08-a985-1f1ce79bbfd8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-41a8cf16-bd21-4e08-a985-1f1ce79bbfd8-root {
    text-align: center;
  }


#s-41a8cf16-bd21-4e08-a985-1f1ce79bbfd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-41a8cf16-bd21-4e08-a985-1f1ce79bbfd8-root {
    text-align: center;
  }


#s-41a8cf16-bd21-4e08-a985-1f1ce79bbfd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41a8cf16-bd21-4e08-a985-1f1ce79bbfd8-root {
    text-align: center;
  }


#s-41a8cf16-bd21-4e08-a985-1f1ce79bbfd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41a8cf16-bd21-4e08-a985-1f1ce79bbfd8-root {
    text-align: center;
  }


#s-41a8cf16-bd21-4e08-a985-1f1ce79bbfd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-41a8cf16-bd21-4e08-a985-1f1ce79bbfd8-root {
    text-align: center;
  }


#s-41a8cf16-bd21-4e08-a985-1f1ce79bbfd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5e2c4bc2-843e-4094-a63e-41634861e346 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-5e2c4bc2-843e-4094-a63e-41634861e346 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e2c4bc2-843e-4094-a63e-41634861e346 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e2c4bc2-843e-4094-a63e-41634861e346 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-5e2c4bc2-843e-4094-a63e-41634861e346 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-5e2c4bc2-843e-4094-a63e-41634861e346"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e2c4bc2-843e-4094-a63e-41634861e346"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5e2c4bc2-843e-4094-a63e-41634861e346"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e2c4bc2-843e-4094-a63e-41634861e346"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-62d78c47-624d-4ba1-b7dc-9ea9255afd87 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}

#s-62d78c47-624d-4ba1-b7dc-9ea9255afd87 {
  overflow: hidden;
  
  
      max-width: 1920px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-62d78c47-624d-4ba1-b7dc-9ea9255afd87 img.shogun-image,
  #s-62d78c47-624d-4ba1-b7dc-9ea9255afd87 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62d78c47-624d-4ba1-b7dc-9ea9255afd87 {
    width: 100%;
    height: auto;
  }



  #s-62d78c47-624d-4ba1-b7dc-9ea9255afd87 img.shogun-image {
    

    
    
    
  }


#s-62d78c47-624d-4ba1-b7dc-9ea9255afd87 .shogun-image-content {
  
    justify-content: center;
  
}

#s-300eaa36-521f-447f-863a-54940bf6686f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7d4f1b4e-28df-4315-8cdb-f0132b8183ec {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7d4f1b4e-28df-4315-8cdb-f0132b8183ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d4f1b4e-28df-4315-8cdb-f0132b8183ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7d4f1b4e-28df-4315-8cdb-f0132b8183ec-root {
    text-align: center;
  }


#s-7d4f1b4e-28df-4315-8cdb-f0132b8183ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d4f1b4e-28df-4315-8cdb-f0132b8183ec-root {
    text-align: center;
  }


#s-7d4f1b4e-28df-4315-8cdb-f0132b8183ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d4f1b4e-28df-4315-8cdb-f0132b8183ec-root {
    text-align: center;
  }


#s-7d4f1b4e-28df-4315-8cdb-f0132b8183ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d4f1b4e-28df-4315-8cdb-f0132b8183ec-root {
    text-align: center;
  }


#s-7d4f1b4e-28df-4315-8cdb-f0132b8183ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d4f1b4e-28df-4315-8cdb-f0132b8183ec-root {
    text-align: center;
  }


#s-7d4f1b4e-28df-4315-8cdb-f0132b8183ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-10551122-1b45-4b85-a752-0fd8edfd8b33 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-10551122-1b45-4b85-a752-0fd8edfd8b33 {
  overflow: hidden;
  
  
}







  #s-10551122-1b45-4b85-a752-0fd8edfd8b33 img.shogun-image {
    

    
    
    
  }


#s-10551122-1b45-4b85-a752-0fd8edfd8b33 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d9aae2f0-63f2-46c5-98be-e73676657805 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a7557de9-fec0-40d0-af7e-97c3c0e368f8 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a7557de9-fec0-40d0-af7e-97c3c0e368f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7557de9-fec0-40d0-af7e-97c3c0e368f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a7557de9-fec0-40d0-af7e-97c3c0e368f8-root {
    text-align: center;
  }


#s-a7557de9-fec0-40d0-af7e-97c3c0e368f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7557de9-fec0-40d0-af7e-97c3c0e368f8-root {
    text-align: center;
  }


#s-a7557de9-fec0-40d0-af7e-97c3c0e368f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7557de9-fec0-40d0-af7e-97c3c0e368f8-root {
    text-align: center;
  }


#s-a7557de9-fec0-40d0-af7e-97c3c0e368f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7557de9-fec0-40d0-af7e-97c3c0e368f8-root {
    text-align: center;
  }


#s-a7557de9-fec0-40d0-af7e-97c3c0e368f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7557de9-fec0-40d0-af7e-97c3c0e368f8-root {
    text-align: center;
  }


#s-a7557de9-fec0-40d0-af7e-97c3c0e368f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5df1a2b6-7dd8-4148-8ba7-18105f7605fa {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-5df1a2b6-7dd8-4148-8ba7-18105f7605fa {
  overflow: hidden;
  
  
}







  #s-5df1a2b6-7dd8-4148-8ba7-18105f7605fa img.shogun-image {
    

    
    
    
  }


#s-5df1a2b6-7dd8-4148-8ba7-18105f7605fa .shogun-image-content {
  
    justify-content: center;
  
}

#s-284fe808-548d-40ff-b620-7f639f6758cf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8020a13c-ff5a-4faa-8d33-0d02ab867598 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8020a13c-ff5a-4faa-8d33-0d02ab867598:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8020a13c-ff5a-4faa-8d33-0d02ab867598:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8020a13c-ff5a-4faa-8d33-0d02ab867598-root {
    text-align: center;
  }


#s-8020a13c-ff5a-4faa-8d33-0d02ab867598.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8020a13c-ff5a-4faa-8d33-0d02ab867598-root {
    text-align: center;
  }


#s-8020a13c-ff5a-4faa-8d33-0d02ab867598.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8020a13c-ff5a-4faa-8d33-0d02ab867598-root {
    text-align: center;
  }


#s-8020a13c-ff5a-4faa-8d33-0d02ab867598.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8020a13c-ff5a-4faa-8d33-0d02ab867598-root {
    text-align: center;
  }


#s-8020a13c-ff5a-4faa-8d33-0d02ab867598.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8020a13c-ff5a-4faa-8d33-0d02ab867598-root {
    text-align: center;
  }


#s-8020a13c-ff5a-4faa-8d33-0d02ab867598.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a8af0cfa-bae3-4968-bdcc-c7385b4c9512 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-a8af0cfa-bae3-4968-bdcc-c7385b4c9512 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8af0cfa-bae3-4968-bdcc-c7385b4c9512 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8af0cfa-bae3-4968-bdcc-c7385b4c9512 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-a8af0cfa-bae3-4968-bdcc-c7385b4c9512 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-a8af0cfa-bae3-4968-bdcc-c7385b4c9512"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8af0cfa-bae3-4968-bdcc-c7385b4c9512"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a8af0cfa-bae3-4968-bdcc-c7385b4c9512"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8af0cfa-bae3-4968-bdcc-c7385b4c9512"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ca77ba7e-0877-4da6-bd2f-9c37c1d90ddb {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-ca77ba7e-0877-4da6-bd2f-9c37c1d90ddb {
  overflow: hidden;
  
  
}







  #s-ca77ba7e-0877-4da6-bd2f-9c37c1d90ddb img.shogun-image {
    

    
    
    
  }


#s-ca77ba7e-0877-4da6-bd2f-9c37c1d90ddb .shogun-image-content {
  
    justify-content: center;
  
}

#s-b4d544fb-19da-4aff-b181-b2590436cac8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-45b5d63b-db7f-4a19-9ddf-920667a1eec1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-45b5d63b-db7f-4a19-9ddf-920667a1eec1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-45b5d63b-db7f-4a19-9ddf-920667a1eec1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-45b5d63b-db7f-4a19-9ddf-920667a1eec1-root {
    text-align: center;
  }


#s-45b5d63b-db7f-4a19-9ddf-920667a1eec1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-45b5d63b-db7f-4a19-9ddf-920667a1eec1-root {
    text-align: center;
  }


#s-45b5d63b-db7f-4a19-9ddf-920667a1eec1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45b5d63b-db7f-4a19-9ddf-920667a1eec1-root {
    text-align: center;
  }


#s-45b5d63b-db7f-4a19-9ddf-920667a1eec1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45b5d63b-db7f-4a19-9ddf-920667a1eec1-root {
    text-align: center;
  }


#s-45b5d63b-db7f-4a19-9ddf-920667a1eec1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-45b5d63b-db7f-4a19-9ddf-920667a1eec1-root {
    text-align: center;
  }


#s-45b5d63b-db7f-4a19-9ddf-920667a1eec1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-92e9f8f6-533c-4c03-9437-1c24c9e43f91 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-92e9f8f6-533c-4c03-9437-1c24c9e43f91 {
  overflow: hidden;
  
  
}







  #s-92e9f8f6-533c-4c03-9437-1c24c9e43f91 img.shogun-image {
    

    
    
    
  }


#s-92e9f8f6-533c-4c03-9437-1c24c9e43f91 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ca594238-5d57-4e1f-8719-2d69d7fce9d2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-958993ee-b699-4674-aff5-ab02585c7c4c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-958993ee-b699-4674-aff5-ab02585c7c4c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-958993ee-b699-4674-aff5-ab02585c7c4c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-958993ee-b699-4674-aff5-ab02585c7c4c-root {
    text-align: center;
  }


#s-958993ee-b699-4674-aff5-ab02585c7c4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-958993ee-b699-4674-aff5-ab02585c7c4c-root {
    text-align: center;
  }


#s-958993ee-b699-4674-aff5-ab02585c7c4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-958993ee-b699-4674-aff5-ab02585c7c4c-root {
    text-align: center;
  }


#s-958993ee-b699-4674-aff5-ab02585c7c4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-958993ee-b699-4674-aff5-ab02585c7c4c-root {
    text-align: center;
  }


#s-958993ee-b699-4674-aff5-ab02585c7c4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-958993ee-b699-4674-aff5-ab02585c7c4c-root {
    text-align: center;
  }


#s-958993ee-b699-4674-aff5-ab02585c7c4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ee4ef70a-7a5f-4cc5-a138-287aa234bee6 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-ee4ef70a-7a5f-4cc5-a138-287aa234bee6 {
  overflow: hidden;
  
  
}







  #s-ee4ef70a-7a5f-4cc5-a138-287aa234bee6 img.shogun-image {
    

    
    
    
  }


#s-ee4ef70a-7a5f-4cc5-a138-287aa234bee6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-201f908c-598e-46ca-9ca0-b74906cebd8d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-37cf8aa3-19b8-49a0-9fb7-dd82e0221df6 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-37cf8aa3-19b8-49a0-9fb7-dd82e0221df6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37cf8aa3-19b8-49a0-9fb7-dd82e0221df6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-37cf8aa3-19b8-49a0-9fb7-dd82e0221df6-root {
    text-align: center;
  }


#s-37cf8aa3-19b8-49a0-9fb7-dd82e0221df6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37cf8aa3-19b8-49a0-9fb7-dd82e0221df6-root {
    text-align: center;
  }


#s-37cf8aa3-19b8-49a0-9fb7-dd82e0221df6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37cf8aa3-19b8-49a0-9fb7-dd82e0221df6-root {
    text-align: center;
  }


#s-37cf8aa3-19b8-49a0-9fb7-dd82e0221df6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37cf8aa3-19b8-49a0-9fb7-dd82e0221df6-root {
    text-align: center;
  }


#s-37cf8aa3-19b8-49a0-9fb7-dd82e0221df6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37cf8aa3-19b8-49a0-9fb7-dd82e0221df6-root {
    text-align: center;
  }


#s-37cf8aa3-19b8-49a0-9fb7-dd82e0221df6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9a1295c5-be59-43a4-94b4-46efe2064db9 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-9a1295c5-be59-43a4-94b4-46efe2064db9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a1295c5-be59-43a4-94b4-46efe2064db9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a1295c5-be59-43a4-94b4-46efe2064db9 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-9a1295c5-be59-43a4-94b4-46efe2064db9 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-9a1295c5-be59-43a4-94b4-46efe2064db9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a1295c5-be59-43a4-94b4-46efe2064db9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9a1295c5-be59-43a4-94b4-46efe2064db9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a1295c5-be59-43a4-94b4-46efe2064db9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-80a45891-6b17-4219-afea-637442a05b63 {
  background-image: url(https://i.shgcdn.com/6dbd282c-46c8-4200-9754-5fe0144cb3d6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center center;
background-color: rgba(148, 215, 233, 1);
}

#s-80a45891-6b17-4219-afea-637442a05b63 {
  overflow: hidden;
  
  
}







  #s-80a45891-6b17-4219-afea-637442a05b63 img.shogun-image {
    

    
    
    
  }


#s-80a45891-6b17-4219-afea-637442a05b63 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fbe49e32-8cfb-4b28-824b-e2f5cf90d19f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0518a403-e35b-4d60-8e30-a5727cfb10d1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0518a403-e35b-4d60-8e30-a5727cfb10d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0518a403-e35b-4d60-8e30-a5727cfb10d1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0518a403-e35b-4d60-8e30-a5727cfb10d1-root {
    text-align: center;
  }


#s-0518a403-e35b-4d60-8e30-a5727cfb10d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0518a403-e35b-4d60-8e30-a5727cfb10d1-root {
    text-align: center;
  }


#s-0518a403-e35b-4d60-8e30-a5727cfb10d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0518a403-e35b-4d60-8e30-a5727cfb10d1-root {
    text-align: center;
  }


#s-0518a403-e35b-4d60-8e30-a5727cfb10d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0518a403-e35b-4d60-8e30-a5727cfb10d1-root {
    text-align: center;
  }


#s-0518a403-e35b-4d60-8e30-a5727cfb10d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0518a403-e35b-4d60-8e30-a5727cfb10d1-root {
    text-align: center;
  }


#s-0518a403-e35b-4d60-8e30-a5727cfb10d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-719c7b2c-9692-41a9-b151-c3c21ad47d18 {
  background-image: url(https://i.shgcdn.com/78ba709f-ed24-4afe-9cb4-3bcf7428cd3d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center center;
background-color: rgba(162, 59, 197, 1);
}

#s-719c7b2c-9692-41a9-b151-c3c21ad47d18 {
  overflow: hidden;
  
  
}







  #s-719c7b2c-9692-41a9-b151-c3c21ad47d18 img.shogun-image {
    

    
    
    
  }


#s-719c7b2c-9692-41a9-b151-c3c21ad47d18 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d1c5b327-ee10-4fc1-ac7d-0697e37fe91a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-00afa1fb-5fc9-40b6-895c-af4dc6cef47b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-00afa1fb-5fc9-40b6-895c-af4dc6cef47b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00afa1fb-5fc9-40b6-895c-af4dc6cef47b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-00afa1fb-5fc9-40b6-895c-af4dc6cef47b-root {
    text-align: center;
  }


#s-00afa1fb-5fc9-40b6-895c-af4dc6cef47b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00afa1fb-5fc9-40b6-895c-af4dc6cef47b-root {
    text-align: center;
  }


#s-00afa1fb-5fc9-40b6-895c-af4dc6cef47b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00afa1fb-5fc9-40b6-895c-af4dc6cef47b-root {
    text-align: center;
  }


#s-00afa1fb-5fc9-40b6-895c-af4dc6cef47b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00afa1fb-5fc9-40b6-895c-af4dc6cef47b-root {
    text-align: center;
  }


#s-00afa1fb-5fc9-40b6-895c-af4dc6cef47b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00afa1fb-5fc9-40b6-895c-af4dc6cef47b-root {
    text-align: center;
  }


#s-00afa1fb-5fc9-40b6-895c-af4dc6cef47b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4147e58b-53a7-4d12-ab70-c1b2c07a508a {
  background-image: url(https://i.shgcdn.com/4c69bca4-f4cd-4598-8f67-164dceb66953/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center center;
background-color: rgba(246, 244, 246, 1);
}

#s-4147e58b-53a7-4d12-ab70-c1b2c07a508a {
  overflow: hidden;
  
  
}







  #s-4147e58b-53a7-4d12-ab70-c1b2c07a508a img.shogun-image {
    

    
    
    
  }


#s-4147e58b-53a7-4d12-ab70-c1b2c07a508a .shogun-image-content {
  
    justify-content: center;
  
}

#s-ead38b1a-ff80-4975-9dbb-2255cd90ff8c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ba4125c6-f215-4655-b3ba-e9081527330c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ba4125c6-f215-4655-b3ba-e9081527330c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba4125c6-f215-4655-b3ba-e9081527330c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ba4125c6-f215-4655-b3ba-e9081527330c-root {
    text-align: center;
  }


#s-ba4125c6-f215-4655-b3ba-e9081527330c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba4125c6-f215-4655-b3ba-e9081527330c-root {
    text-align: center;
  }


#s-ba4125c6-f215-4655-b3ba-e9081527330c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba4125c6-f215-4655-b3ba-e9081527330c-root {
    text-align: center;
  }


#s-ba4125c6-f215-4655-b3ba-e9081527330c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba4125c6-f215-4655-b3ba-e9081527330c-root {
    text-align: center;
  }


#s-ba4125c6-f215-4655-b3ba-e9081527330c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba4125c6-f215-4655-b3ba-e9081527330c-root {
    text-align: center;
  }


#s-ba4125c6-f215-4655-b3ba-e9081527330c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cacaeb0d-9f85-4381-b95a-ca292dda5d7b {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-cacaeb0d-9f85-4381-b95a-ca292dda5d7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cacaeb0d-9f85-4381-b95a-ca292dda5d7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cacaeb0d-9f85-4381-b95a-ca292dda5d7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cacaeb0d-9f85-4381-b95a-ca292dda5d7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cacaeb0d-9f85-4381-b95a-ca292dda5d7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cacaeb0d-9f85-4381-b95a-ca292dda5d7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cacaeb0d-9f85-4381-b95a-ca292dda5d7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-39118791-327a-426a-a4ba-d10a64151eb7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39118791-327a-426a-a4ba-d10a64151eb7 .shogun-heading-component h1 {
  color: rgba(186, 0, 240, 1);
  font-weight:  normal ;
  font-family: "Tilt Warp";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  margin-left: auto;
margin-right: auto;
max-width: 822px;
aspect-ratio: 822/352;
text-align: center;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  margin: 0 !important;
  overflow: visible;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
  /* Add background color handling */
  
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image {
  box-sizing: border-box;
}



.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container {
      position: relative;
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

@media (min-width: 1200px){#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  margin: 0 !important;
  overflow: visible;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
  /* Add background color handling */
  
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image {
  box-sizing: border-box;
}



.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container {
      position: relative;
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  margin: 0 !important;
  overflow: visible;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
  /* Add background color handling */
  
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image {
  box-sizing: border-box;
}



.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container {
      position: relative;
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  margin: 0 !important;
  overflow: visible;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
  /* Add background color handling */
  
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image {
  box-sizing: border-box;
}



.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container {
      position: relative;
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}@media (max-width: 767px){#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  margin: 0 !important;
  overflow: visible;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
  /* Add background color handling */
  
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image {
  box-sizing: border-box;
}



.s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container {
      position: relative;
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0ac399b-26cc-47d8-b04c-1be882dcbcff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}
#s-2dc45b0e-11d0-4bef-bbd5-85cf72cb4b37 {
  min-height: 500px;
}








#s-2dc45b0e-11d0-4bef-bbd5-85cf72cb4b37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dc45b0e-11d0-4bef-bbd5-85cf72cb4b37.shg-box.shg-c {
  justify-content: flex-start;
}

#s-75a49322-046f-4968-909a-c7b64c13e427 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-75a49322-046f-4968-909a-c7b64c13e427 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75a49322-046f-4968-909a-c7b64c13e427 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-75a49322-046f-4968-909a-c7b64c13e427 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-75a49322-046f-4968-909a-c7b64c13e427 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-75a49322-046f-4968-909a-c7b64c13e427"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75a49322-046f-4968-909a-c7b64c13e427"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75a49322-046f-4968-909a-c7b64c13e427"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75a49322-046f-4968-909a-c7b64c13e427"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  max-width: 522px;
text-align: center;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3.shogun-image {
  box-sizing: border-box;
}



.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3.shogun-image {
  box-sizing: border-box;
}



.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3.shogun-image {
  box-sizing: border-box;
}



.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3.shogun-image {
  box-sizing: border-box;
}



.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  margin: 0 !important;
  overflow: visible;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 img.shogun-image {
  /* Add background color handling */
  
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f953a9a5-6ab5-4375-888b-26efd31c1ae3.shogun-image {
  box-sizing: border-box;
}



.s-f953a9a5-6ab5-4375-888b-26efd31c1ae3 img.shogun-image {
  
}


}
#s-bef278b1-b8c5-4c47-8e8f-aefb30d7111d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4c5648d6-f63a-4eb6-a0cc-68c861cf634c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDMzMDZmYWQtMGYzZS00ZDI4LTk3ODYtM2UxZGQzZTQ2ZjQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzQzMzA2ZmFkLTBmM2UtNGQyOC05Nzg2LTNlMWRkM2U0NmY0MikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-4c5648d6-f63a-4eb6-a0cc-68c861cf634c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c5648d6-f63a-4eb6-a0cc-68c861cf634c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c5648d6-f63a-4eb6-a0cc-68c861cf634c-root {
    text-align: center;
  }


#s-4c5648d6-f63a-4eb6-a0cc-68c861cf634c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c5648d6-f63a-4eb6-a0cc-68c861cf634c-root {
    text-align: center;
  }


#s-4c5648d6-f63a-4eb6-a0cc-68c861cf634c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c5648d6-f63a-4eb6-a0cc-68c861cf634c-root {
    text-align: center;
  }


#s-4c5648d6-f63a-4eb6-a0cc-68c861cf634c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c5648d6-f63a-4eb6-a0cc-68c861cf634c-root {
    text-align: center;
  }


#s-4c5648d6-f63a-4eb6-a0cc-68c861cf634c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c5648d6-f63a-4eb6-a0cc-68c861cf634c-root {
    text-align: center;
  }


#s-4c5648d6-f63a-4eb6-a0cc-68c861cf634c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  max-width: 522px;
text-align: center;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  margin: 0 !important;
  overflow: visible;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb img.shogun-image {
  /* Add background color handling */
  
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb.shogun-image {
  box-sizing: border-box;
}



.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb img.shogun-image {
  
}


@media (min-width: 1200px){#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  margin: 0 !important;
  overflow: visible;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb img.shogun-image {
  /* Add background color handling */
  
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb.shogun-image {
  box-sizing: border-box;
}



.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  margin: 0 !important;
  overflow: visible;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb img.shogun-image {
  /* Add background color handling */
  
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb.shogun-image {
  box-sizing: border-box;
}



.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  margin: 0 !important;
  overflow: visible;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb img.shogun-image {
  /* Add background color handling */
  
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb.shogun-image {
  box-sizing: border-box;
}



.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb img.shogun-image {
  
}


}@media (max-width: 767px){#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  margin: 0 !important;
  overflow: visible;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0670d44b-cf62-4b22-b66e-a8e0258a24eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb img.shogun-image {
  /* Add background color handling */
  
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0670d44b-cf62-4b22-b66e-a8e0258a24eb.shogun-image {
  box-sizing: border-box;
}



.s-0670d44b-cf62-4b22-b66e-a8e0258a24eb img.shogun-image {
  
}


}
#s-802ba605-3235-45dc-8898-0e2cf5273b0b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7a66473c-5866-43eb-b453-ebd757efa7c9 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzE4NDczYmItZmI5YS00Nzk4LWJlN2EtNDhjOGNjOTFkNjBlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzMxODQ3M2JiLWZiOWEtNDc5OC1iZTdhLTQ4YzhjYzkxZDYwZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7a66473c-5866-43eb-b453-ebd757efa7c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a66473c-5866-43eb-b453-ebd757efa7c9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a66473c-5866-43eb-b453-ebd757efa7c9-root {
    text-align: center;
  }


#s-7a66473c-5866-43eb-b453-ebd757efa7c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a66473c-5866-43eb-b453-ebd757efa7c9-root {
    text-align: center;
  }


#s-7a66473c-5866-43eb-b453-ebd757efa7c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a66473c-5866-43eb-b453-ebd757efa7c9-root {
    text-align: center;
  }


#s-7a66473c-5866-43eb-b453-ebd757efa7c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a66473c-5866-43eb-b453-ebd757efa7c9-root {
    text-align: center;
  }


#s-7a66473c-5866-43eb-b453-ebd757efa7c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a66473c-5866-43eb-b453-ebd757efa7c9-root {
    text-align: center;
  }


#s-7a66473c-5866-43eb-b453-ebd757efa7c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0bfa19c0-6af4-4e28-ab44-7e0a4b3055ad {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-0bfa19c0-6af4-4e28-ab44-7e0a4b3055ad {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0bfa19c0-6af4-4e28-ab44-7e0a4b3055ad {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0bfa19c0-6af4-4e28-ab44-7e0a4b3055ad {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-0bfa19c0-6af4-4e28-ab44-7e0a4b3055ad {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-0bfa19c0-6af4-4e28-ab44-7e0a4b3055ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0bfa19c0-6af4-4e28-ab44-7e0a4b3055ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0bfa19c0-6af4-4e28-ab44-7e0a4b3055ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0bfa19c0-6af4-4e28-ab44-7e0a4b3055ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image {
  box-sizing: border-box;
}



.s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container {
      position: relative;
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image {
  box-sizing: border-box;
}



.s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container {
      position: relative;
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image {
  box-sizing: border-box;
}



.s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container {
      position: relative;
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image {
  box-sizing: border-box;
}



.s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container {
      position: relative;
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  margin: 0 !important;
  overflow: visible;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
  /* Add background color handling */
  
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e5897b79-8392-46a1-b0fc-ed514b144ef2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image {
  box-sizing: border-box;
}



.s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container {
      position: relative;
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5897b79-8392-46a1-b0fc-ed514b144ef2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-9ce5e47e-569b-4233-b3f8-94d81492f1e0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-831fc107-3934-4111-9125-0a3fe0e6704f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjdlODMyZjYtYTRmMi00NzkyLWIwMGUtYzZmM2Q1NWM2ODczIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzI3ZTgzMmY2LWE0ZjItNDc5Mi1iMDBlLWM2ZjNkNTVjNjg3MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-831fc107-3934-4111-9125-0a3fe0e6704f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-831fc107-3934-4111-9125-0a3fe0e6704f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-831fc107-3934-4111-9125-0a3fe0e6704f-root {
    text-align: center;
  }


#s-831fc107-3934-4111-9125-0a3fe0e6704f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-831fc107-3934-4111-9125-0a3fe0e6704f-root {
    text-align: center;
  }


#s-831fc107-3934-4111-9125-0a3fe0e6704f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-831fc107-3934-4111-9125-0a3fe0e6704f-root {
    text-align: center;
  }


#s-831fc107-3934-4111-9125-0a3fe0e6704f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-831fc107-3934-4111-9125-0a3fe0e6704f-root {
    text-align: center;
  }


#s-831fc107-3934-4111-9125-0a3fe0e6704f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-831fc107-3934-4111-9125-0a3fe0e6704f-root {
    text-align: center;
  }


#s-831fc107-3934-4111-9125-0a3fe0e6704f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  margin: 0 !important;
  overflow: visible;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
  /* Add background color handling */
  
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image {
  box-sizing: border-box;
}



.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container {
      position: relative;
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  margin: 0 !important;
  overflow: visible;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
  /* Add background color handling */
  
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image {
  box-sizing: border-box;
}



.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container {
      position: relative;
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  margin: 0 !important;
  overflow: visible;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
  /* Add background color handling */
  
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image {
  box-sizing: border-box;
}



.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container {
      position: relative;
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  margin: 0 !important;
  overflow: visible;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
  /* Add background color handling */
  
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image {
  box-sizing: border-box;
}



.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container {
      position: relative;
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  margin: 0 !important;
  overflow: visible;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
  /* Add background color handling */
  
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image {
  box-sizing: border-box;
}



.s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container {
      position: relative;
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f4d1f5c-8b8f-4e24-a177-18402824df6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-ddef4f1e-3fc0-40d6-a20e-ecec4e1deebc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-10b80661-d59c-42a0-b6fa-47f9a5e152ec {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTA3YjQyZmQtNzRjOS00ZGNlLTgwZDktNzkyZDc4ZGU0OGRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2EwN2I0MmZkLTc0YzktNGRjZS04MGQ5LTc5MmQ3OGRlNDhkZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-10b80661-d59c-42a0-b6fa-47f9a5e152ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10b80661-d59c-42a0-b6fa-47f9a5e152ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-10b80661-d59c-42a0-b6fa-47f9a5e152ec-root {
    text-align: center;
  }


#s-10b80661-d59c-42a0-b6fa-47f9a5e152ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-10b80661-d59c-42a0-b6fa-47f9a5e152ec-root {
    text-align: center;
  }


#s-10b80661-d59c-42a0-b6fa-47f9a5e152ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10b80661-d59c-42a0-b6fa-47f9a5e152ec-root {
    text-align: center;
  }


#s-10b80661-d59c-42a0-b6fa-47f9a5e152ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10b80661-d59c-42a0-b6fa-47f9a5e152ec-root {
    text-align: center;
  }


#s-10b80661-d59c-42a0-b6fa-47f9a5e152ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-10b80661-d59c-42a0-b6fa-47f9a5e152ec-root {
    text-align: center;
  }


#s-10b80661-d59c-42a0-b6fa-47f9a5e152ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  max-width: 522px;
text-align: center;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  margin: 0 !important;
  overflow: visible;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c img.shogun-image {
  /* Add background color handling */
  
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5a08c00d-d35c-4a62-b9e6-50123c12795c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a08c00d-d35c-4a62-b9e6-50123c12795c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a08c00d-d35c-4a62-b9e6-50123c12795c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c.shogun-image {
  box-sizing: border-box;
}



.s-5a08c00d-d35c-4a62-b9e6-50123c12795c img.shogun-image {
  
}


@media (min-width: 1200px){#s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  margin: 0 !important;
  overflow: visible;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c img.shogun-image {
  /* Add background color handling */
  
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5a08c00d-d35c-4a62-b9e6-50123c12795c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a08c00d-d35c-4a62-b9e6-50123c12795c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a08c00d-d35c-4a62-b9e6-50123c12795c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c.shogun-image {
  box-sizing: border-box;
}



.s-5a08c00d-d35c-4a62-b9e6-50123c12795c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  margin: 0 !important;
  overflow: visible;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c img.shogun-image {
  /* Add background color handling */
  
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5a08c00d-d35c-4a62-b9e6-50123c12795c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a08c00d-d35c-4a62-b9e6-50123c12795c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a08c00d-d35c-4a62-b9e6-50123c12795c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c.shogun-image {
  box-sizing: border-box;
}



.s-5a08c00d-d35c-4a62-b9e6-50123c12795c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  margin: 0 !important;
  overflow: visible;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c img.shogun-image {
  /* Add background color handling */
  
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5a08c00d-d35c-4a62-b9e6-50123c12795c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a08c00d-d35c-4a62-b9e6-50123c12795c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a08c00d-d35c-4a62-b9e6-50123c12795c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c.shogun-image {
  box-sizing: border-box;
}



.s-5a08c00d-d35c-4a62-b9e6-50123c12795c img.shogun-image {
  
}


}@media (max-width: 767px){#s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  margin: 0 !important;
  overflow: visible;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a08c00d-d35c-4a62-b9e6-50123c12795c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c img.shogun-image {
  /* Add background color handling */
  
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5a08c00d-d35c-4a62-b9e6-50123c12795c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a08c00d-d35c-4a62-b9e6-50123c12795c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a08c00d-d35c-4a62-b9e6-50123c12795c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a08c00d-d35c-4a62-b9e6-50123c12795c.shogun-image {
  box-sizing: border-box;
}



.s-5a08c00d-d35c-4a62-b9e6-50123c12795c img.shogun-image {
  
}


}
#s-ee6eee8f-7f1f-48c6-ab76-907a43477b02 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ae4645bb-5fa1-4083-a8c7-4ae9d2b5c736 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDNkZTIwMjgtOTIyZC00OTE1LWI5YTUtNDIwMzBkZDJlZDEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzQzZGUyMDI4LTkyMmQtNDkxNS1iOWE1LTQyMDMwZGQyZWQxMCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ae4645bb-5fa1-4083-a8c7-4ae9d2b5c736:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae4645bb-5fa1-4083-a8c7-4ae9d2b5c736:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae4645bb-5fa1-4083-a8c7-4ae9d2b5c736-root {
    text-align: center;
  }


#s-ae4645bb-5fa1-4083-a8c7-4ae9d2b5c736.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae4645bb-5fa1-4083-a8c7-4ae9d2b5c736-root {
    text-align: center;
  }


#s-ae4645bb-5fa1-4083-a8c7-4ae9d2b5c736.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae4645bb-5fa1-4083-a8c7-4ae9d2b5c736-root {
    text-align: center;
  }


#s-ae4645bb-5fa1-4083-a8c7-4ae9d2b5c736.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae4645bb-5fa1-4083-a8c7-4ae9d2b5c736-root {
    text-align: center;
  }


#s-ae4645bb-5fa1-4083-a8c7-4ae9d2b5c736.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae4645bb-5fa1-4083-a8c7-4ae9d2b5c736-root {
    text-align: center;
  }


#s-ae4645bb-5fa1-4083-a8c7-4ae9d2b5c736.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f98486c7-7510-47b8-88bb-f7e925d587a9 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-f98486c7-7510-47b8-88bb-f7e925d587a9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f98486c7-7510-47b8-88bb-f7e925d587a9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f98486c7-7510-47b8-88bb-f7e925d587a9 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-f98486c7-7510-47b8-88bb-f7e925d587a9 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-f98486c7-7510-47b8-88bb-f7e925d587a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f98486c7-7510-47b8-88bb-f7e925d587a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f98486c7-7510-47b8-88bb-f7e925d587a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f98486c7-7510-47b8-88bb-f7e925d587a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image {
  box-sizing: border-box;
}



.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container {
      position: relative;
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image {
  box-sizing: border-box;
}



.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container {
      position: relative;
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image {
  box-sizing: border-box;
}



.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container {
      position: relative;
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image {
  box-sizing: border-box;
}



.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container {
      position: relative;
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image {
  box-sizing: border-box;
}



.s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container {
      position: relative;
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d8ca2a4-b242-4027-a0fe-9de57380e3c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-5308188c-84ae-41ca-944a-676ac21c6834 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-14a00430-0c3c-44c4-8c2e-43d2be400f5c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWNmYTdmNmMtYjFjYy00NGY2LTk3YWQtMzE2NmY0YTU1MzU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzVjZmE3ZjZjLWIxY2MtNDRmNi05N2FkLTMxNjZmNGE1NTM1NikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-14a00430-0c3c-44c4-8c2e-43d2be400f5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-14a00430-0c3c-44c4-8c2e-43d2be400f5c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-14a00430-0c3c-44c4-8c2e-43d2be400f5c-root {
    text-align: center;
  }


#s-14a00430-0c3c-44c4-8c2e-43d2be400f5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-14a00430-0c3c-44c4-8c2e-43d2be400f5c-root {
    text-align: center;
  }


#s-14a00430-0c3c-44c4-8c2e-43d2be400f5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14a00430-0c3c-44c4-8c2e-43d2be400f5c-root {
    text-align: center;
  }


#s-14a00430-0c3c-44c4-8c2e-43d2be400f5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14a00430-0c3c-44c4-8c2e-43d2be400f5c-root {
    text-align: center;
  }


#s-14a00430-0c3c-44c4-8c2e-43d2be400f5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-14a00430-0c3c-44c4-8c2e-43d2be400f5c-root {
    text-align: center;
  }


#s-14a00430-0c3c-44c4-8c2e-43d2be400f5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  max-width: 522px;
text-align: center;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  margin: 0 !important;
  overflow: visible;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf img.shogun-image {
  /* Add background color handling */
  
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf.shogun-image {
  box-sizing: border-box;
}



.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf img.shogun-image {
  
}


@media (min-width: 1200px){#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  margin: 0 !important;
  overflow: visible;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf img.shogun-image {
  /* Add background color handling */
  
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf.shogun-image {
  box-sizing: border-box;
}



.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  margin: 0 !important;
  overflow: visible;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf img.shogun-image {
  /* Add background color handling */
  
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf.shogun-image {
  box-sizing: border-box;
}



.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  margin: 0 !important;
  overflow: visible;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf img.shogun-image {
  /* Add background color handling */
  
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf.shogun-image {
  box-sizing: border-box;
}



.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf img.shogun-image {
  
}


}@media (max-width: 767px){#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  margin: 0 !important;
  overflow: visible;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf img.shogun-image {
  /* Add background color handling */
  
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf.shogun-image {
  box-sizing: border-box;
}



.s-c7ad1deb-48d3-4787-a27b-f3c06d1971bf img.shogun-image {
  
}


}
#s-75df300c-801a-4b66-ae2a-9c73be9e45bb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0ea777a7-6f5d-468a-87f7-61e85bd9cf78 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTQyNmZkMmEtOTkzOC00ZTcwLWFiMjQtMjM2N2I3ZDExMDkwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE0MjZmZDJhLTk5MzgtNGU3MC1hYjI0LTIzNjdiN2QxMTA5MCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0ea777a7-6f5d-468a-87f7-61e85bd9cf78:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0ea777a7-6f5d-468a-87f7-61e85bd9cf78:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ea777a7-6f5d-468a-87f7-61e85bd9cf78-root {
    text-align: center;
  }


#s-0ea777a7-6f5d-468a-87f7-61e85bd9cf78.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0ea777a7-6f5d-468a-87f7-61e85bd9cf78-root {
    text-align: center;
  }


#s-0ea777a7-6f5d-468a-87f7-61e85bd9cf78.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ea777a7-6f5d-468a-87f7-61e85bd9cf78-root {
    text-align: center;
  }


#s-0ea777a7-6f5d-468a-87f7-61e85bd9cf78.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ea777a7-6f5d-468a-87f7-61e85bd9cf78-root {
    text-align: center;
  }


#s-0ea777a7-6f5d-468a-87f7-61e85bd9cf78.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0ea777a7-6f5d-468a-87f7-61e85bd9cf78-root {
    text-align: center;
  }


#s-0ea777a7-6f5d-468a-87f7-61e85bd9cf78.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-07ef7918-49cf-4389-816a-178605820d61 {
  max-width: 522px;
text-align: center;
}

#s-07ef7918-49cf-4389-816a-178605820d61 {
  margin: 0 !important;
  overflow: visible;
}

#s-07ef7918-49cf-4389-816a-178605820d61-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07ef7918-49cf-4389-816a-178605820d61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07ef7918-49cf-4389-816a-178605820d61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07ef7918-49cf-4389-816a-178605820d61 img.shogun-image {
  /* Add background color handling */
  
}

#s-07ef7918-49cf-4389-816a-178605820d61 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-07ef7918-49cf-4389-816a-178605820d61 .shogun-image-content {
  
    justify-content: center;
  
}

.s-07ef7918-49cf-4389-816a-178605820d61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ef7918-49cf-4389-816a-178605820d61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ef7918-49cf-4389-816a-178605820d61.shogun-image {
  box-sizing: border-box;
}



.s-07ef7918-49cf-4389-816a-178605820d61 img.shogun-image {
  
}


@media (min-width: 1200px){#s-07ef7918-49cf-4389-816a-178605820d61 {
  margin: 0 !important;
  overflow: visible;
}

#s-07ef7918-49cf-4389-816a-178605820d61-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07ef7918-49cf-4389-816a-178605820d61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07ef7918-49cf-4389-816a-178605820d61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07ef7918-49cf-4389-816a-178605820d61 img.shogun-image {
  /* Add background color handling */
  
}

#s-07ef7918-49cf-4389-816a-178605820d61 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-07ef7918-49cf-4389-816a-178605820d61 .shogun-image-content {
  
    justify-content: center;
  
}

.s-07ef7918-49cf-4389-816a-178605820d61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ef7918-49cf-4389-816a-178605820d61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ef7918-49cf-4389-816a-178605820d61.shogun-image {
  box-sizing: border-box;
}



.s-07ef7918-49cf-4389-816a-178605820d61 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-07ef7918-49cf-4389-816a-178605820d61 {
  margin: 0 !important;
  overflow: visible;
}

#s-07ef7918-49cf-4389-816a-178605820d61-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07ef7918-49cf-4389-816a-178605820d61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07ef7918-49cf-4389-816a-178605820d61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07ef7918-49cf-4389-816a-178605820d61 img.shogun-image {
  /* Add background color handling */
  
}

#s-07ef7918-49cf-4389-816a-178605820d61 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-07ef7918-49cf-4389-816a-178605820d61 .shogun-image-content {
  
    justify-content: center;
  
}

.s-07ef7918-49cf-4389-816a-178605820d61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ef7918-49cf-4389-816a-178605820d61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ef7918-49cf-4389-816a-178605820d61.shogun-image {
  box-sizing: border-box;
}



.s-07ef7918-49cf-4389-816a-178605820d61 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-07ef7918-49cf-4389-816a-178605820d61 {
  margin: 0 !important;
  overflow: visible;
}

#s-07ef7918-49cf-4389-816a-178605820d61-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07ef7918-49cf-4389-816a-178605820d61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07ef7918-49cf-4389-816a-178605820d61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07ef7918-49cf-4389-816a-178605820d61 img.shogun-image {
  /* Add background color handling */
  
}

#s-07ef7918-49cf-4389-816a-178605820d61 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-07ef7918-49cf-4389-816a-178605820d61 .shogun-image-content {
  
    justify-content: center;
  
}

.s-07ef7918-49cf-4389-816a-178605820d61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ef7918-49cf-4389-816a-178605820d61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ef7918-49cf-4389-816a-178605820d61.shogun-image {
  box-sizing: border-box;
}



.s-07ef7918-49cf-4389-816a-178605820d61 img.shogun-image {
  
}


}@media (max-width: 767px){#s-07ef7918-49cf-4389-816a-178605820d61 {
  margin: 0 !important;
  overflow: visible;
}

#s-07ef7918-49cf-4389-816a-178605820d61-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07ef7918-49cf-4389-816a-178605820d61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07ef7918-49cf-4389-816a-178605820d61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07ef7918-49cf-4389-816a-178605820d61 img.shogun-image {
  /* Add background color handling */
  
}

#s-07ef7918-49cf-4389-816a-178605820d61 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-07ef7918-49cf-4389-816a-178605820d61 .shogun-image-content {
  
    justify-content: center;
  
}

.s-07ef7918-49cf-4389-816a-178605820d61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ef7918-49cf-4389-816a-178605820d61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ef7918-49cf-4389-816a-178605820d61.shogun-image {
  box-sizing: border-box;
}



.s-07ef7918-49cf-4389-816a-178605820d61 img.shogun-image {
  
}


}
#s-1982a98a-5339-4508-adeb-6729da3fccbf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3f9e0729-9d4d-4454-a029-364804eca1a1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzI2NTVkMTAtMzZiNC00NGIzLWEyMWUtYjQxMmZkY2IzYzc3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzMyNjU1ZDEwLTM2YjQtNDRiMy1hMjFlLWI0MTJmZGNiM2M3NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3f9e0729-9d4d-4454-a029-364804eca1a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f9e0729-9d4d-4454-a029-364804eca1a1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f9e0729-9d4d-4454-a029-364804eca1a1-root {
    text-align: center;
  }


#s-3f9e0729-9d4d-4454-a029-364804eca1a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f9e0729-9d4d-4454-a029-364804eca1a1-root {
    text-align: center;
  }


#s-3f9e0729-9d4d-4454-a029-364804eca1a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f9e0729-9d4d-4454-a029-364804eca1a1-root {
    text-align: center;
  }


#s-3f9e0729-9d4d-4454-a029-364804eca1a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f9e0729-9d4d-4454-a029-364804eca1a1-root {
    text-align: center;
  }


#s-3f9e0729-9d4d-4454-a029-364804eca1a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f9e0729-9d4d-4454-a029-364804eca1a1-root {
    text-align: center;
  }


#s-3f9e0729-9d4d-4454-a029-364804eca1a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-07a78e33-5494-4d92-976f-f4f2507d018b {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-07a78e33-5494-4d92-976f-f4f2507d018b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07a78e33-5494-4d92-976f-f4f2507d018b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-07a78e33-5494-4d92-976f-f4f2507d018b {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-07a78e33-5494-4d92-976f-f4f2507d018b {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-07a78e33-5494-4d92-976f-f4f2507d018b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07a78e33-5494-4d92-976f-f4f2507d018b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07a78e33-5494-4d92-976f-f4f2507d018b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07a78e33-5494-4d92-976f-f4f2507d018b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  margin: 0 !important;
  overflow: visible;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
  /* Add background color handling */
  
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54da6415-8116-44c4-91c1-6bd29607bf93 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-54da6415-8116-44c4-91c1-6bd29607bf93 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54da6415-8116-44c4-91c1-6bd29607bf93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-54da6415-8116-44c4-91c1-6bd29607bf93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54da6415-8116-44c4-91c1-6bd29607bf93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image {
  box-sizing: border-box;
}



.s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-54da6415-8116-44c4-91c1-6bd29607bf93 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container {
      position: relative;
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  margin: 0 !important;
  overflow: visible;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
  /* Add background color handling */
  
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54da6415-8116-44c4-91c1-6bd29607bf93 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-54da6415-8116-44c4-91c1-6bd29607bf93 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54da6415-8116-44c4-91c1-6bd29607bf93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-54da6415-8116-44c4-91c1-6bd29607bf93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54da6415-8116-44c4-91c1-6bd29607bf93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image {
  box-sizing: border-box;
}



.s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-54da6415-8116-44c4-91c1-6bd29607bf93 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container {
      position: relative;
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  margin: 0 !important;
  overflow: visible;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
  /* Add background color handling */
  
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54da6415-8116-44c4-91c1-6bd29607bf93 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-54da6415-8116-44c4-91c1-6bd29607bf93 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54da6415-8116-44c4-91c1-6bd29607bf93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-54da6415-8116-44c4-91c1-6bd29607bf93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54da6415-8116-44c4-91c1-6bd29607bf93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image {
  box-sizing: border-box;
}



.s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-54da6415-8116-44c4-91c1-6bd29607bf93 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container {
      position: relative;
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  margin: 0 !important;
  overflow: visible;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
  /* Add background color handling */
  
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54da6415-8116-44c4-91c1-6bd29607bf93 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-54da6415-8116-44c4-91c1-6bd29607bf93 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54da6415-8116-44c4-91c1-6bd29607bf93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-54da6415-8116-44c4-91c1-6bd29607bf93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54da6415-8116-44c4-91c1-6bd29607bf93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image {
  box-sizing: border-box;
}



.s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-54da6415-8116-44c4-91c1-6bd29607bf93 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container {
      position: relative;
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  margin: 0 !important;
  overflow: visible;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54da6415-8116-44c4-91c1-6bd29607bf93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
  /* Add background color handling */
  
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-54da6415-8116-44c4-91c1-6bd29607bf93 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-54da6415-8116-44c4-91c1-6bd29607bf93 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-54da6415-8116-44c4-91c1-6bd29607bf93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-54da6415-8116-44c4-91c1-6bd29607bf93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54da6415-8116-44c4-91c1-6bd29607bf93.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image {
  box-sizing: border-box;
}



.s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-54da6415-8116-44c4-91c1-6bd29607bf93 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container {
      position: relative;
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-54da6415-8116-44c4-91c1-6bd29607bf93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-1200544f-d312-40f7-bc90-e4fb43382999 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bc3c0f63-bda3-44b3-ac89-cc634f571aad {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzZkZGRjMDgtMjYzNS00MmUyLWJjYjQtYzk1NTBlMjQyNWI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzM2ZGRkYzA4LTI2MzUtNDJlMi1iY2I0LWM5NTUwZTI0MjViOSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-bc3c0f63-bda3-44b3-ac89-cc634f571aad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc3c0f63-bda3-44b3-ac89-cc634f571aad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc3c0f63-bda3-44b3-ac89-cc634f571aad-root {
    text-align: center;
  }


#s-bc3c0f63-bda3-44b3-ac89-cc634f571aad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc3c0f63-bda3-44b3-ac89-cc634f571aad-root {
    text-align: center;
  }


#s-bc3c0f63-bda3-44b3-ac89-cc634f571aad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc3c0f63-bda3-44b3-ac89-cc634f571aad-root {
    text-align: center;
  }


#s-bc3c0f63-bda3-44b3-ac89-cc634f571aad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc3c0f63-bda3-44b3-ac89-cc634f571aad-root {
    text-align: center;
  }


#s-bc3c0f63-bda3-44b3-ac89-cc634f571aad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc3c0f63-bda3-44b3-ac89-cc634f571aad-root {
    text-align: center;
  }


#s-bc3c0f63-bda3-44b3-ac89-cc634f571aad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image {
  box-sizing: border-box;
}



.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container {
      position: relative;
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image {
  box-sizing: border-box;
}



.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container {
      position: relative;
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image {
  box-sizing: border-box;
}



.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container {
      position: relative;
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image {
  box-sizing: border-box;
}



.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container {
      position: relative;
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image {
  box-sizing: border-box;
}



.s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container {
      position: relative;
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e79e95c1-6379-4e4d-8256-96eb53ccdfd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-ef80df35-acd8-4b6e-8dfa-c1846bfebcd4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b73533a7-d723-4ada-a117-ce3d219c5e1c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmQzNjJmNzQtOWEwMy00NzY4LWJkNmItYzkxNzdkZTYxZTRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzZkMzYyZjc0LTlhMDMtNDc2OC1iZDZiLWM5MTc3ZGU2MWU0YykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b73533a7-d723-4ada-a117-ce3d219c5e1c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b73533a7-d723-4ada-a117-ce3d219c5e1c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b73533a7-d723-4ada-a117-ce3d219c5e1c-root {
    text-align: center;
  }


#s-b73533a7-d723-4ada-a117-ce3d219c5e1c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b73533a7-d723-4ada-a117-ce3d219c5e1c-root {
    text-align: center;
  }


#s-b73533a7-d723-4ada-a117-ce3d219c5e1c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b73533a7-d723-4ada-a117-ce3d219c5e1c-root {
    text-align: center;
  }


#s-b73533a7-d723-4ada-a117-ce3d219c5e1c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b73533a7-d723-4ada-a117-ce3d219c5e1c-root {
    text-align: center;
  }


#s-b73533a7-d723-4ada-a117-ce3d219c5e1c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b73533a7-d723-4ada-a117-ce3d219c5e1c-root {
    text-align: center;
  }


#s-b73533a7-d723-4ada-a117-ce3d219c5e1c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  margin: 0 !important;
  overflow: visible;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
  /* Add background color handling */
  
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e86f6e97-5ede-487d-9039-4f36242e5f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image {
  box-sizing: border-box;
}



.s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container {
      position: relative;
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  margin: 0 !important;
  overflow: visible;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
  /* Add background color handling */
  
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e86f6e97-5ede-487d-9039-4f36242e5f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image {
  box-sizing: border-box;
}



.s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container {
      position: relative;
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  margin: 0 !important;
  overflow: visible;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
  /* Add background color handling */
  
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e86f6e97-5ede-487d-9039-4f36242e5f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image {
  box-sizing: border-box;
}



.s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container {
      position: relative;
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  margin: 0 !important;
  overflow: visible;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
  /* Add background color handling */
  
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e86f6e97-5ede-487d-9039-4f36242e5f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image {
  box-sizing: border-box;
}



.s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container {
      position: relative;
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  margin: 0 !important;
  overflow: visible;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
  /* Add background color handling */
  
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-e86f6e97-5ede-487d-9039-4f36242e5f51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e86f6e97-5ede-487d-9039-4f36242e5f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image {
  box-sizing: border-box;
}



.s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e86f6e97-5ede-487d-9039-4f36242e5f51 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container {
      position: relative;
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e86f6e97-5ede-487d-9039-4f36242e5f51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-2e65842e-76e9-4d8d-bbbf-99693dcd262a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-59b443f4-e5c9-4ddd-9523-028bc1aefa25 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTBmNDczMmUtYmMwOS00NWUwLWJmYjctYTRmZTMzMzQxYTdlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2UwZjQ3MzJlLWJjMDktNDVlMC1iZmI3LWE0ZmUzMzM0MWE3ZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-59b443f4-e5c9-4ddd-9523-028bc1aefa25:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59b443f4-e5c9-4ddd-9523-028bc1aefa25:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-59b443f4-e5c9-4ddd-9523-028bc1aefa25-root {
    text-align: center;
  }


#s-59b443f4-e5c9-4ddd-9523-028bc1aefa25.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59b443f4-e5c9-4ddd-9523-028bc1aefa25-root {
    text-align: center;
  }


#s-59b443f4-e5c9-4ddd-9523-028bc1aefa25.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59b443f4-e5c9-4ddd-9523-028bc1aefa25-root {
    text-align: center;
  }


#s-59b443f4-e5c9-4ddd-9523-028bc1aefa25.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59b443f4-e5c9-4ddd-9523-028bc1aefa25-root {
    text-align: center;
  }


#s-59b443f4-e5c9-4ddd-9523-028bc1aefa25.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59b443f4-e5c9-4ddd-9523-028bc1aefa25-root {
    text-align: center;
  }


#s-59b443f4-e5c9-4ddd-9523-028bc1aefa25.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-34a5e8e2-917a-4437-a21d-f574dc4a8f5f {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-34a5e8e2-917a-4437-a21d-f574dc4a8f5f {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34a5e8e2-917a-4437-a21d-f574dc4a8f5f {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-34a5e8e2-917a-4437-a21d-f574dc4a8f5f {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-34a5e8e2-917a-4437-a21d-f574dc4a8f5f {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-34a5e8e2-917a-4437-a21d-f574dc4a8f5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34a5e8e2-917a-4437-a21d-f574dc4a8f5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-34a5e8e2-917a-4437-a21d-f574dc4a8f5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-34a5e8e2-917a-4437-a21d-f574dc4a8f5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  margin: 0 !important;
  overflow: visible;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
  /* Add background color handling */
  
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image {
  box-sizing: border-box;
}



.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container {
      position: relative;
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  margin: 0 !important;
  overflow: visible;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
  /* Add background color handling */
  
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image {
  box-sizing: border-box;
}



.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container {
      position: relative;
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  margin: 0 !important;
  overflow: visible;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
  /* Add background color handling */
  
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image {
  box-sizing: border-box;
}



.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container {
      position: relative;
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  margin: 0 !important;
  overflow: visible;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
  /* Add background color handling */
  
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image {
  box-sizing: border-box;
}



.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container {
      position: relative;
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  margin: 0 !important;
  overflow: visible;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
  /* Add background color handling */
  
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image {
  box-sizing: border-box;
}



.s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container {
      position: relative;
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-284c0fd2-eca2-48cb-9bee-a40dccaaa3ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-a17f5df2-836f-4460-903a-7b584f60c8af {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bff9e098-bdf6-4026-b09e-c481d15616ac {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzI3MTE3MGMtZmRmMS00ZDdhLTlhNDYtN2YxNDFkMDE4NmJiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzcyNzExNzBjLWZkZjEtNGQ3YS05YTQ2LTdmMTQxZDAxODZiYikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-bff9e098-bdf6-4026-b09e-c481d15616ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bff9e098-bdf6-4026-b09e-c481d15616ac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bff9e098-bdf6-4026-b09e-c481d15616ac-root {
    text-align: center;
  }


#s-bff9e098-bdf6-4026-b09e-c481d15616ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bff9e098-bdf6-4026-b09e-c481d15616ac-root {
    text-align: center;
  }


#s-bff9e098-bdf6-4026-b09e-c481d15616ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bff9e098-bdf6-4026-b09e-c481d15616ac-root {
    text-align: center;
  }


#s-bff9e098-bdf6-4026-b09e-c481d15616ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bff9e098-bdf6-4026-b09e-c481d15616ac-root {
    text-align: center;
  }


#s-bff9e098-bdf6-4026-b09e-c481d15616ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bff9e098-bdf6-4026-b09e-c481d15616ac-root {
    text-align: center;
  }


#s-bff9e098-bdf6-4026-b09e-c481d15616ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  margin: 0 !important;
  overflow: visible;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
  /* Add background color handling */
  
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfe63157-11c6-4d52-9856-fe2362c5e032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image {
  box-sizing: border-box;
}



.s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container {
      position: relative;
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  margin: 0 !important;
  overflow: visible;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
  /* Add background color handling */
  
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfe63157-11c6-4d52-9856-fe2362c5e032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image {
  box-sizing: border-box;
}



.s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container {
      position: relative;
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  margin: 0 !important;
  overflow: visible;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
  /* Add background color handling */
  
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfe63157-11c6-4d52-9856-fe2362c5e032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image {
  box-sizing: border-box;
}



.s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container {
      position: relative;
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  margin: 0 !important;
  overflow: visible;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
  /* Add background color handling */
  
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfe63157-11c6-4d52-9856-fe2362c5e032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image {
  box-sizing: border-box;
}



.s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container {
      position: relative;
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  margin: 0 !important;
  overflow: visible;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
  /* Add background color handling */
  
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-cfe63157-11c6-4d52-9856-fe2362c5e032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfe63157-11c6-4d52-9856-fe2362c5e032.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image {
  box-sizing: border-box;
}



.s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cfe63157-11c6-4d52-9856-fe2362c5e032 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container {
      position: relative;
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfe63157-11c6-4d52-9856-fe2362c5e032 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-5000fceb-4bb9-4309-8e06-a5cd9ef40a71 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8c0bbd8e-1b37-4756-b7d8-0234c28fca8f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYxNTM1M2UtY2Q3NC00MTFkLWFmZWQtMTllZWUwNjhmMzE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE2MTUzNTNlLWNkNzQtNDExZC1hZmVkLTE5ZWVlMDY4ZjMxNCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8c0bbd8e-1b37-4756-b7d8-0234c28fca8f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c0bbd8e-1b37-4756-b7d8-0234c28fca8f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8c0bbd8e-1b37-4756-b7d8-0234c28fca8f-root {
    text-align: center;
  }


#s-8c0bbd8e-1b37-4756-b7d8-0234c28fca8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c0bbd8e-1b37-4756-b7d8-0234c28fca8f-root {
    text-align: center;
  }


#s-8c0bbd8e-1b37-4756-b7d8-0234c28fca8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c0bbd8e-1b37-4756-b7d8-0234c28fca8f-root {
    text-align: center;
  }


#s-8c0bbd8e-1b37-4756-b7d8-0234c28fca8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c0bbd8e-1b37-4756-b7d8-0234c28fca8f-root {
    text-align: center;
  }


#s-8c0bbd8e-1b37-4756-b7d8-0234c28fca8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c0bbd8e-1b37-4756-b7d8-0234c28fca8f-root {
    text-align: center;
  }


#s-8c0bbd8e-1b37-4756-b7d8-0234c28fca8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d0573b04-c6f6-422c-b5d4-629434310964 {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0573b04-c6f6-422c-b5d4-629434310964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0573b04-c6f6-422c-b5d4-629434310964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0573b04-c6f6-422c-b5d4-629434310964 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-d0573b04-c6f6-422c-b5d4-629434310964 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0573b04-c6f6-422c-b5d4-629434310964 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-d0573b04-c6f6-422c-b5d4-629434310964 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0573b04-c6f6-422c-b5d4-629434310964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image {
  box-sizing: border-box;
}



.s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0573b04-c6f6-422c-b5d4-629434310964 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container {
      position: relative;
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-d0573b04-c6f6-422c-b5d4-629434310964 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0573b04-c6f6-422c-b5d4-629434310964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0573b04-c6f6-422c-b5d4-629434310964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0573b04-c6f6-422c-b5d4-629434310964 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-d0573b04-c6f6-422c-b5d4-629434310964 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0573b04-c6f6-422c-b5d4-629434310964 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-d0573b04-c6f6-422c-b5d4-629434310964 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0573b04-c6f6-422c-b5d4-629434310964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image {
  box-sizing: border-box;
}



.s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0573b04-c6f6-422c-b5d4-629434310964 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container {
      position: relative;
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d0573b04-c6f6-422c-b5d4-629434310964 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0573b04-c6f6-422c-b5d4-629434310964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0573b04-c6f6-422c-b5d4-629434310964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0573b04-c6f6-422c-b5d4-629434310964 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-d0573b04-c6f6-422c-b5d4-629434310964 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0573b04-c6f6-422c-b5d4-629434310964 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-d0573b04-c6f6-422c-b5d4-629434310964 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0573b04-c6f6-422c-b5d4-629434310964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image {
  box-sizing: border-box;
}



.s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0573b04-c6f6-422c-b5d4-629434310964 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container {
      position: relative;
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d0573b04-c6f6-422c-b5d4-629434310964 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0573b04-c6f6-422c-b5d4-629434310964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0573b04-c6f6-422c-b5d4-629434310964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0573b04-c6f6-422c-b5d4-629434310964 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-d0573b04-c6f6-422c-b5d4-629434310964 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0573b04-c6f6-422c-b5d4-629434310964 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-d0573b04-c6f6-422c-b5d4-629434310964 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0573b04-c6f6-422c-b5d4-629434310964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image {
  box-sizing: border-box;
}



.s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0573b04-c6f6-422c-b5d4-629434310964 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container {
      position: relative;
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-d0573b04-c6f6-422c-b5d4-629434310964 {
  margin: 0 !important;
  overflow: visible;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d0573b04-c6f6-422c-b5d4-629434310964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0573b04-c6f6-422c-b5d4-629434310964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
  /* Add background color handling */
  
}

#s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0573b04-c6f6-422c-b5d4-629434310964 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-d0573b04-c6f6-422c-b5d4-629434310964 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0573b04-c6f6-422c-b5d4-629434310964 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-d0573b04-c6f6-422c-b5d4-629434310964 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0573b04-c6f6-422c-b5d4-629434310964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image {
  box-sizing: border-box;
}



.s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0573b04-c6f6-422c-b5d4-629434310964 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container {
      position: relative;
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0573b04-c6f6-422c-b5d4-629434310964 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-be5e4e1e-4747-4d5b-b16b-cd101c88fe79 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1983fbbf-731f-420f-9da1-b467da8ba4a5 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmY5NWVkZDEtOTc2My00ZWI2LWE5YzctMTY4MTFhNTBjMTlkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JmOTVlZGQxLTk3NjMtNGViNi1hOWM3LTE2ODExYTUwYzE5ZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1983fbbf-731f-420f-9da1-b467da8ba4a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1983fbbf-731f-420f-9da1-b467da8ba4a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1983fbbf-731f-420f-9da1-b467da8ba4a5-root {
    text-align: center;
  }


#s-1983fbbf-731f-420f-9da1-b467da8ba4a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1983fbbf-731f-420f-9da1-b467da8ba4a5-root {
    text-align: center;
  }


#s-1983fbbf-731f-420f-9da1-b467da8ba4a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1983fbbf-731f-420f-9da1-b467da8ba4a5-root {
    text-align: center;
  }


#s-1983fbbf-731f-420f-9da1-b467da8ba4a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1983fbbf-731f-420f-9da1-b467da8ba4a5-root {
    text-align: center;
  }


#s-1983fbbf-731f-420f-9da1-b467da8ba4a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1983fbbf-731f-420f-9da1-b467da8ba4a5-root {
    text-align: center;
  }


#s-1983fbbf-731f-420f-9da1-b467da8ba4a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-29876615-6197-4402-8656-3f363ada0419 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-29876615-6197-4402-8656-3f363ada0419 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29876615-6197-4402-8656-3f363ada0419 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-29876615-6197-4402-8656-3f363ada0419 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-29876615-6197-4402-8656-3f363ada0419 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-29876615-6197-4402-8656-3f363ada0419"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29876615-6197-4402-8656-3f363ada0419"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29876615-6197-4402-8656-3f363ada0419"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29876615-6197-4402-8656-3f363ada0419"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  margin: 0 !important;
  overflow: visible;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
  /* Add background color handling */
  
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image {
  box-sizing: border-box;
}



.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container {
      position: relative;
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  margin: 0 !important;
  overflow: visible;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
  /* Add background color handling */
  
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image {
  box-sizing: border-box;
}



.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container {
      position: relative;
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  margin: 0 !important;
  overflow: visible;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
  /* Add background color handling */
  
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image {
  box-sizing: border-box;
}



.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container {
      position: relative;
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  margin: 0 !important;
  overflow: visible;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
  /* Add background color handling */
  
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image {
  box-sizing: border-box;
}



.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container {
      position: relative;
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  margin: 0 !important;
  overflow: visible;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
  /* Add background color handling */
  
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image {
  box-sizing: border-box;
}



.s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container {
      position: relative;
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eab63fd9-c90d-4bc2-95a8-4315fbdb3329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-aa4346e4-fd5a-49f5-b6c4-5d06f5c7143f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d946c9fa-e37a-4382-88d1-d2c64a290898 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODk2NjllMzQtMDQzNS00NzMxLTk4MzgtNjA0Y2U0YzdkY2Y3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzg5NjY5ZTM0LTA0MzUtNDczMS05ODM4LTYwNGNlNGM3ZGNmNykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d946c9fa-e37a-4382-88d1-d2c64a290898:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d946c9fa-e37a-4382-88d1-d2c64a290898:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d946c9fa-e37a-4382-88d1-d2c64a290898-root {
    text-align: center;
  }


#s-d946c9fa-e37a-4382-88d1-d2c64a290898.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d946c9fa-e37a-4382-88d1-d2c64a290898-root {
    text-align: center;
  }


#s-d946c9fa-e37a-4382-88d1-d2c64a290898.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d946c9fa-e37a-4382-88d1-d2c64a290898-root {
    text-align: center;
  }


#s-d946c9fa-e37a-4382-88d1-d2c64a290898.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d946c9fa-e37a-4382-88d1-d2c64a290898-root {
    text-align: center;
  }


#s-d946c9fa-e37a-4382-88d1-d2c64a290898.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d946c9fa-e37a-4382-88d1-d2c64a290898-root {
    text-align: center;
  }


#s-d946c9fa-e37a-4382-88d1-d2c64a290898.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a213a08-0c2c-4efb-8483-6969527026f5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0a213a08-0c2c-4efb-8483-6969527026f5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a213a08-0c2c-4efb-8483-6969527026f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0a213a08-0c2c-4efb-8483-6969527026f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a213a08-0c2c-4efb-8483-6969527026f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image {
  box-sizing: border-box;
}



.s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a213a08-0c2c-4efb-8483-6969527026f5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container {
      position: relative;
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a213a08-0c2c-4efb-8483-6969527026f5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0a213a08-0c2c-4efb-8483-6969527026f5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a213a08-0c2c-4efb-8483-6969527026f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0a213a08-0c2c-4efb-8483-6969527026f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a213a08-0c2c-4efb-8483-6969527026f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image {
  box-sizing: border-box;
}



.s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a213a08-0c2c-4efb-8483-6969527026f5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container {
      position: relative;
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a213a08-0c2c-4efb-8483-6969527026f5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0a213a08-0c2c-4efb-8483-6969527026f5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a213a08-0c2c-4efb-8483-6969527026f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0a213a08-0c2c-4efb-8483-6969527026f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a213a08-0c2c-4efb-8483-6969527026f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image {
  box-sizing: border-box;
}



.s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a213a08-0c2c-4efb-8483-6969527026f5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container {
      position: relative;
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a213a08-0c2c-4efb-8483-6969527026f5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0a213a08-0c2c-4efb-8483-6969527026f5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a213a08-0c2c-4efb-8483-6969527026f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0a213a08-0c2c-4efb-8483-6969527026f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a213a08-0c2c-4efb-8483-6969527026f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image {
  box-sizing: border-box;
}



.s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a213a08-0c2c-4efb-8483-6969527026f5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container {
      position: relative;
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a213a08-0c2c-4efb-8483-6969527026f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a213a08-0c2c-4efb-8483-6969527026f5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-0a213a08-0c2c-4efb-8483-6969527026f5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a213a08-0c2c-4efb-8483-6969527026f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0a213a08-0c2c-4efb-8483-6969527026f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a213a08-0c2c-4efb-8483-6969527026f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image {
  box-sizing: border-box;
}



.s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a213a08-0c2c-4efb-8483-6969527026f5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container {
      position: relative;
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a213a08-0c2c-4efb-8483-6969527026f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-4ad8fc4e-ec98-4ff9-9e3a-c20eb5016454 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cb3e7e37-0cce-4938-9250-98d4c215fa86 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWM4MDIzODAtOWNmZC00M2MwLWE1YWItYjY1ZTNmOGUxMmNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzVjODAyMzgwLTljZmQtNDNjMC1hNWFiLWI2NWUzZjhlMTJjZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-cb3e7e37-0cce-4938-9250-98d4c215fa86:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb3e7e37-0cce-4938-9250-98d4c215fa86:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb3e7e37-0cce-4938-9250-98d4c215fa86-root {
    text-align: center;
  }


#s-cb3e7e37-0cce-4938-9250-98d4c215fa86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb3e7e37-0cce-4938-9250-98d4c215fa86-root {
    text-align: center;
  }


#s-cb3e7e37-0cce-4938-9250-98d4c215fa86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb3e7e37-0cce-4938-9250-98d4c215fa86-root {
    text-align: center;
  }


#s-cb3e7e37-0cce-4938-9250-98d4c215fa86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb3e7e37-0cce-4938-9250-98d4c215fa86-root {
    text-align: center;
  }


#s-cb3e7e37-0cce-4938-9250-98d4c215fa86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb3e7e37-0cce-4938-9250-98d4c215fa86-root {
    text-align: center;
  }


#s-cb3e7e37-0cce-4938-9250-98d4c215fa86.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e6df149f-e680-4444-a32d-13dd259a4473 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6df149f-e680-4444-a32d-13dd259a4473 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6df149f-e680-4444-a32d-13dd259a4473 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6df149f-e680-4444-a32d-13dd259a4473 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e6df149f-e680-4444-a32d-13dd259a4473 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6df149f-e680-4444-a32d-13dd259a4473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e6df149f-e680-4444-a32d-13dd259a4473 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6df149f-e680-4444-a32d-13dd259a4473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image {
  box-sizing: border-box;
}



.s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6df149f-e680-4444-a32d-13dd259a4473 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container {
      position: relative;
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-e6df149f-e680-4444-a32d-13dd259a4473 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6df149f-e680-4444-a32d-13dd259a4473 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6df149f-e680-4444-a32d-13dd259a4473 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6df149f-e680-4444-a32d-13dd259a4473 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e6df149f-e680-4444-a32d-13dd259a4473 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6df149f-e680-4444-a32d-13dd259a4473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e6df149f-e680-4444-a32d-13dd259a4473 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6df149f-e680-4444-a32d-13dd259a4473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image {
  box-sizing: border-box;
}



.s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6df149f-e680-4444-a32d-13dd259a4473 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container {
      position: relative;
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e6df149f-e680-4444-a32d-13dd259a4473 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6df149f-e680-4444-a32d-13dd259a4473 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6df149f-e680-4444-a32d-13dd259a4473 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6df149f-e680-4444-a32d-13dd259a4473 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e6df149f-e680-4444-a32d-13dd259a4473 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6df149f-e680-4444-a32d-13dd259a4473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e6df149f-e680-4444-a32d-13dd259a4473 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6df149f-e680-4444-a32d-13dd259a4473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image {
  box-sizing: border-box;
}



.s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6df149f-e680-4444-a32d-13dd259a4473 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container {
      position: relative;
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e6df149f-e680-4444-a32d-13dd259a4473 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6df149f-e680-4444-a32d-13dd259a4473 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6df149f-e680-4444-a32d-13dd259a4473 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6df149f-e680-4444-a32d-13dd259a4473 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e6df149f-e680-4444-a32d-13dd259a4473 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6df149f-e680-4444-a32d-13dd259a4473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e6df149f-e680-4444-a32d-13dd259a4473 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6df149f-e680-4444-a32d-13dd259a4473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image {
  box-sizing: border-box;
}



.s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6df149f-e680-4444-a32d-13dd259a4473 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container {
      position: relative;
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-e6df149f-e680-4444-a32d-13dd259a4473 {
  margin: 0 !important;
  overflow: visible;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6df149f-e680-4444-a32d-13dd259a4473 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6df149f-e680-4444-a32d-13dd259a4473 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
  /* Add background color handling */
  
}

#s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6df149f-e680-4444-a32d-13dd259a4473 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e6df149f-e680-4444-a32d-13dd259a4473 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6df149f-e680-4444-a32d-13dd259a4473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e6df149f-e680-4444-a32d-13dd259a4473 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6df149f-e680-4444-a32d-13dd259a4473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image {
  box-sizing: border-box;
}



.s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6df149f-e680-4444-a32d-13dd259a4473 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container {
      position: relative;
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6df149f-e680-4444-a32d-13dd259a4473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-ccd0c5ad-6f25-41c2-b631-17af3255c278 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dcc6dcb9-1535-4e35-8b08-fab5ad27b8bc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2RkZTQyYjQtM2QwMS00YzI2LWIzOGEtY2Q2NTFlMTNmYjg3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzdkZGU0MmI0LTNkMDEtNGMyNi1iMzhhLWNkNjUxZTEzZmI4NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-dcc6dcb9-1535-4e35-8b08-fab5ad27b8bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dcc6dcb9-1535-4e35-8b08-fab5ad27b8bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dcc6dcb9-1535-4e35-8b08-fab5ad27b8bc-root {
    text-align: center;
  }


#s-dcc6dcb9-1535-4e35-8b08-fab5ad27b8bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dcc6dcb9-1535-4e35-8b08-fab5ad27b8bc-root {
    text-align: center;
  }


#s-dcc6dcb9-1535-4e35-8b08-fab5ad27b8bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcc6dcb9-1535-4e35-8b08-fab5ad27b8bc-root {
    text-align: center;
  }


#s-dcc6dcb9-1535-4e35-8b08-fab5ad27b8bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcc6dcb9-1535-4e35-8b08-fab5ad27b8bc-root {
    text-align: center;
  }


#s-dcc6dcb9-1535-4e35-8b08-fab5ad27b8bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dcc6dcb9-1535-4e35-8b08-fab5ad27b8bc-root {
    text-align: center;
  }


#s-dcc6dcb9-1535-4e35-8b08-fab5ad27b8bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c1a5334f-94e0-4164-8490-b89c6ec40aea {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-c1a5334f-94e0-4164-8490-b89c6ec40aea {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1a5334f-94e0-4164-8490-b89c6ec40aea {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1a5334f-94e0-4164-8490-b89c6ec40aea {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-c1a5334f-94e0-4164-8490-b89c6ec40aea {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-c1a5334f-94e0-4164-8490-b89c6ec40aea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1a5334f-94e0-4164-8490-b89c6ec40aea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c1a5334f-94e0-4164-8490-b89c6ec40aea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1a5334f-94e0-4164-8490-b89c6ec40aea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  margin: 0 !important;
  overflow: visible;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
  /* Add background color handling */
  
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image {
  box-sizing: border-box;
}



.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container {
      position: relative;
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  margin: 0 !important;
  overflow: visible;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
  /* Add background color handling */
  
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image {
  box-sizing: border-box;
}



.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container {
      position: relative;
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  margin: 0 !important;
  overflow: visible;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
  /* Add background color handling */
  
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image {
  box-sizing: border-box;
}



.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container {
      position: relative;
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  margin: 0 !important;
  overflow: visible;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
  /* Add background color handling */
  
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image {
  box-sizing: border-box;
}



.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container {
      position: relative;
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  margin: 0 !important;
  overflow: visible;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
  /* Add background color handling */
  
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image {
  box-sizing: border-box;
}



.s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container {
      position: relative;
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe87c8cd-dc64-4979-b8d5-4070065a5c3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-8550094d-73fa-4e6d-841c-d68aa52cbeee {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0bc7003e-2109-40a8-9bf9-4b4a8d108a37 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmIzNGE2NTUtYjg2Yi00YjBhLWEwMTUtNGNjYTAwY2NhMjAzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JiMzRhNjU1LWI4NmItNGIwYS1hMDE1LTRjY2EwMGNjYTIwMykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0bc7003e-2109-40a8-9bf9-4b4a8d108a37:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0bc7003e-2109-40a8-9bf9-4b4a8d108a37:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0bc7003e-2109-40a8-9bf9-4b4a8d108a37-root {
    text-align: center;
  }


#s-0bc7003e-2109-40a8-9bf9-4b4a8d108a37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0bc7003e-2109-40a8-9bf9-4b4a8d108a37-root {
    text-align: center;
  }


#s-0bc7003e-2109-40a8-9bf9-4b4a8d108a37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0bc7003e-2109-40a8-9bf9-4b4a8d108a37-root {
    text-align: center;
  }


#s-0bc7003e-2109-40a8-9bf9-4b4a8d108a37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0bc7003e-2109-40a8-9bf9-4b4a8d108a37-root {
    text-align: center;
  }


#s-0bc7003e-2109-40a8-9bf9-4b4a8d108a37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0bc7003e-2109-40a8-9bf9-4b4a8d108a37-root {
    text-align: center;
  }


#s-0bc7003e-2109-40a8-9bf9-4b4a8d108a37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  margin: 0 !important;
  overflow: visible;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
  /* Add background color handling */
  
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image {
  box-sizing: border-box;
}



.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container {
      position: relative;
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  margin: 0 !important;
  overflow: visible;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
  /* Add background color handling */
  
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image {
  box-sizing: border-box;
}



.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container {
      position: relative;
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  margin: 0 !important;
  overflow: visible;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
  /* Add background color handling */
  
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image {
  box-sizing: border-box;
}



.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container {
      position: relative;
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  margin: 0 !important;
  overflow: visible;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
  /* Add background color handling */
  
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image {
  box-sizing: border-box;
}



.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container {
      position: relative;
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  margin: 0 !important;
  overflow: visible;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
  /* Add background color handling */
  
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image {
  box-sizing: border-box;
}



.s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container {
      position: relative;
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e0098a1-7faa-4fe2-be1d-0df91bfca05b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-991c3349-6243-4e2e-927e-0e9a176466ba {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a1978453-9683-4458-b804-9182a200274d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDEwMDNmZmQtZWU5MS00MzY2LWI0NDAtZDlhYmExYTRiMjFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzAxMDAzZmZkLWVlOTEtNDM2Ni1iNDQwLWQ5YWJhMWE0YjIxZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a1978453-9683-4458-b804-9182a200274d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1978453-9683-4458-b804-9182a200274d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a1978453-9683-4458-b804-9182a200274d-root {
    text-align: center;
  }


#s-a1978453-9683-4458-b804-9182a200274d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a1978453-9683-4458-b804-9182a200274d-root {
    text-align: center;
  }


#s-a1978453-9683-4458-b804-9182a200274d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1978453-9683-4458-b804-9182a200274d-root {
    text-align: center;
  }


#s-a1978453-9683-4458-b804-9182a200274d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1978453-9683-4458-b804-9182a200274d-root {
    text-align: center;
  }


#s-a1978453-9683-4458-b804-9182a200274d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1978453-9683-4458-b804-9182a200274d-root {
    text-align: center;
  }


#s-a1978453-9683-4458-b804-9182a200274d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d77037a2-4458-4908-a040-abbb4695d3d8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d77037a2-4458-4908-a040-abbb4695d3d8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d77037a2-4458-4908-a040-abbb4695d3d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d77037a2-4458-4908-a040-abbb4695d3d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d77037a2-4458-4908-a040-abbb4695d3d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image {
  box-sizing: border-box;
}



.s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d77037a2-4458-4908-a040-abbb4695d3d8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container {
      position: relative;
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d77037a2-4458-4908-a040-abbb4695d3d8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d77037a2-4458-4908-a040-abbb4695d3d8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d77037a2-4458-4908-a040-abbb4695d3d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d77037a2-4458-4908-a040-abbb4695d3d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d77037a2-4458-4908-a040-abbb4695d3d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image {
  box-sizing: border-box;
}



.s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d77037a2-4458-4908-a040-abbb4695d3d8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container {
      position: relative;
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d77037a2-4458-4908-a040-abbb4695d3d8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d77037a2-4458-4908-a040-abbb4695d3d8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d77037a2-4458-4908-a040-abbb4695d3d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d77037a2-4458-4908-a040-abbb4695d3d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d77037a2-4458-4908-a040-abbb4695d3d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image {
  box-sizing: border-box;
}



.s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d77037a2-4458-4908-a040-abbb4695d3d8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container {
      position: relative;
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d77037a2-4458-4908-a040-abbb4695d3d8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d77037a2-4458-4908-a040-abbb4695d3d8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d77037a2-4458-4908-a040-abbb4695d3d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d77037a2-4458-4908-a040-abbb4695d3d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d77037a2-4458-4908-a040-abbb4695d3d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image {
  box-sizing: border-box;
}



.s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d77037a2-4458-4908-a040-abbb4695d3d8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container {
      position: relative;
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  margin: 0 !important;
  overflow: visible;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d77037a2-4458-4908-a040-abbb4695d3d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
  /* Add background color handling */
  
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d77037a2-4458-4908-a040-abbb4695d3d8 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d77037a2-4458-4908-a040-abbb4695d3d8 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d77037a2-4458-4908-a040-abbb4695d3d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d77037a2-4458-4908-a040-abbb4695d3d8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d77037a2-4458-4908-a040-abbb4695d3d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image {
  box-sizing: border-box;
}



.s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d77037a2-4458-4908-a040-abbb4695d3d8 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container {
      position: relative;
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d77037a2-4458-4908-a040-abbb4695d3d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-d4f90f28-c9ff-4d3d-a6e0-73b91acbb9a9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4666d15c-b800-46be-8ef5-0dee4391a855 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNiMjVmOTgtMDkwMi00M2ZjLWI0M2MtM2U3ZDY4NTU0Y2M4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzJjYjI1Zjk4LTA5MDItNDNmYy1iNDNjLTNlN2Q2ODU1NGNjOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-4666d15c-b800-46be-8ef5-0dee4391a855:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4666d15c-b800-46be-8ef5-0dee4391a855:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4666d15c-b800-46be-8ef5-0dee4391a855-root {
    text-align: center;
  }


#s-4666d15c-b800-46be-8ef5-0dee4391a855.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4666d15c-b800-46be-8ef5-0dee4391a855-root {
    text-align: center;
  }


#s-4666d15c-b800-46be-8ef5-0dee4391a855.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4666d15c-b800-46be-8ef5-0dee4391a855-root {
    text-align: center;
  }


#s-4666d15c-b800-46be-8ef5-0dee4391a855.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4666d15c-b800-46be-8ef5-0dee4391a855-root {
    text-align: center;
  }


#s-4666d15c-b800-46be-8ef5-0dee4391a855.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4666d15c-b800-46be-8ef5-0dee4391a855-root {
    text-align: center;
  }


#s-4666d15c-b800-46be-8ef5-0dee4391a855.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e03d91e6-a7fd-451b-adfb-311748b7aa0b {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-e03d91e6-a7fd-451b-adfb-311748b7aa0b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e03d91e6-a7fd-451b-adfb-311748b7aa0b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e03d91e6-a7fd-451b-adfb-311748b7aa0b {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-e03d91e6-a7fd-451b-adfb-311748b7aa0b {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-e03d91e6-a7fd-451b-adfb-311748b7aa0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e03d91e6-a7fd-451b-adfb-311748b7aa0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e03d91e6-a7fd-451b-adfb-311748b7aa0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e03d91e6-a7fd-451b-adfb-311748b7aa0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  margin: 0 !important;
  overflow: visible;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
  /* Add background color handling */
  
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image {
  box-sizing: border-box;
}



.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container {
      position: relative;
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  margin: 0 !important;
  overflow: visible;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
  /* Add background color handling */
  
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image {
  box-sizing: border-box;
}



.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container {
      position: relative;
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  margin: 0 !important;
  overflow: visible;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
  /* Add background color handling */
  
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image {
  box-sizing: border-box;
}



.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container {
      position: relative;
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  margin: 0 !important;
  overflow: visible;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
  /* Add background color handling */
  
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image {
  box-sizing: border-box;
}



.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container {
      position: relative;
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  margin: 0 !important;
  overflow: visible;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
  /* Add background color handling */
  
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image {
  box-sizing: border-box;
}



.s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container {
      position: relative;
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d18a5cb-8e67-4cdd-824c-723f05f4236a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-c8b9f5be-afbd-48c5-850f-4b52194f5cca {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-50532eb6-ec78-45bb-99bb-aef3b2a77eaa {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGZjZjk5MTgtMGIyZi00ZTU2LWFkYzktZWI5NThmODQ2MDg3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzBmY2Y5OTE4LTBiMmYtNGU1Ni1hZGM5LWViOTU4Zjg0NjA4NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-50532eb6-ec78-45bb-99bb-aef3b2a77eaa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-50532eb6-ec78-45bb-99bb-aef3b2a77eaa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-50532eb6-ec78-45bb-99bb-aef3b2a77eaa-root {
    text-align: center;
  }


#s-50532eb6-ec78-45bb-99bb-aef3b2a77eaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-50532eb6-ec78-45bb-99bb-aef3b2a77eaa-root {
    text-align: center;
  }


#s-50532eb6-ec78-45bb-99bb-aef3b2a77eaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-50532eb6-ec78-45bb-99bb-aef3b2a77eaa-root {
    text-align: center;
  }


#s-50532eb6-ec78-45bb-99bb-aef3b2a77eaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-50532eb6-ec78-45bb-99bb-aef3b2a77eaa-root {
    text-align: center;
  }


#s-50532eb6-ec78-45bb-99bb-aef3b2a77eaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-50532eb6-ec78-45bb-99bb-aef3b2a77eaa-root {
    text-align: center;
  }


#s-50532eb6-ec78-45bb-99bb-aef3b2a77eaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-39cced06-247b-4573-820c-2db63c873d31 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-39cced06-247b-4573-820c-2db63c873d31 {
  margin: 0 !important;
  overflow: visible;
}

#s-39cced06-247b-4573-820c-2db63c873d31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39cced06-247b-4573-820c-2db63c873d31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39cced06-247b-4573-820c-2db63c873d31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
  /* Add background color handling */
  
}

#s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39cced06-247b-4573-820c-2db63c873d31 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-39cced06-247b-4573-820c-2db63c873d31 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39cced06-247b-4573-820c-2db63c873d31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-39cced06-247b-4573-820c-2db63c873d31.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-39cced06-247b-4573-820c-2db63c873d31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39cced06-247b-4573-820c-2db63c873d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39cced06-247b-4573-820c-2db63c873d31.shogun-image {
  box-sizing: border-box;
}



.s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-39cced06-247b-4573-820c-2db63c873d31 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container {
      position: relative;
    }

    .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-39cced06-247b-4573-820c-2db63c873d31 {
  margin: 0 !important;
  overflow: visible;
}

#s-39cced06-247b-4573-820c-2db63c873d31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39cced06-247b-4573-820c-2db63c873d31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39cced06-247b-4573-820c-2db63c873d31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
  /* Add background color handling */
  
}

#s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39cced06-247b-4573-820c-2db63c873d31 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-39cced06-247b-4573-820c-2db63c873d31 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39cced06-247b-4573-820c-2db63c873d31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-39cced06-247b-4573-820c-2db63c873d31.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-39cced06-247b-4573-820c-2db63c873d31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39cced06-247b-4573-820c-2db63c873d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39cced06-247b-4573-820c-2db63c873d31.shogun-image {
  box-sizing: border-box;
}



.s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-39cced06-247b-4573-820c-2db63c873d31 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container {
      position: relative;
    }

    .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-39cced06-247b-4573-820c-2db63c873d31 {
  margin: 0 !important;
  overflow: visible;
}

#s-39cced06-247b-4573-820c-2db63c873d31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39cced06-247b-4573-820c-2db63c873d31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39cced06-247b-4573-820c-2db63c873d31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
  /* Add background color handling */
  
}

#s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39cced06-247b-4573-820c-2db63c873d31 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-39cced06-247b-4573-820c-2db63c873d31 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39cced06-247b-4573-820c-2db63c873d31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-39cced06-247b-4573-820c-2db63c873d31.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-39cced06-247b-4573-820c-2db63c873d31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39cced06-247b-4573-820c-2db63c873d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39cced06-247b-4573-820c-2db63c873d31.shogun-image {
  box-sizing: border-box;
}



.s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-39cced06-247b-4573-820c-2db63c873d31 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container {
      position: relative;
    }

    .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-39cced06-247b-4573-820c-2db63c873d31 {
  margin: 0 !important;
  overflow: visible;
}

#s-39cced06-247b-4573-820c-2db63c873d31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39cced06-247b-4573-820c-2db63c873d31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39cced06-247b-4573-820c-2db63c873d31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
  /* Add background color handling */
  
}

#s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39cced06-247b-4573-820c-2db63c873d31 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-39cced06-247b-4573-820c-2db63c873d31 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39cced06-247b-4573-820c-2db63c873d31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-39cced06-247b-4573-820c-2db63c873d31.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-39cced06-247b-4573-820c-2db63c873d31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39cced06-247b-4573-820c-2db63c873d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39cced06-247b-4573-820c-2db63c873d31.shogun-image {
  box-sizing: border-box;
}



.s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-39cced06-247b-4573-820c-2db63c873d31 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container {
      position: relative;
    }

    .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-39cced06-247b-4573-820c-2db63c873d31 {
  margin: 0 !important;
  overflow: visible;
}

#s-39cced06-247b-4573-820c-2db63c873d31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-39cced06-247b-4573-820c-2db63c873d31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39cced06-247b-4573-820c-2db63c873d31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
  /* Add background color handling */
  
}

#s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-39cced06-247b-4573-820c-2db63c873d31 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-39cced06-247b-4573-820c-2db63c873d31 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39cced06-247b-4573-820c-2db63c873d31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-39cced06-247b-4573-820c-2db63c873d31.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-39cced06-247b-4573-820c-2db63c873d31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39cced06-247b-4573-820c-2db63c873d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39cced06-247b-4573-820c-2db63c873d31.shogun-image {
  box-sizing: border-box;
}



.s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-39cced06-247b-4573-820c-2db63c873d31 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container {
      position: relative;
    }

    .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39cced06-247b-4573-820c-2db63c873d31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39cced06-247b-4573-820c-2db63c873d31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-8b6b6caa-c653-430f-b107-25169c7c8eb0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d07c34d8-c541-42d8-9b39-c7c9bd41dbfd {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmI2NmEzMGYtODJjNC00YzA0LTgzMDMtYjU0MDY4ZThlODQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2ZiNjZhMzBmLTgyYzQtNGMwNC04MzAzLWI1NDA2OGU4ZTg0MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d07c34d8-c541-42d8-9b39-c7c9bd41dbfd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d07c34d8-c541-42d8-9b39-c7c9bd41dbfd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d07c34d8-c541-42d8-9b39-c7c9bd41dbfd-root {
    text-align: center;
  }


#s-d07c34d8-c541-42d8-9b39-c7c9bd41dbfd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d07c34d8-c541-42d8-9b39-c7c9bd41dbfd-root {
    text-align: center;
  }


#s-d07c34d8-c541-42d8-9b39-c7c9bd41dbfd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d07c34d8-c541-42d8-9b39-c7c9bd41dbfd-root {
    text-align: center;
  }


#s-d07c34d8-c541-42d8-9b39-c7c9bd41dbfd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d07c34d8-c541-42d8-9b39-c7c9bd41dbfd-root {
    text-align: center;
  }


#s-d07c34d8-c541-42d8-9b39-c7c9bd41dbfd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d07c34d8-c541-42d8-9b39-c7c9bd41dbfd-root {
    text-align: center;
  }


#s-d07c34d8-c541-42d8-9b39-c7c9bd41dbfd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image {
  box-sizing: border-box;
}



.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container {
      position: relative;
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image {
  box-sizing: border-box;
}



.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container {
      position: relative;
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image {
  box-sizing: border-box;
}



.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container {
      position: relative;
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image {
  box-sizing: border-box;
}



.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container {
      position: relative;
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image {
  box-sizing: border-box;
}



.s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container {
      position: relative;
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c865bdfe-77d4-48c2-9a92-82a1a8666af4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-91deab4a-d756-402c-8feb-7d60206ae81a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-11e70091-eb40-47e7-9b21-8688c9ed6210 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzZhYmEyMzEtOTkzMC00NWU2LTlkNjItMWEwYjA1ZjU4OTFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzM2YWJhMjMxLTk5MzAtNDVlNi05ZDYyLTFhMGIwNWY1ODkxYSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-11e70091-eb40-47e7-9b21-8688c9ed6210:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11e70091-eb40-47e7-9b21-8688c9ed6210:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-11e70091-eb40-47e7-9b21-8688c9ed6210-root {
    text-align: center;
  }


#s-11e70091-eb40-47e7-9b21-8688c9ed6210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-11e70091-eb40-47e7-9b21-8688c9ed6210-root {
    text-align: center;
  }


#s-11e70091-eb40-47e7-9b21-8688c9ed6210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11e70091-eb40-47e7-9b21-8688c9ed6210-root {
    text-align: center;
  }


#s-11e70091-eb40-47e7-9b21-8688c9ed6210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11e70091-eb40-47e7-9b21-8688c9ed6210-root {
    text-align: center;
  }


#s-11e70091-eb40-47e7-9b21-8688c9ed6210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-11e70091-eb40-47e7-9b21-8688c9ed6210-root {
    text-align: center;
  }


#s-11e70091-eb40-47e7-9b21-8688c9ed6210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1fd9de80-2ac3-45b0-a15e-bcff144b7ab5 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-1fd9de80-2ac3-45b0-a15e-bcff144b7ab5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1fd9de80-2ac3-45b0-a15e-bcff144b7ab5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fd9de80-2ac3-45b0-a15e-bcff144b7ab5 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-1fd9de80-2ac3-45b0-a15e-bcff144b7ab5 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-1fd9de80-2ac3-45b0-a15e-bcff144b7ab5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fd9de80-2ac3-45b0-a15e-bcff144b7ab5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1fd9de80-2ac3-45b0-a15e-bcff144b7ab5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fd9de80-2ac3-45b0-a15e-bcff144b7ab5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e82b06e-4c42-4b51-900c-632d058c1e97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image {
  box-sizing: border-box;
}



.s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container {
      position: relative;
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e82b06e-4c42-4b51-900c-632d058c1e97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image {
  box-sizing: border-box;
}



.s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container {
      position: relative;
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e82b06e-4c42-4b51-900c-632d058c1e97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image {
  box-sizing: border-box;
}



.s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container {
      position: relative;
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e82b06e-4c42-4b51-900c-632d058c1e97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image {
  box-sizing: border-box;
}



.s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container {
      position: relative;
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-1e82b06e-4c42-4b51-900c-632d058c1e97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e82b06e-4c42-4b51-900c-632d058c1e97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image {
  box-sizing: border-box;
}



.s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e82b06e-4c42-4b51-900c-632d058c1e97 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container {
      position: relative;
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e82b06e-4c42-4b51-900c-632d058c1e97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-93f62568-7076-4483-aa7c-057258442170 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a58d5386-4770-4e36-aa58-4cbde2b3654d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjgxYThiMmItM2I3OS00MmY3LTg3ZWQtMjNjMDBhMzljMTUzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzI4MWE4YjJiLTNiNzktNDJmNy04N2VkLTIzYzAwYTM5YzE1MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a58d5386-4770-4e36-aa58-4cbde2b3654d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a58d5386-4770-4e36-aa58-4cbde2b3654d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a58d5386-4770-4e36-aa58-4cbde2b3654d-root {
    text-align: center;
  }


#s-a58d5386-4770-4e36-aa58-4cbde2b3654d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a58d5386-4770-4e36-aa58-4cbde2b3654d-root {
    text-align: center;
  }


#s-a58d5386-4770-4e36-aa58-4cbde2b3654d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a58d5386-4770-4e36-aa58-4cbde2b3654d-root {
    text-align: center;
  }


#s-a58d5386-4770-4e36-aa58-4cbde2b3654d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a58d5386-4770-4e36-aa58-4cbde2b3654d-root {
    text-align: center;
  }


#s-a58d5386-4770-4e36-aa58-4cbde2b3654d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a58d5386-4770-4e36-aa58-4cbde2b3654d-root {
    text-align: center;
  }


#s-a58d5386-4770-4e36-aa58-4cbde2b3654d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  margin: 0 !important;
  overflow: visible;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
  /* Add background color handling */
  
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image {
  box-sizing: border-box;
}



.s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container {
      position: relative;
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  margin: 0 !important;
  overflow: visible;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
  /* Add background color handling */
  
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image {
  box-sizing: border-box;
}



.s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container {
      position: relative;
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  margin: 0 !important;
  overflow: visible;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
  /* Add background color handling */
  
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image {
  box-sizing: border-box;
}



.s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container {
      position: relative;
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  margin: 0 !important;
  overflow: visible;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
  /* Add background color handling */
  
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image {
  box-sizing: border-box;
}



.s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container {
      position: relative;
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  margin: 0 !important;
  overflow: visible;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
  /* Add background color handling */
  
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-920b2d30-4465-4dba-bafa-cda7782c3f8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image {
  box-sizing: border-box;
}



.s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container {
      position: relative;
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-920b2d30-4465-4dba-bafa-cda7782c3f8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-db3d857c-1f97-4931-ab95-8d0929ed692f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-51c078b7-436e-43cf-bc8f-9eda6225fb8e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjBlNTQ5MDAtZDE3Ni00MTA0LTk4ZTctYTQ2OWRiOTBiNWQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzYwZTU0OTAwLWQxNzYtNDEwNC05OGU3LWE0NjlkYjkwYjVkNykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-51c078b7-436e-43cf-bc8f-9eda6225fb8e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51c078b7-436e-43cf-bc8f-9eda6225fb8e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-51c078b7-436e-43cf-bc8f-9eda6225fb8e-root {
    text-align: center;
  }


#s-51c078b7-436e-43cf-bc8f-9eda6225fb8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-51c078b7-436e-43cf-bc8f-9eda6225fb8e-root {
    text-align: center;
  }


#s-51c078b7-436e-43cf-bc8f-9eda6225fb8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51c078b7-436e-43cf-bc8f-9eda6225fb8e-root {
    text-align: center;
  }


#s-51c078b7-436e-43cf-bc8f-9eda6225fb8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51c078b7-436e-43cf-bc8f-9eda6225fb8e-root {
    text-align: center;
  }


#s-51c078b7-436e-43cf-bc8f-9eda6225fb8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-51c078b7-436e-43cf-bc8f-9eda6225fb8e-root {
    text-align: center;
  }


#s-51c078b7-436e-43cf-bc8f-9eda6225fb8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  margin: 0 !important;
  overflow: visible;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
  /* Add background color handling */
  
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image {
  box-sizing: border-box;
}



.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container {
      position: relative;
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  margin: 0 !important;
  overflow: visible;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
  /* Add background color handling */
  
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image {
  box-sizing: border-box;
}



.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container {
      position: relative;
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  margin: 0 !important;
  overflow: visible;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
  /* Add background color handling */
  
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image {
  box-sizing: border-box;
}



.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container {
      position: relative;
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  margin: 0 !important;
  overflow: visible;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
  /* Add background color handling */
  
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image {
  box-sizing: border-box;
}



.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container {
      position: relative;
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  margin: 0 !important;
  overflow: visible;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
  /* Add background color handling */
  
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image {
  box-sizing: border-box;
}



.s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container {
      position: relative;
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3a9d6e4-c7ba-44c9-8a39-74b72c1d2c0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-51eee2eb-15ed-41c9-9ccf-74a1887e34f1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5ef28fe9-f93e-4048-a3b7-dcacc624b80c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDhkNDYyYzYtMWVkNy00MzRiLTkxYjctZGRlMGJmYmYzNGY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Q4ZDQ2MmM2LTFlZDctNDM0Yi05MWI3LWRkZTBiZmJmMzRmNSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5ef28fe9-f93e-4048-a3b7-dcacc624b80c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ef28fe9-f93e-4048-a3b7-dcacc624b80c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5ef28fe9-f93e-4048-a3b7-dcacc624b80c-root {
    text-align: center;
  }


#s-5ef28fe9-f93e-4048-a3b7-dcacc624b80c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ef28fe9-f93e-4048-a3b7-dcacc624b80c-root {
    text-align: center;
  }


#s-5ef28fe9-f93e-4048-a3b7-dcacc624b80c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ef28fe9-f93e-4048-a3b7-dcacc624b80c-root {
    text-align: center;
  }


#s-5ef28fe9-f93e-4048-a3b7-dcacc624b80c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ef28fe9-f93e-4048-a3b7-dcacc624b80c-root {
    text-align: center;
  }


#s-5ef28fe9-f93e-4048-a3b7-dcacc624b80c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ef28fe9-f93e-4048-a3b7-dcacc624b80c-root {
    text-align: center;
  }


#s-5ef28fe9-f93e-4048-a3b7-dcacc624b80c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-586a4e3d-0e62-4b80-97a9-b17ea498c611 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-586a4e3d-0e62-4b80-97a9-b17ea498c611 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-586a4e3d-0e62-4b80-97a9-b17ea498c611 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-586a4e3d-0e62-4b80-97a9-b17ea498c611 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-586a4e3d-0e62-4b80-97a9-b17ea498c611 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-586a4e3d-0e62-4b80-97a9-b17ea498c611"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-586a4e3d-0e62-4b80-97a9-b17ea498c611"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-586a4e3d-0e62-4b80-97a9-b17ea498c611"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-586a4e3d-0e62-4b80-97a9-b17ea498c611"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image {
  box-sizing: border-box;
}



.s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container {
      position: relative;
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image {
  box-sizing: border-box;
}



.s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container {
      position: relative;
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image {
  box-sizing: border-box;
}



.s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container {
      position: relative;
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image {
  box-sizing: border-box;
}



.s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container {
      position: relative;
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7eae5912-0d65-40bc-8e74-ffc5304489e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image {
  box-sizing: border-box;
}



.s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container {
      position: relative;
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eae5912-0d65-40bc-8e74-ffc5304489e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-a1174817-0745-4f04-ab2a-d6a3cd9505f8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8f0dadaa-b8c0-4bce-b1c9-06d32e9d9f2d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjg4Njc3NWMtMzhkMi00Mzk0LTllOTgtOGZlZTBiMDcxNTM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Y4ODY3NzVjLTM4ZDItNDM5NC05ZTk4LThmZWUwYjA3MTUzOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8f0dadaa-b8c0-4bce-b1c9-06d32e9d9f2d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f0dadaa-b8c0-4bce-b1c9-06d32e9d9f2d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f0dadaa-b8c0-4bce-b1c9-06d32e9d9f2d-root {
    text-align: center;
  }


#s-8f0dadaa-b8c0-4bce-b1c9-06d32e9d9f2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f0dadaa-b8c0-4bce-b1c9-06d32e9d9f2d-root {
    text-align: center;
  }


#s-8f0dadaa-b8c0-4bce-b1c9-06d32e9d9f2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f0dadaa-b8c0-4bce-b1c9-06d32e9d9f2d-root {
    text-align: center;
  }


#s-8f0dadaa-b8c0-4bce-b1c9-06d32e9d9f2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f0dadaa-b8c0-4bce-b1c9-06d32e9d9f2d-root {
    text-align: center;
  }


#s-8f0dadaa-b8c0-4bce-b1c9-06d32e9d9f2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f0dadaa-b8c0-4bce-b1c9-06d32e9d9f2d-root {
    text-align: center;
  }


#s-8f0dadaa-b8c0-4bce-b1c9-06d32e9d9f2d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  margin: 0 !important;
  overflow: visible;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
  /* Add background color handling */
  
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-253387f9-7c5c-4c36-b757-e41b24caee71 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-253387f9-7c5c-4c36-b757-e41b24caee71 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-253387f9-7c5c-4c36-b757-e41b24caee71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-253387f9-7c5c-4c36-b757-e41b24caee71 .shogun-image-content {
  
    justify-content: center;
  
}

.s-253387f9-7c5c-4c36-b757-e41b24caee71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image {
  box-sizing: border-box;
}



.s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-253387f9-7c5c-4c36-b757-e41b24caee71 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container {
      position: relative;
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  margin: 0 !important;
  overflow: visible;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
  /* Add background color handling */
  
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-253387f9-7c5c-4c36-b757-e41b24caee71 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-253387f9-7c5c-4c36-b757-e41b24caee71 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-253387f9-7c5c-4c36-b757-e41b24caee71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-253387f9-7c5c-4c36-b757-e41b24caee71 .shogun-image-content {
  
    justify-content: center;
  
}

.s-253387f9-7c5c-4c36-b757-e41b24caee71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image {
  box-sizing: border-box;
}



.s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-253387f9-7c5c-4c36-b757-e41b24caee71 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container {
      position: relative;
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  margin: 0 !important;
  overflow: visible;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
  /* Add background color handling */
  
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-253387f9-7c5c-4c36-b757-e41b24caee71 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-253387f9-7c5c-4c36-b757-e41b24caee71 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-253387f9-7c5c-4c36-b757-e41b24caee71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-253387f9-7c5c-4c36-b757-e41b24caee71 .shogun-image-content {
  
    justify-content: center;
  
}

.s-253387f9-7c5c-4c36-b757-e41b24caee71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image {
  box-sizing: border-box;
}



.s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-253387f9-7c5c-4c36-b757-e41b24caee71 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container {
      position: relative;
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  margin: 0 !important;
  overflow: visible;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
  /* Add background color handling */
  
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-253387f9-7c5c-4c36-b757-e41b24caee71 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-253387f9-7c5c-4c36-b757-e41b24caee71 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-253387f9-7c5c-4c36-b757-e41b24caee71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-253387f9-7c5c-4c36-b757-e41b24caee71 .shogun-image-content {
  
    justify-content: center;
  
}

.s-253387f9-7c5c-4c36-b757-e41b24caee71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image {
  box-sizing: border-box;
}



.s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-253387f9-7c5c-4c36-b757-e41b24caee71 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container {
      position: relative;
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  margin: 0 !important;
  overflow: visible;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-253387f9-7c5c-4c36-b757-e41b24caee71 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
  /* Add background color handling */
  
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-253387f9-7c5c-4c36-b757-e41b24caee71 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-253387f9-7c5c-4c36-b757-e41b24caee71 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-253387f9-7c5c-4c36-b757-e41b24caee71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-253387f9-7c5c-4c36-b757-e41b24caee71 .shogun-image-content {
  
    justify-content: center;
  
}

.s-253387f9-7c5c-4c36-b757-e41b24caee71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image {
  box-sizing: border-box;
}



.s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-253387f9-7c5c-4c36-b757-e41b24caee71 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container {
      position: relative;
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-253387f9-7c5c-4c36-b757-e41b24caee71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-f19f59a9-d2f1-48e4-a1c9-c008e00deb81 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a0b6268e-904c-4f0d-b27a-330fb70ca3b2 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmYzMWMxYzMtYjBjMS00ZTI0LWFkOTItNGM2ZDBlNWRhZDczIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzZmMzFjMWMzLWIwYzEtNGUyNC1hZDkyLTRjNmQwZTVkYWQ3MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a0b6268e-904c-4f0d-b27a-330fb70ca3b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0b6268e-904c-4f0d-b27a-330fb70ca3b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0b6268e-904c-4f0d-b27a-330fb70ca3b2-root {
    text-align: center;
  }


#s-a0b6268e-904c-4f0d-b27a-330fb70ca3b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0b6268e-904c-4f0d-b27a-330fb70ca3b2-root {
    text-align: center;
  }


#s-a0b6268e-904c-4f0d-b27a-330fb70ca3b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0b6268e-904c-4f0d-b27a-330fb70ca3b2-root {
    text-align: center;
  }


#s-a0b6268e-904c-4f0d-b27a-330fb70ca3b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0b6268e-904c-4f0d-b27a-330fb70ca3b2-root {
    text-align: center;
  }


#s-a0b6268e-904c-4f0d-b27a-330fb70ca3b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0b6268e-904c-4f0d-b27a-330fb70ca3b2-root {
    text-align: center;
  }


#s-a0b6268e-904c-4f0d-b27a-330fb70ca3b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  margin: 0 !important;
  overflow: visible;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
  /* Add background color handling */
  
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c19e4f64-ba25-497b-a90b-e7ae87443228.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image {
  box-sizing: border-box;
}



.s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container {
      position: relative;
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  margin: 0 !important;
  overflow: visible;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
  /* Add background color handling */
  
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c19e4f64-ba25-497b-a90b-e7ae87443228.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image {
  box-sizing: border-box;
}



.s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container {
      position: relative;
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  margin: 0 !important;
  overflow: visible;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
  /* Add background color handling */
  
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c19e4f64-ba25-497b-a90b-e7ae87443228.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image {
  box-sizing: border-box;
}



.s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container {
      position: relative;
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  margin: 0 !important;
  overflow: visible;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
  /* Add background color handling */
  
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c19e4f64-ba25-497b-a90b-e7ae87443228.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image {
  box-sizing: border-box;
}



.s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container {
      position: relative;
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  margin: 0 !important;
  overflow: visible;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
  /* Add background color handling */
  
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c19e4f64-ba25-497b-a90b-e7ae87443228 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c19e4f64-ba25-497b-a90b-e7ae87443228.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image {
  box-sizing: border-box;
}



.s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c19e4f64-ba25-497b-a90b-e7ae87443228 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container {
      position: relative;
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c19e4f64-ba25-497b-a90b-e7ae87443228 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-7df4332b-5504-43e5-9790-bcb5b97faa8f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-59a2a6ed-183d-4542-a911-cdf7b39c4b5e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDBhMjA4YmYtYTY4Yy00OGQ4LTlkYTItMjNmZTQyNGY2MTVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzQwYTIwOGJmLWE2OGMtNDhkOC05ZGEyLTIzZmU0MjRmNjE1ZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-59a2a6ed-183d-4542-a911-cdf7b39c4b5e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59a2a6ed-183d-4542-a911-cdf7b39c4b5e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-59a2a6ed-183d-4542-a911-cdf7b39c4b5e-root {
    text-align: center;
  }


#s-59a2a6ed-183d-4542-a911-cdf7b39c4b5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59a2a6ed-183d-4542-a911-cdf7b39c4b5e-root {
    text-align: center;
  }


#s-59a2a6ed-183d-4542-a911-cdf7b39c4b5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59a2a6ed-183d-4542-a911-cdf7b39c4b5e-root {
    text-align: center;
  }


#s-59a2a6ed-183d-4542-a911-cdf7b39c4b5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59a2a6ed-183d-4542-a911-cdf7b39c4b5e-root {
    text-align: center;
  }


#s-59a2a6ed-183d-4542-a911-cdf7b39c4b5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59a2a6ed-183d-4542-a911-cdf7b39c4b5e-root {
    text-align: center;
  }


#s-59a2a6ed-183d-4542-a911-cdf7b39c4b5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5db99d23-3c3d-41e3-88fb-a0263e9cb0a2 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-5db99d23-3c3d-41e3-88fb-a0263e9cb0a2 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5db99d23-3c3d-41e3-88fb-a0263e9cb0a2 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5db99d23-3c3d-41e3-88fb-a0263e9cb0a2 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-5db99d23-3c3d-41e3-88fb-a0263e9cb0a2 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-5db99d23-3c3d-41e3-88fb-a0263e9cb0a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5db99d23-3c3d-41e3-88fb-a0263e9cb0a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5db99d23-3c3d-41e3-88fb-a0263e9cb0a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5db99d23-3c3d-41e3-88fb-a0263e9cb0a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  margin: 0 !important;
  overflow: visible;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
  /* Add background color handling */
  
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image {
  box-sizing: border-box;
}



.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container {
      position: relative;
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  margin: 0 !important;
  overflow: visible;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
  /* Add background color handling */
  
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image {
  box-sizing: border-box;
}



.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container {
      position: relative;
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  margin: 0 !important;
  overflow: visible;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
  /* Add background color handling */
  
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image {
  box-sizing: border-box;
}



.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container {
      position: relative;
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  margin: 0 !important;
  overflow: visible;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
  /* Add background color handling */
  
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image {
  box-sizing: border-box;
}



.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container {
      position: relative;
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  margin: 0 !important;
  overflow: visible;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
  /* Add background color handling */
  
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image {
  box-sizing: border-box;
}



.s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container {
      position: relative;
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a9d61c4-12f7-4729-8ad9-bb7c7ec0f80f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-a9be9f53-e0d6-43c0-93cd-ca29c1446580 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-db3de262-369d-4d8f-883a-06b0bf9c62f8 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjQzY2E0OGMtMTgyZi00YjQwLWI4YzgtOTZlNmQ0ZjczZGU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2I0M2NhNDhjLTE4MmYtNGI0MC1iOGM4LTk2ZTZkNGY3M2RlNikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-db3de262-369d-4d8f-883a-06b0bf9c62f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db3de262-369d-4d8f-883a-06b0bf9c62f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db3de262-369d-4d8f-883a-06b0bf9c62f8-root {
    text-align: center;
  }


#s-db3de262-369d-4d8f-883a-06b0bf9c62f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db3de262-369d-4d8f-883a-06b0bf9c62f8-root {
    text-align: center;
  }


#s-db3de262-369d-4d8f-883a-06b0bf9c62f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db3de262-369d-4d8f-883a-06b0bf9c62f8-root {
    text-align: center;
  }


#s-db3de262-369d-4d8f-883a-06b0bf9c62f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db3de262-369d-4d8f-883a-06b0bf9c62f8-root {
    text-align: center;
  }


#s-db3de262-369d-4d8f-883a-06b0bf9c62f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db3de262-369d-4d8f-883a-06b0bf9c62f8-root {
    text-align: center;
  }


#s-db3de262-369d-4d8f-883a-06b0bf9c62f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9553d452-5de6-4fef-914e-988b676bdcf4 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9553d452-5de6-4fef-914e-988b676bdcf4 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9553d452-5de6-4fef-914e-988b676bdcf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9553d452-5de6-4fef-914e-988b676bdcf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9553d452-5de6-4fef-914e-988b676bdcf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image {
  box-sizing: border-box;
}



.s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9553d452-5de6-4fef-914e-988b676bdcf4 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container {
      position: relative;
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9553d452-5de6-4fef-914e-988b676bdcf4 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9553d452-5de6-4fef-914e-988b676bdcf4 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9553d452-5de6-4fef-914e-988b676bdcf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9553d452-5de6-4fef-914e-988b676bdcf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9553d452-5de6-4fef-914e-988b676bdcf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image {
  box-sizing: border-box;
}



.s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9553d452-5de6-4fef-914e-988b676bdcf4 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container {
      position: relative;
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9553d452-5de6-4fef-914e-988b676bdcf4 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9553d452-5de6-4fef-914e-988b676bdcf4 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9553d452-5de6-4fef-914e-988b676bdcf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9553d452-5de6-4fef-914e-988b676bdcf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9553d452-5de6-4fef-914e-988b676bdcf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image {
  box-sizing: border-box;
}



.s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9553d452-5de6-4fef-914e-988b676bdcf4 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container {
      position: relative;
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9553d452-5de6-4fef-914e-988b676bdcf4 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9553d452-5de6-4fef-914e-988b676bdcf4 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9553d452-5de6-4fef-914e-988b676bdcf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9553d452-5de6-4fef-914e-988b676bdcf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9553d452-5de6-4fef-914e-988b676bdcf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image {
  box-sizing: border-box;
}



.s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9553d452-5de6-4fef-914e-988b676bdcf4 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container {
      position: relative;
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9553d452-5de6-4fef-914e-988b676bdcf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9553d452-5de6-4fef-914e-988b676bdcf4 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9553d452-5de6-4fef-914e-988b676bdcf4 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9553d452-5de6-4fef-914e-988b676bdcf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9553d452-5de6-4fef-914e-988b676bdcf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9553d452-5de6-4fef-914e-988b676bdcf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image {
  box-sizing: border-box;
}



.s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9553d452-5de6-4fef-914e-988b676bdcf4 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container {
      position: relative;
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9553d452-5de6-4fef-914e-988b676bdcf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-95ea4973-8a12-4239-873b-e938cd71b230 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d906fc56-ee16-4ddb-bea1-fdb49947739b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTg4MTkyYWEtOTg2MC00OTZlLWIyMGItMWNjNmZhOThiY2I1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE4ODE5MmFhLTk4NjAtNDk2ZS1iMjBiLTFjYzZmYTk4YmNiNSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d906fc56-ee16-4ddb-bea1-fdb49947739b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d906fc56-ee16-4ddb-bea1-fdb49947739b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d906fc56-ee16-4ddb-bea1-fdb49947739b-root {
    text-align: center;
  }


#s-d906fc56-ee16-4ddb-bea1-fdb49947739b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d906fc56-ee16-4ddb-bea1-fdb49947739b-root {
    text-align: center;
  }


#s-d906fc56-ee16-4ddb-bea1-fdb49947739b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d906fc56-ee16-4ddb-bea1-fdb49947739b-root {
    text-align: center;
  }


#s-d906fc56-ee16-4ddb-bea1-fdb49947739b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d906fc56-ee16-4ddb-bea1-fdb49947739b-root {
    text-align: center;
  }


#s-d906fc56-ee16-4ddb-bea1-fdb49947739b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d906fc56-ee16-4ddb-bea1-fdb49947739b-root {
    text-align: center;
  }


#s-d906fc56-ee16-4ddb-bea1-fdb49947739b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image {
  box-sizing: border-box;
}



.s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container {
      position: relative;
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image {
  box-sizing: border-box;
}



.s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container {
      position: relative;
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image {
  box-sizing: border-box;
}



.s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container {
      position: relative;
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image {
  box-sizing: border-box;
}



.s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container {
      position: relative;
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5cb24cb2-5f86-42a3-9f31-cb17df645167 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image {
  box-sizing: border-box;
}



.s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container {
      position: relative;
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cb24cb2-5f86-42a3-9f31-cb17df645167 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-5e1dd1a3-eb80-4b35-9128-cb1f021639ba {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d863e771-b97c-47ca-8411-81a417e1c846 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGJhZjNlMDgtYjMwOS00M2YzLWIyZWYtMjY5Nzk2NDEwODk0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2RiYWYzZTA4LWIzMDktNDNmMy1iMmVmLTI2OTc5NjQxMDg5NCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d863e771-b97c-47ca-8411-81a417e1c846:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d863e771-b97c-47ca-8411-81a417e1c846:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d863e771-b97c-47ca-8411-81a417e1c846-root {
    text-align: center;
  }


#s-d863e771-b97c-47ca-8411-81a417e1c846.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d863e771-b97c-47ca-8411-81a417e1c846-root {
    text-align: center;
  }


#s-d863e771-b97c-47ca-8411-81a417e1c846.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d863e771-b97c-47ca-8411-81a417e1c846-root {
    text-align: center;
  }


#s-d863e771-b97c-47ca-8411-81a417e1c846.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d863e771-b97c-47ca-8411-81a417e1c846-root {
    text-align: center;
  }


#s-d863e771-b97c-47ca-8411-81a417e1c846.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d863e771-b97c-47ca-8411-81a417e1c846-root {
    text-align: center;
  }


#s-d863e771-b97c-47ca-8411-81a417e1c846.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-11b03d0a-0cf9-417a-ab88-ca5c68059268 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-11b03d0a-0cf9-417a-ab88-ca5c68059268 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11b03d0a-0cf9-417a-ab88-ca5c68059268 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-11b03d0a-0cf9-417a-ab88-ca5c68059268 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-11b03d0a-0cf9-417a-ab88-ca5c68059268 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-11b03d0a-0cf9-417a-ab88-ca5c68059268"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11b03d0a-0cf9-417a-ab88-ca5c68059268"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-11b03d0a-0cf9-417a-ab88-ca5c68059268"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-11b03d0a-0cf9-417a-ab88-ca5c68059268"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image {
  box-sizing: border-box;
}



.s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container {
      position: relative;
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image {
  box-sizing: border-box;
}



.s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container {
      position: relative;
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image {
  box-sizing: border-box;
}



.s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container {
      position: relative;
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image {
  box-sizing: border-box;
}



.s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container {
      position: relative;
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-a9ad355f-ceb9-4823-99fd-33bf349702d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image {
  box-sizing: border-box;
}



.s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container {
      position: relative;
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9ad355f-ceb9-4823-99fd-33bf349702d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-dd7baa5d-67c1-4647-be58-a6512621c6c7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f14bbcb6-0149-4c8f-9a28-f4b5fb7f2123 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f14bbcb6-0149-4c8f-9a28-f4b5fb7f2123:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f14bbcb6-0149-4c8f-9a28-f4b5fb7f2123:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f14bbcb6-0149-4c8f-9a28-f4b5fb7f2123-root {
    text-align: center;
  }


#s-f14bbcb6-0149-4c8f-9a28-f4b5fb7f2123.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f14bbcb6-0149-4c8f-9a28-f4b5fb7f2123-root {
    text-align: center;
  }


#s-f14bbcb6-0149-4c8f-9a28-f4b5fb7f2123.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f14bbcb6-0149-4c8f-9a28-f4b5fb7f2123-root {
    text-align: center;
  }


#s-f14bbcb6-0149-4c8f-9a28-f4b5fb7f2123.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f14bbcb6-0149-4c8f-9a28-f4b5fb7f2123-root {
    text-align: center;
  }


#s-f14bbcb6-0149-4c8f-9a28-f4b5fb7f2123.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f14bbcb6-0149-4c8f-9a28-f4b5fb7f2123-root {
    text-align: center;
  }


#s-f14bbcb6-0149-4c8f-9a28-f4b5fb7f2123.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2dfa81d-2a7a-489e-80b7-7872de811358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image {
  box-sizing: border-box;
}



.s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container {
      position: relative;
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2dfa81d-2a7a-489e-80b7-7872de811358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image {
  box-sizing: border-box;
}



.s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container {
      position: relative;
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2dfa81d-2a7a-489e-80b7-7872de811358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image {
  box-sizing: border-box;
}



.s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container {
      position: relative;
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2dfa81d-2a7a-489e-80b7-7872de811358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image {
  box-sizing: border-box;
}



.s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container {
      position: relative;
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b2dfa81d-2a7a-489e-80b7-7872de811358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2dfa81d-2a7a-489e-80b7-7872de811358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image {
  box-sizing: border-box;
}



.s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2dfa81d-2a7a-489e-80b7-7872de811358 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container {
      position: relative;
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2dfa81d-2a7a-489e-80b7-7872de811358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-0e68f0ce-d4dd-4854-9383-e4ddd5b2b8c5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-71083954-1df4-4381-8239-a94aea6709a9 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-71083954-1df4-4381-8239-a94aea6709a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71083954-1df4-4381-8239-a94aea6709a9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-71083954-1df4-4381-8239-a94aea6709a9-root {
    text-align: center;
  }


#s-71083954-1df4-4381-8239-a94aea6709a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-71083954-1df4-4381-8239-a94aea6709a9-root {
    text-align: center;
  }


#s-71083954-1df4-4381-8239-a94aea6709a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-71083954-1df4-4381-8239-a94aea6709a9-root {
    text-align: center;
  }


#s-71083954-1df4-4381-8239-a94aea6709a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-71083954-1df4-4381-8239-a94aea6709a9-root {
    text-align: center;
  }


#s-71083954-1df4-4381-8239-a94aea6709a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-71083954-1df4-4381-8239-a94aea6709a9-root {
    text-align: center;
  }


#s-71083954-1df4-4381-8239-a94aea6709a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image {
  box-sizing: border-box;
}



.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container {
      position: relative;
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image {
  box-sizing: border-box;
}



.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container {
      position: relative;
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image {
  box-sizing: border-box;
}



.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container {
      position: relative;
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image {
  box-sizing: border-box;
}



.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container {
      position: relative;
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  margin: 0 !important;
  overflow: visible;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
  /* Add background color handling */
  
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image {
  box-sizing: border-box;
}



.s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container {
      position: relative;
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b36bf3e4-f913-4661-9aa0-4493c4e9f9f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-d24445f3-f128-4373-84f1-5d7774897b0a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-15d2cc34-dd43-49aa-9ea2-210ef8154f9a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-15d2cc34-dd43-49aa-9ea2-210ef8154f9a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15d2cc34-dd43-49aa-9ea2-210ef8154f9a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-15d2cc34-dd43-49aa-9ea2-210ef8154f9a-root {
    text-align: center;
  }


#s-15d2cc34-dd43-49aa-9ea2-210ef8154f9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-15d2cc34-dd43-49aa-9ea2-210ef8154f9a-root {
    text-align: center;
  }


#s-15d2cc34-dd43-49aa-9ea2-210ef8154f9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15d2cc34-dd43-49aa-9ea2-210ef8154f9a-root {
    text-align: center;
  }


#s-15d2cc34-dd43-49aa-9ea2-210ef8154f9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15d2cc34-dd43-49aa-9ea2-210ef8154f9a-root {
    text-align: center;
  }


#s-15d2cc34-dd43-49aa-9ea2-210ef8154f9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-15d2cc34-dd43-49aa-9ea2-210ef8154f9a-root {
    text-align: center;
  }


#s-15d2cc34-dd43-49aa-9ea2-210ef8154f9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6764a4f2-7a50-44a9-8ac4-9350c29b739a {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-6764a4f2-7a50-44a9-8ac4-9350c29b739a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6764a4f2-7a50-44a9-8ac4-9350c29b739a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6764a4f2-7a50-44a9-8ac4-9350c29b739a {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-6764a4f2-7a50-44a9-8ac4-9350c29b739a {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-6764a4f2-7a50-44a9-8ac4-9350c29b739a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6764a4f2-7a50-44a9-8ac4-9350c29b739a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6764a4f2-7a50-44a9-8ac4-9350c29b739a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6764a4f2-7a50-44a9-8ac4-9350c29b739a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-21e88ddd-5b1f-4e93-bc19-122350cb90a3 {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-21e88ddd-5b1f-4e93-bc19-122350cb90a3 {
  overflow: hidden;
  
  
      max-width: 522px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-21e88ddd-5b1f-4e93-bc19-122350cb90a3 img.shogun-image,
  #s-21e88ddd-5b1f-4e93-bc19-122350cb90a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21e88ddd-5b1f-4e93-bc19-122350cb90a3 {
    width: 100%;
    height: auto;
  }



  #s-21e88ddd-5b1f-4e93-bc19-122350cb90a3 img.shogun-image {
    

    
    
    
  }


#s-21e88ddd-5b1f-4e93-bc19-122350cb90a3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a7963f61-58e0-4719-a954-4ff1e8f36931 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-a7963f61-58e0-4719-a954-4ff1e8f36931 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a7963f61-58e0-4719-a954-4ff1e8f36931 img.shogun-image,
  #s-a7963f61-58e0-4719-a954-4ff1e8f36931 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7963f61-58e0-4719-a954-4ff1e8f36931 {
    width: 100%;
    height: auto;
  }



  #s-a7963f61-58e0-4719-a954-4ff1e8f36931 img.shogun-image {
    

    
    
    
  }


#s-a7963f61-58e0-4719-a954-4ff1e8f36931 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b3ce9ed4-35e1-425b-b955-4d7cabed7e9c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8c1716eb-7d7b-41bd-b920-4e6b83b05c51 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8c1716eb-7d7b-41bd-b920-4e6b83b05c51:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c1716eb-7d7b-41bd-b920-4e6b83b05c51:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8c1716eb-7d7b-41bd-b920-4e6b83b05c51-root {
    text-align: center;
  }


#s-8c1716eb-7d7b-41bd-b920-4e6b83b05c51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c1716eb-7d7b-41bd-b920-4e6b83b05c51-root {
    text-align: center;
  }


#s-8c1716eb-7d7b-41bd-b920-4e6b83b05c51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c1716eb-7d7b-41bd-b920-4e6b83b05c51-root {
    text-align: center;
  }


#s-8c1716eb-7d7b-41bd-b920-4e6b83b05c51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c1716eb-7d7b-41bd-b920-4e6b83b05c51-root {
    text-align: center;
  }


#s-8c1716eb-7d7b-41bd-b920-4e6b83b05c51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c1716eb-7d7b-41bd-b920-4e6b83b05c51-root {
    text-align: center;
  }


#s-8c1716eb-7d7b-41bd-b920-4e6b83b05c51.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  margin: 0 !important;
  overflow: visible;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
  /* Add background color handling */
  
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shogun-image-content {
  
    justify-content: center;
  
}

.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image {
  box-sizing: border-box;
}



.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container {
      position: relative;
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  margin: 0 !important;
  overflow: visible;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
  /* Add background color handling */
  
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shogun-image-content {
  
    justify-content: center;
  
}

.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image {
  box-sizing: border-box;
}



.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container {
      position: relative;
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  margin: 0 !important;
  overflow: visible;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
  /* Add background color handling */
  
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shogun-image-content {
  
    justify-content: center;
  
}

.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image {
  box-sizing: border-box;
}



.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container {
      position: relative;
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  margin: 0 !important;
  overflow: visible;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
  /* Add background color handling */
  
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shogun-image-content {
  
    justify-content: center;
  
}

.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image {
  box-sizing: border-box;
}



.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container {
      position: relative;
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  margin: 0 !important;
  overflow: visible;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
  /* Add background color handling */
  
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace .shogun-image-content {
  
    justify-content: center;
  
}

.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image {
  box-sizing: border-box;
}



.s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container {
      position: relative;
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38262eb7-d4e7-474b-9226-8ad2f5d06ace img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-9ae800db-6990-4718-a2f7-27a40b87f34f {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-9ae800db-6990-4718-a2f7-27a40b87f34f {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9ae800db-6990-4718-a2f7-27a40b87f34f img.shogun-image,
  #s-9ae800db-6990-4718-a2f7-27a40b87f34f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ae800db-6990-4718-a2f7-27a40b87f34f {
    width: 100%;
    height: auto;
  }



  #s-9ae800db-6990-4718-a2f7-27a40b87f34f img.shogun-image {
    

    
    
    
  }


#s-9ae800db-6990-4718-a2f7-27a40b87f34f .shogun-image-content {
  
    justify-content: center;
  
}

#s-8ebed085-8936-40cf-b7ad-606a170b0e8c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-da770177-2cdd-4b46-9d15-0aa1538e5800 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-da770177-2cdd-4b46-9d15-0aa1538e5800:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da770177-2cdd-4b46-9d15-0aa1538e5800:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-da770177-2cdd-4b46-9d15-0aa1538e5800-root {
    text-align: center;
  }


#s-da770177-2cdd-4b46-9d15-0aa1538e5800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-da770177-2cdd-4b46-9d15-0aa1538e5800-root {
    text-align: center;
  }


#s-da770177-2cdd-4b46-9d15-0aa1538e5800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da770177-2cdd-4b46-9d15-0aa1538e5800-root {
    text-align: center;
  }


#s-da770177-2cdd-4b46-9d15-0aa1538e5800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da770177-2cdd-4b46-9d15-0aa1538e5800-root {
    text-align: center;
  }


#s-da770177-2cdd-4b46-9d15-0aa1538e5800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-da770177-2cdd-4b46-9d15-0aa1538e5800-root {
    text-align: center;
  }


#s-da770177-2cdd-4b46-9d15-0aa1538e5800.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d3aeae7c-ffd6-44ac-8a63-f70a8175bc87 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-d3aeae7c-ffd6-44ac-8a63-f70a8175bc87 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d3aeae7c-ffd6-44ac-8a63-f70a8175bc87 img.shogun-image,
  #s-d3aeae7c-ffd6-44ac-8a63-f70a8175bc87 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3aeae7c-ffd6-44ac-8a63-f70a8175bc87 {
    width: 100%;
    height: auto;
  }



  #s-d3aeae7c-ffd6-44ac-8a63-f70a8175bc87 img.shogun-image {
    

    
    
    
  }


#s-d3aeae7c-ffd6-44ac-8a63-f70a8175bc87 .shogun-image-content {
  
    justify-content: center;
  
}

#s-12ff70dc-1b3f-4c78-a3d8-7ae78b88ed8e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dc735915-3345-4c86-a03f-de63d719be07 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-dc735915-3345-4c86-a03f-de63d719be07:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dc735915-3345-4c86-a03f-de63d719be07:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dc735915-3345-4c86-a03f-de63d719be07-root {
    text-align: center;
  }


#s-dc735915-3345-4c86-a03f-de63d719be07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dc735915-3345-4c86-a03f-de63d719be07-root {
    text-align: center;
  }


#s-dc735915-3345-4c86-a03f-de63d719be07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc735915-3345-4c86-a03f-de63d719be07-root {
    text-align: center;
  }


#s-dc735915-3345-4c86-a03f-de63d719be07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc735915-3345-4c86-a03f-de63d719be07-root {
    text-align: center;
  }


#s-dc735915-3345-4c86-a03f-de63d719be07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dc735915-3345-4c86-a03f-de63d719be07-root {
    text-align: center;
  }


#s-dc735915-3345-4c86-a03f-de63d719be07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-627b2bfe-effa-45e2-bc64-96998808d518 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-627b2bfe-effa-45e2-bc64-96998808d518 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-627b2bfe-effa-45e2-bc64-96998808d518 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-627b2bfe-effa-45e2-bc64-96998808d518 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-627b2bfe-effa-45e2-bc64-96998808d518 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-627b2bfe-effa-45e2-bc64-96998808d518"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-627b2bfe-effa-45e2-bc64-96998808d518"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-627b2bfe-effa-45e2-bc64-96998808d518"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-627b2bfe-effa-45e2-bc64-96998808d518"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-11a37842-6510-4be3-91bf-dfe8a5374292 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-11a37842-6510-4be3-91bf-dfe8a5374292 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-11a37842-6510-4be3-91bf-dfe8a5374292 img.shogun-image,
  #s-11a37842-6510-4be3-91bf-dfe8a5374292 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11a37842-6510-4be3-91bf-dfe8a5374292 {
    width: 100%;
    height: auto;
  }



  #s-11a37842-6510-4be3-91bf-dfe8a5374292 img.shogun-image {
    

    
    
    
  }


#s-11a37842-6510-4be3-91bf-dfe8a5374292 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b0e7b265-4b30-47a3-950e-48c5a343acb2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-22a7f048-0184-48f2-a6e1-a7fdec9994f3 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-22a7f048-0184-48f2-a6e1-a7fdec9994f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22a7f048-0184-48f2-a6e1-a7fdec9994f3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22a7f048-0184-48f2-a6e1-a7fdec9994f3-root {
    text-align: center;
  }


#s-22a7f048-0184-48f2-a6e1-a7fdec9994f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22a7f048-0184-48f2-a6e1-a7fdec9994f3-root {
    text-align: center;
  }


#s-22a7f048-0184-48f2-a6e1-a7fdec9994f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22a7f048-0184-48f2-a6e1-a7fdec9994f3-root {
    text-align: center;
  }


#s-22a7f048-0184-48f2-a6e1-a7fdec9994f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22a7f048-0184-48f2-a6e1-a7fdec9994f3-root {
    text-align: center;
  }


#s-22a7f048-0184-48f2-a6e1-a7fdec9994f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22a7f048-0184-48f2-a6e1-a7fdec9994f3-root {
    text-align: center;
  }


#s-22a7f048-0184-48f2-a6e1-a7fdec9994f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  margin: 0 !important;
  overflow: visible;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
  /* Add background color handling */
  
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image {
  box-sizing: border-box;
}



.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container {
      position: relative;
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  margin: 0 !important;
  overflow: visible;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
  /* Add background color handling */
  
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image {
  box-sizing: border-box;
}



.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container {
      position: relative;
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  margin: 0 !important;
  overflow: visible;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
  /* Add background color handling */
  
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image {
  box-sizing: border-box;
}



.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container {
      position: relative;
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  margin: 0 !important;
  overflow: visible;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
  /* Add background color handling */
  
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image {
  box-sizing: border-box;
}



.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container {
      position: relative;
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  margin: 0 !important;
  overflow: visible;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
  /* Add background color handling */
  
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image {
  box-sizing: border-box;
}



.s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container {
      position: relative;
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a7ac04a-bbb9-4f7e-bf7c-80f139e8184a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-990602c7-7674-493a-82c6-e9893a4e4700 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fc971bfb-3de0-48a0-a4c0-f6b148a15273 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-fc971bfb-3de0-48a0-a4c0-f6b148a15273:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc971bfb-3de0-48a0-a4c0-f6b148a15273:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fc971bfb-3de0-48a0-a4c0-f6b148a15273-root {
    text-align: center;
  }


#s-fc971bfb-3de0-48a0-a4c0-f6b148a15273.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc971bfb-3de0-48a0-a4c0-f6b148a15273-root {
    text-align: center;
  }


#s-fc971bfb-3de0-48a0-a4c0-f6b148a15273.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc971bfb-3de0-48a0-a4c0-f6b148a15273-root {
    text-align: center;
  }


#s-fc971bfb-3de0-48a0-a4c0-f6b148a15273.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc971bfb-3de0-48a0-a4c0-f6b148a15273-root {
    text-align: center;
  }


#s-fc971bfb-3de0-48a0-a4c0-f6b148a15273.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc971bfb-3de0-48a0-a4c0-f6b148a15273-root {
    text-align: center;
  }


#s-fc971bfb-3de0-48a0-a4c0-f6b148a15273.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cd516030-0913-41ac-a4fa-184fcab32669 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-cd516030-0913-41ac-a4fa-184fcab32669 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-cd516030-0913-41ac-a4fa-184fcab32669 img.shogun-image,
  #s-cd516030-0913-41ac-a4fa-184fcab32669 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd516030-0913-41ac-a4fa-184fcab32669 {
    width: 100%;
    height: auto;
  }



  #s-cd516030-0913-41ac-a4fa-184fcab32669 img.shogun-image {
    

    
    
    
  }


#s-cd516030-0913-41ac-a4fa-184fcab32669 .shogun-image-content {
  
    justify-content: center;
  
}

#s-40bbf50e-0486-44f2-82cc-d981df55d21f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-87a08996-3479-47a9-826f-0e59e09b858a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-87a08996-3479-47a9-826f-0e59e09b858a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87a08996-3479-47a9-826f-0e59e09b858a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87a08996-3479-47a9-826f-0e59e09b858a-root {
    text-align: center;
  }


#s-87a08996-3479-47a9-826f-0e59e09b858a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87a08996-3479-47a9-826f-0e59e09b858a-root {
    text-align: center;
  }


#s-87a08996-3479-47a9-826f-0e59e09b858a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87a08996-3479-47a9-826f-0e59e09b858a-root {
    text-align: center;
  }


#s-87a08996-3479-47a9-826f-0e59e09b858a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87a08996-3479-47a9-826f-0e59e09b858a-root {
    text-align: center;
  }


#s-87a08996-3479-47a9-826f-0e59e09b858a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87a08996-3479-47a9-826f-0e59e09b858a-root {
    text-align: center;
  }


#s-87a08996-3479-47a9-826f-0e59e09b858a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d30f6a99-0f05-4484-a97f-5ee60c1224f6 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-d30f6a99-0f05-4484-a97f-5ee60c1224f6 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d30f6a99-0f05-4484-a97f-5ee60c1224f6 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d30f6a99-0f05-4484-a97f-5ee60c1224f6 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-d30f6a99-0f05-4484-a97f-5ee60c1224f6 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-d30f6a99-0f05-4484-a97f-5ee60c1224f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d30f6a99-0f05-4484-a97f-5ee60c1224f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d30f6a99-0f05-4484-a97f-5ee60c1224f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d30f6a99-0f05-4484-a97f-5ee60c1224f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ef8e48fa-dee5-46b8-a341-e27aadded2f6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ef8e48fa-dee5-46b8-a341-e27aadded2f6 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ef8e48fa-dee5-46b8-a341-e27aadded2f6 img.shogun-image,
  #s-ef8e48fa-dee5-46b8-a341-e27aadded2f6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef8e48fa-dee5-46b8-a341-e27aadded2f6 {
    width: 100%;
    height: auto;
  }



  #s-ef8e48fa-dee5-46b8-a341-e27aadded2f6 img.shogun-image {
    

    
    
    
  }


#s-ef8e48fa-dee5-46b8-a341-e27aadded2f6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c54a091b-05e5-49db-8b88-afa5887f4350 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9541ea37-00c3-43a4-9672-e17ab011a76f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9541ea37-00c3-43a4-9672-e17ab011a76f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9541ea37-00c3-43a4-9672-e17ab011a76f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9541ea37-00c3-43a4-9672-e17ab011a76f-root {
    text-align: center;
  }


#s-9541ea37-00c3-43a4-9672-e17ab011a76f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9541ea37-00c3-43a4-9672-e17ab011a76f-root {
    text-align: center;
  }


#s-9541ea37-00c3-43a4-9672-e17ab011a76f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9541ea37-00c3-43a4-9672-e17ab011a76f-root {
    text-align: center;
  }


#s-9541ea37-00c3-43a4-9672-e17ab011a76f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9541ea37-00c3-43a4-9672-e17ab011a76f-root {
    text-align: center;
  }


#s-9541ea37-00c3-43a4-9672-e17ab011a76f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9541ea37-00c3-43a4-9672-e17ab011a76f-root {
    text-align: center;
  }


#s-9541ea37-00c3-43a4-9672-e17ab011a76f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e58947c7-e952-4da1-9836-d3801232b61b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b {
  margin: 0 !important;
  overflow: visible;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e58947c7-e952-4da1-9836-d3801232b61b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e58947c7-e952-4da1-9836-d3801232b61b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
  /* Add background color handling */
  
}

#s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e58947c7-e952-4da1-9836-d3801232b61b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e58947c7-e952-4da1-9836-d3801232b61b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e58947c7-e952-4da1-9836-d3801232b61b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e58947c7-e952-4da1-9836-d3801232b61b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e58947c7-e952-4da1-9836-d3801232b61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image {
  box-sizing: border-box;
}



.s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e58947c7-e952-4da1-9836-d3801232b61b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container {
      position: relative;
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-e58947c7-e952-4da1-9836-d3801232b61b {
  margin: 0 !important;
  overflow: visible;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e58947c7-e952-4da1-9836-d3801232b61b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e58947c7-e952-4da1-9836-d3801232b61b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
  /* Add background color handling */
  
}

#s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e58947c7-e952-4da1-9836-d3801232b61b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e58947c7-e952-4da1-9836-d3801232b61b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e58947c7-e952-4da1-9836-d3801232b61b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e58947c7-e952-4da1-9836-d3801232b61b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e58947c7-e952-4da1-9836-d3801232b61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image {
  box-sizing: border-box;
}



.s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e58947c7-e952-4da1-9836-d3801232b61b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container {
      position: relative;
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e58947c7-e952-4da1-9836-d3801232b61b {
  margin: 0 !important;
  overflow: visible;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e58947c7-e952-4da1-9836-d3801232b61b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e58947c7-e952-4da1-9836-d3801232b61b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
  /* Add background color handling */
  
}

#s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e58947c7-e952-4da1-9836-d3801232b61b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e58947c7-e952-4da1-9836-d3801232b61b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e58947c7-e952-4da1-9836-d3801232b61b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e58947c7-e952-4da1-9836-d3801232b61b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e58947c7-e952-4da1-9836-d3801232b61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image {
  box-sizing: border-box;
}



.s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e58947c7-e952-4da1-9836-d3801232b61b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container {
      position: relative;
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e58947c7-e952-4da1-9836-d3801232b61b {
  margin: 0 !important;
  overflow: visible;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e58947c7-e952-4da1-9836-d3801232b61b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e58947c7-e952-4da1-9836-d3801232b61b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
  /* Add background color handling */
  
}

#s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e58947c7-e952-4da1-9836-d3801232b61b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e58947c7-e952-4da1-9836-d3801232b61b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e58947c7-e952-4da1-9836-d3801232b61b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e58947c7-e952-4da1-9836-d3801232b61b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e58947c7-e952-4da1-9836-d3801232b61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image {
  box-sizing: border-box;
}



.s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e58947c7-e952-4da1-9836-d3801232b61b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container {
      position: relative;
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-e58947c7-e952-4da1-9836-d3801232b61b {
  margin: 0 !important;
  overflow: visible;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e58947c7-e952-4da1-9836-d3801232b61b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e58947c7-e952-4da1-9836-d3801232b61b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
  /* Add background color handling */
  
}

#s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e58947c7-e952-4da1-9836-d3801232b61b .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-e58947c7-e952-4da1-9836-d3801232b61b .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e58947c7-e952-4da1-9836-d3801232b61b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-e58947c7-e952-4da1-9836-d3801232b61b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e58947c7-e952-4da1-9836-d3801232b61b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image {
  box-sizing: border-box;
}



.s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e58947c7-e952-4da1-9836-d3801232b61b {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container {
      position: relative;
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e58947c7-e952-4da1-9836-d3801232b61b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-718bbf4d-2317-4b80-8564-04cc4ec78c35 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-334be548-246f-4e81-b394-0af335bfdce9 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-334be548-246f-4e81-b394-0af335bfdce9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-334be548-246f-4e81-b394-0af335bfdce9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-334be548-246f-4e81-b394-0af335bfdce9-root {
    text-align: center;
  }


#s-334be548-246f-4e81-b394-0af335bfdce9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-334be548-246f-4e81-b394-0af335bfdce9-root {
    text-align: center;
  }


#s-334be548-246f-4e81-b394-0af335bfdce9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-334be548-246f-4e81-b394-0af335bfdce9-root {
    text-align: center;
  }


#s-334be548-246f-4e81-b394-0af335bfdce9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-334be548-246f-4e81-b394-0af335bfdce9-root {
    text-align: center;
  }


#s-334be548-246f-4e81-b394-0af335bfdce9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-334be548-246f-4e81-b394-0af335bfdce9-root {
    text-align: center;
  }


#s-334be548-246f-4e81-b394-0af335bfdce9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7afb9d45-a3a9-44d8-948e-9c1c6926e83a {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-7afb9d45-a3a9-44d8-948e-9c1c6926e83a {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-7afb9d45-a3a9-44d8-948e-9c1c6926e83a img.shogun-image,
  #s-7afb9d45-a3a9-44d8-948e-9c1c6926e83a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7afb9d45-a3a9-44d8-948e-9c1c6926e83a {
    width: 100%;
    height: auto;
  }



  #s-7afb9d45-a3a9-44d8-948e-9c1c6926e83a img.shogun-image {
    

    
    
    
  }


#s-7afb9d45-a3a9-44d8-948e-9c1c6926e83a .shogun-image-content {
  
    justify-content: center;
  
}

#s-4ff950aa-fe4a-45fc-ba94-22faa93a8e76 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-06fa93fb-1329-4357-8ca3-c2f24ee8ab96 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-06fa93fb-1329-4357-8ca3-c2f24ee8ab96:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06fa93fb-1329-4357-8ca3-c2f24ee8ab96:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-06fa93fb-1329-4357-8ca3-c2f24ee8ab96-root {
    text-align: center;
  }


#s-06fa93fb-1329-4357-8ca3-c2f24ee8ab96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-06fa93fb-1329-4357-8ca3-c2f24ee8ab96-root {
    text-align: center;
  }


#s-06fa93fb-1329-4357-8ca3-c2f24ee8ab96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06fa93fb-1329-4357-8ca3-c2f24ee8ab96-root {
    text-align: center;
  }


#s-06fa93fb-1329-4357-8ca3-c2f24ee8ab96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06fa93fb-1329-4357-8ca3-c2f24ee8ab96-root {
    text-align: center;
  }


#s-06fa93fb-1329-4357-8ca3-c2f24ee8ab96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-06fa93fb-1329-4357-8ca3-c2f24ee8ab96-root {
    text-align: center;
  }


#s-06fa93fb-1329-4357-8ca3-c2f24ee8ab96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dc5a728c-75ab-41cd-8c4e-38eabd6a52df {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-dc5a728c-75ab-41cd-8c4e-38eabd6a52df {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc5a728c-75ab-41cd-8c4e-38eabd6a52df {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc5a728c-75ab-41cd-8c4e-38eabd6a52df {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-dc5a728c-75ab-41cd-8c4e-38eabd6a52df {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-dc5a728c-75ab-41cd-8c4e-38eabd6a52df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc5a728c-75ab-41cd-8c4e-38eabd6a52df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dc5a728c-75ab-41cd-8c4e-38eabd6a52df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc5a728c-75ab-41cd-8c4e-38eabd6a52df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-339b9c7c-cccf-4b5b-a630-54173f64846f {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-339b9c7c-cccf-4b5b-a630-54173f64846f {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-339b9c7c-cccf-4b5b-a630-54173f64846f img.shogun-image,
  #s-339b9c7c-cccf-4b5b-a630-54173f64846f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-339b9c7c-cccf-4b5b-a630-54173f64846f {
    width: 100%;
    height: auto;
  }



  #s-339b9c7c-cccf-4b5b-a630-54173f64846f img.shogun-image {
    

    
    
    
  }


#s-339b9c7c-cccf-4b5b-a630-54173f64846f .shogun-image-content {
  
    justify-content: center;
  
}

#s-6abab0a6-9e76-491f-9a53-3156cf21b719 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a138914e-71f1-4520-9e0e-44c07b70a55e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a138914e-71f1-4520-9e0e-44c07b70a55e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a138914e-71f1-4520-9e0e-44c07b70a55e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a138914e-71f1-4520-9e0e-44c07b70a55e-root {
    text-align: center;
  }


#s-a138914e-71f1-4520-9e0e-44c07b70a55e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a138914e-71f1-4520-9e0e-44c07b70a55e-root {
    text-align: center;
  }


#s-a138914e-71f1-4520-9e0e-44c07b70a55e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a138914e-71f1-4520-9e0e-44c07b70a55e-root {
    text-align: center;
  }


#s-a138914e-71f1-4520-9e0e-44c07b70a55e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a138914e-71f1-4520-9e0e-44c07b70a55e-root {
    text-align: center;
  }


#s-a138914e-71f1-4520-9e0e-44c07b70a55e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a138914e-71f1-4520-9e0e-44c07b70a55e-root {
    text-align: center;
  }


#s-a138914e-71f1-4520-9e0e-44c07b70a55e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  margin: 0 !important;
  overflow: visible;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
  /* Add background color handling */
  
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image {
  box-sizing: border-box;
}



.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container {
      position: relative;
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  margin: 0 !important;
  overflow: visible;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
  /* Add background color handling */
  
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image {
  box-sizing: border-box;
}



.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container {
      position: relative;
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  margin: 0 !important;
  overflow: visible;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
  /* Add background color handling */
  
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image {
  box-sizing: border-box;
}



.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container {
      position: relative;
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  margin: 0 !important;
  overflow: visible;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
  /* Add background color handling */
  
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image {
  box-sizing: border-box;
}



.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container {
      position: relative;
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  margin: 0 !important;
  overflow: visible;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
  /* Add background color handling */
  
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image {
  box-sizing: border-box;
}



.s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container {
      position: relative;
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8179d6d3-7e03-4c7a-9f98-8a6ff9d8f815 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-c5476b05-ec90-44db-8109-549fe7d6e5d0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-69768d93-2f60-46d3-84e5-d3cbe25cc3b7 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-69768d93-2f60-46d3-84e5-d3cbe25cc3b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69768d93-2f60-46d3-84e5-d3cbe25cc3b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-69768d93-2f60-46d3-84e5-d3cbe25cc3b7-root {
    text-align: center;
  }


#s-69768d93-2f60-46d3-84e5-d3cbe25cc3b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69768d93-2f60-46d3-84e5-d3cbe25cc3b7-root {
    text-align: center;
  }


#s-69768d93-2f60-46d3-84e5-d3cbe25cc3b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69768d93-2f60-46d3-84e5-d3cbe25cc3b7-root {
    text-align: center;
  }


#s-69768d93-2f60-46d3-84e5-d3cbe25cc3b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69768d93-2f60-46d3-84e5-d3cbe25cc3b7-root {
    text-align: center;
  }


#s-69768d93-2f60-46d3-84e5-d3cbe25cc3b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69768d93-2f60-46d3-84e5-d3cbe25cc3b7-root {
    text-align: center;
  }


#s-69768d93-2f60-46d3-84e5-d3cbe25cc3b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d7ed1774-4714-40b2-b5ca-abbb030a35ca {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-d7ed1774-4714-40b2-b5ca-abbb030a35ca {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d7ed1774-4714-40b2-b5ca-abbb030a35ca img.shogun-image,
  #s-d7ed1774-4714-40b2-b5ca-abbb030a35ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7ed1774-4714-40b2-b5ca-abbb030a35ca {
    width: 100%;
    height: auto;
  }



  #s-d7ed1774-4714-40b2-b5ca-abbb030a35ca img.shogun-image {
    

    
    
    
  }


#s-d7ed1774-4714-40b2-b5ca-abbb030a35ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-78380142-3592-4e52-919f-3eb269378b13 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-620d7c44-925f-4d2f-9050-f01aa045fa41 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-620d7c44-925f-4d2f-9050-f01aa045fa41:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-620d7c44-925f-4d2f-9050-f01aa045fa41:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-620d7c44-925f-4d2f-9050-f01aa045fa41-root {
    text-align: center;
  }


#s-620d7c44-925f-4d2f-9050-f01aa045fa41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-620d7c44-925f-4d2f-9050-f01aa045fa41-root {
    text-align: center;
  }


#s-620d7c44-925f-4d2f-9050-f01aa045fa41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-620d7c44-925f-4d2f-9050-f01aa045fa41-root {
    text-align: center;
  }


#s-620d7c44-925f-4d2f-9050-f01aa045fa41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-620d7c44-925f-4d2f-9050-f01aa045fa41-root {
    text-align: center;
  }


#s-620d7c44-925f-4d2f-9050-f01aa045fa41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-620d7c44-925f-4d2f-9050-f01aa045fa41-root {
    text-align: center;
  }


#s-620d7c44-925f-4d2f-9050-f01aa045fa41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b5d35101-c38d-4db4-8340-11173ee78bb6 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-b5d35101-c38d-4db4-8340-11173ee78bb6 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b5d35101-c38d-4db4-8340-11173ee78bb6 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5d35101-c38d-4db4-8340-11173ee78bb6 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-b5d35101-c38d-4db4-8340-11173ee78bb6 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-b5d35101-c38d-4db4-8340-11173ee78bb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5d35101-c38d-4db4-8340-11173ee78bb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b5d35101-c38d-4db4-8340-11173ee78bb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5d35101-c38d-4db4-8340-11173ee78bb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-15206a46-16b3-405c-b0dc-e6c8507fbd99 {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-15206a46-16b3-405c-b0dc-e6c8507fbd99 {
  overflow: hidden;
  
  
      max-width: 522px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-15206a46-16b3-405c-b0dc-e6c8507fbd99 img.shogun-image,
  #s-15206a46-16b3-405c-b0dc-e6c8507fbd99 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15206a46-16b3-405c-b0dc-e6c8507fbd99 {
    width: 100%;
    height: auto;
  }



  #s-15206a46-16b3-405c-b0dc-e6c8507fbd99 img.shogun-image {
    

    
    
    
  }


#s-15206a46-16b3-405c-b0dc-e6c8507fbd99 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c1a6d171-3bae-4ab3-875a-8ae8c6574647 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c1a6d171-3bae-4ab3-875a-8ae8c6574647 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c1a6d171-3bae-4ab3-875a-8ae8c6574647 img.shogun-image,
  #s-c1a6d171-3bae-4ab3-875a-8ae8c6574647 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1a6d171-3bae-4ab3-875a-8ae8c6574647 {
    width: 100%;
    height: auto;
  }



  #s-c1a6d171-3bae-4ab3-875a-8ae8c6574647 img.shogun-image {
    

    
    
    
  }


#s-c1a6d171-3bae-4ab3-875a-8ae8c6574647 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3f65b556-cb47-4c00-bf9e-9f8ef037cc7a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2f53691b-acb6-439c-b0e8-4db0b8cb083f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-2f53691b-acb6-439c-b0e8-4db0b8cb083f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f53691b-acb6-439c-b0e8-4db0b8cb083f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2f53691b-acb6-439c-b0e8-4db0b8cb083f-root {
    text-align: center;
  }


#s-2f53691b-acb6-439c-b0e8-4db0b8cb083f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f53691b-acb6-439c-b0e8-4db0b8cb083f-root {
    text-align: center;
  }


#s-2f53691b-acb6-439c-b0e8-4db0b8cb083f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f53691b-acb6-439c-b0e8-4db0b8cb083f-root {
    text-align: center;
  }


#s-2f53691b-acb6-439c-b0e8-4db0b8cb083f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f53691b-acb6-439c-b0e8-4db0b8cb083f-root {
    text-align: center;
  }


#s-2f53691b-acb6-439c-b0e8-4db0b8cb083f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f53691b-acb6-439c-b0e8-4db0b8cb083f-root {
    text-align: center;
  }


#s-2f53691b-acb6-439c-b0e8-4db0b8cb083f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-be4fb257-a998-4ead-a675-9aa9cac932af {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af {
  margin: 0 !important;
  overflow: visible;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be4fb257-a998-4ead-a675-9aa9cac932af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be4fb257-a998-4ead-a675-9aa9cac932af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
  /* Add background color handling */
  
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be4fb257-a998-4ead-a675-9aa9cac932af .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-be4fb257-a998-4ead-a675-9aa9cac932af .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be4fb257-a998-4ead-a675-9aa9cac932af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-be4fb257-a998-4ead-a675-9aa9cac932af .shogun-image-content {
  
    justify-content: center;
  
}

.s-be4fb257-a998-4ead-a675-9aa9cac932af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image {
  box-sizing: border-box;
}



.s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be4fb257-a998-4ead-a675-9aa9cac932af {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container {
      position: relative;
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-be4fb257-a998-4ead-a675-9aa9cac932af {
  margin: 0 !important;
  overflow: visible;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be4fb257-a998-4ead-a675-9aa9cac932af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be4fb257-a998-4ead-a675-9aa9cac932af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
  /* Add background color handling */
  
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be4fb257-a998-4ead-a675-9aa9cac932af .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-be4fb257-a998-4ead-a675-9aa9cac932af .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be4fb257-a998-4ead-a675-9aa9cac932af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-be4fb257-a998-4ead-a675-9aa9cac932af .shogun-image-content {
  
    justify-content: center;
  
}

.s-be4fb257-a998-4ead-a675-9aa9cac932af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image {
  box-sizing: border-box;
}



.s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be4fb257-a998-4ead-a675-9aa9cac932af {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container {
      position: relative;
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-be4fb257-a998-4ead-a675-9aa9cac932af {
  margin: 0 !important;
  overflow: visible;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be4fb257-a998-4ead-a675-9aa9cac932af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be4fb257-a998-4ead-a675-9aa9cac932af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
  /* Add background color handling */
  
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be4fb257-a998-4ead-a675-9aa9cac932af .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-be4fb257-a998-4ead-a675-9aa9cac932af .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be4fb257-a998-4ead-a675-9aa9cac932af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-be4fb257-a998-4ead-a675-9aa9cac932af .shogun-image-content {
  
    justify-content: center;
  
}

.s-be4fb257-a998-4ead-a675-9aa9cac932af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image {
  box-sizing: border-box;
}



.s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be4fb257-a998-4ead-a675-9aa9cac932af {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container {
      position: relative;
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-be4fb257-a998-4ead-a675-9aa9cac932af {
  margin: 0 !important;
  overflow: visible;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be4fb257-a998-4ead-a675-9aa9cac932af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be4fb257-a998-4ead-a675-9aa9cac932af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
  /* Add background color handling */
  
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be4fb257-a998-4ead-a675-9aa9cac932af .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-be4fb257-a998-4ead-a675-9aa9cac932af .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be4fb257-a998-4ead-a675-9aa9cac932af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-be4fb257-a998-4ead-a675-9aa9cac932af .shogun-image-content {
  
    justify-content: center;
  
}

.s-be4fb257-a998-4ead-a675-9aa9cac932af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image {
  box-sizing: border-box;
}



.s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be4fb257-a998-4ead-a675-9aa9cac932af {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container {
      position: relative;
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-be4fb257-a998-4ead-a675-9aa9cac932af {
  margin: 0 !important;
  overflow: visible;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be4fb257-a998-4ead-a675-9aa9cac932af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be4fb257-a998-4ead-a675-9aa9cac932af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
  /* Add background color handling */
  
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be4fb257-a998-4ead-a675-9aa9cac932af .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-be4fb257-a998-4ead-a675-9aa9cac932af .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be4fb257-a998-4ead-a675-9aa9cac932af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-be4fb257-a998-4ead-a675-9aa9cac932af .shogun-image-content {
  
    justify-content: center;
  
}

.s-be4fb257-a998-4ead-a675-9aa9cac932af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image {
  box-sizing: border-box;
}



.s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be4fb257-a998-4ead-a675-9aa9cac932af {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container {
      position: relative;
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be4fb257-a998-4ead-a675-9aa9cac932af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-a39ad6d8-61e7-486e-8421-e77ac7c41a10 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3275475d-e9d8-4720-a3cb-7d9950c3609c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3275475d-e9d8-4720-a3cb-7d9950c3609c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3275475d-e9d8-4720-a3cb-7d9950c3609c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3275475d-e9d8-4720-a3cb-7d9950c3609c-root {
    text-align: center;
  }


#s-3275475d-e9d8-4720-a3cb-7d9950c3609c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3275475d-e9d8-4720-a3cb-7d9950c3609c-root {
    text-align: center;
  }


#s-3275475d-e9d8-4720-a3cb-7d9950c3609c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3275475d-e9d8-4720-a3cb-7d9950c3609c-root {
    text-align: center;
  }


#s-3275475d-e9d8-4720-a3cb-7d9950c3609c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3275475d-e9d8-4720-a3cb-7d9950c3609c-root {
    text-align: center;
  }


#s-3275475d-e9d8-4720-a3cb-7d9950c3609c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3275475d-e9d8-4720-a3cb-7d9950c3609c-root {
    text-align: center;
  }


#s-3275475d-e9d8-4720-a3cb-7d9950c3609c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f6adb9e1-8868-46ad-9c66-8586e67733e2 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-f6adb9e1-8868-46ad-9c66-8586e67733e2 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f6adb9e1-8868-46ad-9c66-8586e67733e2 img.shogun-image,
  #s-f6adb9e1-8868-46ad-9c66-8586e67733e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6adb9e1-8868-46ad-9c66-8586e67733e2 {
    width: 100%;
    height: auto;
  }



  #s-f6adb9e1-8868-46ad-9c66-8586e67733e2 img.shogun-image {
    

    
    
    
  }


#s-f6adb9e1-8868-46ad-9c66-8586e67733e2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6cb8939a-f777-42df-bf9d-955fc5e3f81b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-eecd0308-35c7-48fd-bf5e-fc8fbfbba87a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-eecd0308-35c7-48fd-bf5e-fc8fbfbba87a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eecd0308-35c7-48fd-bf5e-fc8fbfbba87a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eecd0308-35c7-48fd-bf5e-fc8fbfbba87a-root {
    text-align: center;
  }


#s-eecd0308-35c7-48fd-bf5e-fc8fbfbba87a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eecd0308-35c7-48fd-bf5e-fc8fbfbba87a-root {
    text-align: center;
  }


#s-eecd0308-35c7-48fd-bf5e-fc8fbfbba87a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eecd0308-35c7-48fd-bf5e-fc8fbfbba87a-root {
    text-align: center;
  }


#s-eecd0308-35c7-48fd-bf5e-fc8fbfbba87a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eecd0308-35c7-48fd-bf5e-fc8fbfbba87a-root {
    text-align: center;
  }


#s-eecd0308-35c7-48fd-bf5e-fc8fbfbba87a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eecd0308-35c7-48fd-bf5e-fc8fbfbba87a-root {
    text-align: center;
  }


#s-eecd0308-35c7-48fd-bf5e-fc8fbfbba87a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a0fa5130-b6a3-4d3d-85b8-fed4c0be4f00 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-a0fa5130-b6a3-4d3d-85b8-fed4c0be4f00 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0fa5130-b6a3-4d3d-85b8-fed4c0be4f00 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0fa5130-b6a3-4d3d-85b8-fed4c0be4f00 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-a0fa5130-b6a3-4d3d-85b8-fed4c0be4f00 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-a0fa5130-b6a3-4d3d-85b8-fed4c0be4f00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0fa5130-b6a3-4d3d-85b8-fed4c0be4f00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a0fa5130-b6a3-4d3d-85b8-fed4c0be4f00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0fa5130-b6a3-4d3d-85b8-fed4c0be4f00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-558fb697-5acc-449c-a5b3-b9d50c8d82c5 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-558fb697-5acc-449c-a5b3-b9d50c8d82c5 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-558fb697-5acc-449c-a5b3-b9d50c8d82c5 img.shogun-image,
  #s-558fb697-5acc-449c-a5b3-b9d50c8d82c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-558fb697-5acc-449c-a5b3-b9d50c8d82c5 {
    width: 100%;
    height: auto;
  }



  #s-558fb697-5acc-449c-a5b3-b9d50c8d82c5 img.shogun-image {
    

    
    
    
  }


#s-558fb697-5acc-449c-a5b3-b9d50c8d82c5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-693a5e1f-3400-40b4-afd0-b43c9465cae8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-14123d11-2031-4087-ae4f-581d2d415d19 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-14123d11-2031-4087-ae4f-581d2d415d19:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-14123d11-2031-4087-ae4f-581d2d415d19:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-14123d11-2031-4087-ae4f-581d2d415d19-root {
    text-align: center;
  }


#s-14123d11-2031-4087-ae4f-581d2d415d19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-14123d11-2031-4087-ae4f-581d2d415d19-root {
    text-align: center;
  }


#s-14123d11-2031-4087-ae4f-581d2d415d19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14123d11-2031-4087-ae4f-581d2d415d19-root {
    text-align: center;
  }


#s-14123d11-2031-4087-ae4f-581d2d415d19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14123d11-2031-4087-ae4f-581d2d415d19-root {
    text-align: center;
  }


#s-14123d11-2031-4087-ae4f-581d2d415d19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-14123d11-2031-4087-ae4f-581d2d415d19-root {
    text-align: center;
  }


#s-14123d11-2031-4087-ae4f-581d2d415d19.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c8e4638e-c9e8-4670-b0af-58c1634785d1 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c8e4638e-c9e8-4670-b0af-58c1634785d1 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c8e4638e-c9e8-4670-b0af-58c1634785d1 img.shogun-image,
  #s-c8e4638e-c9e8-4670-b0af-58c1634785d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8e4638e-c9e8-4670-b0af-58c1634785d1 {
    width: 100%;
    height: auto;
  }



  #s-c8e4638e-c9e8-4670-b0af-58c1634785d1 img.shogun-image {
    

    
    
    
  }


#s-c8e4638e-c9e8-4670-b0af-58c1634785d1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1bbcd70c-21e3-47ed-9d14-1c0096469fd7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2829e35d-c5e7-4d0f-8bf7-5509958f077a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-2829e35d-c5e7-4d0f-8bf7-5509958f077a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2829e35d-c5e7-4d0f-8bf7-5509958f077a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2829e35d-c5e7-4d0f-8bf7-5509958f077a-root {
    text-align: center;
  }


#s-2829e35d-c5e7-4d0f-8bf7-5509958f077a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2829e35d-c5e7-4d0f-8bf7-5509958f077a-root {
    text-align: center;
  }


#s-2829e35d-c5e7-4d0f-8bf7-5509958f077a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2829e35d-c5e7-4d0f-8bf7-5509958f077a-root {
    text-align: center;
  }


#s-2829e35d-c5e7-4d0f-8bf7-5509958f077a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2829e35d-c5e7-4d0f-8bf7-5509958f077a-root {
    text-align: center;
  }


#s-2829e35d-c5e7-4d0f-8bf7-5509958f077a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2829e35d-c5e7-4d0f-8bf7-5509958f077a-root {
    text-align: center;
  }


#s-2829e35d-c5e7-4d0f-8bf7-5509958f077a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3536e2a7-7f27-4aec-8642-ed2f2c9014f4 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-3536e2a7-7f27-4aec-8642-ed2f2c9014f4 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-3536e2a7-7f27-4aec-8642-ed2f2c9014f4 img.shogun-image,
  #s-3536e2a7-7f27-4aec-8642-ed2f2c9014f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3536e2a7-7f27-4aec-8642-ed2f2c9014f4 {
    width: 100%;
    height: auto;
  }



  #s-3536e2a7-7f27-4aec-8642-ed2f2c9014f4 img.shogun-image {
    

    
    
    
  }


#s-3536e2a7-7f27-4aec-8642-ed2f2c9014f4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c6348211-3a39-4156-ad58-e8e582c8a544 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2f4938f0-ac8b-4f21-b5eb-b10da71e050d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-2f4938f0-ac8b-4f21-b5eb-b10da71e050d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f4938f0-ac8b-4f21-b5eb-b10da71e050d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2f4938f0-ac8b-4f21-b5eb-b10da71e050d-root {
    text-align: center;
  }


#s-2f4938f0-ac8b-4f21-b5eb-b10da71e050d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f4938f0-ac8b-4f21-b5eb-b10da71e050d-root {
    text-align: center;
  }


#s-2f4938f0-ac8b-4f21-b5eb-b10da71e050d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f4938f0-ac8b-4f21-b5eb-b10da71e050d-root {
    text-align: center;
  }


#s-2f4938f0-ac8b-4f21-b5eb-b10da71e050d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f4938f0-ac8b-4f21-b5eb-b10da71e050d-root {
    text-align: center;
  }


#s-2f4938f0-ac8b-4f21-b5eb-b10da71e050d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f4938f0-ac8b-4f21-b5eb-b10da71e050d-root {
    text-align: center;
  }


#s-2f4938f0-ac8b-4f21-b5eb-b10da71e050d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-667d14d3-b67d-4c7c-8b26-335280414f63 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-667d14d3-b67d-4c7c-8b26-335280414f63 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-667d14d3-b67d-4c7c-8b26-335280414f63 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-667d14d3-b67d-4c7c-8b26-335280414f63 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-667d14d3-b67d-4c7c-8b26-335280414f63 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-667d14d3-b67d-4c7c-8b26-335280414f63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-667d14d3-b67d-4c7c-8b26-335280414f63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-667d14d3-b67d-4c7c-8b26-335280414f63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-667d14d3-b67d-4c7c-8b26-335280414f63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-72b1ef19-a81f-45f5-8ba1-2f516c3ef273 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-72b1ef19-a81f-45f5-8ba1-2f516c3ef273 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-72b1ef19-a81f-45f5-8ba1-2f516c3ef273 img.shogun-image,
  #s-72b1ef19-a81f-45f5-8ba1-2f516c3ef273 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72b1ef19-a81f-45f5-8ba1-2f516c3ef273 {
    width: 100%;
    height: auto;
  }



  #s-72b1ef19-a81f-45f5-8ba1-2f516c3ef273 img.shogun-image {
    

    
    
    
  }


#s-72b1ef19-a81f-45f5-8ba1-2f516c3ef273 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b5a249fc-f5ca-46c4-a06d-7dc4b7bb7f08 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c99717a4-5c41-491c-bd5a-737f90774c73 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c99717a4-5c41-491c-bd5a-737f90774c73:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c99717a4-5c41-491c-bd5a-737f90774c73:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c99717a4-5c41-491c-bd5a-737f90774c73-root {
    text-align: center;
  }


#s-c99717a4-5c41-491c-bd5a-737f90774c73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c99717a4-5c41-491c-bd5a-737f90774c73-root {
    text-align: center;
  }


#s-c99717a4-5c41-491c-bd5a-737f90774c73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c99717a4-5c41-491c-bd5a-737f90774c73-root {
    text-align: center;
  }


#s-c99717a4-5c41-491c-bd5a-737f90774c73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c99717a4-5c41-491c-bd5a-737f90774c73-root {
    text-align: center;
  }


#s-c99717a4-5c41-491c-bd5a-737f90774c73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c99717a4-5c41-491c-bd5a-737f90774c73-root {
    text-align: center;
  }


#s-c99717a4-5c41-491c-bd5a-737f90774c73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-15eaabc1-1857-4f7e-b5ad-5fe2463de74d {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-15eaabc1-1857-4f7e-b5ad-5fe2463de74d {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-15eaabc1-1857-4f7e-b5ad-5fe2463de74d img.shogun-image,
  #s-15eaabc1-1857-4f7e-b5ad-5fe2463de74d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15eaabc1-1857-4f7e-b5ad-5fe2463de74d {
    width: 100%;
    height: auto;
  }



  #s-15eaabc1-1857-4f7e-b5ad-5fe2463de74d img.shogun-image {
    

    
    
    
  }


#s-15eaabc1-1857-4f7e-b5ad-5fe2463de74d .shogun-image-content {
  
    justify-content: center;
  
}

#s-b998a5b8-8545-43fb-8965-e8c2787ae603 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0ab7c678-d0d7-48c4-836b-544fcfddb10e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0ab7c678-d0d7-48c4-836b-544fcfddb10e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0ab7c678-d0d7-48c4-836b-544fcfddb10e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ab7c678-d0d7-48c4-836b-544fcfddb10e-root {
    text-align: center;
  }


#s-0ab7c678-d0d7-48c4-836b-544fcfddb10e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0ab7c678-d0d7-48c4-836b-544fcfddb10e-root {
    text-align: center;
  }


#s-0ab7c678-d0d7-48c4-836b-544fcfddb10e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ab7c678-d0d7-48c4-836b-544fcfddb10e-root {
    text-align: center;
  }


#s-0ab7c678-d0d7-48c4-836b-544fcfddb10e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ab7c678-d0d7-48c4-836b-544fcfddb10e-root {
    text-align: center;
  }


#s-0ab7c678-d0d7-48c4-836b-544fcfddb10e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0ab7c678-d0d7-48c4-836b-544fcfddb10e-root {
    text-align: center;
  }


#s-0ab7c678-d0d7-48c4-836b-544fcfddb10e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c70a797b-c796-4d95-83d7-70e42e4bff32 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c70a797b-c796-4d95-83d7-70e42e4bff32 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c70a797b-c796-4d95-83d7-70e42e4bff32 img.shogun-image,
  #s-c70a797b-c796-4d95-83d7-70e42e4bff32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c70a797b-c796-4d95-83d7-70e42e4bff32 {
    width: 100%;
    height: auto;
  }



  #s-c70a797b-c796-4d95-83d7-70e42e4bff32 img.shogun-image {
    

    
    
    
  }


#s-c70a797b-c796-4d95-83d7-70e42e4bff32 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a5782ece-e090-4101-9763-b87224ed354b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8358efe5-608d-4fed-b479-dcd2e54b6010 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8358efe5-608d-4fed-b479-dcd2e54b6010:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8358efe5-608d-4fed-b479-dcd2e54b6010:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8358efe5-608d-4fed-b479-dcd2e54b6010-root {
    text-align: center;
  }


#s-8358efe5-608d-4fed-b479-dcd2e54b6010.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8358efe5-608d-4fed-b479-dcd2e54b6010-root {
    text-align: center;
  }


#s-8358efe5-608d-4fed-b479-dcd2e54b6010.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8358efe5-608d-4fed-b479-dcd2e54b6010-root {
    text-align: center;
  }


#s-8358efe5-608d-4fed-b479-dcd2e54b6010.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8358efe5-608d-4fed-b479-dcd2e54b6010-root {
    text-align: center;
  }


#s-8358efe5-608d-4fed-b479-dcd2e54b6010.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8358efe5-608d-4fed-b479-dcd2e54b6010-root {
    text-align: center;
  }


#s-8358efe5-608d-4fed-b479-dcd2e54b6010.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0225792b-2598-48b2-8afa-1e5b039b0590 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-0225792b-2598-48b2-8afa-1e5b039b0590 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0225792b-2598-48b2-8afa-1e5b039b0590 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0225792b-2598-48b2-8afa-1e5b039b0590 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-0225792b-2598-48b2-8afa-1e5b039b0590 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-0225792b-2598-48b2-8afa-1e5b039b0590"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0225792b-2598-48b2-8afa-1e5b039b0590"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0225792b-2598-48b2-8afa-1e5b039b0590"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0225792b-2598-48b2-8afa-1e5b039b0590"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-84353474-e4f5-4d11-9945-83726a87f76a {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-84353474-e4f5-4d11-9945-83726a87f76a {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-84353474-e4f5-4d11-9945-83726a87f76a img.shogun-image,
  #s-84353474-e4f5-4d11-9945-83726a87f76a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84353474-e4f5-4d11-9945-83726a87f76a {
    width: 100%;
    height: auto;
  }



  #s-84353474-e4f5-4d11-9945-83726a87f76a img.shogun-image {
    

    
    
    
  }


#s-84353474-e4f5-4d11-9945-83726a87f76a .shogun-image-content {
  
    justify-content: center;
  
}

#s-7b816cae-f124-4b37-b845-4cb74ebabbe3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-57cc0a6d-3ebb-48e8-8205-3536ac6ae7d0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-57cc0a6d-3ebb-48e8-8205-3536ac6ae7d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57cc0a6d-3ebb-48e8-8205-3536ac6ae7d0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57cc0a6d-3ebb-48e8-8205-3536ac6ae7d0-root {
    text-align: center;
  }


#s-57cc0a6d-3ebb-48e8-8205-3536ac6ae7d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57cc0a6d-3ebb-48e8-8205-3536ac6ae7d0-root {
    text-align: center;
  }


#s-57cc0a6d-3ebb-48e8-8205-3536ac6ae7d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57cc0a6d-3ebb-48e8-8205-3536ac6ae7d0-root {
    text-align: center;
  }


#s-57cc0a6d-3ebb-48e8-8205-3536ac6ae7d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57cc0a6d-3ebb-48e8-8205-3536ac6ae7d0-root {
    text-align: center;
  }


#s-57cc0a6d-3ebb-48e8-8205-3536ac6ae7d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57cc0a6d-3ebb-48e8-8205-3536ac6ae7d0-root {
    text-align: center;
  }


#s-57cc0a6d-3ebb-48e8-8205-3536ac6ae7d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-23e0cae6-a31b-4bd2-8d21-2e3fdc7c2fb5 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-23e0cae6-a31b-4bd2-8d21-2e3fdc7c2fb5 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-23e0cae6-a31b-4bd2-8d21-2e3fdc7c2fb5 img.shogun-image,
  #s-23e0cae6-a31b-4bd2-8d21-2e3fdc7c2fb5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23e0cae6-a31b-4bd2-8d21-2e3fdc7c2fb5 {
    width: 100%;
    height: auto;
  }



  #s-23e0cae6-a31b-4bd2-8d21-2e3fdc7c2fb5 img.shogun-image {
    

    
    
    
  }


#s-23e0cae6-a31b-4bd2-8d21-2e3fdc7c2fb5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e5118da1-13d9-4104-91b3-bbdb18b324b5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-702d496e-a480-400c-9ef6-3b5091daa616 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-702d496e-a480-400c-9ef6-3b5091daa616:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-702d496e-a480-400c-9ef6-3b5091daa616:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-702d496e-a480-400c-9ef6-3b5091daa616-root {
    text-align: center;
  }


#s-702d496e-a480-400c-9ef6-3b5091daa616.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-702d496e-a480-400c-9ef6-3b5091daa616-root {
    text-align: center;
  }


#s-702d496e-a480-400c-9ef6-3b5091daa616.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-702d496e-a480-400c-9ef6-3b5091daa616-root {
    text-align: center;
  }


#s-702d496e-a480-400c-9ef6-3b5091daa616.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-702d496e-a480-400c-9ef6-3b5091daa616-root {
    text-align: center;
  }


#s-702d496e-a480-400c-9ef6-3b5091daa616.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-702d496e-a480-400c-9ef6-3b5091daa616-root {
    text-align: center;
  }


#s-702d496e-a480-400c-9ef6-3b5091daa616.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9b7e0ff0-27f7-4711-a391-41b2209c6c69 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-9b7e0ff0-27f7-4711-a391-41b2209c6c69 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9b7e0ff0-27f7-4711-a391-41b2209c6c69 img.shogun-image,
  #s-9b7e0ff0-27f7-4711-a391-41b2209c6c69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b7e0ff0-27f7-4711-a391-41b2209c6c69 {
    width: 100%;
    height: auto;
  }



  #s-9b7e0ff0-27f7-4711-a391-41b2209c6c69 img.shogun-image {
    

    
    
    
  }


#s-9b7e0ff0-27f7-4711-a391-41b2209c6c69 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9371a9f1-14bd-4767-ad1a-54db1c932438 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1ba5be8e-9a83-4ac6-a40c-eada252ce9d2 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1ba5be8e-9a83-4ac6-a40c-eada252ce9d2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ba5be8e-9a83-4ac6-a40c-eada252ce9d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1ba5be8e-9a83-4ac6-a40c-eada252ce9d2-root {
    text-align: center;
  }


#s-1ba5be8e-9a83-4ac6-a40c-eada252ce9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ba5be8e-9a83-4ac6-a40c-eada252ce9d2-root {
    text-align: center;
  }


#s-1ba5be8e-9a83-4ac6-a40c-eada252ce9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ba5be8e-9a83-4ac6-a40c-eada252ce9d2-root {
    text-align: center;
  }


#s-1ba5be8e-9a83-4ac6-a40c-eada252ce9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ba5be8e-9a83-4ac6-a40c-eada252ce9d2-root {
    text-align: center;
  }


#s-1ba5be8e-9a83-4ac6-a40c-eada252ce9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ba5be8e-9a83-4ac6-a40c-eada252ce9d2-root {
    text-align: center;
  }


#s-1ba5be8e-9a83-4ac6-a40c-eada252ce9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c9a87aa3-38b3-4671-8dc5-61af13158a4f {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-c9a87aa3-38b3-4671-8dc5-61af13158a4f {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9a87aa3-38b3-4671-8dc5-61af13158a4f {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9a87aa3-38b3-4671-8dc5-61af13158a4f {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-c9a87aa3-38b3-4671-8dc5-61af13158a4f {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-c9a87aa3-38b3-4671-8dc5-61af13158a4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9a87aa3-38b3-4671-8dc5-61af13158a4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c9a87aa3-38b3-4671-8dc5-61af13158a4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9a87aa3-38b3-4671-8dc5-61af13158a4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-61ad55b9-a9e9-4bea-a1f0-ad0e347a849b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-61ad55b9-a9e9-4bea-a1f0-ad0e347a849b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-61ad55b9-a9e9-4bea-a1f0-ad0e347a849b img.shogun-image,
  #s-61ad55b9-a9e9-4bea-a1f0-ad0e347a849b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61ad55b9-a9e9-4bea-a1f0-ad0e347a849b {
    width: 100%;
    height: auto;
  }



  #s-61ad55b9-a9e9-4bea-a1f0-ad0e347a849b img.shogun-image {
    

    
    
    
  }


#s-61ad55b9-a9e9-4bea-a1f0-ad0e347a849b .shogun-image-content {
  
    justify-content: center;
  
}

#s-002ed38b-a094-4060-be55-dc95f057ace1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-65aa1f78-86dd-45ab-8420-4a80dbce4218 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-65aa1f78-86dd-45ab-8420-4a80dbce4218:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65aa1f78-86dd-45ab-8420-4a80dbce4218:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-65aa1f78-86dd-45ab-8420-4a80dbce4218-root {
    text-align: center;
  }


#s-65aa1f78-86dd-45ab-8420-4a80dbce4218.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-65aa1f78-86dd-45ab-8420-4a80dbce4218-root {
    text-align: center;
  }


#s-65aa1f78-86dd-45ab-8420-4a80dbce4218.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65aa1f78-86dd-45ab-8420-4a80dbce4218-root {
    text-align: center;
  }


#s-65aa1f78-86dd-45ab-8420-4a80dbce4218.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65aa1f78-86dd-45ab-8420-4a80dbce4218-root {
    text-align: center;
  }


#s-65aa1f78-86dd-45ab-8420-4a80dbce4218.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-65aa1f78-86dd-45ab-8420-4a80dbce4218-root {
    text-align: center;
  }


#s-65aa1f78-86dd-45ab-8420-4a80dbce4218.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8d773b6a-0c23-42c6-897f-f4ca69e5f5a0 {
  background-image: url(https://i.shgcdn.com/194f31dc-75c5-4d7f-a549-7ec578f2c4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-8d773b6a-0c23-42c6-897f-f4ca69e5f5a0 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-8d773b6a-0c23-42c6-897f-f4ca69e5f5a0 img.shogun-image,
  #s-8d773b6a-0c23-42c6-897f-f4ca69e5f5a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d773b6a-0c23-42c6-897f-f4ca69e5f5a0 {
    width: 100%;
    height: auto;
  }



  #s-8d773b6a-0c23-42c6-897f-f4ca69e5f5a0 img.shogun-image {
    

    
    
    
  }


#s-8d773b6a-0c23-42c6-897f-f4ca69e5f5a0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d2d598ad-d578-405d-a288-e5ffad929234 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d1b30de1-fbd6-4d6a-9d59-c42bd8859586 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d1b30de1-fbd6-4d6a-9d59-c42bd8859586:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1b30de1-fbd6-4d6a-9d59-c42bd8859586:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1b30de1-fbd6-4d6a-9d59-c42bd8859586-root {
    text-align: center;
  }


#s-d1b30de1-fbd6-4d6a-9d59-c42bd8859586.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1b30de1-fbd6-4d6a-9d59-c42bd8859586-root {
    text-align: center;
  }


#s-d1b30de1-fbd6-4d6a-9d59-c42bd8859586.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1b30de1-fbd6-4d6a-9d59-c42bd8859586-root {
    text-align: center;
  }


#s-d1b30de1-fbd6-4d6a-9d59-c42bd8859586.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1b30de1-fbd6-4d6a-9d59-c42bd8859586-root {
    text-align: center;
  }


#s-d1b30de1-fbd6-4d6a-9d59-c42bd8859586.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1b30de1-fbd6-4d6a-9d59-c42bd8859586-root {
    text-align: center;
  }


#s-d1b30de1-fbd6-4d6a-9d59-c42bd8859586.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0ae6fe66-9fc2-4653-92ab-496358f7fba0 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-0ae6fe66-9fc2-4653-92ab-496358f7fba0 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0ae6fe66-9fc2-4653-92ab-496358f7fba0 img.shogun-image,
  #s-0ae6fe66-9fc2-4653-92ab-496358f7fba0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ae6fe66-9fc2-4653-92ab-496358f7fba0 {
    width: 100%;
    height: auto;
  }



  #s-0ae6fe66-9fc2-4653-92ab-496358f7fba0 img.shogun-image {
    

    
    
    
  }


#s-0ae6fe66-9fc2-4653-92ab-496358f7fba0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-831ec0a5-d655-44f8-8ee5-b92001a69e8b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e701a1df-114d-452b-8eef-3130ad45666b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e701a1df-114d-452b-8eef-3130ad45666b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e701a1df-114d-452b-8eef-3130ad45666b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e701a1df-114d-452b-8eef-3130ad45666b-root {
    text-align: center;
  }


#s-e701a1df-114d-452b-8eef-3130ad45666b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e701a1df-114d-452b-8eef-3130ad45666b-root {
    text-align: center;
  }


#s-e701a1df-114d-452b-8eef-3130ad45666b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e701a1df-114d-452b-8eef-3130ad45666b-root {
    text-align: center;
  }


#s-e701a1df-114d-452b-8eef-3130ad45666b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e701a1df-114d-452b-8eef-3130ad45666b-root {
    text-align: center;
  }


#s-e701a1df-114d-452b-8eef-3130ad45666b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e701a1df-114d-452b-8eef-3130ad45666b-root {
    text-align: center;
  }


#s-e701a1df-114d-452b-8eef-3130ad45666b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cdba0d33-48cc-48b8-aad6-c17bb4fe7488 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-cdba0d33-48cc-48b8-aad6-c17bb4fe7488 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cdba0d33-48cc-48b8-aad6-c17bb4fe7488 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cdba0d33-48cc-48b8-aad6-c17bb4fe7488 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-cdba0d33-48cc-48b8-aad6-c17bb4fe7488 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-cdba0d33-48cc-48b8-aad6-c17bb4fe7488"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdba0d33-48cc-48b8-aad6-c17bb4fe7488"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cdba0d33-48cc-48b8-aad6-c17bb4fe7488"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdba0d33-48cc-48b8-aad6-c17bb4fe7488"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b4fbedf9-4508-47a0-bc35-7bf99b968285 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-b4fbedf9-4508-47a0-bc35-7bf99b968285 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b4fbedf9-4508-47a0-bc35-7bf99b968285 img.shogun-image,
  #s-b4fbedf9-4508-47a0-bc35-7bf99b968285 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b4fbedf9-4508-47a0-bc35-7bf99b968285 {
    width: 100%;
    height: auto;
  }



  #s-b4fbedf9-4508-47a0-bc35-7bf99b968285 img.shogun-image {
    

    
    
    
  }


#s-b4fbedf9-4508-47a0-bc35-7bf99b968285 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d4b9dc45-cca0-410a-b858-13b7ba85f252 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a6f1bcfa-4e4b-4000-a12f-e7693dd78e00 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a6f1bcfa-4e4b-4000-a12f-e7693dd78e00:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6f1bcfa-4e4b-4000-a12f-e7693dd78e00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6f1bcfa-4e4b-4000-a12f-e7693dd78e00-root {
    text-align: center;
  }


#s-a6f1bcfa-4e4b-4000-a12f-e7693dd78e00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6f1bcfa-4e4b-4000-a12f-e7693dd78e00-root {
    text-align: center;
  }


#s-a6f1bcfa-4e4b-4000-a12f-e7693dd78e00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6f1bcfa-4e4b-4000-a12f-e7693dd78e00-root {
    text-align: center;
  }


#s-a6f1bcfa-4e4b-4000-a12f-e7693dd78e00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6f1bcfa-4e4b-4000-a12f-e7693dd78e00-root {
    text-align: center;
  }


#s-a6f1bcfa-4e4b-4000-a12f-e7693dd78e00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6f1bcfa-4e4b-4000-a12f-e7693dd78e00-root {
    text-align: center;
  }


#s-a6f1bcfa-4e4b-4000-a12f-e7693dd78e00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-36087c35-8130-4ed2-ae9d-3965e8ebb4e2 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-36087c35-8130-4ed2-ae9d-3965e8ebb4e2 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-36087c35-8130-4ed2-ae9d-3965e8ebb4e2 img.shogun-image,
  #s-36087c35-8130-4ed2-ae9d-3965e8ebb4e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36087c35-8130-4ed2-ae9d-3965e8ebb4e2 {
    width: 100%;
    height: auto;
  }



  #s-36087c35-8130-4ed2-ae9d-3965e8ebb4e2 img.shogun-image {
    

    
    
    
  }


#s-36087c35-8130-4ed2-ae9d-3965e8ebb4e2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3de0e882-b0f2-4812-8c2b-3bfc85eab0cf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cd1fb89d-05b9-42a6-a080-8f45794c6d44 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-cd1fb89d-05b9-42a6-a080-8f45794c6d44:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd1fb89d-05b9-42a6-a080-8f45794c6d44:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cd1fb89d-05b9-42a6-a080-8f45794c6d44-root {
    text-align: center;
  }


#s-cd1fb89d-05b9-42a6-a080-8f45794c6d44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cd1fb89d-05b9-42a6-a080-8f45794c6d44-root {
    text-align: center;
  }


#s-cd1fb89d-05b9-42a6-a080-8f45794c6d44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd1fb89d-05b9-42a6-a080-8f45794c6d44-root {
    text-align: center;
  }


#s-cd1fb89d-05b9-42a6-a080-8f45794c6d44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd1fb89d-05b9-42a6-a080-8f45794c6d44-root {
    text-align: center;
  }


#s-cd1fb89d-05b9-42a6-a080-8f45794c6d44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cd1fb89d-05b9-42a6-a080-8f45794c6d44-root {
    text-align: center;
  }


#s-cd1fb89d-05b9-42a6-a080-8f45794c6d44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3010bc09-93e7-4b10-8cac-f71e536403c1 {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-3010bc09-93e7-4b10-8cac-f71e536403c1 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-3010bc09-93e7-4b10-8cac-f71e536403c1 img.shogun-image,
  #s-3010bc09-93e7-4b10-8cac-f71e536403c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3010bc09-93e7-4b10-8cac-f71e536403c1 {
    width: 100%;
    height: auto;
  }



  #s-3010bc09-93e7-4b10-8cac-f71e536403c1 img.shogun-image {
    

    
    
    
  }


#s-3010bc09-93e7-4b10-8cac-f71e536403c1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c7697efa-f871-415f-b7c2-85c373eb3f05 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f186b0e8-d880-4222-aa3e-d818e11195ea {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f186b0e8-d880-4222-aa3e-d818e11195ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f186b0e8-d880-4222-aa3e-d818e11195ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f186b0e8-d880-4222-aa3e-d818e11195ea-root {
    text-align: center;
  }


#s-f186b0e8-d880-4222-aa3e-d818e11195ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f186b0e8-d880-4222-aa3e-d818e11195ea-root {
    text-align: center;
  }


#s-f186b0e8-d880-4222-aa3e-d818e11195ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f186b0e8-d880-4222-aa3e-d818e11195ea-root {
    text-align: center;
  }


#s-f186b0e8-d880-4222-aa3e-d818e11195ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f186b0e8-d880-4222-aa3e-d818e11195ea-root {
    text-align: center;
  }


#s-f186b0e8-d880-4222-aa3e-d818e11195ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f186b0e8-d880-4222-aa3e-d818e11195ea-root {
    text-align: center;
  }


#s-f186b0e8-d880-4222-aa3e-d818e11195ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-114f1e18-d67d-4027-b6c3-f6e03731da71 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-114f1e18-d67d-4027-b6c3-f6e03731da71 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-114f1e18-d67d-4027-b6c3-f6e03731da71 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-114f1e18-d67d-4027-b6c3-f6e03731da71 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-114f1e18-d67d-4027-b6c3-f6e03731da71 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-114f1e18-d67d-4027-b6c3-f6e03731da71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-114f1e18-d67d-4027-b6c3-f6e03731da71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-114f1e18-d67d-4027-b6c3-f6e03731da71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-114f1e18-d67d-4027-b6c3-f6e03731da71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6f39356d-a103-4f25-8176-46038550e27a {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-6f39356d-a103-4f25-8176-46038550e27a {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6f39356d-a103-4f25-8176-46038550e27a img.shogun-image,
  #s-6f39356d-a103-4f25-8176-46038550e27a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f39356d-a103-4f25-8176-46038550e27a {
    width: 100%;
    height: auto;
  }



  #s-6f39356d-a103-4f25-8176-46038550e27a img.shogun-image {
    

    
    
    
  }


#s-6f39356d-a103-4f25-8176-46038550e27a .shogun-image-content {
  
    justify-content: center;
  
}

#s-cce4506f-0b67-4136-a5f7-530d19f662ed {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c1470681-1179-481d-adb2-c2f93b4f17b5 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c1470681-1179-481d-adb2-c2f93b4f17b5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1470681-1179-481d-adb2-c2f93b4f17b5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1470681-1179-481d-adb2-c2f93b4f17b5-root {
    text-align: center;
  }


#s-c1470681-1179-481d-adb2-c2f93b4f17b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1470681-1179-481d-adb2-c2f93b4f17b5-root {
    text-align: center;
  }


#s-c1470681-1179-481d-adb2-c2f93b4f17b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1470681-1179-481d-adb2-c2f93b4f17b5-root {
    text-align: center;
  }


#s-c1470681-1179-481d-adb2-c2f93b4f17b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1470681-1179-481d-adb2-c2f93b4f17b5-root {
    text-align: center;
  }


#s-c1470681-1179-481d-adb2-c2f93b4f17b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1470681-1179-481d-adb2-c2f93b4f17b5-root {
    text-align: center;
  }


#s-c1470681-1179-481d-adb2-c2f93b4f17b5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6eb6e6cf-7a3f-4be7-add4-e200c17bc28b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-6eb6e6cf-7a3f-4be7-add4-e200c17bc28b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6eb6e6cf-7a3f-4be7-add4-e200c17bc28b img.shogun-image,
  #s-6eb6e6cf-7a3f-4be7-add4-e200c17bc28b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6eb6e6cf-7a3f-4be7-add4-e200c17bc28b {
    width: 100%;
    height: auto;
  }



  #s-6eb6e6cf-7a3f-4be7-add4-e200c17bc28b img.shogun-image {
    

    
    
    
  }


#s-6eb6e6cf-7a3f-4be7-add4-e200c17bc28b .shogun-image-content {
  
    justify-content: center;
  
}

#s-818597c2-d4a8-4c6c-868c-53c8a6ab007f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8a019011-d9ab-4e61-af32-5884d34730b0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8a019011-d9ab-4e61-af32-5884d34730b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a019011-d9ab-4e61-af32-5884d34730b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8a019011-d9ab-4e61-af32-5884d34730b0-root {
    text-align: center;
  }


#s-8a019011-d9ab-4e61-af32-5884d34730b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a019011-d9ab-4e61-af32-5884d34730b0-root {
    text-align: center;
  }


#s-8a019011-d9ab-4e61-af32-5884d34730b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a019011-d9ab-4e61-af32-5884d34730b0-root {
    text-align: center;
  }


#s-8a019011-d9ab-4e61-af32-5884d34730b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a019011-d9ab-4e61-af32-5884d34730b0-root {
    text-align: center;
  }


#s-8a019011-d9ab-4e61-af32-5884d34730b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a019011-d9ab-4e61-af32-5884d34730b0-root {
    text-align: center;
  }


#s-8a019011-d9ab-4e61-af32-5884d34730b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-eb9b3c3d-3dbd-40d6-af61-88a0f2a746d0 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-eb9b3c3d-3dbd-40d6-af61-88a0f2a746d0 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-eb9b3c3d-3dbd-40d6-af61-88a0f2a746d0 img.shogun-image,
  #s-eb9b3c3d-3dbd-40d6-af61-88a0f2a746d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb9b3c3d-3dbd-40d6-af61-88a0f2a746d0 {
    width: 100%;
    height: auto;
  }



  #s-eb9b3c3d-3dbd-40d6-af61-88a0f2a746d0 img.shogun-image {
    

    
    
    
  }


#s-eb9b3c3d-3dbd-40d6-af61-88a0f2a746d0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-47073977-fed5-45a3-b9ad-b1d6020bb2b0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-256ee2f9-48ef-43c1-a5e6-328e8f0b69c0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-256ee2f9-48ef-43c1-a5e6-328e8f0b69c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-256ee2f9-48ef-43c1-a5e6-328e8f0b69c0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-256ee2f9-48ef-43c1-a5e6-328e8f0b69c0-root {
    text-align: center;
  }


#s-256ee2f9-48ef-43c1-a5e6-328e8f0b69c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-256ee2f9-48ef-43c1-a5e6-328e8f0b69c0-root {
    text-align: center;
  }


#s-256ee2f9-48ef-43c1-a5e6-328e8f0b69c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-256ee2f9-48ef-43c1-a5e6-328e8f0b69c0-root {
    text-align: center;
  }


#s-256ee2f9-48ef-43c1-a5e6-328e8f0b69c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-256ee2f9-48ef-43c1-a5e6-328e8f0b69c0-root {
    text-align: center;
  }


#s-256ee2f9-48ef-43c1-a5e6-328e8f0b69c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-256ee2f9-48ef-43c1-a5e6-328e8f0b69c0-root {
    text-align: center;
  }


#s-256ee2f9-48ef-43c1-a5e6-328e8f0b69c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-05dff245-d5a1-49d1-8065-4fcc69241c42 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-05dff245-d5a1-49d1-8065-4fcc69241c42 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05dff245-d5a1-49d1-8065-4fcc69241c42 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-05dff245-d5a1-49d1-8065-4fcc69241c42 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-05dff245-d5a1-49d1-8065-4fcc69241c42 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-05dff245-d5a1-49d1-8065-4fcc69241c42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05dff245-d5a1-49d1-8065-4fcc69241c42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-05dff245-d5a1-49d1-8065-4fcc69241c42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-05dff245-d5a1-49d1-8065-4fcc69241c42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c6bc492a-b29d-4006-98bb-eb470f5b1eb6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c6bc492a-b29d-4006-98bb-eb470f5b1eb6 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c6bc492a-b29d-4006-98bb-eb470f5b1eb6 img.shogun-image,
  #s-c6bc492a-b29d-4006-98bb-eb470f5b1eb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6bc492a-b29d-4006-98bb-eb470f5b1eb6 {
    width: 100%;
    height: auto;
  }



  #s-c6bc492a-b29d-4006-98bb-eb470f5b1eb6 img.shogun-image {
    

    
    
    
  }


#s-c6bc492a-b29d-4006-98bb-eb470f5b1eb6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-eeab7fe0-e585-4f7a-89c8-ce935588f327 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cc64795c-6fa4-4c88-b86f-93156bc7e7f0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-cc64795c-6fa4-4c88-b86f-93156bc7e7f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cc64795c-6fa4-4c88-b86f-93156bc7e7f0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc64795c-6fa4-4c88-b86f-93156bc7e7f0-root {
    text-align: center;
  }


#s-cc64795c-6fa4-4c88-b86f-93156bc7e7f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc64795c-6fa4-4c88-b86f-93156bc7e7f0-root {
    text-align: center;
  }


#s-cc64795c-6fa4-4c88-b86f-93156bc7e7f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc64795c-6fa4-4c88-b86f-93156bc7e7f0-root {
    text-align: center;
  }


#s-cc64795c-6fa4-4c88-b86f-93156bc7e7f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc64795c-6fa4-4c88-b86f-93156bc7e7f0-root {
    text-align: center;
  }


#s-cc64795c-6fa4-4c88-b86f-93156bc7e7f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc64795c-6fa4-4c88-b86f-93156bc7e7f0-root {
    text-align: center;
  }


#s-cc64795c-6fa4-4c88-b86f-93156bc7e7f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-183e6540-eb81-4a9a-afb5-d59b206abafe {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-183e6540-eb81-4a9a-afb5-d59b206abafe {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-183e6540-eb81-4a9a-afb5-d59b206abafe img.shogun-image,
  #s-183e6540-eb81-4a9a-afb5-d59b206abafe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-183e6540-eb81-4a9a-afb5-d59b206abafe {
    width: 100%;
    height: auto;
  }



  #s-183e6540-eb81-4a9a-afb5-d59b206abafe img.shogun-image {
    

    
    
    
  }


#s-183e6540-eb81-4a9a-afb5-d59b206abafe .shogun-image-content {
  
    justify-content: center;
  
}

#s-5949a1d9-0c7c-4a27-b3c0-3fe3a2b7f898 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-20e0dfd5-1791-47bb-ae03-6ec8779d1d3f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-20e0dfd5-1791-47bb-ae03-6ec8779d1d3f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-20e0dfd5-1791-47bb-ae03-6ec8779d1d3f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-20e0dfd5-1791-47bb-ae03-6ec8779d1d3f-root {
    text-align: center;
  }


#s-20e0dfd5-1791-47bb-ae03-6ec8779d1d3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-20e0dfd5-1791-47bb-ae03-6ec8779d1d3f-root {
    text-align: center;
  }


#s-20e0dfd5-1791-47bb-ae03-6ec8779d1d3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20e0dfd5-1791-47bb-ae03-6ec8779d1d3f-root {
    text-align: center;
  }


#s-20e0dfd5-1791-47bb-ae03-6ec8779d1d3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20e0dfd5-1791-47bb-ae03-6ec8779d1d3f-root {
    text-align: center;
  }


#s-20e0dfd5-1791-47bb-ae03-6ec8779d1d3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-20e0dfd5-1791-47bb-ae03-6ec8779d1d3f-root {
    text-align: center;
  }


#s-20e0dfd5-1791-47bb-ae03-6ec8779d1d3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-edc9dc45-b16b-4c48-ba54-feebd2dd671f {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-edc9dc45-b16b-4c48-ba54-feebd2dd671f {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-edc9dc45-b16b-4c48-ba54-feebd2dd671f img.shogun-image,
  #s-edc9dc45-b16b-4c48-ba54-feebd2dd671f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edc9dc45-b16b-4c48-ba54-feebd2dd671f {
    width: 100%;
    height: auto;
  }



  #s-edc9dc45-b16b-4c48-ba54-feebd2dd671f img.shogun-image {
    

    
    
    
  }


#s-edc9dc45-b16b-4c48-ba54-feebd2dd671f .shogun-image-content {
  
    justify-content: center;
  
}

#s-32b0b444-870d-4a55-80b6-f21702e72163 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4a973a62-f9d2-48a4-900e-3f552089513a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-4a973a62-f9d2-48a4-900e-3f552089513a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a973a62-f9d2-48a4-900e-3f552089513a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4a973a62-f9d2-48a4-900e-3f552089513a-root {
    text-align: center;
  }


#s-4a973a62-f9d2-48a4-900e-3f552089513a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a973a62-f9d2-48a4-900e-3f552089513a-root {
    text-align: center;
  }


#s-4a973a62-f9d2-48a4-900e-3f552089513a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a973a62-f9d2-48a4-900e-3f552089513a-root {
    text-align: center;
  }


#s-4a973a62-f9d2-48a4-900e-3f552089513a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a973a62-f9d2-48a4-900e-3f552089513a-root {
    text-align: center;
  }


#s-4a973a62-f9d2-48a4-900e-3f552089513a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a973a62-f9d2-48a4-900e-3f552089513a-root {
    text-align: center;
  }


#s-4a973a62-f9d2-48a4-900e-3f552089513a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3a7fbb9b-f950-41e7-8037-a0a6828a27f7 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-3a7fbb9b-f950-41e7-8037-a0a6828a27f7 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a7fbb9b-f950-41e7-8037-a0a6828a27f7 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a7fbb9b-f950-41e7-8037-a0a6828a27f7 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-3a7fbb9b-f950-41e7-8037-a0a6828a27f7 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-3a7fbb9b-f950-41e7-8037-a0a6828a27f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a7fbb9b-f950-41e7-8037-a0a6828a27f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3a7fbb9b-f950-41e7-8037-a0a6828a27f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a7fbb9b-f950-41e7-8037-a0a6828a27f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5b81acba-892b-4cd6-b553-01ff9e50c1cd {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-5b81acba-892b-4cd6-b553-01ff9e50c1cd {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-5b81acba-892b-4cd6-b553-01ff9e50c1cd img.shogun-image,
  #s-5b81acba-892b-4cd6-b553-01ff9e50c1cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b81acba-892b-4cd6-b553-01ff9e50c1cd {
    width: 100%;
    height: auto;
  }



  #s-5b81acba-892b-4cd6-b553-01ff9e50c1cd img.shogun-image {
    

    
    
    
  }


#s-5b81acba-892b-4cd6-b553-01ff9e50c1cd .shogun-image-content {
  
    justify-content: center;
  
}

#s-fdd906e6-4ac9-4bd1-bd48-fa10cc9171dd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-68293649-1f91-4d09-bcab-01f3ea63856a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-68293649-1f91-4d09-bcab-01f3ea63856a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68293649-1f91-4d09-bcab-01f3ea63856a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-68293649-1f91-4d09-bcab-01f3ea63856a-root {
    text-align: center;
  }


#s-68293649-1f91-4d09-bcab-01f3ea63856a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-68293649-1f91-4d09-bcab-01f3ea63856a-root {
    text-align: center;
  }


#s-68293649-1f91-4d09-bcab-01f3ea63856a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68293649-1f91-4d09-bcab-01f3ea63856a-root {
    text-align: center;
  }


#s-68293649-1f91-4d09-bcab-01f3ea63856a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68293649-1f91-4d09-bcab-01f3ea63856a-root {
    text-align: center;
  }


#s-68293649-1f91-4d09-bcab-01f3ea63856a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-68293649-1f91-4d09-bcab-01f3ea63856a-root {
    text-align: center;
  }


#s-68293649-1f91-4d09-bcab-01f3ea63856a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5a98d767-2934-4801-b065-4d68d6afd1af {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-5a98d767-2934-4801-b065-4d68d6afd1af {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-5a98d767-2934-4801-b065-4d68d6afd1af img.shogun-image,
  #s-5a98d767-2934-4801-b065-4d68d6afd1af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a98d767-2934-4801-b065-4d68d6afd1af {
    width: 100%;
    height: auto;
  }



  #s-5a98d767-2934-4801-b065-4d68d6afd1af img.shogun-image {
    

    
    
    
  }


#s-5a98d767-2934-4801-b065-4d68d6afd1af .shogun-image-content {
  
    justify-content: center;
  
}

#s-ae22b8e0-c657-497f-a481-1b330736b6f1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-28c01fad-cad4-408d-9d66-f8e8ace3c858 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-28c01fad-cad4-408d-9d66-f8e8ace3c858:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28c01fad-cad4-408d-9d66-f8e8ace3c858:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28c01fad-cad4-408d-9d66-f8e8ace3c858-root {
    text-align: center;
  }


#s-28c01fad-cad4-408d-9d66-f8e8ace3c858.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-28c01fad-cad4-408d-9d66-f8e8ace3c858-root {
    text-align: center;
  }


#s-28c01fad-cad4-408d-9d66-f8e8ace3c858.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28c01fad-cad4-408d-9d66-f8e8ace3c858-root {
    text-align: center;
  }


#s-28c01fad-cad4-408d-9d66-f8e8ace3c858.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28c01fad-cad4-408d-9d66-f8e8ace3c858-root {
    text-align: center;
  }


#s-28c01fad-cad4-408d-9d66-f8e8ace3c858.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-28c01fad-cad4-408d-9d66-f8e8ace3c858-root {
    text-align: center;
  }


#s-28c01fad-cad4-408d-9d66-f8e8ace3c858.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-54508158-84c8-4d7f-b0db-dcdd295bc499 {
  background-image: url(https://i.shgcdn.com/194f31dc-75c5-4d7f-a549-7ec578f2c4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-54508158-84c8-4d7f-b0db-dcdd295bc499 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-54508158-84c8-4d7f-b0db-dcdd295bc499 img.shogun-image,
  #s-54508158-84c8-4d7f-b0db-dcdd295bc499 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-54508158-84c8-4d7f-b0db-dcdd295bc499 {
    width: 100%;
    height: auto;
  }



  #s-54508158-84c8-4d7f-b0db-dcdd295bc499 img.shogun-image {
    

    
    
    
  }


#s-54508158-84c8-4d7f-b0db-dcdd295bc499 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a76f3e1b-64be-402c-a99c-88e3270c3b43 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ac25a0ba-f442-4aaf-ba41-1dcb62bf139e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ac25a0ba-f442-4aaf-ba41-1dcb62bf139e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac25a0ba-f442-4aaf-ba41-1dcb62bf139e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac25a0ba-f442-4aaf-ba41-1dcb62bf139e-root {
    text-align: center;
  }


#s-ac25a0ba-f442-4aaf-ba41-1dcb62bf139e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac25a0ba-f442-4aaf-ba41-1dcb62bf139e-root {
    text-align: center;
  }


#s-ac25a0ba-f442-4aaf-ba41-1dcb62bf139e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac25a0ba-f442-4aaf-ba41-1dcb62bf139e-root {
    text-align: center;
  }


#s-ac25a0ba-f442-4aaf-ba41-1dcb62bf139e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac25a0ba-f442-4aaf-ba41-1dcb62bf139e-root {
    text-align: center;
  }


#s-ac25a0ba-f442-4aaf-ba41-1dcb62bf139e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac25a0ba-f442-4aaf-ba41-1dcb62bf139e-root {
    text-align: center;
  }


#s-ac25a0ba-f442-4aaf-ba41-1dcb62bf139e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1015aae8-1ed6-4bbd-ac9c-ad88b0267381 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-1015aae8-1ed6-4bbd-ac9c-ad88b0267381 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1015aae8-1ed6-4bbd-ac9c-ad88b0267381 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1015aae8-1ed6-4bbd-ac9c-ad88b0267381 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-1015aae8-1ed6-4bbd-ac9c-ad88b0267381 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-1015aae8-1ed6-4bbd-ac9c-ad88b0267381"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1015aae8-1ed6-4bbd-ac9c-ad88b0267381"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1015aae8-1ed6-4bbd-ac9c-ad88b0267381"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1015aae8-1ed6-4bbd-ac9c-ad88b0267381"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-be24243b-4cc5-4b4d-8258-ae42f0a6792d {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-be24243b-4cc5-4b4d-8258-ae42f0a6792d {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-be24243b-4cc5-4b4d-8258-ae42f0a6792d img.shogun-image,
  #s-be24243b-4cc5-4b4d-8258-ae42f0a6792d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-be24243b-4cc5-4b4d-8258-ae42f0a6792d {
    width: 100%;
    height: auto;
  }



  #s-be24243b-4cc5-4b4d-8258-ae42f0a6792d img.shogun-image {
    

    
    
    
  }


#s-be24243b-4cc5-4b4d-8258-ae42f0a6792d .shogun-image-content {
  
    justify-content: center;
  
}

#s-1443c87c-86b5-48c0-90c1-e8d2da03d1e7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9061a8c5-25d0-45fa-8748-fa5f3dec7fa2 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9061a8c5-25d0-45fa-8748-fa5f3dec7fa2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9061a8c5-25d0-45fa-8748-fa5f3dec7fa2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9061a8c5-25d0-45fa-8748-fa5f3dec7fa2-root {
    text-align: center;
  }


#s-9061a8c5-25d0-45fa-8748-fa5f3dec7fa2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9061a8c5-25d0-45fa-8748-fa5f3dec7fa2-root {
    text-align: center;
  }


#s-9061a8c5-25d0-45fa-8748-fa5f3dec7fa2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9061a8c5-25d0-45fa-8748-fa5f3dec7fa2-root {
    text-align: center;
  }


#s-9061a8c5-25d0-45fa-8748-fa5f3dec7fa2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9061a8c5-25d0-45fa-8748-fa5f3dec7fa2-root {
    text-align: center;
  }


#s-9061a8c5-25d0-45fa-8748-fa5f3dec7fa2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9061a8c5-25d0-45fa-8748-fa5f3dec7fa2-root {
    text-align: center;
  }


#s-9061a8c5-25d0-45fa-8748-fa5f3dec7fa2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e37b8c69-c7f4-4cfd-a478-3eb89c69377d {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e37b8c69-c7f4-4cfd-a478-3eb89c69377d {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e37b8c69-c7f4-4cfd-a478-3eb89c69377d img.shogun-image,
  #s-e37b8c69-c7f4-4cfd-a478-3eb89c69377d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e37b8c69-c7f4-4cfd-a478-3eb89c69377d {
    width: 100%;
    height: auto;
  }



  #s-e37b8c69-c7f4-4cfd-a478-3eb89c69377d img.shogun-image {
    

    
    
    
  }


#s-e37b8c69-c7f4-4cfd-a478-3eb89c69377d .shogun-image-content {
  
    justify-content: center;
  
}

#s-14730304-4eb9-466b-975f-bbfc82ecdfb6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1acea575-aba1-44c9-8b70-34953e05b88f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1acea575-aba1-44c9-8b70-34953e05b88f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1acea575-aba1-44c9-8b70-34953e05b88f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1acea575-aba1-44c9-8b70-34953e05b88f-root {
    text-align: center;
  }


#s-1acea575-aba1-44c9-8b70-34953e05b88f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1acea575-aba1-44c9-8b70-34953e05b88f-root {
    text-align: center;
  }


#s-1acea575-aba1-44c9-8b70-34953e05b88f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1acea575-aba1-44c9-8b70-34953e05b88f-root {
    text-align: center;
  }


#s-1acea575-aba1-44c9-8b70-34953e05b88f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1acea575-aba1-44c9-8b70-34953e05b88f-root {
    text-align: center;
  }


#s-1acea575-aba1-44c9-8b70-34953e05b88f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1acea575-aba1-44c9-8b70-34953e05b88f-root {
    text-align: center;
  }


#s-1acea575-aba1-44c9-8b70-34953e05b88f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ad397b15-80aa-4869-bd16-07945327600f {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-ad397b15-80aa-4869-bd16-07945327600f {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ad397b15-80aa-4869-bd16-07945327600f img.shogun-image,
  #s-ad397b15-80aa-4869-bd16-07945327600f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad397b15-80aa-4869-bd16-07945327600f {
    width: 100%;
    height: auto;
  }



  #s-ad397b15-80aa-4869-bd16-07945327600f img.shogun-image {
    

    
    
    
  }


#s-ad397b15-80aa-4869-bd16-07945327600f .shogun-image-content {
  
    justify-content: center;
  
}

#s-8908cbe4-7cf2-4c61-8466-111b3f13fa7d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7c23a6d1-7241-49c7-a983-5a47db02e006 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTJjNTFmMDktNzQ5Yy00YjRhLWJhNTctYzJmMGFkNTIzMjhiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzEyYzUxZjA5LTc0OWMtNGI0YS1iYTU3LWMyZjBhZDUyMzI4YikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7c23a6d1-7241-49c7-a983-5a47db02e006:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c23a6d1-7241-49c7-a983-5a47db02e006:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7c23a6d1-7241-49c7-a983-5a47db02e006-root {
    text-align: center;
  }


#s-7c23a6d1-7241-49c7-a983-5a47db02e006.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7c23a6d1-7241-49c7-a983-5a47db02e006-root {
    text-align: center;
  }


#s-7c23a6d1-7241-49c7-a983-5a47db02e006.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c23a6d1-7241-49c7-a983-5a47db02e006-root {
    text-align: center;
  }


#s-7c23a6d1-7241-49c7-a983-5a47db02e006.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c23a6d1-7241-49c7-a983-5a47db02e006-root {
    text-align: center;
  }


#s-7c23a6d1-7241-49c7-a983-5a47db02e006.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7c23a6d1-7241-49c7-a983-5a47db02e006-root {
    text-align: center;
  }


#s-7c23a6d1-7241-49c7-a983-5a47db02e006.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-832a6ef1-8265-4e91-a4cd-a9c48cf5edd5 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-832a6ef1-8265-4e91-a4cd-a9c48cf5edd5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-832a6ef1-8265-4e91-a4cd-a9c48cf5edd5 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-832a6ef1-8265-4e91-a4cd-a9c48cf5edd5 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-832a6ef1-8265-4e91-a4cd-a9c48cf5edd5 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-832a6ef1-8265-4e91-a4cd-a9c48cf5edd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-832a6ef1-8265-4e91-a4cd-a9c48cf5edd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-832a6ef1-8265-4e91-a4cd-a9c48cf5edd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-832a6ef1-8265-4e91-a4cd-a9c48cf5edd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c399e53e-5e45-4d57-8c50-be2401243284 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c399e53e-5e45-4d57-8c50-be2401243284 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c399e53e-5e45-4d57-8c50-be2401243284 img.shogun-image,
  #s-c399e53e-5e45-4d57-8c50-be2401243284 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c399e53e-5e45-4d57-8c50-be2401243284 {
    width: 100%;
    height: auto;
  }



  #s-c399e53e-5e45-4d57-8c50-be2401243284 img.shogun-image {
    

    
    
    
  }


#s-c399e53e-5e45-4d57-8c50-be2401243284 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b1f4341c-d3c0-4615-84ba-a870083bb54c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-608dbde5-d3fb-4840-82aa-fe8c7e8e3d3b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-608dbde5-d3fb-4840-82aa-fe8c7e8e3d3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-608dbde5-d3fb-4840-82aa-fe8c7e8e3d3b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-608dbde5-d3fb-4840-82aa-fe8c7e8e3d3b-root {
    text-align: center;
  }


#s-608dbde5-d3fb-4840-82aa-fe8c7e8e3d3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-608dbde5-d3fb-4840-82aa-fe8c7e8e3d3b-root {
    text-align: center;
  }


#s-608dbde5-d3fb-4840-82aa-fe8c7e8e3d3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-608dbde5-d3fb-4840-82aa-fe8c7e8e3d3b-root {
    text-align: center;
  }


#s-608dbde5-d3fb-4840-82aa-fe8c7e8e3d3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-608dbde5-d3fb-4840-82aa-fe8c7e8e3d3b-root {
    text-align: center;
  }


#s-608dbde5-d3fb-4840-82aa-fe8c7e8e3d3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-608dbde5-d3fb-4840-82aa-fe8c7e8e3d3b-root {
    text-align: center;
  }


#s-608dbde5-d3fb-4840-82aa-fe8c7e8e3d3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0f92516d-8239-479f-a145-a23cb67e6a95 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-0f92516d-8239-479f-a145-a23cb67e6a95 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0f92516d-8239-479f-a145-a23cb67e6a95 img.shogun-image,
  #s-0f92516d-8239-479f-a145-a23cb67e6a95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f92516d-8239-479f-a145-a23cb67e6a95 {
    width: 100%;
    height: auto;
  }



  #s-0f92516d-8239-479f-a145-a23cb67e6a95 img.shogun-image {
    

    
    
    
  }


#s-0f92516d-8239-479f-a145-a23cb67e6a95 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f7b86223-d580-4e9c-8436-c4af9418f4ea {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f1ede286-4fab-4ce3-98fe-dc57cba7d752 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f1ede286-4fab-4ce3-98fe-dc57cba7d752:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f1ede286-4fab-4ce3-98fe-dc57cba7d752:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f1ede286-4fab-4ce3-98fe-dc57cba7d752-root {
    text-align: center;
  }


#s-f1ede286-4fab-4ce3-98fe-dc57cba7d752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f1ede286-4fab-4ce3-98fe-dc57cba7d752-root {
    text-align: center;
  }


#s-f1ede286-4fab-4ce3-98fe-dc57cba7d752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1ede286-4fab-4ce3-98fe-dc57cba7d752-root {
    text-align: center;
  }


#s-f1ede286-4fab-4ce3-98fe-dc57cba7d752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1ede286-4fab-4ce3-98fe-dc57cba7d752-root {
    text-align: center;
  }


#s-f1ede286-4fab-4ce3-98fe-dc57cba7d752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f1ede286-4fab-4ce3-98fe-dc57cba7d752-root {
    text-align: center;
  }


#s-f1ede286-4fab-4ce3-98fe-dc57cba7d752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ee05a0ab-4fc4-4772-8e0d-37bd349d23df {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ee05a0ab-4fc4-4772-8e0d-37bd349d23df {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ee05a0ab-4fc4-4772-8e0d-37bd349d23df img.shogun-image,
  #s-ee05a0ab-4fc4-4772-8e0d-37bd349d23df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee05a0ab-4fc4-4772-8e0d-37bd349d23df {
    width: 100%;
    height: auto;
  }



  #s-ee05a0ab-4fc4-4772-8e0d-37bd349d23df img.shogun-image {
    

    
    
    
  }


#s-ee05a0ab-4fc4-4772-8e0d-37bd349d23df .shogun-image-content {
  
    justify-content: center;
  
}

#s-59acf5fa-0e99-4147-b71e-d2b0ab813a4c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0dbe0b23-8b9e-4b42-b443-11768bbc63dc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0dbe0b23-8b9e-4b42-b443-11768bbc63dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0dbe0b23-8b9e-4b42-b443-11768bbc63dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0dbe0b23-8b9e-4b42-b443-11768bbc63dc-root {
    text-align: center;
  }


#s-0dbe0b23-8b9e-4b42-b443-11768bbc63dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0dbe0b23-8b9e-4b42-b443-11768bbc63dc-root {
    text-align: center;
  }


#s-0dbe0b23-8b9e-4b42-b443-11768bbc63dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0dbe0b23-8b9e-4b42-b443-11768bbc63dc-root {
    text-align: center;
  }


#s-0dbe0b23-8b9e-4b42-b443-11768bbc63dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0dbe0b23-8b9e-4b42-b443-11768bbc63dc-root {
    text-align: center;
  }


#s-0dbe0b23-8b9e-4b42-b443-11768bbc63dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0dbe0b23-8b9e-4b42-b443-11768bbc63dc-root {
    text-align: center;
  }


#s-0dbe0b23-8b9e-4b42-b443-11768bbc63dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-db68a029-af35-48c0-82ef-69889f0f63fa {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-db68a029-af35-48c0-82ef-69889f0f63fa {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db68a029-af35-48c0-82ef-69889f0f63fa {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-db68a029-af35-48c0-82ef-69889f0f63fa {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-db68a029-af35-48c0-82ef-69889f0f63fa {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-db68a029-af35-48c0-82ef-69889f0f63fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db68a029-af35-48c0-82ef-69889f0f63fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-db68a029-af35-48c0-82ef-69889f0f63fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-db68a029-af35-48c0-82ef-69889f0f63fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e7c75942-2857-43e7-93d6-c5f0588f8989 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e7c75942-2857-43e7-93d6-c5f0588f8989 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e7c75942-2857-43e7-93d6-c5f0588f8989 img.shogun-image,
  #s-e7c75942-2857-43e7-93d6-c5f0588f8989 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7c75942-2857-43e7-93d6-c5f0588f8989 {
    width: 100%;
    height: auto;
  }



  #s-e7c75942-2857-43e7-93d6-c5f0588f8989 img.shogun-image {
    

    
    
    
  }


#s-e7c75942-2857-43e7-93d6-c5f0588f8989 .shogun-image-content {
  
    justify-content: center;
  
}

#s-47543328-1ce3-48aa-84ba-c024ef39e0ed {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-deee69e7-5c57-4e47-a908-1b85a01d210b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-deee69e7-5c57-4e47-a908-1b85a01d210b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-deee69e7-5c57-4e47-a908-1b85a01d210b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-deee69e7-5c57-4e47-a908-1b85a01d210b-root {
    text-align: center;
  }


#s-deee69e7-5c57-4e47-a908-1b85a01d210b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-deee69e7-5c57-4e47-a908-1b85a01d210b-root {
    text-align: center;
  }


#s-deee69e7-5c57-4e47-a908-1b85a01d210b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-deee69e7-5c57-4e47-a908-1b85a01d210b-root {
    text-align: center;
  }


#s-deee69e7-5c57-4e47-a908-1b85a01d210b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-deee69e7-5c57-4e47-a908-1b85a01d210b-root {
    text-align: center;
  }


#s-deee69e7-5c57-4e47-a908-1b85a01d210b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-deee69e7-5c57-4e47-a908-1b85a01d210b-root {
    text-align: center;
  }


#s-deee69e7-5c57-4e47-a908-1b85a01d210b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-773de30c-3adb-4883-ba59-fa4b379c8654 {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-773de30c-3adb-4883-ba59-fa4b379c8654 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-773de30c-3adb-4883-ba59-fa4b379c8654 img.shogun-image,
  #s-773de30c-3adb-4883-ba59-fa4b379c8654 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-773de30c-3adb-4883-ba59-fa4b379c8654 {
    width: 100%;
    height: auto;
  }



  #s-773de30c-3adb-4883-ba59-fa4b379c8654 img.shogun-image {
    

    
    
    
  }


#s-773de30c-3adb-4883-ba59-fa4b379c8654 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a571043c-0222-4747-9540-8419cca07757 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8ef94f66-3561-4262-85a8-30b876ec5df0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8ef94f66-3561-4262-85a8-30b876ec5df0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ef94f66-3561-4262-85a8-30b876ec5df0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ef94f66-3561-4262-85a8-30b876ec5df0-root {
    text-align: center;
  }


#s-8ef94f66-3561-4262-85a8-30b876ec5df0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ef94f66-3561-4262-85a8-30b876ec5df0-root {
    text-align: center;
  }


#s-8ef94f66-3561-4262-85a8-30b876ec5df0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ef94f66-3561-4262-85a8-30b876ec5df0-root {
    text-align: center;
  }


#s-8ef94f66-3561-4262-85a8-30b876ec5df0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ef94f66-3561-4262-85a8-30b876ec5df0-root {
    text-align: center;
  }


#s-8ef94f66-3561-4262-85a8-30b876ec5df0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ef94f66-3561-4262-85a8-30b876ec5df0-root {
    text-align: center;
  }


#s-8ef94f66-3561-4262-85a8-30b876ec5df0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-53ca7144-d549-4c0c-83e8-12f672c8504a {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-53ca7144-d549-4c0c-83e8-12f672c8504a {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-53ca7144-d549-4c0c-83e8-12f672c8504a img.shogun-image,
  #s-53ca7144-d549-4c0c-83e8-12f672c8504a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53ca7144-d549-4c0c-83e8-12f672c8504a {
    width: 100%;
    height: auto;
  }



  #s-53ca7144-d549-4c0c-83e8-12f672c8504a img.shogun-image {
    

    
    
    
  }


#s-53ca7144-d549-4c0c-83e8-12f672c8504a .shogun-image-content {
  
    justify-content: center;
  
}

#s-8c1396a8-3223-405c-8500-3bb9a3e40639 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fcf2ca84-63ae-4126-b70b-1f1dda0b45fe {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-fcf2ca84-63ae-4126-b70b-1f1dda0b45fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fcf2ca84-63ae-4126-b70b-1f1dda0b45fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fcf2ca84-63ae-4126-b70b-1f1dda0b45fe-root {
    text-align: center;
  }


#s-fcf2ca84-63ae-4126-b70b-1f1dda0b45fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fcf2ca84-63ae-4126-b70b-1f1dda0b45fe-root {
    text-align: center;
  }


#s-fcf2ca84-63ae-4126-b70b-1f1dda0b45fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcf2ca84-63ae-4126-b70b-1f1dda0b45fe-root {
    text-align: center;
  }


#s-fcf2ca84-63ae-4126-b70b-1f1dda0b45fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcf2ca84-63ae-4126-b70b-1f1dda0b45fe-root {
    text-align: center;
  }


#s-fcf2ca84-63ae-4126-b70b-1f1dda0b45fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fcf2ca84-63ae-4126-b70b-1f1dda0b45fe-root {
    text-align: center;
  }


#s-fcf2ca84-63ae-4126-b70b-1f1dda0b45fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b2a5a255-bce3-4ad0-896d-9c0cc72dc309 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-b2a5a255-bce3-4ad0-896d-9c0cc72dc309 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2a5a255-bce3-4ad0-896d-9c0cc72dc309 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2a5a255-bce3-4ad0-896d-9c0cc72dc309 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-b2a5a255-bce3-4ad0-896d-9c0cc72dc309 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-b2a5a255-bce3-4ad0-896d-9c0cc72dc309"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2a5a255-bce3-4ad0-896d-9c0cc72dc309"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b2a5a255-bce3-4ad0-896d-9c0cc72dc309"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2a5a255-bce3-4ad0-896d-9c0cc72dc309"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-93496d2a-85f9-44d4-a043-5b85fea78aaa {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-93496d2a-85f9-44d4-a043-5b85fea78aaa {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-93496d2a-85f9-44d4-a043-5b85fea78aaa img.shogun-image,
  #s-93496d2a-85f9-44d4-a043-5b85fea78aaa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93496d2a-85f9-44d4-a043-5b85fea78aaa {
    width: 100%;
    height: auto;
  }



  #s-93496d2a-85f9-44d4-a043-5b85fea78aaa img.shogun-image {
    

    
    
    
  }


#s-93496d2a-85f9-44d4-a043-5b85fea78aaa .shogun-image-content {
  
    justify-content: center;
  
}

#s-b6dc86cd-d7d2-4c83-ad92-4beb3572dfa1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e45f8dd4-dfb0-4438-81b0-b1cf04cee988 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e45f8dd4-dfb0-4438-81b0-b1cf04cee988:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e45f8dd4-dfb0-4438-81b0-b1cf04cee988:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e45f8dd4-dfb0-4438-81b0-b1cf04cee988-root {
    text-align: center;
  }


#s-e45f8dd4-dfb0-4438-81b0-b1cf04cee988.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e45f8dd4-dfb0-4438-81b0-b1cf04cee988-root {
    text-align: center;
  }


#s-e45f8dd4-dfb0-4438-81b0-b1cf04cee988.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e45f8dd4-dfb0-4438-81b0-b1cf04cee988-root {
    text-align: center;
  }


#s-e45f8dd4-dfb0-4438-81b0-b1cf04cee988.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e45f8dd4-dfb0-4438-81b0-b1cf04cee988-root {
    text-align: center;
  }


#s-e45f8dd4-dfb0-4438-81b0-b1cf04cee988.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e45f8dd4-dfb0-4438-81b0-b1cf04cee988-root {
    text-align: center;
  }


#s-e45f8dd4-dfb0-4438-81b0-b1cf04cee988.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2988c624-7497-4e4a-923f-f017437aac24 {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-2988c624-7497-4e4a-923f-f017437aac24 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-2988c624-7497-4e4a-923f-f017437aac24 img.shogun-image,
  #s-2988c624-7497-4e4a-923f-f017437aac24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2988c624-7497-4e4a-923f-f017437aac24 {
    width: 100%;
    height: auto;
  }



  #s-2988c624-7497-4e4a-923f-f017437aac24 img.shogun-image {
    

    
    
    
  }


#s-2988c624-7497-4e4a-923f-f017437aac24 .shogun-image-content {
  
    justify-content: center;
  
}

#s-52f1b72f-e465-4220-88aa-24dea6b81935 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-53eecbb5-9edc-478d-8911-ee10795a65c5 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-53eecbb5-9edc-478d-8911-ee10795a65c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-53eecbb5-9edc-478d-8911-ee10795a65c5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-53eecbb5-9edc-478d-8911-ee10795a65c5-root {
    text-align: center;
  }


#s-53eecbb5-9edc-478d-8911-ee10795a65c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-53eecbb5-9edc-478d-8911-ee10795a65c5-root {
    text-align: center;
  }


#s-53eecbb5-9edc-478d-8911-ee10795a65c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-53eecbb5-9edc-478d-8911-ee10795a65c5-root {
    text-align: center;
  }


#s-53eecbb5-9edc-478d-8911-ee10795a65c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-53eecbb5-9edc-478d-8911-ee10795a65c5-root {
    text-align: center;
  }


#s-53eecbb5-9edc-478d-8911-ee10795a65c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-53eecbb5-9edc-478d-8911-ee10795a65c5-root {
    text-align: center;
  }


#s-53eecbb5-9edc-478d-8911-ee10795a65c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bdcd1157-fcbd-4b2b-9af9-1c1b723bf6ce {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-bdcd1157-fcbd-4b2b-9af9-1c1b723bf6ce {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-bdcd1157-fcbd-4b2b-9af9-1c1b723bf6ce img.shogun-image,
  #s-bdcd1157-fcbd-4b2b-9af9-1c1b723bf6ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdcd1157-fcbd-4b2b-9af9-1c1b723bf6ce {
    width: 100%;
    height: auto;
  }



  #s-bdcd1157-fcbd-4b2b-9af9-1c1b723bf6ce img.shogun-image {
    

    
    
    
  }


#s-bdcd1157-fcbd-4b2b-9af9-1c1b723bf6ce .shogun-image-content {
  
    justify-content: center;
  
}

#s-4b71bef0-8b99-440f-9e22-2007e3de9dc9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cfe0ca6a-dc57-457b-9892-04167188f1e2 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-cfe0ca6a-dc57-457b-9892-04167188f1e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cfe0ca6a-dc57-457b-9892-04167188f1e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cfe0ca6a-dc57-457b-9892-04167188f1e2-root {
    text-align: center;
  }


#s-cfe0ca6a-dc57-457b-9892-04167188f1e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cfe0ca6a-dc57-457b-9892-04167188f1e2-root {
    text-align: center;
  }


#s-cfe0ca6a-dc57-457b-9892-04167188f1e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfe0ca6a-dc57-457b-9892-04167188f1e2-root {
    text-align: center;
  }


#s-cfe0ca6a-dc57-457b-9892-04167188f1e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfe0ca6a-dc57-457b-9892-04167188f1e2-root {
    text-align: center;
  }


#s-cfe0ca6a-dc57-457b-9892-04167188f1e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cfe0ca6a-dc57-457b-9892-04167188f1e2-root {
    text-align: center;
  }


#s-cfe0ca6a-dc57-457b-9892-04167188f1e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bee18cbe-e373-4880-be8e-ada9265e8910 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-bee18cbe-e373-4880-be8e-ada9265e8910 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bee18cbe-e373-4880-be8e-ada9265e8910 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bee18cbe-e373-4880-be8e-ada9265e8910 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-bee18cbe-e373-4880-be8e-ada9265e8910 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-bee18cbe-e373-4880-be8e-ada9265e8910"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bee18cbe-e373-4880-be8e-ada9265e8910"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 39.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-bee18cbe-e373-4880-be8e-ada9265e8910"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 39.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-bee18cbe-e373-4880-be8e-ada9265e8910"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 39.333333333333336px);
}

}

#s-f209d4d2-e11e-4bc8-ae68-6e7348400f72 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-f209d4d2-e11e-4bc8-ae68-6e7348400f72 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f209d4d2-e11e-4bc8-ae68-6e7348400f72 img.shogun-image,
  #s-f209d4d2-e11e-4bc8-ae68-6e7348400f72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f209d4d2-e11e-4bc8-ae68-6e7348400f72 {
    width: 100%;
    height: auto;
  }



  #s-f209d4d2-e11e-4bc8-ae68-6e7348400f72 img.shogun-image {
    

    
    
    
  }


#s-f209d4d2-e11e-4bc8-ae68-6e7348400f72 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f3376ae0-9e20-4b0c-ac28-100fa5fe91fe {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f681856e-c083-4f87-91a0-1debd12d00b4 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f681856e-c083-4f87-91a0-1debd12d00b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f681856e-c083-4f87-91a0-1debd12d00b4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f681856e-c083-4f87-91a0-1debd12d00b4-root {
    text-align: center;
  }


#s-f681856e-c083-4f87-91a0-1debd12d00b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f681856e-c083-4f87-91a0-1debd12d00b4-root {
    text-align: center;
  }


#s-f681856e-c083-4f87-91a0-1debd12d00b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f681856e-c083-4f87-91a0-1debd12d00b4-root {
    text-align: center;
  }


#s-f681856e-c083-4f87-91a0-1debd12d00b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f681856e-c083-4f87-91a0-1debd12d00b4-root {
    text-align: center;
  }


#s-f681856e-c083-4f87-91a0-1debd12d00b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f681856e-c083-4f87-91a0-1debd12d00b4-root {
    text-align: center;
  }


#s-f681856e-c083-4f87-91a0-1debd12d00b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-104fb3d4-a3d8-4dba-98f2-07de0ef872c6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-104fb3d4-a3d8-4dba-98f2-07de0ef872c6 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-104fb3d4-a3d8-4dba-98f2-07de0ef872c6 img.shogun-image,
  #s-104fb3d4-a3d8-4dba-98f2-07de0ef872c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-104fb3d4-a3d8-4dba-98f2-07de0ef872c6 {
    width: 100%;
    height: auto;
  }



  #s-104fb3d4-a3d8-4dba-98f2-07de0ef872c6 img.shogun-image {
    

    
    
    
  }


#s-104fb3d4-a3d8-4dba-98f2-07de0ef872c6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ea592f3f-6091-48f6-b6ad-b8b4a4dccfe2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ff361440-ac3f-4796-b1b5-b3033ee52af6 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ff361440-ac3f-4796-b1b5-b3033ee52af6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff361440-ac3f-4796-b1b5-b3033ee52af6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ff361440-ac3f-4796-b1b5-b3033ee52af6-root {
    text-align: center;
  }


#s-ff361440-ac3f-4796-b1b5-b3033ee52af6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff361440-ac3f-4796-b1b5-b3033ee52af6-root {
    text-align: center;
  }


#s-ff361440-ac3f-4796-b1b5-b3033ee52af6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff361440-ac3f-4796-b1b5-b3033ee52af6-root {
    text-align: center;
  }


#s-ff361440-ac3f-4796-b1b5-b3033ee52af6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff361440-ac3f-4796-b1b5-b3033ee52af6-root {
    text-align: center;
  }


#s-ff361440-ac3f-4796-b1b5-b3033ee52af6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff361440-ac3f-4796-b1b5-b3033ee52af6-root {
    text-align: center;
  }


#s-ff361440-ac3f-4796-b1b5-b3033ee52af6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bc4e2bee-425b-484f-b558-a12888c2572b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-bc4e2bee-425b-484f-b558-a12888c2572b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-bc4e2bee-425b-484f-b558-a12888c2572b img.shogun-image,
  #s-bc4e2bee-425b-484f-b558-a12888c2572b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc4e2bee-425b-484f-b558-a12888c2572b {
    width: 100%;
    height: auto;
  }



  #s-bc4e2bee-425b-484f-b558-a12888c2572b img.shogun-image {
    

    
    
    
  }


#s-bc4e2bee-425b-484f-b558-a12888c2572b .shogun-image-content {
  
    justify-content: center;
  
}

#s-13434ee7-0486-44d7-8fe1-2aa4de66865d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9e9d2d95-dbd2-43ea-9ef3-f68af70e0c60 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9e9d2d95-dbd2-43ea-9ef3-f68af70e0c60:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9e9d2d95-dbd2-43ea-9ef3-f68af70e0c60:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9e9d2d95-dbd2-43ea-9ef3-f68af70e0c60-root {
    text-align: center;
  }


#s-9e9d2d95-dbd2-43ea-9ef3-f68af70e0c60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9e9d2d95-dbd2-43ea-9ef3-f68af70e0c60-root {
    text-align: center;
  }


#s-9e9d2d95-dbd2-43ea-9ef3-f68af70e0c60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9e9d2d95-dbd2-43ea-9ef3-f68af70e0c60-root {
    text-align: center;
  }


#s-9e9d2d95-dbd2-43ea-9ef3-f68af70e0c60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9e9d2d95-dbd2-43ea-9ef3-f68af70e0c60-root {
    text-align: center;
  }


#s-9e9d2d95-dbd2-43ea-9ef3-f68af70e0c60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9e9d2d95-dbd2-43ea-9ef3-f68af70e0c60-root {
    text-align: center;
  }


#s-9e9d2d95-dbd2-43ea-9ef3-f68af70e0c60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-068cb276-3ea1-407d-9a1c-cbffea0d49a0 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-068cb276-3ea1-407d-9a1c-cbffea0d49a0 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-068cb276-3ea1-407d-9a1c-cbffea0d49a0 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-068cb276-3ea1-407d-9a1c-cbffea0d49a0 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-068cb276-3ea1-407d-9a1c-cbffea0d49a0 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-068cb276-3ea1-407d-9a1c-cbffea0d49a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-068cb276-3ea1-407d-9a1c-cbffea0d49a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-068cb276-3ea1-407d-9a1c-cbffea0d49a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-068cb276-3ea1-407d-9a1c-cbffea0d49a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-336fd86f-be66-4368-b45b-05ac9f09e481 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-336fd86f-be66-4368-b45b-05ac9f09e481 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-336fd86f-be66-4368-b45b-05ac9f09e481 img.shogun-image,
  #s-336fd86f-be66-4368-b45b-05ac9f09e481 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-336fd86f-be66-4368-b45b-05ac9f09e481 {
    width: 100%;
    height: auto;
  }



  #s-336fd86f-be66-4368-b45b-05ac9f09e481 img.shogun-image {
    

    
    
    
  }


#s-336fd86f-be66-4368-b45b-05ac9f09e481 .shogun-image-content {
  
    justify-content: center;
  
}

#s-decd147f-d94b-45ea-b392-17c55edf44a7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5b57b52c-b2d5-42fb-82af-82ac7c3fb837 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5b57b52c-b2d5-42fb-82af-82ac7c3fb837:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b57b52c-b2d5-42fb-82af-82ac7c3fb837:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b57b52c-b2d5-42fb-82af-82ac7c3fb837-root {
    text-align: center;
  }


#s-5b57b52c-b2d5-42fb-82af-82ac7c3fb837.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b57b52c-b2d5-42fb-82af-82ac7c3fb837-root {
    text-align: center;
  }


#s-5b57b52c-b2d5-42fb-82af-82ac7c3fb837.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b57b52c-b2d5-42fb-82af-82ac7c3fb837-root {
    text-align: center;
  }


#s-5b57b52c-b2d5-42fb-82af-82ac7c3fb837.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b57b52c-b2d5-42fb-82af-82ac7c3fb837-root {
    text-align: center;
  }


#s-5b57b52c-b2d5-42fb-82af-82ac7c3fb837.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b57b52c-b2d5-42fb-82af-82ac7c3fb837-root {
    text-align: center;
  }


#s-5b57b52c-b2d5-42fb-82af-82ac7c3fb837.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-49e815f3-7491-4b68-ac33-dcab3f74b03a {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-49e815f3-7491-4b68-ac33-dcab3f74b03a {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-49e815f3-7491-4b68-ac33-dcab3f74b03a img.shogun-image,
  #s-49e815f3-7491-4b68-ac33-dcab3f74b03a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-49e815f3-7491-4b68-ac33-dcab3f74b03a {
    width: 100%;
    height: auto;
  }



  #s-49e815f3-7491-4b68-ac33-dcab3f74b03a img.shogun-image {
    

    
    
    
  }


#s-49e815f3-7491-4b68-ac33-dcab3f74b03a .shogun-image-content {
  
    justify-content: center;
  
}

#s-e122759e-bde4-47cc-9d8e-2af9c9b205c6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-76716e9c-4ccd-4c4f-af8e-544df7bb94b0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-76716e9c-4ccd-4c4f-af8e-544df7bb94b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76716e9c-4ccd-4c4f-af8e-544df7bb94b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-76716e9c-4ccd-4c4f-af8e-544df7bb94b0-root {
    text-align: center;
  }


#s-76716e9c-4ccd-4c4f-af8e-544df7bb94b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-76716e9c-4ccd-4c4f-af8e-544df7bb94b0-root {
    text-align: center;
  }


#s-76716e9c-4ccd-4c4f-af8e-544df7bb94b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76716e9c-4ccd-4c4f-af8e-544df7bb94b0-root {
    text-align: center;
  }


#s-76716e9c-4ccd-4c4f-af8e-544df7bb94b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76716e9c-4ccd-4c4f-af8e-544df7bb94b0-root {
    text-align: center;
  }


#s-76716e9c-4ccd-4c4f-af8e-544df7bb94b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-76716e9c-4ccd-4c4f-af8e-544df7bb94b0-root {
    text-align: center;
  }


#s-76716e9c-4ccd-4c4f-af8e-544df7bb94b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bd5283aa-83cc-458c-9e1f-0cd886c3e8c7 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-bd5283aa-83cc-458c-9e1f-0cd886c3e8c7 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-bd5283aa-83cc-458c-9e1f-0cd886c3e8c7 img.shogun-image,
  #s-bd5283aa-83cc-458c-9e1f-0cd886c3e8c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd5283aa-83cc-458c-9e1f-0cd886c3e8c7 {
    width: 100%;
    height: auto;
  }



  #s-bd5283aa-83cc-458c-9e1f-0cd886c3e8c7 img.shogun-image {
    

    
    
    
  }


#s-bd5283aa-83cc-458c-9e1f-0cd886c3e8c7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-45768746-b77f-4101-9993-c5e0644da45c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-25332c00-18c5-477a-8e17-d6d2e2b1b0cd {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-25332c00-18c5-477a-8e17-d6d2e2b1b0cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-25332c00-18c5-477a-8e17-d6d2e2b1b0cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-25332c00-18c5-477a-8e17-d6d2e2b1b0cd-root {
    text-align: center;
  }


#s-25332c00-18c5-477a-8e17-d6d2e2b1b0cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-25332c00-18c5-477a-8e17-d6d2e2b1b0cd-root {
    text-align: center;
  }


#s-25332c00-18c5-477a-8e17-d6d2e2b1b0cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25332c00-18c5-477a-8e17-d6d2e2b1b0cd-root {
    text-align: center;
  }


#s-25332c00-18c5-477a-8e17-d6d2e2b1b0cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25332c00-18c5-477a-8e17-d6d2e2b1b0cd-root {
    text-align: center;
  }


#s-25332c00-18c5-477a-8e17-d6d2e2b1b0cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-25332c00-18c5-477a-8e17-d6d2e2b1b0cd-root {
    text-align: center;
  }


#s-25332c00-18c5-477a-8e17-d6d2e2b1b0cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-11913928-102a-4f05-962d-b5fd065ed3f3 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-11913928-102a-4f05-962d-b5fd065ed3f3 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11913928-102a-4f05-962d-b5fd065ed3f3 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-11913928-102a-4f05-962d-b5fd065ed3f3 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-11913928-102a-4f05-962d-b5fd065ed3f3 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-11913928-102a-4f05-962d-b5fd065ed3f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11913928-102a-4f05-962d-b5fd065ed3f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-11913928-102a-4f05-962d-b5fd065ed3f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-11913928-102a-4f05-962d-b5fd065ed3f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d1db6b6a-4e54-4d16-9ce1-eff930ddf0bb {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-d1db6b6a-4e54-4d16-9ce1-eff930ddf0bb {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d1db6b6a-4e54-4d16-9ce1-eff930ddf0bb img.shogun-image,
  #s-d1db6b6a-4e54-4d16-9ce1-eff930ddf0bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1db6b6a-4e54-4d16-9ce1-eff930ddf0bb {
    width: 100%;
    height: auto;
  }



  #s-d1db6b6a-4e54-4d16-9ce1-eff930ddf0bb img.shogun-image {
    

    
    
    
  }


#s-d1db6b6a-4e54-4d16-9ce1-eff930ddf0bb .shogun-image-content {
  
    justify-content: center;
  
}

#s-0552284e-3232-454e-a719-e335c97efbfd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a65b22ca-5cfb-4cfd-8a3e-d8b7354c3eca {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a65b22ca-5cfb-4cfd-8a3e-d8b7354c3eca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a65b22ca-5cfb-4cfd-8a3e-d8b7354c3eca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a65b22ca-5cfb-4cfd-8a3e-d8b7354c3eca-root {
    text-align: center;
  }


#s-a65b22ca-5cfb-4cfd-8a3e-d8b7354c3eca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a65b22ca-5cfb-4cfd-8a3e-d8b7354c3eca-root {
    text-align: center;
  }


#s-a65b22ca-5cfb-4cfd-8a3e-d8b7354c3eca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a65b22ca-5cfb-4cfd-8a3e-d8b7354c3eca-root {
    text-align: center;
  }


#s-a65b22ca-5cfb-4cfd-8a3e-d8b7354c3eca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a65b22ca-5cfb-4cfd-8a3e-d8b7354c3eca-root {
    text-align: center;
  }


#s-a65b22ca-5cfb-4cfd-8a3e-d8b7354c3eca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a65b22ca-5cfb-4cfd-8a3e-d8b7354c3eca-root {
    text-align: center;
  }


#s-a65b22ca-5cfb-4cfd-8a3e-d8b7354c3eca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-92174b7c-ff7d-41e0-b961-815294ccfe5d {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-92174b7c-ff7d-41e0-b961-815294ccfe5d {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-92174b7c-ff7d-41e0-b961-815294ccfe5d img.shogun-image,
  #s-92174b7c-ff7d-41e0-b961-815294ccfe5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92174b7c-ff7d-41e0-b961-815294ccfe5d {
    width: 100%;
    height: auto;
  }



  #s-92174b7c-ff7d-41e0-b961-815294ccfe5d img.shogun-image {
    

    
    
    
  }


#s-92174b7c-ff7d-41e0-b961-815294ccfe5d .shogun-image-content {
  
    justify-content: center;
  
}

#s-31b1f551-8f20-4d9e-861b-ff336702659e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7106422b-ff3c-4dc1-b3e6-27049f190835 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7106422b-ff3c-4dc1-b3e6-27049f190835:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7106422b-ff3c-4dc1-b3e6-27049f190835:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7106422b-ff3c-4dc1-b3e6-27049f190835-root {
    text-align: center;
  }


#s-7106422b-ff3c-4dc1-b3e6-27049f190835.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7106422b-ff3c-4dc1-b3e6-27049f190835-root {
    text-align: center;
  }


#s-7106422b-ff3c-4dc1-b3e6-27049f190835.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7106422b-ff3c-4dc1-b3e6-27049f190835-root {
    text-align: center;
  }


#s-7106422b-ff3c-4dc1-b3e6-27049f190835.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7106422b-ff3c-4dc1-b3e6-27049f190835-root {
    text-align: center;
  }


#s-7106422b-ff3c-4dc1-b3e6-27049f190835.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7106422b-ff3c-4dc1-b3e6-27049f190835-root {
    text-align: center;
  }


#s-7106422b-ff3c-4dc1-b3e6-27049f190835.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-93c12cf6-844d-426d-a9f1-bc6918441cbb {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-93c12cf6-844d-426d-a9f1-bc6918441cbb {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-93c12cf6-844d-426d-a9f1-bc6918441cbb img.shogun-image,
  #s-93c12cf6-844d-426d-a9f1-bc6918441cbb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-93c12cf6-844d-426d-a9f1-bc6918441cbb {
    width: 100%;
    height: auto;
  }



  #s-93c12cf6-844d-426d-a9f1-bc6918441cbb img.shogun-image {
    

    
    
    
  }


#s-93c12cf6-844d-426d-a9f1-bc6918441cbb .shogun-image-content {
  
    justify-content: center;
  
}

#s-a49646f5-fa8d-485a-beb2-6d2d897a5d9f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-15d0a9f5-87a9-4572-8802-d574095ed720 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-15d0a9f5-87a9-4572-8802-d574095ed720:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15d0a9f5-87a9-4572-8802-d574095ed720:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-15d0a9f5-87a9-4572-8802-d574095ed720-root {
    text-align: center;
  }


#s-15d0a9f5-87a9-4572-8802-d574095ed720.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-15d0a9f5-87a9-4572-8802-d574095ed720-root {
    text-align: center;
  }


#s-15d0a9f5-87a9-4572-8802-d574095ed720.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15d0a9f5-87a9-4572-8802-d574095ed720-root {
    text-align: center;
  }


#s-15d0a9f5-87a9-4572-8802-d574095ed720.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15d0a9f5-87a9-4572-8802-d574095ed720-root {
    text-align: center;
  }


#s-15d0a9f5-87a9-4572-8802-d574095ed720.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-15d0a9f5-87a9-4572-8802-d574095ed720-root {
    text-align: center;
  }


#s-15d0a9f5-87a9-4572-8802-d574095ed720.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8c21c629-7009-4b72-b595-1d986e35d01c {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-8c21c629-7009-4b72-b595-1d986e35d01c {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c21c629-7009-4b72-b595-1d986e35d01c {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c21c629-7009-4b72-b595-1d986e35d01c {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-8c21c629-7009-4b72-b595-1d986e35d01c {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-8c21c629-7009-4b72-b595-1d986e35d01c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c21c629-7009-4b72-b595-1d986e35d01c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8c21c629-7009-4b72-b595-1d986e35d01c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c21c629-7009-4b72-b595-1d986e35d01c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-900380bc-90e6-4f63-aded-2f4b92e515f2 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-900380bc-90e6-4f63-aded-2f4b92e515f2 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-900380bc-90e6-4f63-aded-2f4b92e515f2 img.shogun-image,
  #s-900380bc-90e6-4f63-aded-2f4b92e515f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-900380bc-90e6-4f63-aded-2f4b92e515f2 {
    width: 100%;
    height: auto;
  }



  #s-900380bc-90e6-4f63-aded-2f4b92e515f2 img.shogun-image {
    

    
    
    
  }


#s-900380bc-90e6-4f63-aded-2f4b92e515f2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-aa9da9b6-bf5a-4922-9ebc-d2a5115b1bc1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-16927d45-1b37-40f9-ae93-c4a73adddf7d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-16927d45-1b37-40f9-ae93-c4a73adddf7d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16927d45-1b37-40f9-ae93-c4a73adddf7d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16927d45-1b37-40f9-ae93-c4a73adddf7d-root {
    text-align: center;
  }


#s-16927d45-1b37-40f9-ae93-c4a73adddf7d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16927d45-1b37-40f9-ae93-c4a73adddf7d-root {
    text-align: center;
  }


#s-16927d45-1b37-40f9-ae93-c4a73adddf7d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16927d45-1b37-40f9-ae93-c4a73adddf7d-root {
    text-align: center;
  }


#s-16927d45-1b37-40f9-ae93-c4a73adddf7d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16927d45-1b37-40f9-ae93-c4a73adddf7d-root {
    text-align: center;
  }


#s-16927d45-1b37-40f9-ae93-c4a73adddf7d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16927d45-1b37-40f9-ae93-c4a73adddf7d-root {
    text-align: center;
  }


#s-16927d45-1b37-40f9-ae93-c4a73adddf7d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-86e74757-2076-4fec-b1f6-b1b55db233a5 {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-86e74757-2076-4fec-b1f6-b1b55db233a5 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-86e74757-2076-4fec-b1f6-b1b55db233a5 img.shogun-image,
  #s-86e74757-2076-4fec-b1f6-b1b55db233a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86e74757-2076-4fec-b1f6-b1b55db233a5 {
    width: 100%;
    height: auto;
  }



  #s-86e74757-2076-4fec-b1f6-b1b55db233a5 img.shogun-image {
    

    
    
    
  }


#s-86e74757-2076-4fec-b1f6-b1b55db233a5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e2ea0d77-c20a-4775-8af2-40a5727e5ffa {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6362e130-1043-48a8-bd64-3d063bff1a58 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6362e130-1043-48a8-bd64-3d063bff1a58:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6362e130-1043-48a8-bd64-3d063bff1a58:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6362e130-1043-48a8-bd64-3d063bff1a58-root {
    text-align: center;
  }


#s-6362e130-1043-48a8-bd64-3d063bff1a58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6362e130-1043-48a8-bd64-3d063bff1a58-root {
    text-align: center;
  }


#s-6362e130-1043-48a8-bd64-3d063bff1a58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6362e130-1043-48a8-bd64-3d063bff1a58-root {
    text-align: center;
  }


#s-6362e130-1043-48a8-bd64-3d063bff1a58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6362e130-1043-48a8-bd64-3d063bff1a58-root {
    text-align: center;
  }


#s-6362e130-1043-48a8-bd64-3d063bff1a58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6362e130-1043-48a8-bd64-3d063bff1a58-root {
    text-align: center;
  }


#s-6362e130-1043-48a8-bd64-3d063bff1a58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0b35e3df-b0fd-48b6-97e9-42657423a646 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-0b35e3df-b0fd-48b6-97e9-42657423a646 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0b35e3df-b0fd-48b6-97e9-42657423a646 img.shogun-image,
  #s-0b35e3df-b0fd-48b6-97e9-42657423a646 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b35e3df-b0fd-48b6-97e9-42657423a646 {
    width: 100%;
    height: auto;
  }



  #s-0b35e3df-b0fd-48b6-97e9-42657423a646 img.shogun-image {
    

    
    
    
  }


#s-0b35e3df-b0fd-48b6-97e9-42657423a646 .shogun-image-content {
  
    justify-content: center;
  
}

#s-af506bec-cc2e-4fcc-9225-8174b58e7371 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9d557ef3-2afe-41e3-a625-e2373c045014 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9d557ef3-2afe-41e3-a625-e2373c045014:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d557ef3-2afe-41e3-a625-e2373c045014:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d557ef3-2afe-41e3-a625-e2373c045014-root {
    text-align: center;
  }


#s-9d557ef3-2afe-41e3-a625-e2373c045014.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d557ef3-2afe-41e3-a625-e2373c045014-root {
    text-align: center;
  }


#s-9d557ef3-2afe-41e3-a625-e2373c045014.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d557ef3-2afe-41e3-a625-e2373c045014-root {
    text-align: center;
  }


#s-9d557ef3-2afe-41e3-a625-e2373c045014.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d557ef3-2afe-41e3-a625-e2373c045014-root {
    text-align: center;
  }


#s-9d557ef3-2afe-41e3-a625-e2373c045014.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d557ef3-2afe-41e3-a625-e2373c045014-root {
    text-align: center;
  }


#s-9d557ef3-2afe-41e3-a625-e2373c045014.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-39eef3cd-5ef8-4753-a23b-8fb98978f9c9 {
  min-height: 500px;
}








#s-39eef3cd-5ef8-4753-a23b-8fb98978f9c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39eef3cd-5ef8-4753-a23b-8fb98978f9c9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7e6b7b45-0ea8-4db4-bcb7-8c8a84b47027 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-7e6b7b45-0ea8-4db4-bcb7-8c8a84b47027 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e6b7b45-0ea8-4db4-bcb7-8c8a84b47027 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e6b7b45-0ea8-4db4-bcb7-8c8a84b47027 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-7e6b7b45-0ea8-4db4-bcb7-8c8a84b47027 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-7e6b7b45-0ea8-4db4-bcb7-8c8a84b47027"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e6b7b45-0ea8-4db4-bcb7-8c8a84b47027"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7e6b7b45-0ea8-4db4-bcb7-8c8a84b47027"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e6b7b45-0ea8-4db4-bcb7-8c8a84b47027"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-86a113b9-5cd7-44a7-bb79-cf9e61847fc1 {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-86a113b9-5cd7-44a7-bb79-cf9e61847fc1 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-86a113b9-5cd7-44a7-bb79-cf9e61847fc1 img.shogun-image,
  #s-86a113b9-5cd7-44a7-bb79-cf9e61847fc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86a113b9-5cd7-44a7-bb79-cf9e61847fc1 {
    width: 100%;
    height: auto;
  }



  #s-86a113b9-5cd7-44a7-bb79-cf9e61847fc1 img.shogun-image {
    

    
    
    
  }


#s-86a113b9-5cd7-44a7-bb79-cf9e61847fc1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2ff9179e-15b1-426a-ab07-25417a5b3d4f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a6ae7dba-0f64-4a18-984e-885f648a447c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a6ae7dba-0f64-4a18-984e-885f648a447c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6ae7dba-0f64-4a18-984e-885f648a447c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6ae7dba-0f64-4a18-984e-885f648a447c-root {
    text-align: center;
  }


#s-a6ae7dba-0f64-4a18-984e-885f648a447c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6ae7dba-0f64-4a18-984e-885f648a447c-root {
    text-align: center;
  }


#s-a6ae7dba-0f64-4a18-984e-885f648a447c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6ae7dba-0f64-4a18-984e-885f648a447c-root {
    text-align: center;
  }


#s-a6ae7dba-0f64-4a18-984e-885f648a447c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6ae7dba-0f64-4a18-984e-885f648a447c-root {
    text-align: center;
  }


#s-a6ae7dba-0f64-4a18-984e-885f648a447c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6ae7dba-0f64-4a18-984e-885f648a447c-root {
    text-align: center;
  }


#s-a6ae7dba-0f64-4a18-984e-885f648a447c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cb7b64ce-caa7-4443-be2a-bbb1931664b2 {
  background-image: url(https://i.shgcdn.com/909ab6fb-68d2-4c23-9fa8-5d0f01ce8e11/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-cb7b64ce-caa7-4443-be2a-bbb1931664b2 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-cb7b64ce-caa7-4443-be2a-bbb1931664b2 img.shogun-image,
  #s-cb7b64ce-caa7-4443-be2a-bbb1931664b2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb7b64ce-caa7-4443-be2a-bbb1931664b2 {
    width: 100%;
    height: auto;
  }



  #s-cb7b64ce-caa7-4443-be2a-bbb1931664b2 img.shogun-image {
    

    
    
    
  }


#s-cb7b64ce-caa7-4443-be2a-bbb1931664b2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8ffc5029-6596-4363-9152-caf63995f888 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a5423d6c-ef2d-4219-b523-4fab4baecb24 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a5423d6c-ef2d-4219-b523-4fab4baecb24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5423d6c-ef2d-4219-b523-4fab4baecb24:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5423d6c-ef2d-4219-b523-4fab4baecb24-root {
    text-align: center;
  }


#s-a5423d6c-ef2d-4219-b523-4fab4baecb24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5423d6c-ef2d-4219-b523-4fab4baecb24-root {
    text-align: center;
  }


#s-a5423d6c-ef2d-4219-b523-4fab4baecb24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5423d6c-ef2d-4219-b523-4fab4baecb24-root {
    text-align: center;
  }


#s-a5423d6c-ef2d-4219-b523-4fab4baecb24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5423d6c-ef2d-4219-b523-4fab4baecb24-root {
    text-align: center;
  }


#s-a5423d6c-ef2d-4219-b523-4fab4baecb24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5423d6c-ef2d-4219-b523-4fab4baecb24-root {
    text-align: center;
  }


#s-a5423d6c-ef2d-4219-b523-4fab4baecb24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6dafd674-7a07-430e-b79d-e49060c29f83 {
  background-image: url(https://i.shgcdn.com/79d785e6-b8d8-45e6-94e6-c60a1fc6e119/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
background-color: rgba(250, 250, 250, 1);
}

#s-6dafd674-7a07-430e-b79d-e49060c29f83 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6dafd674-7a07-430e-b79d-e49060c29f83 img.shogun-image,
  #s-6dafd674-7a07-430e-b79d-e49060c29f83 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6dafd674-7a07-430e-b79d-e49060c29f83 {
    width: 100%;
    height: auto;
  }



  #s-6dafd674-7a07-430e-b79d-e49060c29f83 img.shogun-image {
    

    
    
    
  }


#s-6dafd674-7a07-430e-b79d-e49060c29f83 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5f3036f8-e0e2-493e-ae31-8f8712979c70 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b3c90b2a-d61f-414a-8080-c9c909c9e94f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b3c90b2a-d61f-414a-8080-c9c909c9e94f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3c90b2a-d61f-414a-8080-c9c909c9e94f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3c90b2a-d61f-414a-8080-c9c909c9e94f-root {
    text-align: center;
  }


#s-b3c90b2a-d61f-414a-8080-c9c909c9e94f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b3c90b2a-d61f-414a-8080-c9c909c9e94f-root {
    text-align: center;
  }


#s-b3c90b2a-d61f-414a-8080-c9c909c9e94f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3c90b2a-d61f-414a-8080-c9c909c9e94f-root {
    text-align: center;
  }


#s-b3c90b2a-d61f-414a-8080-c9c909c9e94f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3c90b2a-d61f-414a-8080-c9c909c9e94f-root {
    text-align: center;
  }


#s-b3c90b2a-d61f-414a-8080-c9c909c9e94f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b3c90b2a-d61f-414a-8080-c9c909c9e94f-root {
    text-align: center;
  }


#s-b3c90b2a-d61f-414a-8080-c9c909c9e94f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bb534031-9751-4cf5-a08f-164fbc436020 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-bb534031-9751-4cf5-a08f-164fbc436020 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb534031-9751-4cf5-a08f-164fbc436020 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb534031-9751-4cf5-a08f-164fbc436020 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-bb534031-9751-4cf5-a08f-164fbc436020 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-bb534031-9751-4cf5-a08f-164fbc436020"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb534031-9751-4cf5-a08f-164fbc436020"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb534031-9751-4cf5-a08f-164fbc436020"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb534031-9751-4cf5-a08f-164fbc436020"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3302f5ed-2ea9-4248-8df2-a41b88e219db {
  background-image: url(https://i.shgcdn.com/909ab6fb-68d2-4c23-9fa8-5d0f01ce8e11/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-3302f5ed-2ea9-4248-8df2-a41b88e219db {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-3302f5ed-2ea9-4248-8df2-a41b88e219db img.shogun-image,
  #s-3302f5ed-2ea9-4248-8df2-a41b88e219db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3302f5ed-2ea9-4248-8df2-a41b88e219db {
    width: 100%;
    height: auto;
  }



  #s-3302f5ed-2ea9-4248-8df2-a41b88e219db img.shogun-image {
    

    
    
    
  }


#s-3302f5ed-2ea9-4248-8df2-a41b88e219db .shogun-image-content {
  
    justify-content: center;
  
}

#s-c8e35df0-3eb1-4bb9-869e-9405cc46394f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6826d1ae-d267-4f99-80dd-1e19ae019217 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6826d1ae-d267-4f99-80dd-1e19ae019217:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6826d1ae-d267-4f99-80dd-1e19ae019217:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6826d1ae-d267-4f99-80dd-1e19ae019217-root {
    text-align: center;
  }


#s-6826d1ae-d267-4f99-80dd-1e19ae019217.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6826d1ae-d267-4f99-80dd-1e19ae019217-root {
    text-align: center;
  }


#s-6826d1ae-d267-4f99-80dd-1e19ae019217.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6826d1ae-d267-4f99-80dd-1e19ae019217-root {
    text-align: center;
  }


#s-6826d1ae-d267-4f99-80dd-1e19ae019217.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6826d1ae-d267-4f99-80dd-1e19ae019217-root {
    text-align: center;
  }


#s-6826d1ae-d267-4f99-80dd-1e19ae019217.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6826d1ae-d267-4f99-80dd-1e19ae019217-root {
    text-align: center;
  }


#s-6826d1ae-d267-4f99-80dd-1e19ae019217.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b8f5f241-9a54-4873-a13e-6adf457211b7 {
  background-image: url(https://i.shgcdn.com/194f31dc-75c5-4d7f-a549-7ec578f2c4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-b8f5f241-9a54-4873-a13e-6adf457211b7 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b8f5f241-9a54-4873-a13e-6adf457211b7 img.shogun-image,
  #s-b8f5f241-9a54-4873-a13e-6adf457211b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b8f5f241-9a54-4873-a13e-6adf457211b7 {
    width: 100%;
    height: auto;
  }



  #s-b8f5f241-9a54-4873-a13e-6adf457211b7 img.shogun-image {
    

    
    
    
  }


#s-b8f5f241-9a54-4873-a13e-6adf457211b7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ee104ddd-40fc-4416-ac2a-7ef7ff20ca93 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2880574b-0f7d-4020-bbf7-9eb69d56f6b6 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-2880574b-0f7d-4020-bbf7-9eb69d56f6b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2880574b-0f7d-4020-bbf7-9eb69d56f6b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2880574b-0f7d-4020-bbf7-9eb69d56f6b6-root {
    text-align: center;
  }


#s-2880574b-0f7d-4020-bbf7-9eb69d56f6b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2880574b-0f7d-4020-bbf7-9eb69d56f6b6-root {
    text-align: center;
  }


#s-2880574b-0f7d-4020-bbf7-9eb69d56f6b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2880574b-0f7d-4020-bbf7-9eb69d56f6b6-root {
    text-align: center;
  }


#s-2880574b-0f7d-4020-bbf7-9eb69d56f6b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2880574b-0f7d-4020-bbf7-9eb69d56f6b6-root {
    text-align: center;
  }


#s-2880574b-0f7d-4020-bbf7-9eb69d56f6b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2880574b-0f7d-4020-bbf7-9eb69d56f6b6-root {
    text-align: center;
  }


#s-2880574b-0f7d-4020-bbf7-9eb69d56f6b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-572f6678-00b5-4298-afee-9fa3b3e807d6 {
  background-image: url(https://i.shgcdn.com/1a5b0f36-60c0-4b74-abf1-d9491acf0f71/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-572f6678-00b5-4298-afee-9fa3b3e807d6 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-572f6678-00b5-4298-afee-9fa3b3e807d6 img.shogun-image,
  #s-572f6678-00b5-4298-afee-9fa3b3e807d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-572f6678-00b5-4298-afee-9fa3b3e807d6 {
    width: 100%;
    height: auto;
  }



  #s-572f6678-00b5-4298-afee-9fa3b3e807d6 img.shogun-image {
    

    
    
    
  }


#s-572f6678-00b5-4298-afee-9fa3b3e807d6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1dede40c-4ef6-49ae-8d47-4a4ddea58b34 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-aa00037b-e7d5-4019-b64f-37d1147247f3 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-aa00037b-e7d5-4019-b64f-37d1147247f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa00037b-e7d5-4019-b64f-37d1147247f3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa00037b-e7d5-4019-b64f-37d1147247f3-root {
    text-align: center;
  }


#s-aa00037b-e7d5-4019-b64f-37d1147247f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa00037b-e7d5-4019-b64f-37d1147247f3-root {
    text-align: center;
  }


#s-aa00037b-e7d5-4019-b64f-37d1147247f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa00037b-e7d5-4019-b64f-37d1147247f3-root {
    text-align: center;
  }


#s-aa00037b-e7d5-4019-b64f-37d1147247f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa00037b-e7d5-4019-b64f-37d1147247f3-root {
    text-align: center;
  }


#s-aa00037b-e7d5-4019-b64f-37d1147247f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa00037b-e7d5-4019-b64f-37d1147247f3-root {
    text-align: center;
  }


#s-aa00037b-e7d5-4019-b64f-37d1147247f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-169c8160-ad90-4328-9835-78b3130c11d4 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-169c8160-ad90-4328-9835-78b3130c11d4 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-169c8160-ad90-4328-9835-78b3130c11d4 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-169c8160-ad90-4328-9835-78b3130c11d4 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-169c8160-ad90-4328-9835-78b3130c11d4 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-169c8160-ad90-4328-9835-78b3130c11d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-169c8160-ad90-4328-9835-78b3130c11d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-169c8160-ad90-4328-9835-78b3130c11d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-169c8160-ad90-4328-9835-78b3130c11d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-427f1e17-a076-409c-9b2e-8215453936ba {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-427f1e17-a076-409c-9b2e-8215453936ba {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-427f1e17-a076-409c-9b2e-8215453936ba img.shogun-image,
  #s-427f1e17-a076-409c-9b2e-8215453936ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-427f1e17-a076-409c-9b2e-8215453936ba {
    width: 100%;
    height: auto;
  }



  #s-427f1e17-a076-409c-9b2e-8215453936ba img.shogun-image {
    

    
    
    
  }


#s-427f1e17-a076-409c-9b2e-8215453936ba .shogun-image-content {
  
    justify-content: center;
  
}

#s-8280c1fc-f0a0-4be4-98e1-dc681a5f85bb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0be8053e-ea4f-4a62-8f6d-c7788f826e72 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0be8053e-ea4f-4a62-8f6d-c7788f826e72:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0be8053e-ea4f-4a62-8f6d-c7788f826e72:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0be8053e-ea4f-4a62-8f6d-c7788f826e72-root {
    text-align: center;
  }


#s-0be8053e-ea4f-4a62-8f6d-c7788f826e72.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0be8053e-ea4f-4a62-8f6d-c7788f826e72-root {
    text-align: center;
  }


#s-0be8053e-ea4f-4a62-8f6d-c7788f826e72.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0be8053e-ea4f-4a62-8f6d-c7788f826e72-root {
    text-align: center;
  }


#s-0be8053e-ea4f-4a62-8f6d-c7788f826e72.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0be8053e-ea4f-4a62-8f6d-c7788f826e72-root {
    text-align: center;
  }


#s-0be8053e-ea4f-4a62-8f6d-c7788f826e72.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0be8053e-ea4f-4a62-8f6d-c7788f826e72-root {
    text-align: center;
  }


#s-0be8053e-ea4f-4a62-8f6d-c7788f826e72.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7b66f13a-fa30-4096-a8ba-244162c235ee {
  background-image: url(https://i.shgcdn.com/c656ca60-b17a-49d5-8b07-5a6f0cea3463/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}

#s-7b66f13a-fa30-4096-a8ba-244162c235ee {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-7b66f13a-fa30-4096-a8ba-244162c235ee img.shogun-image,
  #s-7b66f13a-fa30-4096-a8ba-244162c235ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b66f13a-fa30-4096-a8ba-244162c235ee {
    width: 100%;
    height: auto;
  }



  #s-7b66f13a-fa30-4096-a8ba-244162c235ee img.shogun-image {
    

    
    
    
  }


#s-7b66f13a-fa30-4096-a8ba-244162c235ee .shogun-image-content {
  
    justify-content: center;
  
}

#s-42335411-cf16-44e4-8750-4062602a8d29 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-945043d6-33b6-4859-839b-7e6d35c8f7ab {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-945043d6-33b6-4859-839b-7e6d35c8f7ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-945043d6-33b6-4859-839b-7e6d35c8f7ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-945043d6-33b6-4859-839b-7e6d35c8f7ab-root {
    text-align: center;
  }


#s-945043d6-33b6-4859-839b-7e6d35c8f7ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-945043d6-33b6-4859-839b-7e6d35c8f7ab-root {
    text-align: center;
  }


#s-945043d6-33b6-4859-839b-7e6d35c8f7ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-945043d6-33b6-4859-839b-7e6d35c8f7ab-root {
    text-align: center;
  }


#s-945043d6-33b6-4859-839b-7e6d35c8f7ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-945043d6-33b6-4859-839b-7e6d35c8f7ab-root {
    text-align: center;
  }


#s-945043d6-33b6-4859-839b-7e6d35c8f7ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-945043d6-33b6-4859-839b-7e6d35c8f7ab-root {
    text-align: center;
  }


#s-945043d6-33b6-4859-839b-7e6d35c8f7ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d988c0d6-7010-4a17-9c5e-779a4bf5fca3 {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-d988c0d6-7010-4a17-9c5e-779a4bf5fca3 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d988c0d6-7010-4a17-9c5e-779a4bf5fca3 img.shogun-image,
  #s-d988c0d6-7010-4a17-9c5e-779a4bf5fca3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d988c0d6-7010-4a17-9c5e-779a4bf5fca3 {
    width: 100%;
    height: auto;
  }



  #s-d988c0d6-7010-4a17-9c5e-779a4bf5fca3 img.shogun-image {
    

    
    
    
  }


#s-d988c0d6-7010-4a17-9c5e-779a4bf5fca3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bf296bc5-9861-40ac-854f-6c79207ab4fd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bd332f3b-c120-4dbd-8fac-2f3d67a4b074 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-bd332f3b-c120-4dbd-8fac-2f3d67a4b074:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bd332f3b-c120-4dbd-8fac-2f3d67a4b074:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bd332f3b-c120-4dbd-8fac-2f3d67a4b074-root {
    text-align: center;
  }


#s-bd332f3b-c120-4dbd-8fac-2f3d67a4b074.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd332f3b-c120-4dbd-8fac-2f3d67a4b074-root {
    text-align: center;
  }


#s-bd332f3b-c120-4dbd-8fac-2f3d67a4b074.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd332f3b-c120-4dbd-8fac-2f3d67a4b074-root {
    text-align: center;
  }


#s-bd332f3b-c120-4dbd-8fac-2f3d67a4b074.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd332f3b-c120-4dbd-8fac-2f3d67a4b074-root {
    text-align: center;
  }


#s-bd332f3b-c120-4dbd-8fac-2f3d67a4b074.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd332f3b-c120-4dbd-8fac-2f3d67a4b074-root {
    text-align: center;
  }


#s-bd332f3b-c120-4dbd-8fac-2f3d67a4b074.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2905c35a-a782-40d9-bc26-aa0b8f85ad04 {
  
}








#s-2905c35a-a782-40d9-bc26-aa0b8f85ad04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2905c35a-a782-40d9-bc26-aa0b8f85ad04.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a047890d-901e-4c66-a345-0703fcf3eafd {
  min-height: 20px;
}








#s-a047890d-901e-4c66-a345-0703fcf3eafd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a047890d-901e-4c66-a345-0703fcf3eafd.shg-box.shg-c {
  justify-content: center;
}

#s-22918956-911f-4575-b611-ec9b63282280 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(23, 233, 226, 1);
border-style: solid;
min-height: 500px;
}








#s-22918956-911f-4575-b611-ec9b63282280 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22918956-911f-4575-b611-ec9b63282280.shg-box.shg-c {
  justify-content: flex-end;
}

#s-6842e67f-9683-4eff-acab-32ac9bbcfb14 {
  min-height: 9px;
}

#s-67375729-586a-48d4-aa3a-e5dcf29c990f {
  min-height: 75px;
}
@media (max-width: 767px){#s-67375729-586a-48d4-aa3a-e5dcf29c990f {
  display: none;
}
#s-67375729-586a-48d4-aa3a-e5dcf29c990f, #wrap-s-67375729-586a-48d4-aa3a-e5dcf29c990f, #wrap-content-s-67375729-586a-48d4-aa3a-e5dcf29c990f { display: none !important; }}







#s-67375729-586a-48d4-aa3a-e5dcf29c990f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67375729-586a-48d4-aa3a-e5dcf29c990f.shg-box.shg-c {
  justify-content: center;
}

#s-4201c292-4ed1-4b9d-bb88-d174bbb17856 {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-4201c292-4ed1-4b9d-bb88-d174bbb17856"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4201c292-4ed1-4b9d-bb88-d174bbb17856"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4201c292-4ed1-4b9d-bb88-d174bbb17856"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4201c292-4ed1-4b9d-bb88-d174bbb17856"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4201c292-4ed1-4b9d-bb88-d174bbb17856"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4201c292-4ed1-4b9d-bb88-d174bbb17856"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4201c292-4ed1-4b9d-bb88-d174bbb17856"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-85a312c9-5e91-4ffe-83c6-15fff0f01d11 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85a312c9-5e91-4ffe-83c6-15fff0f01d11 .shogun-heading-component h1 {
  color: rgba(186, 0, 240, 1);
  font-weight:  normal ;
  font-family: "Tilt Warp";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-22aa2bf8-5ad4-40c3-bc6b-a078414ede3c {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-22aa2bf8-5ad4-40c3-bc6b-a078414ede3c {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22aa2bf8-5ad4-40c3-bc6b-a078414ede3c {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-22aa2bf8-5ad4-40c3-bc6b-a078414ede3c {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-22aa2bf8-5ad4-40c3-bc6b-a078414ede3c {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-22aa2bf8-5ad4-40c3-bc6b-a078414ede3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22aa2bf8-5ad4-40c3-bc6b-a078414ede3c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-22aa2bf8-5ad4-40c3-bc6b-a078414ede3c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-22aa2bf8-5ad4-40c3-bc6b-a078414ede3c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-22aa2bf8-5ad4-40c3-bc6b-a078414ede3c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-22aa2bf8-5ad4-40c3-bc6b-a078414ede3c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-22aa2bf8-5ad4-40c3-bc6b-a078414ede3c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-176c89b5-7880-4002-8adf-b522998a824f {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 2334px;
aspect-ratio: 2334/1556;
text-align: center;
}

#s-176c89b5-7880-4002-8adf-b522998a824f {
  overflow: hidden;
  
  
      max-width: 2334px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-176c89b5-7880-4002-8adf-b522998a824f img.shogun-image,
  #s-176c89b5-7880-4002-8adf-b522998a824f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-176c89b5-7880-4002-8adf-b522998a824f {
    width: 100%;
    height: auto;
  }



  #s-176c89b5-7880-4002-8adf-b522998a824f img.shogun-image {
    

    
    
    
  }


#s-176c89b5-7880-4002-8adf-b522998a824f .shogun-image-content {
  
    justify-content: center;
  
}

#s-f8e11c73-34b2-4eab-91a4-bbbef8239ed5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-394a9664-3219-465b-ac88-3cdcfaca4434 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzJiN2I3NjQtZWUzZS00MjNkLTkxMDEtMThiZDE5ZjBiYzg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzcyYjdiNzY0LWVlM2UtNDIzZC05MTAxLTE4YmQxOWYwYmM4OSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-394a9664-3219-465b-ac88-3cdcfaca4434:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-394a9664-3219-465b-ac88-3cdcfaca4434:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-394a9664-3219-465b-ac88-3cdcfaca4434-root {
    text-align: center;
  }


#s-394a9664-3219-465b-ac88-3cdcfaca4434.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-394a9664-3219-465b-ac88-3cdcfaca4434-root {
    text-align: center;
  }


#s-394a9664-3219-465b-ac88-3cdcfaca4434.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-394a9664-3219-465b-ac88-3cdcfaca4434-root {
    text-align: center;
  }


#s-394a9664-3219-465b-ac88-3cdcfaca4434.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-394a9664-3219-465b-ac88-3cdcfaca4434-root {
    text-align: center;
  }


#s-394a9664-3219-465b-ac88-3cdcfaca4434.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-394a9664-3219-465b-ac88-3cdcfaca4434-root {
    text-align: center;
  }


#s-394a9664-3219-465b-ac88-3cdcfaca4434.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b1ad1609-8217-42d9-8113-68b09d439969 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-b1ad1609-8217-42d9-8113-68b09d439969 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1ad1609-8217-42d9-8113-68b09d439969 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1ad1609-8217-42d9-8113-68b09d439969 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-b1ad1609-8217-42d9-8113-68b09d439969 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-b1ad1609-8217-42d9-8113-68b09d439969"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1ad1609-8217-42d9-8113-68b09d439969"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b1ad1609-8217-42d9-8113-68b09d439969"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1ad1609-8217-42d9-8113-68b09d439969"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-59aaed6a-9874-49c7-8a75-c30fcaeca049 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 620px;
aspect-ratio: 620/344;
text-align: center;
}

#s-59aaed6a-9874-49c7-8a75-c30fcaeca049 {
  overflow: hidden;
  
  
      max-width: 620px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-59aaed6a-9874-49c7-8a75-c30fcaeca049 img.shogun-image,
  #s-59aaed6a-9874-49c7-8a75-c30fcaeca049 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59aaed6a-9874-49c7-8a75-c30fcaeca049 {
    width: 100%;
    height: auto;
  }



  #s-59aaed6a-9874-49c7-8a75-c30fcaeca049 img.shogun-image {
    

    
    
    
  }


#s-59aaed6a-9874-49c7-8a75-c30fcaeca049 .shogun-image-content {
  
    justify-content: center;
  
}

#s-86b70790-2c8d-4c8c-9944-3a50877bff1c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c321bca5-df1b-4302-97e5-340fa7dad95f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c321bca5-df1b-4302-97e5-340fa7dad95f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c321bca5-df1b-4302-97e5-340fa7dad95f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c321bca5-df1b-4302-97e5-340fa7dad95f-root {
    text-align: center;
  }


#s-c321bca5-df1b-4302-97e5-340fa7dad95f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c321bca5-df1b-4302-97e5-340fa7dad95f-root {
    text-align: center;
  }


#s-c321bca5-df1b-4302-97e5-340fa7dad95f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c321bca5-df1b-4302-97e5-340fa7dad95f-root {
    text-align: center;
  }


#s-c321bca5-df1b-4302-97e5-340fa7dad95f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c321bca5-df1b-4302-97e5-340fa7dad95f-root {
    text-align: center;
  }


#s-c321bca5-df1b-4302-97e5-340fa7dad95f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c321bca5-df1b-4302-97e5-340fa7dad95f-root {
    text-align: center;
  }


#s-c321bca5-df1b-4302-97e5-340fa7dad95f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f1352828-60df-4f67-8082-b9c63474214b {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}

#s-f1352828-60df-4f67-8082-b9c63474214b {
  overflow: hidden;
  
  
      max-width: 1920px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f1352828-60df-4f67-8082-b9c63474214b img.shogun-image,
  #s-f1352828-60df-4f67-8082-b9c63474214b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1352828-60df-4f67-8082-b9c63474214b {
    width: 100%;
    height: auto;
  }



  #s-f1352828-60df-4f67-8082-b9c63474214b img.shogun-image {
    

    
    
    
  }


#s-f1352828-60df-4f67-8082-b9c63474214b .shogun-image-content {
  
    justify-content: center;
  
}

#s-c7ab3690-7875-4265-85b8-3639020717c6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-38a283c2-30e6-4ca0-b2c7-bd5deb323765 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-38a283c2-30e6-4ca0-b2c7-bd5deb323765:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-38a283c2-30e6-4ca0-b2c7-bd5deb323765:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-38a283c2-30e6-4ca0-b2c7-bd5deb323765-root {
    text-align: center;
  }


#s-38a283c2-30e6-4ca0-b2c7-bd5deb323765.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-38a283c2-30e6-4ca0-b2c7-bd5deb323765-root {
    text-align: center;
  }


#s-38a283c2-30e6-4ca0-b2c7-bd5deb323765.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38a283c2-30e6-4ca0-b2c7-bd5deb323765-root {
    text-align: center;
  }


#s-38a283c2-30e6-4ca0-b2c7-bd5deb323765.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38a283c2-30e6-4ca0-b2c7-bd5deb323765-root {
    text-align: center;
  }


#s-38a283c2-30e6-4ca0-b2c7-bd5deb323765.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-38a283c2-30e6-4ca0-b2c7-bd5deb323765-root {
    text-align: center;
  }


#s-38a283c2-30e6-4ca0-b2c7-bd5deb323765.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2b23f0bd-113c-4295-af29-cbc2c57ac058 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 3584px;
aspect-ratio: 3584/2030;
text-align: center;
}

#s-2b23f0bd-113c-4295-af29-cbc2c57ac058 {
  overflow: hidden;
  
  
      max-width: 3584px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-2b23f0bd-113c-4295-af29-cbc2c57ac058 img.shogun-image,
  #s-2b23f0bd-113c-4295-af29-cbc2c57ac058 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2b23f0bd-113c-4295-af29-cbc2c57ac058 {
    width: 100%;
    height: auto;
  }



  #s-2b23f0bd-113c-4295-af29-cbc2c57ac058 img.shogun-image {
    

    
    
    
  }


#s-2b23f0bd-113c-4295-af29-cbc2c57ac058 .shogun-image-content {
  
    justify-content: center;
  
}

#s-79f0f75b-a09e-40fa-a606-0767754d6ed0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-43685ed7-b2a7-4d72-a95d-996ab1ef4ab6 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-43685ed7-b2a7-4d72-a95d-996ab1ef4ab6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-43685ed7-b2a7-4d72-a95d-996ab1ef4ab6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43685ed7-b2a7-4d72-a95d-996ab1ef4ab6-root {
    text-align: center;
  }


#s-43685ed7-b2a7-4d72-a95d-996ab1ef4ab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-43685ed7-b2a7-4d72-a95d-996ab1ef4ab6-root {
    text-align: center;
  }


#s-43685ed7-b2a7-4d72-a95d-996ab1ef4ab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43685ed7-b2a7-4d72-a95d-996ab1ef4ab6-root {
    text-align: center;
  }


#s-43685ed7-b2a7-4d72-a95d-996ab1ef4ab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43685ed7-b2a7-4d72-a95d-996ab1ef4ab6-root {
    text-align: center;
  }


#s-43685ed7-b2a7-4d72-a95d-996ab1ef4ab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-43685ed7-b2a7-4d72-a95d-996ab1ef4ab6-root {
    text-align: center;
  }


#s-43685ed7-b2a7-4d72-a95d-996ab1ef4ab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5da8e708-124c-4509-88c6-1a7ee8f5f6f8 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-5da8e708-124c-4509-88c6-1a7ee8f5f6f8 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5da8e708-124c-4509-88c6-1a7ee8f5f6f8 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5da8e708-124c-4509-88c6-1a7ee8f5f6f8 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-5da8e708-124c-4509-88c6-1a7ee8f5f6f8 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-5da8e708-124c-4509-88c6-1a7ee8f5f6f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5da8e708-124c-4509-88c6-1a7ee8f5f6f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5da8e708-124c-4509-88c6-1a7ee8f5f6f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5da8e708-124c-4509-88c6-1a7ee8f5f6f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6fc3e1ad-1c54-4830-ac67-9683c432d1f1 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}

#s-6fc3e1ad-1c54-4830-ac67-9683c432d1f1 {
  overflow: hidden;
  
  
      max-width: 1920px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6fc3e1ad-1c54-4830-ac67-9683c432d1f1 img.shogun-image,
  #s-6fc3e1ad-1c54-4830-ac67-9683c432d1f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6fc3e1ad-1c54-4830-ac67-9683c432d1f1 {
    width: 100%;
    height: auto;
  }



  #s-6fc3e1ad-1c54-4830-ac67-9683c432d1f1 img.shogun-image {
    

    
    
    
  }


#s-6fc3e1ad-1c54-4830-ac67-9683c432d1f1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4b43cfbe-c45a-4ddc-a22a-26264f084c30 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-362918cd-e87e-4b64-b87c-5f788bdac9b7 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-362918cd-e87e-4b64-b87c-5f788bdac9b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-362918cd-e87e-4b64-b87c-5f788bdac9b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-362918cd-e87e-4b64-b87c-5f788bdac9b7-root {
    text-align: center;
  }


#s-362918cd-e87e-4b64-b87c-5f788bdac9b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-362918cd-e87e-4b64-b87c-5f788bdac9b7-root {
    text-align: center;
  }


#s-362918cd-e87e-4b64-b87c-5f788bdac9b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-362918cd-e87e-4b64-b87c-5f788bdac9b7-root {
    text-align: center;
  }


#s-362918cd-e87e-4b64-b87c-5f788bdac9b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-362918cd-e87e-4b64-b87c-5f788bdac9b7-root {
    text-align: center;
  }


#s-362918cd-e87e-4b64-b87c-5f788bdac9b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-362918cd-e87e-4b64-b87c-5f788bdac9b7-root {
    text-align: center;
  }


#s-362918cd-e87e-4b64-b87c-5f788bdac9b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7c3f1d6c-452b-4eae-9650-6d5537c063fc {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-7c3f1d6c-452b-4eae-9650-6d5537c063fc {
  overflow: hidden;
  
  
}







  #s-7c3f1d6c-452b-4eae-9650-6d5537c063fc img.shogun-image {
    

    
    
    
  }


#s-7c3f1d6c-452b-4eae-9650-6d5537c063fc .shogun-image-content {
  
    justify-content: center;
  
}

#s-9c22f87f-b393-4747-bcc4-4b1f61a6802d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c901feb9-54d3-4e48-8bd4-360d93d0f518 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c901feb9-54d3-4e48-8bd4-360d93d0f518:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c901feb9-54d3-4e48-8bd4-360d93d0f518:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c901feb9-54d3-4e48-8bd4-360d93d0f518-root {
    text-align: center;
  }


#s-c901feb9-54d3-4e48-8bd4-360d93d0f518.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c901feb9-54d3-4e48-8bd4-360d93d0f518-root {
    text-align: center;
  }


#s-c901feb9-54d3-4e48-8bd4-360d93d0f518.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c901feb9-54d3-4e48-8bd4-360d93d0f518-root {
    text-align: center;
  }


#s-c901feb9-54d3-4e48-8bd4-360d93d0f518.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c901feb9-54d3-4e48-8bd4-360d93d0f518-root {
    text-align: center;
  }


#s-c901feb9-54d3-4e48-8bd4-360d93d0f518.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c901feb9-54d3-4e48-8bd4-360d93d0f518-root {
    text-align: center;
  }


#s-c901feb9-54d3-4e48-8bd4-360d93d0f518.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-db781444-8974-4505-a667-3283cf90e6f3 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-db781444-8974-4505-a667-3283cf90e6f3 {
  overflow: hidden;
  
  
}







  #s-db781444-8974-4505-a667-3283cf90e6f3 img.shogun-image {
    

    
    
    
  }


#s-db781444-8974-4505-a667-3283cf90e6f3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-23363cfe-7e60-41e8-bd32-de51fdd51f95 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ff45fd99-bcda-4ebf-a2dc-1d9864034177 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ff45fd99-bcda-4ebf-a2dc-1d9864034177:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff45fd99-bcda-4ebf-a2dc-1d9864034177:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ff45fd99-bcda-4ebf-a2dc-1d9864034177-root {
    text-align: center;
  }


#s-ff45fd99-bcda-4ebf-a2dc-1d9864034177.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff45fd99-bcda-4ebf-a2dc-1d9864034177-root {
    text-align: center;
  }


#s-ff45fd99-bcda-4ebf-a2dc-1d9864034177.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff45fd99-bcda-4ebf-a2dc-1d9864034177-root {
    text-align: center;
  }


#s-ff45fd99-bcda-4ebf-a2dc-1d9864034177.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff45fd99-bcda-4ebf-a2dc-1d9864034177-root {
    text-align: center;
  }


#s-ff45fd99-bcda-4ebf-a2dc-1d9864034177.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff45fd99-bcda-4ebf-a2dc-1d9864034177-root {
    text-align: center;
  }


#s-ff45fd99-bcda-4ebf-a2dc-1d9864034177.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-da932860-c1ac-4f4a-a367-3771c7ab5db4 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-da932860-c1ac-4f4a-a367-3771c7ab5db4 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da932860-c1ac-4f4a-a367-3771c7ab5db4 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-da932860-c1ac-4f4a-a367-3771c7ab5db4 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-da932860-c1ac-4f4a-a367-3771c7ab5db4 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-da932860-c1ac-4f4a-a367-3771c7ab5db4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da932860-c1ac-4f4a-a367-3771c7ab5db4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-da932860-c1ac-4f4a-a367-3771c7ab5db4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-da932860-c1ac-4f4a-a367-3771c7ab5db4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fc80658f-9071-4987-ac85-44a66c05431f {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-fc80658f-9071-4987-ac85-44a66c05431f {
  overflow: hidden;
  
  
}







  #s-fc80658f-9071-4987-ac85-44a66c05431f img.shogun-image {
    

    
    
    
  }


#s-fc80658f-9071-4987-ac85-44a66c05431f .shogun-image-content {
  
    justify-content: center;
  
}

#s-f165fd87-5958-45da-a75f-4f017dfe807e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-067ce7ef-cb9f-40c7-aa73-a66b93fbe7df {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-067ce7ef-cb9f-40c7-aa73-a66b93fbe7df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-067ce7ef-cb9f-40c7-aa73-a66b93fbe7df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-067ce7ef-cb9f-40c7-aa73-a66b93fbe7df-root {
    text-align: center;
  }


#s-067ce7ef-cb9f-40c7-aa73-a66b93fbe7df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-067ce7ef-cb9f-40c7-aa73-a66b93fbe7df-root {
    text-align: center;
  }


#s-067ce7ef-cb9f-40c7-aa73-a66b93fbe7df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-067ce7ef-cb9f-40c7-aa73-a66b93fbe7df-root {
    text-align: center;
  }


#s-067ce7ef-cb9f-40c7-aa73-a66b93fbe7df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-067ce7ef-cb9f-40c7-aa73-a66b93fbe7df-root {
    text-align: center;
  }


#s-067ce7ef-cb9f-40c7-aa73-a66b93fbe7df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-067ce7ef-cb9f-40c7-aa73-a66b93fbe7df-root {
    text-align: center;
  }


#s-067ce7ef-cb9f-40c7-aa73-a66b93fbe7df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2fac1029-28ec-4caf-acb6-7ed1076f85cb {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-2fac1029-28ec-4caf-acb6-7ed1076f85cb {
  overflow: hidden;
  
  
}







  #s-2fac1029-28ec-4caf-acb6-7ed1076f85cb img.shogun-image {
    

    
    
    
  }


#s-2fac1029-28ec-4caf-acb6-7ed1076f85cb .shogun-image-content {
  
    justify-content: center;
  
}

#s-a301502c-5550-46ce-8199-1d29db5c63d2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-49a962b1-77bb-4142-a5ef-4a3185b8817f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-49a962b1-77bb-4142-a5ef-4a3185b8817f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49a962b1-77bb-4142-a5ef-4a3185b8817f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-49a962b1-77bb-4142-a5ef-4a3185b8817f-root {
    text-align: center;
  }


#s-49a962b1-77bb-4142-a5ef-4a3185b8817f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-49a962b1-77bb-4142-a5ef-4a3185b8817f-root {
    text-align: center;
  }


#s-49a962b1-77bb-4142-a5ef-4a3185b8817f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49a962b1-77bb-4142-a5ef-4a3185b8817f-root {
    text-align: center;
  }


#s-49a962b1-77bb-4142-a5ef-4a3185b8817f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49a962b1-77bb-4142-a5ef-4a3185b8817f-root {
    text-align: center;
  }


#s-49a962b1-77bb-4142-a5ef-4a3185b8817f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-49a962b1-77bb-4142-a5ef-4a3185b8817f-root {
    text-align: center;
  }


#s-49a962b1-77bb-4142-a5ef-4a3185b8817f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5aee27b9-2391-4ad8-a0c2-6834b6e037c9 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-5aee27b9-2391-4ad8-a0c2-6834b6e037c9 {
  overflow: hidden;
  
  
}







  #s-5aee27b9-2391-4ad8-a0c2-6834b6e037c9 img.shogun-image {
    

    
    
    
  }


#s-5aee27b9-2391-4ad8-a0c2-6834b6e037c9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-190130db-4e89-416f-a3ab-8dd1293af9e9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-52a31774-5466-4c97-9745-4dc2a1155091 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-52a31774-5466-4c97-9745-4dc2a1155091:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52a31774-5466-4c97-9745-4dc2a1155091:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-52a31774-5466-4c97-9745-4dc2a1155091-root {
    text-align: center;
  }


#s-52a31774-5466-4c97-9745-4dc2a1155091.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-52a31774-5466-4c97-9745-4dc2a1155091-root {
    text-align: center;
  }


#s-52a31774-5466-4c97-9745-4dc2a1155091.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52a31774-5466-4c97-9745-4dc2a1155091-root {
    text-align: center;
  }


#s-52a31774-5466-4c97-9745-4dc2a1155091.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52a31774-5466-4c97-9745-4dc2a1155091-root {
    text-align: center;
  }


#s-52a31774-5466-4c97-9745-4dc2a1155091.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-52a31774-5466-4c97-9745-4dc2a1155091-root {
    text-align: center;
  }


#s-52a31774-5466-4c97-9745-4dc2a1155091.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-826a88bd-4cd1-412b-9d1a-3981ca2d2490 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-826a88bd-4cd1-412b-9d1a-3981ca2d2490 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-826a88bd-4cd1-412b-9d1a-3981ca2d2490 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-826a88bd-4cd1-412b-9d1a-3981ca2d2490 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-826a88bd-4cd1-412b-9d1a-3981ca2d2490 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-826a88bd-4cd1-412b-9d1a-3981ca2d2490"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-826a88bd-4cd1-412b-9d1a-3981ca2d2490"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-826a88bd-4cd1-412b-9d1a-3981ca2d2490"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-826a88bd-4cd1-412b-9d1a-3981ca2d2490"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b3aa5d28-2c80-4a32-b337-3d714a66f605 {
  background-image: url(https://i.shgcdn.com/6dbd282c-46c8-4200-9754-5fe0144cb3d6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center center;
background-color: rgba(148, 215, 233, 1);
}

#s-b3aa5d28-2c80-4a32-b337-3d714a66f605 {
  overflow: hidden;
  
  
}







  #s-b3aa5d28-2c80-4a32-b337-3d714a66f605 img.shogun-image {
    

    
    
    
  }


#s-b3aa5d28-2c80-4a32-b337-3d714a66f605 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a1de8ce2-1a23-4f17-bc6a-0c8d78e72c63 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ba109192-cb2e-4887-b874-703c2ca48dfa {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ba109192-cb2e-4887-b874-703c2ca48dfa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba109192-cb2e-4887-b874-703c2ca48dfa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ba109192-cb2e-4887-b874-703c2ca48dfa-root {
    text-align: center;
  }


#s-ba109192-cb2e-4887-b874-703c2ca48dfa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba109192-cb2e-4887-b874-703c2ca48dfa-root {
    text-align: center;
  }


#s-ba109192-cb2e-4887-b874-703c2ca48dfa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba109192-cb2e-4887-b874-703c2ca48dfa-root {
    text-align: center;
  }


#s-ba109192-cb2e-4887-b874-703c2ca48dfa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba109192-cb2e-4887-b874-703c2ca48dfa-root {
    text-align: center;
  }


#s-ba109192-cb2e-4887-b874-703c2ca48dfa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba109192-cb2e-4887-b874-703c2ca48dfa-root {
    text-align: center;
  }


#s-ba109192-cb2e-4887-b874-703c2ca48dfa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ab2b3f04-c1e0-45ce-b7d3-4e44d4cf70c0 {
  background-image: url(https://i.shgcdn.com/78ba709f-ed24-4afe-9cb4-3bcf7428cd3d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center center;
background-color: rgba(162, 59, 197, 1);
}

#s-ab2b3f04-c1e0-45ce-b7d3-4e44d4cf70c0 {
  overflow: hidden;
  
  
}







  #s-ab2b3f04-c1e0-45ce-b7d3-4e44d4cf70c0 img.shogun-image {
    

    
    
    
  }


#s-ab2b3f04-c1e0-45ce-b7d3-4e44d4cf70c0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cb4c1919-aa75-4078-8871-a3bc1f99311e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f5fa72ff-83da-413b-9948-02785a30bc11 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f5fa72ff-83da-413b-9948-02785a30bc11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5fa72ff-83da-413b-9948-02785a30bc11:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5fa72ff-83da-413b-9948-02785a30bc11-root {
    text-align: center;
  }


#s-f5fa72ff-83da-413b-9948-02785a30bc11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5fa72ff-83da-413b-9948-02785a30bc11-root {
    text-align: center;
  }


#s-f5fa72ff-83da-413b-9948-02785a30bc11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5fa72ff-83da-413b-9948-02785a30bc11-root {
    text-align: center;
  }


#s-f5fa72ff-83da-413b-9948-02785a30bc11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5fa72ff-83da-413b-9948-02785a30bc11-root {
    text-align: center;
  }


#s-f5fa72ff-83da-413b-9948-02785a30bc11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5fa72ff-83da-413b-9948-02785a30bc11-root {
    text-align: center;
  }


#s-f5fa72ff-83da-413b-9948-02785a30bc11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-882d6267-96c5-4443-9f17-f7815ecd5c61 {
  background-image: url(https://i.shgcdn.com/4c69bca4-f4cd-4598-8f67-164dceb66953/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center center;
background-color: rgba(246, 244, 246, 1);
}

#s-882d6267-96c5-4443-9f17-f7815ecd5c61 {
  overflow: hidden;
  
  
}







  #s-882d6267-96c5-4443-9f17-f7815ecd5c61 img.shogun-image {
    

    
    
    
  }


#s-882d6267-96c5-4443-9f17-f7815ecd5c61 .shogun-image-content {
  
    justify-content: center;
  
}

#s-90de9198-8e6e-4303-9077-4157977120c4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7470f988-4eea-464c-98d8-f88418d1538a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7470f988-4eea-464c-98d8-f88418d1538a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7470f988-4eea-464c-98d8-f88418d1538a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7470f988-4eea-464c-98d8-f88418d1538a-root {
    text-align: center;
  }


#s-7470f988-4eea-464c-98d8-f88418d1538a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7470f988-4eea-464c-98d8-f88418d1538a-root {
    text-align: center;
  }


#s-7470f988-4eea-464c-98d8-f88418d1538a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7470f988-4eea-464c-98d8-f88418d1538a-root {
    text-align: center;
  }


#s-7470f988-4eea-464c-98d8-f88418d1538a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7470f988-4eea-464c-98d8-f88418d1538a-root {
    text-align: center;
  }


#s-7470f988-4eea-464c-98d8-f88418d1538a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7470f988-4eea-464c-98d8-f88418d1538a-root {
    text-align: center;
  }


#s-7470f988-4eea-464c-98d8-f88418d1538a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1dcb8ead-b898-4697-bae4-71db487690df {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-1dcb8ead-b898-4697-bae4-71db487690df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dcb8ead-b898-4697-bae4-71db487690df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1dcb8ead-b898-4697-bae4-71db487690df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1dcb8ead-b898-4697-bae4-71db487690df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1dcb8ead-b898-4697-bae4-71db487690df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dcb8ead-b898-4697-bae4-71db487690df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1dcb8ead-b898-4697-bae4-71db487690df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-fce14b94-59e0-4b7d-ba0e-997b86f61666 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fce14b94-59e0-4b7d-ba0e-997b86f61666 .shogun-heading-component h1 {
  color: rgba(186, 0, 240, 1);
  font-weight:  normal ;
  font-family: "Tilt Warp";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  margin-left: auto;
margin-right: auto;
max-width: 822px;
aspect-ratio: 822/352;
text-align: center;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image {
  box-sizing: border-box;
}



.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container {
      position: relative;
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

@media (min-width: 1200px){#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image {
  box-sizing: border-box;
}



.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container {
      position: relative;
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image {
  box-sizing: border-box;
}



.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container {
      position: relative;
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image {
  box-sizing: border-box;
}



.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container {
      position: relative;
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}@media (max-width: 767px){#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image {
  box-sizing: border-box;
}



.s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container {
      position: relative;
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e80bb5ad-838a-49e9-8c87-ca90c5539fb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}
#s-bb45ca79-0d86-4260-be9f-d6ff397ca5d7 {
  min-height: 500px;
}








#s-bb45ca79-0d86-4260-be9f-d6ff397ca5d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb45ca79-0d86-4260-be9f-d6ff397ca5d7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6e31afa8-e9ef-439d-94bf-12aeebfb960e {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-6e31afa8-e9ef-439d-94bf-12aeebfb960e {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e31afa8-e9ef-439d-94bf-12aeebfb960e {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e31afa8-e9ef-439d-94bf-12aeebfb960e {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-6e31afa8-e9ef-439d-94bf-12aeebfb960e {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-6e31afa8-e9ef-439d-94bf-12aeebfb960e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e31afa8-e9ef-439d-94bf-12aeebfb960e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e31afa8-e9ef-439d-94bf-12aeebfb960e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e31afa8-e9ef-439d-94bf-12aeebfb960e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  max-width: 522px;
text-align: center;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6.shogun-image {
  box-sizing: border-box;
}



.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6.shogun-image {
  box-sizing: border-box;
}



.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6.shogun-image {
  box-sizing: border-box;
}



.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6.shogun-image {
  box-sizing: border-box;
}



.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ab47586-ac4a-42d5-9495-baf6501bc3f6.shogun-image {
  box-sizing: border-box;
}



.s-6ab47586-ac4a-42d5-9495-baf6501bc3f6 img.shogun-image {
  
}


}
#s-64f8910d-7fdf-4cf1-bc3a-6a763c6a89d6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6aae9a48-4716-4433-8a8d-03c928d229d1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDMzMDZmYWQtMGYzZS00ZDI4LTk3ODYtM2UxZGQzZTQ2ZjQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzQzMzA2ZmFkLTBmM2UtNGQyOC05Nzg2LTNlMWRkM2U0NmY0MikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6aae9a48-4716-4433-8a8d-03c928d229d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6aae9a48-4716-4433-8a8d-03c928d229d1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6aae9a48-4716-4433-8a8d-03c928d229d1-root {
    text-align: center;
  }


#s-6aae9a48-4716-4433-8a8d-03c928d229d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6aae9a48-4716-4433-8a8d-03c928d229d1-root {
    text-align: center;
  }


#s-6aae9a48-4716-4433-8a8d-03c928d229d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6aae9a48-4716-4433-8a8d-03c928d229d1-root {
    text-align: center;
  }


#s-6aae9a48-4716-4433-8a8d-03c928d229d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6aae9a48-4716-4433-8a8d-03c928d229d1-root {
    text-align: center;
  }


#s-6aae9a48-4716-4433-8a8d-03c928d229d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6aae9a48-4716-4433-8a8d-03c928d229d1-root {
    text-align: center;
  }


#s-6aae9a48-4716-4433-8a8d-03c928d229d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  max-width: 522px;
text-align: center;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  margin: 0 !important;
  overflow: visible;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 img.shogun-image {
  /* Add background color handling */
  
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229.shogun-image {
  box-sizing: border-box;
}



.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 img.shogun-image {
  
}


@media (min-width: 1200px){#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  margin: 0 !important;
  overflow: visible;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 img.shogun-image {
  /* Add background color handling */
  
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229.shogun-image {
  box-sizing: border-box;
}



.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  margin: 0 !important;
  overflow: visible;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 img.shogun-image {
  /* Add background color handling */
  
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229.shogun-image {
  box-sizing: border-box;
}



.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  margin: 0 !important;
  overflow: visible;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 img.shogun-image {
  /* Add background color handling */
  
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229.shogun-image {
  box-sizing: border-box;
}



.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 img.shogun-image {
  
}


}@media (max-width: 767px){#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  margin: 0 !important;
  overflow: visible;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 img.shogun-image {
  /* Add background color handling */
  
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31c223d1-5d8f-4f69-adab-21f2c4ffa229.shogun-image {
  box-sizing: border-box;
}



.s-31c223d1-5d8f-4f69-adab-21f2c4ffa229 img.shogun-image {
  
}


}
#s-6a7158e5-d4d4-4a21-813c-b9678febb168 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1ce03f3e-03b8-4374-94a9-d9d13205d297 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzE4NDczYmItZmI5YS00Nzk4LWJlN2EtNDhjOGNjOTFkNjBlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzMxODQ3M2JiLWZiOWEtNDc5OC1iZTdhLTQ4YzhjYzkxZDYwZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1ce03f3e-03b8-4374-94a9-d9d13205d297:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ce03f3e-03b8-4374-94a9-d9d13205d297:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1ce03f3e-03b8-4374-94a9-d9d13205d297-root {
    text-align: center;
  }


#s-1ce03f3e-03b8-4374-94a9-d9d13205d297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ce03f3e-03b8-4374-94a9-d9d13205d297-root {
    text-align: center;
  }


#s-1ce03f3e-03b8-4374-94a9-d9d13205d297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ce03f3e-03b8-4374-94a9-d9d13205d297-root {
    text-align: center;
  }


#s-1ce03f3e-03b8-4374-94a9-d9d13205d297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ce03f3e-03b8-4374-94a9-d9d13205d297-root {
    text-align: center;
  }


#s-1ce03f3e-03b8-4374-94a9-d9d13205d297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ce03f3e-03b8-4374-94a9-d9d13205d297-root {
    text-align: center;
  }


#s-1ce03f3e-03b8-4374-94a9-d9d13205d297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5fde51ab-8320-470c-a318-3f6833317e60 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-5fde51ab-8320-470c-a318-3f6833317e60 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5fde51ab-8320-470c-a318-3f6833317e60 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5fde51ab-8320-470c-a318-3f6833317e60 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-5fde51ab-8320-470c-a318-3f6833317e60 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-5fde51ab-8320-470c-a318-3f6833317e60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fde51ab-8320-470c-a318-3f6833317e60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5fde51ab-8320-470c-a318-3f6833317e60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fde51ab-8320-470c-a318-3f6833317e60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c25bae8f-1454-40b0-a124-9ac325512257 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257 {
  margin: 0 !important;
  overflow: visible;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c25bae8f-1454-40b0-a124-9ac325512257 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c25bae8f-1454-40b0-a124-9ac325512257 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
  /* Add background color handling */
  
}

#s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c25bae8f-1454-40b0-a124-9ac325512257 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c25bae8f-1454-40b0-a124-9ac325512257 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c25bae8f-1454-40b0-a124-9ac325512257 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c25bae8f-1454-40b0-a124-9ac325512257 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c25bae8f-1454-40b0-a124-9ac325512257.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image {
  box-sizing: border-box;
}



.s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c25bae8f-1454-40b0-a124-9ac325512257 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container {
      position: relative;
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-c25bae8f-1454-40b0-a124-9ac325512257 {
  margin: 0 !important;
  overflow: visible;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c25bae8f-1454-40b0-a124-9ac325512257 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c25bae8f-1454-40b0-a124-9ac325512257 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
  /* Add background color handling */
  
}

#s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c25bae8f-1454-40b0-a124-9ac325512257 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c25bae8f-1454-40b0-a124-9ac325512257 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c25bae8f-1454-40b0-a124-9ac325512257 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c25bae8f-1454-40b0-a124-9ac325512257 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c25bae8f-1454-40b0-a124-9ac325512257.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image {
  box-sizing: border-box;
}



.s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c25bae8f-1454-40b0-a124-9ac325512257 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container {
      position: relative;
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c25bae8f-1454-40b0-a124-9ac325512257 {
  margin: 0 !important;
  overflow: visible;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c25bae8f-1454-40b0-a124-9ac325512257 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c25bae8f-1454-40b0-a124-9ac325512257 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
  /* Add background color handling */
  
}

#s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c25bae8f-1454-40b0-a124-9ac325512257 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c25bae8f-1454-40b0-a124-9ac325512257 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c25bae8f-1454-40b0-a124-9ac325512257 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c25bae8f-1454-40b0-a124-9ac325512257 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c25bae8f-1454-40b0-a124-9ac325512257.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image {
  box-sizing: border-box;
}



.s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c25bae8f-1454-40b0-a124-9ac325512257 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container {
      position: relative;
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c25bae8f-1454-40b0-a124-9ac325512257 {
  margin: 0 !important;
  overflow: visible;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c25bae8f-1454-40b0-a124-9ac325512257 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c25bae8f-1454-40b0-a124-9ac325512257 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
  /* Add background color handling */
  
}

#s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c25bae8f-1454-40b0-a124-9ac325512257 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c25bae8f-1454-40b0-a124-9ac325512257 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c25bae8f-1454-40b0-a124-9ac325512257 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c25bae8f-1454-40b0-a124-9ac325512257 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c25bae8f-1454-40b0-a124-9ac325512257.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image {
  box-sizing: border-box;
}



.s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c25bae8f-1454-40b0-a124-9ac325512257 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container {
      position: relative;
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-c25bae8f-1454-40b0-a124-9ac325512257 {
  margin: 0 !important;
  overflow: visible;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c25bae8f-1454-40b0-a124-9ac325512257 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c25bae8f-1454-40b0-a124-9ac325512257 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
  /* Add background color handling */
  
}

#s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c25bae8f-1454-40b0-a124-9ac325512257 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c25bae8f-1454-40b0-a124-9ac325512257 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c25bae8f-1454-40b0-a124-9ac325512257 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c25bae8f-1454-40b0-a124-9ac325512257 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c25bae8f-1454-40b0-a124-9ac325512257.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image {
  box-sizing: border-box;
}



.s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c25bae8f-1454-40b0-a124-9ac325512257 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container {
      position: relative;
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c25bae8f-1454-40b0-a124-9ac325512257 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-e95ac189-c38e-4c95-97d7-74fb9897da06 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e9e6850a-bafc-48e0-be88-3c091b77cfc5 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjdlODMyZjYtYTRmMi00NzkyLWIwMGUtYzZmM2Q1NWM2ODczIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzI3ZTgzMmY2LWE0ZjItNDc5Mi1iMDBlLWM2ZjNkNTVjNjg3MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e9e6850a-bafc-48e0-be88-3c091b77cfc5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9e6850a-bafc-48e0-be88-3c091b77cfc5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e9e6850a-bafc-48e0-be88-3c091b77cfc5-root {
    text-align: center;
  }


#s-e9e6850a-bafc-48e0-be88-3c091b77cfc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e9e6850a-bafc-48e0-be88-3c091b77cfc5-root {
    text-align: center;
  }


#s-e9e6850a-bafc-48e0-be88-3c091b77cfc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9e6850a-bafc-48e0-be88-3c091b77cfc5-root {
    text-align: center;
  }


#s-e9e6850a-bafc-48e0-be88-3c091b77cfc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9e6850a-bafc-48e0-be88-3c091b77cfc5-root {
    text-align: center;
  }


#s-e9e6850a-bafc-48e0-be88-3c091b77cfc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e9e6850a-bafc-48e0-be88-3c091b77cfc5-root {
    text-align: center;
  }


#s-e9e6850a-bafc-48e0-be88-3c091b77cfc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  margin: 0 !important;
  overflow: visible;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
  /* Add background color handling */
  
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fed750d-d9cb-408a-8a07-29d47baa2329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image {
  box-sizing: border-box;
}



.s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container {
      position: relative;
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  margin: 0 !important;
  overflow: visible;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
  /* Add background color handling */
  
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fed750d-d9cb-408a-8a07-29d47baa2329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image {
  box-sizing: border-box;
}



.s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container {
      position: relative;
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  margin: 0 !important;
  overflow: visible;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
  /* Add background color handling */
  
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fed750d-d9cb-408a-8a07-29d47baa2329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image {
  box-sizing: border-box;
}



.s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container {
      position: relative;
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  margin: 0 !important;
  overflow: visible;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
  /* Add background color handling */
  
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fed750d-d9cb-408a-8a07-29d47baa2329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image {
  box-sizing: border-box;
}



.s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container {
      position: relative;
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  margin: 0 !important;
  overflow: visible;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
  /* Add background color handling */
  
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9fed750d-d9cb-408a-8a07-29d47baa2329 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fed750d-d9cb-408a-8a07-29d47baa2329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image {
  box-sizing: border-box;
}



.s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fed750d-d9cb-408a-8a07-29d47baa2329 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container {
      position: relative;
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fed750d-d9cb-408a-8a07-29d47baa2329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-ab1539a3-8fbd-45db-a052-130180e49217 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0fb6fb38-d3c5-4b64-add2-14137f59c0a8 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTA3YjQyZmQtNzRjOS00ZGNlLTgwZDktNzkyZDc4ZGU0OGRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2EwN2I0MmZkLTc0YzktNGRjZS04MGQ5LTc5MmQ3OGRlNDhkZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0fb6fb38-d3c5-4b64-add2-14137f59c0a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0fb6fb38-d3c5-4b64-add2-14137f59c0a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0fb6fb38-d3c5-4b64-add2-14137f59c0a8-root {
    text-align: center;
  }


#s-0fb6fb38-d3c5-4b64-add2-14137f59c0a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0fb6fb38-d3c5-4b64-add2-14137f59c0a8-root {
    text-align: center;
  }


#s-0fb6fb38-d3c5-4b64-add2-14137f59c0a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fb6fb38-d3c5-4b64-add2-14137f59c0a8-root {
    text-align: center;
  }


#s-0fb6fb38-d3c5-4b64-add2-14137f59c0a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0fb6fb38-d3c5-4b64-add2-14137f59c0a8-root {
    text-align: center;
  }


#s-0fb6fb38-d3c5-4b64-add2-14137f59c0a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0fb6fb38-d3c5-4b64-add2-14137f59c0a8-root {
    text-align: center;
  }


#s-0fb6fb38-d3c5-4b64-add2-14137f59c0a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  max-width: 522px;
text-align: center;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  margin: 0 !important;
  overflow: visible;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe img.shogun-image {
  /* Add background color handling */
  
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d21a483d-82fb-4005-964a-ec0167f72ffe .shogun-image-content {
  
    justify-content: center;
  
}

.s-d21a483d-82fb-4005-964a-ec0167f72ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d21a483d-82fb-4005-964a-ec0167f72ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe.shogun-image {
  box-sizing: border-box;
}



.s-d21a483d-82fb-4005-964a-ec0167f72ffe img.shogun-image {
  
}


@media (min-width: 1200px){#s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  margin: 0 !important;
  overflow: visible;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe img.shogun-image {
  /* Add background color handling */
  
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d21a483d-82fb-4005-964a-ec0167f72ffe .shogun-image-content {
  
    justify-content: center;
  
}

.s-d21a483d-82fb-4005-964a-ec0167f72ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d21a483d-82fb-4005-964a-ec0167f72ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe.shogun-image {
  box-sizing: border-box;
}



.s-d21a483d-82fb-4005-964a-ec0167f72ffe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  margin: 0 !important;
  overflow: visible;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe img.shogun-image {
  /* Add background color handling */
  
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d21a483d-82fb-4005-964a-ec0167f72ffe .shogun-image-content {
  
    justify-content: center;
  
}

.s-d21a483d-82fb-4005-964a-ec0167f72ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d21a483d-82fb-4005-964a-ec0167f72ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe.shogun-image {
  box-sizing: border-box;
}



.s-d21a483d-82fb-4005-964a-ec0167f72ffe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  margin: 0 !important;
  overflow: visible;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe img.shogun-image {
  /* Add background color handling */
  
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d21a483d-82fb-4005-964a-ec0167f72ffe .shogun-image-content {
  
    justify-content: center;
  
}

.s-d21a483d-82fb-4005-964a-ec0167f72ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d21a483d-82fb-4005-964a-ec0167f72ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe.shogun-image {
  box-sizing: border-box;
}



.s-d21a483d-82fb-4005-964a-ec0167f72ffe img.shogun-image {
  
}


}@media (max-width: 767px){#s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  margin: 0 !important;
  overflow: visible;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d21a483d-82fb-4005-964a-ec0167f72ffe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe img.shogun-image {
  /* Add background color handling */
  
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d21a483d-82fb-4005-964a-ec0167f72ffe .shogun-image-content {
  
    justify-content: center;
  
}

.s-d21a483d-82fb-4005-964a-ec0167f72ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d21a483d-82fb-4005-964a-ec0167f72ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d21a483d-82fb-4005-964a-ec0167f72ffe.shogun-image {
  box-sizing: border-box;
}



.s-d21a483d-82fb-4005-964a-ec0167f72ffe img.shogun-image {
  
}


}
#s-80228404-4e5c-4ed6-8595-b88d2f7257a5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8279f568-73f0-418d-9203-0e408b3b664d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDNkZTIwMjgtOTIyZC00OTE1LWI5YTUtNDIwMzBkZDJlZDEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzQzZGUyMDI4LTkyMmQtNDkxNS1iOWE1LTQyMDMwZGQyZWQxMCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8279f568-73f0-418d-9203-0e408b3b664d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8279f568-73f0-418d-9203-0e408b3b664d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8279f568-73f0-418d-9203-0e408b3b664d-root {
    text-align: center;
  }


#s-8279f568-73f0-418d-9203-0e408b3b664d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8279f568-73f0-418d-9203-0e408b3b664d-root {
    text-align: center;
  }


#s-8279f568-73f0-418d-9203-0e408b3b664d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8279f568-73f0-418d-9203-0e408b3b664d-root {
    text-align: center;
  }


#s-8279f568-73f0-418d-9203-0e408b3b664d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8279f568-73f0-418d-9203-0e408b3b664d-root {
    text-align: center;
  }


#s-8279f568-73f0-418d-9203-0e408b3b664d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8279f568-73f0-418d-9203-0e408b3b664d-root {
    text-align: center;
  }


#s-8279f568-73f0-418d-9203-0e408b3b664d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-99357e58-6e86-4a00-a715-323b4bd71358 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-99357e58-6e86-4a00-a715-323b4bd71358 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99357e58-6e86-4a00-a715-323b4bd71358 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-99357e58-6e86-4a00-a715-323b4bd71358 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-99357e58-6e86-4a00-a715-323b4bd71358 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-99357e58-6e86-4a00-a715-323b4bd71358"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99357e58-6e86-4a00-a715-323b4bd71358"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-99357e58-6e86-4a00-a715-323b4bd71358"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-99357e58-6e86-4a00-a715-323b4bd71358"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8471d468-1512-4682-91f6-feb8a89d8ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image {
  box-sizing: border-box;
}



.s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container {
      position: relative;
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8471d468-1512-4682-91f6-feb8a89d8ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image {
  box-sizing: border-box;
}



.s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container {
      position: relative;
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8471d468-1512-4682-91f6-feb8a89d8ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image {
  box-sizing: border-box;
}



.s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container {
      position: relative;
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8471d468-1512-4682-91f6-feb8a89d8ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image {
  box-sizing: border-box;
}



.s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container {
      position: relative;
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  margin: 0 !important;
  overflow: visible;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
  /* Add background color handling */
  
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8471d468-1512-4682-91f6-feb8a89d8ef1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8471d468-1512-4682-91f6-feb8a89d8ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image {
  box-sizing: border-box;
}



.s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8471d468-1512-4682-91f6-feb8a89d8ef1 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container {
      position: relative;
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8471d468-1512-4682-91f6-feb8a89d8ef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-402b8c59-4a44-44fe-b189-68e654e4929b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a66a042f-cd22-488a-9ab3-fe7fc66739fe {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWNmYTdmNmMtYjFjYy00NGY2LTk3YWQtMzE2NmY0YTU1MzU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzVjZmE3ZjZjLWIxY2MtNDRmNi05N2FkLTMxNjZmNGE1NTM1NikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a66a042f-cd22-488a-9ab3-fe7fc66739fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a66a042f-cd22-488a-9ab3-fe7fc66739fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a66a042f-cd22-488a-9ab3-fe7fc66739fe-root {
    text-align: center;
  }


#s-a66a042f-cd22-488a-9ab3-fe7fc66739fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a66a042f-cd22-488a-9ab3-fe7fc66739fe-root {
    text-align: center;
  }


#s-a66a042f-cd22-488a-9ab3-fe7fc66739fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a66a042f-cd22-488a-9ab3-fe7fc66739fe-root {
    text-align: center;
  }


#s-a66a042f-cd22-488a-9ab3-fe7fc66739fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a66a042f-cd22-488a-9ab3-fe7fc66739fe-root {
    text-align: center;
  }


#s-a66a042f-cd22-488a-9ab3-fe7fc66739fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a66a042f-cd22-488a-9ab3-fe7fc66739fe-root {
    text-align: center;
  }


#s-a66a042f-cd22-488a-9ab3-fe7fc66739fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  max-width: 522px;
text-align: center;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  margin: 0 !important;
  overflow: visible;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f img.shogun-image {
  /* Add background color handling */
  
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f.shogun-image {
  box-sizing: border-box;
}



.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f img.shogun-image {
  
}


@media (min-width: 1200px){#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  margin: 0 !important;
  overflow: visible;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f img.shogun-image {
  /* Add background color handling */
  
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f.shogun-image {
  box-sizing: border-box;
}



.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  margin: 0 !important;
  overflow: visible;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f img.shogun-image {
  /* Add background color handling */
  
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f.shogun-image {
  box-sizing: border-box;
}



.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  margin: 0 !important;
  overflow: visible;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f img.shogun-image {
  /* Add background color handling */
  
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f.shogun-image {
  box-sizing: border-box;
}



.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f img.shogun-image {
  
}


}@media (max-width: 767px){#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  margin: 0 !important;
  overflow: visible;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f img.shogun-image {
  /* Add background color handling */
  
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f.shogun-image {
  box-sizing: border-box;
}



.s-26d30029-6fd8-4e46-aea3-7e3ab5c8ed9f img.shogun-image {
  
}


}
#s-75c5b14b-9799-4235-8fa7-f0c261ec2250 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0a052e87-3e89-47aa-a2e1-39c54302fcd5 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTQyNmZkMmEtOTkzOC00ZTcwLWFiMjQtMjM2N2I3ZDExMDkwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE0MjZmZDJhLTk5MzgtNGU3MC1hYjI0LTIzNjdiN2QxMTA5MCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0a052e87-3e89-47aa-a2e1-39c54302fcd5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a052e87-3e89-47aa-a2e1-39c54302fcd5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0a052e87-3e89-47aa-a2e1-39c54302fcd5-root {
    text-align: center;
  }


#s-0a052e87-3e89-47aa-a2e1-39c54302fcd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a052e87-3e89-47aa-a2e1-39c54302fcd5-root {
    text-align: center;
  }


#s-0a052e87-3e89-47aa-a2e1-39c54302fcd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a052e87-3e89-47aa-a2e1-39c54302fcd5-root {
    text-align: center;
  }


#s-0a052e87-3e89-47aa-a2e1-39c54302fcd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a052e87-3e89-47aa-a2e1-39c54302fcd5-root {
    text-align: center;
  }


#s-0a052e87-3e89-47aa-a2e1-39c54302fcd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a052e87-3e89-47aa-a2e1-39c54302fcd5-root {
    text-align: center;
  }


#s-0a052e87-3e89-47aa-a2e1-39c54302fcd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  max-width: 522px;
text-align: center;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0.shogun-image {
  box-sizing: border-box;
}



.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0.shogun-image {
  box-sizing: border-box;
}



.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0.shogun-image {
  box-sizing: border-box;
}



.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0.shogun-image {
  box-sizing: border-box;
}



.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd213a8e-c03b-4651-99aa-7c8ba20562b0.shogun-image {
  box-sizing: border-box;
}



.s-dd213a8e-c03b-4651-99aa-7c8ba20562b0 img.shogun-image {
  
}


}
#s-7af8359d-b199-416a-afb9-6f8051457d67 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-434d7b2b-4dd1-4a69-a422-270ae770ad68 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzI2NTVkMTAtMzZiNC00NGIzLWEyMWUtYjQxMmZkY2IzYzc3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzMyNjU1ZDEwLTM2YjQtNDRiMy1hMjFlLWI0MTJmZGNiM2M3NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-434d7b2b-4dd1-4a69-a422-270ae770ad68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-434d7b2b-4dd1-4a69-a422-270ae770ad68:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-434d7b2b-4dd1-4a69-a422-270ae770ad68-root {
    text-align: center;
  }


#s-434d7b2b-4dd1-4a69-a422-270ae770ad68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-434d7b2b-4dd1-4a69-a422-270ae770ad68-root {
    text-align: center;
  }


#s-434d7b2b-4dd1-4a69-a422-270ae770ad68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-434d7b2b-4dd1-4a69-a422-270ae770ad68-root {
    text-align: center;
  }


#s-434d7b2b-4dd1-4a69-a422-270ae770ad68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-434d7b2b-4dd1-4a69-a422-270ae770ad68-root {
    text-align: center;
  }


#s-434d7b2b-4dd1-4a69-a422-270ae770ad68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-434d7b2b-4dd1-4a69-a422-270ae770ad68-root {
    text-align: center;
  }


#s-434d7b2b-4dd1-4a69-a422-270ae770ad68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-55c4b326-0793-4fbb-a228-bf86c6d062d9 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-55c4b326-0793-4fbb-a228-bf86c6d062d9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55c4b326-0793-4fbb-a228-bf86c6d062d9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-55c4b326-0793-4fbb-a228-bf86c6d062d9 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-55c4b326-0793-4fbb-a228-bf86c6d062d9 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-55c4b326-0793-4fbb-a228-bf86c6d062d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55c4b326-0793-4fbb-a228-bf86c6d062d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-55c4b326-0793-4fbb-a228-bf86c6d062d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-55c4b326-0793-4fbb-a228-bf86c6d062d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-acdd6748-50a7-474f-9078-3697f8809528 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-acdd6748-50a7-474f-9078-3697f8809528 {
  margin: 0 !important;
  overflow: visible;
}

#s-acdd6748-50a7-474f-9078-3697f8809528-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acdd6748-50a7-474f-9078-3697f8809528 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acdd6748-50a7-474f-9078-3697f8809528 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
  /* Add background color handling */
  
}

#s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acdd6748-50a7-474f-9078-3697f8809528 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-acdd6748-50a7-474f-9078-3697f8809528 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acdd6748-50a7-474f-9078-3697f8809528 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-acdd6748-50a7-474f-9078-3697f8809528 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acdd6748-50a7-474f-9078-3697f8809528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image {
  box-sizing: border-box;
}



.s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acdd6748-50a7-474f-9078-3697f8809528 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container {
      position: relative;
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-acdd6748-50a7-474f-9078-3697f8809528 {
  margin: 0 !important;
  overflow: visible;
}

#s-acdd6748-50a7-474f-9078-3697f8809528-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acdd6748-50a7-474f-9078-3697f8809528 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acdd6748-50a7-474f-9078-3697f8809528 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
  /* Add background color handling */
  
}

#s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acdd6748-50a7-474f-9078-3697f8809528 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-acdd6748-50a7-474f-9078-3697f8809528 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acdd6748-50a7-474f-9078-3697f8809528 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-acdd6748-50a7-474f-9078-3697f8809528 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acdd6748-50a7-474f-9078-3697f8809528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image {
  box-sizing: border-box;
}



.s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acdd6748-50a7-474f-9078-3697f8809528 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container {
      position: relative;
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-acdd6748-50a7-474f-9078-3697f8809528 {
  margin: 0 !important;
  overflow: visible;
}

#s-acdd6748-50a7-474f-9078-3697f8809528-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acdd6748-50a7-474f-9078-3697f8809528 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acdd6748-50a7-474f-9078-3697f8809528 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
  /* Add background color handling */
  
}

#s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acdd6748-50a7-474f-9078-3697f8809528 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-acdd6748-50a7-474f-9078-3697f8809528 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acdd6748-50a7-474f-9078-3697f8809528 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-acdd6748-50a7-474f-9078-3697f8809528 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acdd6748-50a7-474f-9078-3697f8809528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image {
  box-sizing: border-box;
}



.s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acdd6748-50a7-474f-9078-3697f8809528 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container {
      position: relative;
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-acdd6748-50a7-474f-9078-3697f8809528 {
  margin: 0 !important;
  overflow: visible;
}

#s-acdd6748-50a7-474f-9078-3697f8809528-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acdd6748-50a7-474f-9078-3697f8809528 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acdd6748-50a7-474f-9078-3697f8809528 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
  /* Add background color handling */
  
}

#s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acdd6748-50a7-474f-9078-3697f8809528 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-acdd6748-50a7-474f-9078-3697f8809528 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acdd6748-50a7-474f-9078-3697f8809528 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-acdd6748-50a7-474f-9078-3697f8809528 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acdd6748-50a7-474f-9078-3697f8809528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image {
  box-sizing: border-box;
}



.s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acdd6748-50a7-474f-9078-3697f8809528 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container {
      position: relative;
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-acdd6748-50a7-474f-9078-3697f8809528 {
  margin: 0 !important;
  overflow: visible;
}

#s-acdd6748-50a7-474f-9078-3697f8809528-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acdd6748-50a7-474f-9078-3697f8809528 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acdd6748-50a7-474f-9078-3697f8809528 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
  /* Add background color handling */
  
}

#s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-acdd6748-50a7-474f-9078-3697f8809528 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-acdd6748-50a7-474f-9078-3697f8809528 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-acdd6748-50a7-474f-9078-3697f8809528 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-acdd6748-50a7-474f-9078-3697f8809528 .shogun-image-content {
  
    justify-content: center;
  
}

.s-acdd6748-50a7-474f-9078-3697f8809528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image {
  box-sizing: border-box;
}



.s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-acdd6748-50a7-474f-9078-3697f8809528 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container {
      position: relative;
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-acdd6748-50a7-474f-9078-3697f8809528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-3ae904c9-a0fd-4586-92c8-25e61c0231f2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3812279a-b597-4c3b-8dfc-32dee91df2f6 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzZkZGRjMDgtMjYzNS00MmUyLWJjYjQtYzk1NTBlMjQyNWI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzM2ZGRkYzA4LTI2MzUtNDJlMi1iY2I0LWM5NTUwZTI0MjViOSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3812279a-b597-4c3b-8dfc-32dee91df2f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3812279a-b597-4c3b-8dfc-32dee91df2f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3812279a-b597-4c3b-8dfc-32dee91df2f6-root {
    text-align: center;
  }


#s-3812279a-b597-4c3b-8dfc-32dee91df2f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3812279a-b597-4c3b-8dfc-32dee91df2f6-root {
    text-align: center;
  }


#s-3812279a-b597-4c3b-8dfc-32dee91df2f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3812279a-b597-4c3b-8dfc-32dee91df2f6-root {
    text-align: center;
  }


#s-3812279a-b597-4c3b-8dfc-32dee91df2f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3812279a-b597-4c3b-8dfc-32dee91df2f6-root {
    text-align: center;
  }


#s-3812279a-b597-4c3b-8dfc-32dee91df2f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3812279a-b597-4c3b-8dfc-32dee91df2f6-root {
    text-align: center;
  }


#s-3812279a-b597-4c3b-8dfc-32dee91df2f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  margin: 0 !important;
  overflow: visible;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
  /* Add background color handling */
  
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image {
  box-sizing: border-box;
}



.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container {
      position: relative;
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  margin: 0 !important;
  overflow: visible;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
  /* Add background color handling */
  
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image {
  box-sizing: border-box;
}



.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container {
      position: relative;
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  margin: 0 !important;
  overflow: visible;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
  /* Add background color handling */
  
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image {
  box-sizing: border-box;
}



.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container {
      position: relative;
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  margin: 0 !important;
  overflow: visible;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
  /* Add background color handling */
  
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image {
  box-sizing: border-box;
}



.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container {
      position: relative;
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  margin: 0 !important;
  overflow: visible;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
  /* Add background color handling */
  
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image {
  box-sizing: border-box;
}



.s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container {
      position: relative;
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b9eafab-fd9f-44fc-9674-449a6050a1bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-1f3068c9-dc1f-4656-b3be-486cfd2183ed {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9dcb9e9b-d4cd-40c8-95d6-f83a660b46b3 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmQzNjJmNzQtOWEwMy00NzY4LWJkNmItYzkxNzdkZTYxZTRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzZkMzYyZjc0LTlhMDMtNDc2OC1iZDZiLWM5MTc3ZGU2MWU0YykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9dcb9e9b-d4cd-40c8-95d6-f83a660b46b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9dcb9e9b-d4cd-40c8-95d6-f83a660b46b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9dcb9e9b-d4cd-40c8-95d6-f83a660b46b3-root {
    text-align: center;
  }


#s-9dcb9e9b-d4cd-40c8-95d6-f83a660b46b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9dcb9e9b-d4cd-40c8-95d6-f83a660b46b3-root {
    text-align: center;
  }


#s-9dcb9e9b-d4cd-40c8-95d6-f83a660b46b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9dcb9e9b-d4cd-40c8-95d6-f83a660b46b3-root {
    text-align: center;
  }


#s-9dcb9e9b-d4cd-40c8-95d6-f83a660b46b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9dcb9e9b-d4cd-40c8-95d6-f83a660b46b3-root {
    text-align: center;
  }


#s-9dcb9e9b-d4cd-40c8-95d6-f83a660b46b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9dcb9e9b-d4cd-40c8-95d6-f83a660b46b3-root {
    text-align: center;
  }


#s-9dcb9e9b-d4cd-40c8-95d6-f83a660b46b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  margin: 0 !important;
  overflow: visible;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
  /* Add background color handling */
  
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image {
  box-sizing: border-box;
}



.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container {
      position: relative;
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  margin: 0 !important;
  overflow: visible;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
  /* Add background color handling */
  
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image {
  box-sizing: border-box;
}



.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container {
      position: relative;
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  margin: 0 !important;
  overflow: visible;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
  /* Add background color handling */
  
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image {
  box-sizing: border-box;
}



.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container {
      position: relative;
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  margin: 0 !important;
  overflow: visible;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
  /* Add background color handling */
  
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image {
  box-sizing: border-box;
}



.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container {
      position: relative;
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  margin: 0 !important;
  overflow: visible;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
  /* Add background color handling */
  
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image {
  box-sizing: border-box;
}



.s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container {
      position: relative;
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fb8152d-35c0-42ef-b1e3-111bc7af583f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-34e5dcc6-e7df-413a-8a46-2aae06ece612 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5c14671a-4184-43c2-b265-9903f284f8c7 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTBmNDczMmUtYmMwOS00NWUwLWJmYjctYTRmZTMzMzQxYTdlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2UwZjQ3MzJlLWJjMDktNDVlMC1iZmI3LWE0ZmUzMzM0MWE3ZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5c14671a-4184-43c2-b265-9903f284f8c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c14671a-4184-43c2-b265-9903f284f8c7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5c14671a-4184-43c2-b265-9903f284f8c7-root {
    text-align: center;
  }


#s-5c14671a-4184-43c2-b265-9903f284f8c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c14671a-4184-43c2-b265-9903f284f8c7-root {
    text-align: center;
  }


#s-5c14671a-4184-43c2-b265-9903f284f8c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c14671a-4184-43c2-b265-9903f284f8c7-root {
    text-align: center;
  }


#s-5c14671a-4184-43c2-b265-9903f284f8c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c14671a-4184-43c2-b265-9903f284f8c7-root {
    text-align: center;
  }


#s-5c14671a-4184-43c2-b265-9903f284f8c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c14671a-4184-43c2-b265-9903f284f8c7-root {
    text-align: center;
  }


#s-5c14671a-4184-43c2-b265-9903f284f8c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1bc56626-02b9-49ec-b4f1-7edfdcba0b8c {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-1bc56626-02b9-49ec-b4f1-7edfdcba0b8c {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1bc56626-02b9-49ec-b4f1-7edfdcba0b8c {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1bc56626-02b9-49ec-b4f1-7edfdcba0b8c {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-1bc56626-02b9-49ec-b4f1-7edfdcba0b8c {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-1bc56626-02b9-49ec-b4f1-7edfdcba0b8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bc56626-02b9-49ec-b4f1-7edfdcba0b8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1bc56626-02b9-49ec-b4f1-7edfdcba0b8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bc56626-02b9-49ec-b4f1-7edfdcba0b8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ff66f309-338e-47c1-9284-f964280b6d40 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff66f309-338e-47c1-9284-f964280b6d40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff66f309-338e-47c1-9284-f964280b6d40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff66f309-338e-47c1-9284-f964280b6d40 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ff66f309-338e-47c1-9284-f964280b6d40 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff66f309-338e-47c1-9284-f964280b6d40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-ff66f309-338e-47c1-9284-f964280b6d40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff66f309-338e-47c1-9284-f964280b6d40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image {
  box-sizing: border-box;
}



.s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff66f309-338e-47c1-9284-f964280b6d40 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container {
      position: relative;
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-ff66f309-338e-47c1-9284-f964280b6d40 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff66f309-338e-47c1-9284-f964280b6d40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff66f309-338e-47c1-9284-f964280b6d40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff66f309-338e-47c1-9284-f964280b6d40 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ff66f309-338e-47c1-9284-f964280b6d40 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff66f309-338e-47c1-9284-f964280b6d40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-ff66f309-338e-47c1-9284-f964280b6d40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff66f309-338e-47c1-9284-f964280b6d40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image {
  box-sizing: border-box;
}



.s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff66f309-338e-47c1-9284-f964280b6d40 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container {
      position: relative;
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ff66f309-338e-47c1-9284-f964280b6d40 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff66f309-338e-47c1-9284-f964280b6d40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff66f309-338e-47c1-9284-f964280b6d40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff66f309-338e-47c1-9284-f964280b6d40 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ff66f309-338e-47c1-9284-f964280b6d40 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff66f309-338e-47c1-9284-f964280b6d40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-ff66f309-338e-47c1-9284-f964280b6d40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff66f309-338e-47c1-9284-f964280b6d40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image {
  box-sizing: border-box;
}



.s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff66f309-338e-47c1-9284-f964280b6d40 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container {
      position: relative;
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ff66f309-338e-47c1-9284-f964280b6d40 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff66f309-338e-47c1-9284-f964280b6d40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff66f309-338e-47c1-9284-f964280b6d40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff66f309-338e-47c1-9284-f964280b6d40 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ff66f309-338e-47c1-9284-f964280b6d40 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff66f309-338e-47c1-9284-f964280b6d40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-ff66f309-338e-47c1-9284-f964280b6d40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff66f309-338e-47c1-9284-f964280b6d40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image {
  box-sizing: border-box;
}



.s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff66f309-338e-47c1-9284-f964280b6d40 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container {
      position: relative;
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-ff66f309-338e-47c1-9284-f964280b6d40 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff66f309-338e-47c1-9284-f964280b6d40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff66f309-338e-47c1-9284-f964280b6d40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff66f309-338e-47c1-9284-f964280b6d40 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ff66f309-338e-47c1-9284-f964280b6d40 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff66f309-338e-47c1-9284-f964280b6d40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-ff66f309-338e-47c1-9284-f964280b6d40 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff66f309-338e-47c1-9284-f964280b6d40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image {
  box-sizing: border-box;
}



.s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff66f309-338e-47c1-9284-f964280b6d40 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container {
      position: relative;
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff66f309-338e-47c1-9284-f964280b6d40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-18eb8780-3389-4251-b7d2-2d8e2fdba735 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1a06dbf0-d0f7-49ab-94ba-73c7ef1206dc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzI3MTE3MGMtZmRmMS00ZDdhLTlhNDYtN2YxNDFkMDE4NmJiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzcyNzExNzBjLWZkZjEtNGQ3YS05YTQ2LTdmMTQxZDAxODZiYikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1a06dbf0-d0f7-49ab-94ba-73c7ef1206dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a06dbf0-d0f7-49ab-94ba-73c7ef1206dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1a06dbf0-d0f7-49ab-94ba-73c7ef1206dc-root {
    text-align: center;
  }


#s-1a06dbf0-d0f7-49ab-94ba-73c7ef1206dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a06dbf0-d0f7-49ab-94ba-73c7ef1206dc-root {
    text-align: center;
  }


#s-1a06dbf0-d0f7-49ab-94ba-73c7ef1206dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a06dbf0-d0f7-49ab-94ba-73c7ef1206dc-root {
    text-align: center;
  }


#s-1a06dbf0-d0f7-49ab-94ba-73c7ef1206dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a06dbf0-d0f7-49ab-94ba-73c7ef1206dc-root {
    text-align: center;
  }


#s-1a06dbf0-d0f7-49ab-94ba-73c7ef1206dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a06dbf0-d0f7-49ab-94ba-73c7ef1206dc-root {
    text-align: center;
  }


#s-1a06dbf0-d0f7-49ab-94ba-73c7ef1206dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  max-width: 522px;
aspect-ratio: 500/215;
text-align: center;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image {
  box-sizing: border-box;
}



.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container {
      position: relative;
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image {
  box-sizing: border-box;
}



.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container {
      position: relative;
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image {
  box-sizing: border-box;
}



.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container {
      position: relative;
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image {
  box-sizing: border-box;
}



.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container {
      position: relative;
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image {
  box-sizing: border-box;
}



.s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container {
      position: relative;
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b6b8ff7-f43b-46b3-88ca-d4029e28bf11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-33e2cd01-3e3d-424e-8dc3-1dce727d3b4b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c33986d4-ee06-45cc-b1ff-558c81622280 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTYxNTM1M2UtY2Q3NC00MTFkLWFmZWQtMTllZWUwNjhmMzE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE2MTUzNTNlLWNkNzQtNDExZC1hZmVkLTE5ZWVlMDY4ZjMxNCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c33986d4-ee06-45cc-b1ff-558c81622280:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c33986d4-ee06-45cc-b1ff-558c81622280:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c33986d4-ee06-45cc-b1ff-558c81622280-root {
    text-align: center;
  }


#s-c33986d4-ee06-45cc-b1ff-558c81622280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c33986d4-ee06-45cc-b1ff-558c81622280-root {
    text-align: center;
  }


#s-c33986d4-ee06-45cc-b1ff-558c81622280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c33986d4-ee06-45cc-b1ff-558c81622280-root {
    text-align: center;
  }


#s-c33986d4-ee06-45cc-b1ff-558c81622280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c33986d4-ee06-45cc-b1ff-558c81622280-root {
    text-align: center;
  }


#s-c33986d4-ee06-45cc-b1ff-558c81622280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c33986d4-ee06-45cc-b1ff-558c81622280-root {
    text-align: center;
  }


#s-c33986d4-ee06-45cc-b1ff-558c81622280.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  margin: 0 !important;
  overflow: visible;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
  /* Add background color handling */
  
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88309e28-d5de-4600-8f10-f06d48d0da64 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-88309e28-d5de-4600-8f10-f06d48d0da64 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88309e28-d5de-4600-8f10-f06d48d0da64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-88309e28-d5de-4600-8f10-f06d48d0da64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88309e28-d5de-4600-8f10-f06d48d0da64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image {
  box-sizing: border-box;
}



.s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88309e28-d5de-4600-8f10-f06d48d0da64 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container {
      position: relative;
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  margin: 0 !important;
  overflow: visible;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
  /* Add background color handling */
  
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88309e28-d5de-4600-8f10-f06d48d0da64 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-88309e28-d5de-4600-8f10-f06d48d0da64 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88309e28-d5de-4600-8f10-f06d48d0da64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-88309e28-d5de-4600-8f10-f06d48d0da64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88309e28-d5de-4600-8f10-f06d48d0da64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image {
  box-sizing: border-box;
}



.s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88309e28-d5de-4600-8f10-f06d48d0da64 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container {
      position: relative;
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  margin: 0 !important;
  overflow: visible;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
  /* Add background color handling */
  
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88309e28-d5de-4600-8f10-f06d48d0da64 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-88309e28-d5de-4600-8f10-f06d48d0da64 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88309e28-d5de-4600-8f10-f06d48d0da64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-88309e28-d5de-4600-8f10-f06d48d0da64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88309e28-d5de-4600-8f10-f06d48d0da64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image {
  box-sizing: border-box;
}



.s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88309e28-d5de-4600-8f10-f06d48d0da64 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container {
      position: relative;
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  margin: 0 !important;
  overflow: visible;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
  /* Add background color handling */
  
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88309e28-d5de-4600-8f10-f06d48d0da64 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-88309e28-d5de-4600-8f10-f06d48d0da64 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88309e28-d5de-4600-8f10-f06d48d0da64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-88309e28-d5de-4600-8f10-f06d48d0da64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88309e28-d5de-4600-8f10-f06d48d0da64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image {
  box-sizing: border-box;
}



.s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88309e28-d5de-4600-8f10-f06d48d0da64 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container {
      position: relative;
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  margin: 0 !important;
  overflow: visible;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88309e28-d5de-4600-8f10-f06d48d0da64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
  /* Add background color handling */
  
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88309e28-d5de-4600-8f10-f06d48d0da64 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-88309e28-d5de-4600-8f10-f06d48d0da64 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88309e28-d5de-4600-8f10-f06d48d0da64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-88309e28-d5de-4600-8f10-f06d48d0da64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88309e28-d5de-4600-8f10-f06d48d0da64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image {
  box-sizing: border-box;
}



.s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88309e28-d5de-4600-8f10-f06d48d0da64 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container {
      position: relative;
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88309e28-d5de-4600-8f10-f06d48d0da64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-be8ccb93-a9ad-442a-8b36-2e3dea2c06ce {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-caa4c677-c2e2-4159-ac93-b575bad4a675 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmY5NWVkZDEtOTc2My00ZWI2LWE5YzctMTY4MTFhNTBjMTlkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JmOTVlZGQxLTk3NjMtNGViNi1hOWM3LTE2ODExYTUwYzE5ZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-caa4c677-c2e2-4159-ac93-b575bad4a675:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-caa4c677-c2e2-4159-ac93-b575bad4a675:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-caa4c677-c2e2-4159-ac93-b575bad4a675-root {
    text-align: center;
  }


#s-caa4c677-c2e2-4159-ac93-b575bad4a675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-caa4c677-c2e2-4159-ac93-b575bad4a675-root {
    text-align: center;
  }


#s-caa4c677-c2e2-4159-ac93-b575bad4a675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-caa4c677-c2e2-4159-ac93-b575bad4a675-root {
    text-align: center;
  }


#s-caa4c677-c2e2-4159-ac93-b575bad4a675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-caa4c677-c2e2-4159-ac93-b575bad4a675-root {
    text-align: center;
  }


#s-caa4c677-c2e2-4159-ac93-b575bad4a675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-caa4c677-c2e2-4159-ac93-b575bad4a675-root {
    text-align: center;
  }


#s-caa4c677-c2e2-4159-ac93-b575bad4a675.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c4b680a4-85fc-4a55-9405-dfd532a8edc8 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-c4b680a4-85fc-4a55-9405-dfd532a8edc8 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4b680a4-85fc-4a55-9405-dfd532a8edc8 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4b680a4-85fc-4a55-9405-dfd532a8edc8 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-c4b680a4-85fc-4a55-9405-dfd532a8edc8 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-c4b680a4-85fc-4a55-9405-dfd532a8edc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4b680a4-85fc-4a55-9405-dfd532a8edc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c4b680a4-85fc-4a55-9405-dfd532a8edc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4b680a4-85fc-4a55-9405-dfd532a8edc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  margin: 0 !important;
  overflow: visible;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
  /* Add background color handling */
  
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cebf11e2-1902-46e2-9f12-468146ac2021 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cebf11e2-1902-46e2-9f12-468146ac2021 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cebf11e2-1902-46e2-9f12-468146ac2021 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cebf11e2-1902-46e2-9f12-468146ac2021 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cebf11e2-1902-46e2-9f12-468146ac2021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image {
  box-sizing: border-box;
}



.s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cebf11e2-1902-46e2-9f12-468146ac2021 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container {
      position: relative;
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  margin: 0 !important;
  overflow: visible;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
  /* Add background color handling */
  
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cebf11e2-1902-46e2-9f12-468146ac2021 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cebf11e2-1902-46e2-9f12-468146ac2021 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cebf11e2-1902-46e2-9f12-468146ac2021 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cebf11e2-1902-46e2-9f12-468146ac2021 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cebf11e2-1902-46e2-9f12-468146ac2021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image {
  box-sizing: border-box;
}



.s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cebf11e2-1902-46e2-9f12-468146ac2021 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container {
      position: relative;
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  margin: 0 !important;
  overflow: visible;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
  /* Add background color handling */
  
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cebf11e2-1902-46e2-9f12-468146ac2021 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cebf11e2-1902-46e2-9f12-468146ac2021 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cebf11e2-1902-46e2-9f12-468146ac2021 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cebf11e2-1902-46e2-9f12-468146ac2021 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cebf11e2-1902-46e2-9f12-468146ac2021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image {
  box-sizing: border-box;
}



.s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cebf11e2-1902-46e2-9f12-468146ac2021 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container {
      position: relative;
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  margin: 0 !important;
  overflow: visible;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
  /* Add background color handling */
  
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cebf11e2-1902-46e2-9f12-468146ac2021 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cebf11e2-1902-46e2-9f12-468146ac2021 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cebf11e2-1902-46e2-9f12-468146ac2021 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cebf11e2-1902-46e2-9f12-468146ac2021 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cebf11e2-1902-46e2-9f12-468146ac2021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image {
  box-sizing: border-box;
}



.s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cebf11e2-1902-46e2-9f12-468146ac2021 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container {
      position: relative;
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  margin: 0 !important;
  overflow: visible;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cebf11e2-1902-46e2-9f12-468146ac2021 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
  /* Add background color handling */
  
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cebf11e2-1902-46e2-9f12-468146ac2021 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cebf11e2-1902-46e2-9f12-468146ac2021 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cebf11e2-1902-46e2-9f12-468146ac2021 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cebf11e2-1902-46e2-9f12-468146ac2021 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cebf11e2-1902-46e2-9f12-468146ac2021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image {
  box-sizing: border-box;
}



.s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cebf11e2-1902-46e2-9f12-468146ac2021 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container {
      position: relative;
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cebf11e2-1902-46e2-9f12-468146ac2021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-98752de5-8ee9-49e1-b0dd-31b030cb8d41 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9eebe53a-968e-46f7-8dd1-d333897b2931 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODk2NjllMzQtMDQzNS00NzMxLTk4MzgtNjA0Y2U0YzdkY2Y3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzg5NjY5ZTM0LTA0MzUtNDczMS05ODM4LTYwNGNlNGM3ZGNmNykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9eebe53a-968e-46f7-8dd1-d333897b2931:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9eebe53a-968e-46f7-8dd1-d333897b2931:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9eebe53a-968e-46f7-8dd1-d333897b2931-root {
    text-align: center;
  }


#s-9eebe53a-968e-46f7-8dd1-d333897b2931.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9eebe53a-968e-46f7-8dd1-d333897b2931-root {
    text-align: center;
  }


#s-9eebe53a-968e-46f7-8dd1-d333897b2931.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9eebe53a-968e-46f7-8dd1-d333897b2931-root {
    text-align: center;
  }


#s-9eebe53a-968e-46f7-8dd1-d333897b2931.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9eebe53a-968e-46f7-8dd1-d333897b2931-root {
    text-align: center;
  }


#s-9eebe53a-968e-46f7-8dd1-d333897b2931.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9eebe53a-968e-46f7-8dd1-d333897b2931-root {
    text-align: center;
  }


#s-9eebe53a-968e-46f7-8dd1-d333897b2931.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image {
  box-sizing: border-box;
}



.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container {
      position: relative;
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image {
  box-sizing: border-box;
}



.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container {
      position: relative;
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image {
  box-sizing: border-box;
}



.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container {
      position: relative;
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image {
  box-sizing: border-box;
}



.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container {
      position: relative;
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image {
  box-sizing: border-box;
}



.s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container {
      position: relative;
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bcf8b07-726b-4d80-a52f-372f1250f6f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-f2baf077-7158-48c3-b608-2e83acfb449b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7664b4bb-d3e8-4e60-886f-99255cd6e6fb {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWM4MDIzODAtOWNmZC00M2MwLWE1YWItYjY1ZTNmOGUxMmNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzVjODAyMzgwLTljZmQtNDNjMC1hNWFiLWI2NWUzZjhlMTJjZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7664b4bb-d3e8-4e60-886f-99255cd6e6fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7664b4bb-d3e8-4e60-886f-99255cd6e6fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7664b4bb-d3e8-4e60-886f-99255cd6e6fb-root {
    text-align: center;
  }


#s-7664b4bb-d3e8-4e60-886f-99255cd6e6fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7664b4bb-d3e8-4e60-886f-99255cd6e6fb-root {
    text-align: center;
  }


#s-7664b4bb-d3e8-4e60-886f-99255cd6e6fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7664b4bb-d3e8-4e60-886f-99255cd6e6fb-root {
    text-align: center;
  }


#s-7664b4bb-d3e8-4e60-886f-99255cd6e6fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7664b4bb-d3e8-4e60-886f-99255cd6e6fb-root {
    text-align: center;
  }


#s-7664b4bb-d3e8-4e60-886f-99255cd6e6fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7664b4bb-d3e8-4e60-886f-99255cd6e6fb-root {
    text-align: center;
  }


#s-7664b4bb-d3e8-4e60-886f-99255cd6e6fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image {
  box-sizing: border-box;
}



.s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container {
      position: relative;
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image {
  box-sizing: border-box;
}



.s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container {
      position: relative;
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image {
  box-sizing: border-box;
}



.s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container {
      position: relative;
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image {
  box-sizing: border-box;
}



.s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container {
      position: relative;
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-b2bdd63c-b55c-4edb-acbe-dfb884869621 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image {
  box-sizing: border-box;
}



.s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container {
      position: relative;
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2bdd63c-b55c-4edb-acbe-dfb884869621 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-06b13070-b40c-4d7f-bb10-f8e5fcd2f304 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-95dbb6e0-8e2e-4c1e-bc49-8b4105034fda {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2RkZTQyYjQtM2QwMS00YzI2LWIzOGEtY2Q2NTFlMTNmYjg3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzdkZGU0MmI0LTNkMDEtNGMyNi1iMzhhLWNkNjUxZTEzZmI4NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-95dbb6e0-8e2e-4c1e-bc49-8b4105034fda:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-95dbb6e0-8e2e-4c1e-bc49-8b4105034fda:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-95dbb6e0-8e2e-4c1e-bc49-8b4105034fda-root {
    text-align: center;
  }


#s-95dbb6e0-8e2e-4c1e-bc49-8b4105034fda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-95dbb6e0-8e2e-4c1e-bc49-8b4105034fda-root {
    text-align: center;
  }


#s-95dbb6e0-8e2e-4c1e-bc49-8b4105034fda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95dbb6e0-8e2e-4c1e-bc49-8b4105034fda-root {
    text-align: center;
  }


#s-95dbb6e0-8e2e-4c1e-bc49-8b4105034fda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95dbb6e0-8e2e-4c1e-bc49-8b4105034fda-root {
    text-align: center;
  }


#s-95dbb6e0-8e2e-4c1e-bc49-8b4105034fda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-95dbb6e0-8e2e-4c1e-bc49-8b4105034fda-root {
    text-align: center;
  }


#s-95dbb6e0-8e2e-4c1e-bc49-8b4105034fda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a54cf8c8-cb16-46e9-91d2-695fc1bdd76d {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-a54cf8c8-cb16-46e9-91d2-695fc1bdd76d {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a54cf8c8-cb16-46e9-91d2-695fc1bdd76d {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a54cf8c8-cb16-46e9-91d2-695fc1bdd76d {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-a54cf8c8-cb16-46e9-91d2-695fc1bdd76d {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-a54cf8c8-cb16-46e9-91d2-695fc1bdd76d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a54cf8c8-cb16-46e9-91d2-695fc1bdd76d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a54cf8c8-cb16-46e9-91d2-695fc1bdd76d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a54cf8c8-cb16-46e9-91d2-695fc1bdd76d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  margin: 0 !important;
  overflow: visible;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
  /* Add background color handling */
  
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image {
  box-sizing: border-box;
}



.s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container {
      position: relative;
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  margin: 0 !important;
  overflow: visible;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
  /* Add background color handling */
  
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image {
  box-sizing: border-box;
}



.s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container {
      position: relative;
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  margin: 0 !important;
  overflow: visible;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
  /* Add background color handling */
  
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image {
  box-sizing: border-box;
}



.s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container {
      position: relative;
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  margin: 0 !important;
  overflow: visible;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
  /* Add background color handling */
  
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image {
  box-sizing: border-box;
}



.s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container {
      position: relative;
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  margin: 0 !important;
  overflow: visible;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
  /* Add background color handling */
  
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-13a414d9-8218-420c-99b4-a0dd6ae0e876 .shogun-image-content {
  
    justify-content: center;
  
}

.s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image {
  box-sizing: border-box;
}



.s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container {
      position: relative;
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13a414d9-8218-420c-99b4-a0dd6ae0e876 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-ebd06c90-2d60-4f0b-bdfe-893120119f92 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0c7cdf23-d5c1-4e17-ab1d-935acbe0fd09 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmIzNGE2NTUtYjg2Yi00YjBhLWEwMTUtNGNjYTAwY2NhMjAzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JiMzRhNjU1LWI4NmItNGIwYS1hMDE1LTRjY2EwMGNjYTIwMykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0c7cdf23-d5c1-4e17-ab1d-935acbe0fd09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c7cdf23-d5c1-4e17-ab1d-935acbe0fd09:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0c7cdf23-d5c1-4e17-ab1d-935acbe0fd09-root {
    text-align: center;
  }


#s-0c7cdf23-d5c1-4e17-ab1d-935acbe0fd09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0c7cdf23-d5c1-4e17-ab1d-935acbe0fd09-root {
    text-align: center;
  }


#s-0c7cdf23-d5c1-4e17-ab1d-935acbe0fd09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c7cdf23-d5c1-4e17-ab1d-935acbe0fd09-root {
    text-align: center;
  }


#s-0c7cdf23-d5c1-4e17-ab1d-935acbe0fd09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c7cdf23-d5c1-4e17-ab1d-935acbe0fd09-root {
    text-align: center;
  }


#s-0c7cdf23-d5c1-4e17-ab1d-935acbe0fd09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c7cdf23-d5c1-4e17-ab1d-935acbe0fd09-root {
    text-align: center;
  }


#s-0c7cdf23-d5c1-4e17-ab1d-935acbe0fd09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-538fdadb-1848-46b7-b823-0a26890f66df {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df {
  margin: 0 !important;
  overflow: visible;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-538fdadb-1848-46b7-b823-0a26890f66df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-538fdadb-1848-46b7-b823-0a26890f66df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
  /* Add background color handling */
  
}

#s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-538fdadb-1848-46b7-b823-0a26890f66df .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-538fdadb-1848-46b7-b823-0a26890f66df .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-538fdadb-1848-46b7-b823-0a26890f66df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-538fdadb-1848-46b7-b823-0a26890f66df .shogun-image-content {
  
    justify-content: center;
  
}

.s-538fdadb-1848-46b7-b823-0a26890f66df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image {
  box-sizing: border-box;
}



.s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-538fdadb-1848-46b7-b823-0a26890f66df {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container {
      position: relative;
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-538fdadb-1848-46b7-b823-0a26890f66df {
  margin: 0 !important;
  overflow: visible;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-538fdadb-1848-46b7-b823-0a26890f66df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-538fdadb-1848-46b7-b823-0a26890f66df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
  /* Add background color handling */
  
}

#s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-538fdadb-1848-46b7-b823-0a26890f66df .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-538fdadb-1848-46b7-b823-0a26890f66df .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-538fdadb-1848-46b7-b823-0a26890f66df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-538fdadb-1848-46b7-b823-0a26890f66df .shogun-image-content {
  
    justify-content: center;
  
}

.s-538fdadb-1848-46b7-b823-0a26890f66df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image {
  box-sizing: border-box;
}



.s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-538fdadb-1848-46b7-b823-0a26890f66df {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container {
      position: relative;
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-538fdadb-1848-46b7-b823-0a26890f66df {
  margin: 0 !important;
  overflow: visible;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-538fdadb-1848-46b7-b823-0a26890f66df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-538fdadb-1848-46b7-b823-0a26890f66df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
  /* Add background color handling */
  
}

#s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-538fdadb-1848-46b7-b823-0a26890f66df .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-538fdadb-1848-46b7-b823-0a26890f66df .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-538fdadb-1848-46b7-b823-0a26890f66df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-538fdadb-1848-46b7-b823-0a26890f66df .shogun-image-content {
  
    justify-content: center;
  
}

.s-538fdadb-1848-46b7-b823-0a26890f66df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image {
  box-sizing: border-box;
}



.s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-538fdadb-1848-46b7-b823-0a26890f66df {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container {
      position: relative;
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-538fdadb-1848-46b7-b823-0a26890f66df {
  margin: 0 !important;
  overflow: visible;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-538fdadb-1848-46b7-b823-0a26890f66df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-538fdadb-1848-46b7-b823-0a26890f66df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
  /* Add background color handling */
  
}

#s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-538fdadb-1848-46b7-b823-0a26890f66df .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-538fdadb-1848-46b7-b823-0a26890f66df .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-538fdadb-1848-46b7-b823-0a26890f66df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-538fdadb-1848-46b7-b823-0a26890f66df .shogun-image-content {
  
    justify-content: center;
  
}

.s-538fdadb-1848-46b7-b823-0a26890f66df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image {
  box-sizing: border-box;
}



.s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-538fdadb-1848-46b7-b823-0a26890f66df {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container {
      position: relative;
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-538fdadb-1848-46b7-b823-0a26890f66df {
  margin: 0 !important;
  overflow: visible;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-538fdadb-1848-46b7-b823-0a26890f66df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-538fdadb-1848-46b7-b823-0a26890f66df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
  /* Add background color handling */
  
}

#s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-538fdadb-1848-46b7-b823-0a26890f66df .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-538fdadb-1848-46b7-b823-0a26890f66df .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-538fdadb-1848-46b7-b823-0a26890f66df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-538fdadb-1848-46b7-b823-0a26890f66df .shogun-image-content {
  
    justify-content: center;
  
}

.s-538fdadb-1848-46b7-b823-0a26890f66df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image {
  box-sizing: border-box;
}



.s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-538fdadb-1848-46b7-b823-0a26890f66df {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container {
      position: relative;
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-538fdadb-1848-46b7-b823-0a26890f66df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-579f2143-b678-44df-9745-6cadbdbb6e6a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2efaf054-f948-4eb8-83df-c61f2d610722 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDEwMDNmZmQtZWU5MS00MzY2LWI0NDAtZDlhYmExYTRiMjFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzAxMDAzZmZkLWVlOTEtNDM2Ni1iNDQwLWQ5YWJhMWE0YjIxZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-2efaf054-f948-4eb8-83df-c61f2d610722:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2efaf054-f948-4eb8-83df-c61f2d610722:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2efaf054-f948-4eb8-83df-c61f2d610722-root {
    text-align: center;
  }


#s-2efaf054-f948-4eb8-83df-c61f2d610722.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2efaf054-f948-4eb8-83df-c61f2d610722-root {
    text-align: center;
  }


#s-2efaf054-f948-4eb8-83df-c61f2d610722.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2efaf054-f948-4eb8-83df-c61f2d610722-root {
    text-align: center;
  }


#s-2efaf054-f948-4eb8-83df-c61f2d610722.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2efaf054-f948-4eb8-83df-c61f2d610722-root {
    text-align: center;
  }


#s-2efaf054-f948-4eb8-83df-c61f2d610722.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2efaf054-f948-4eb8-83df-c61f2d610722-root {
    text-align: center;
  }


#s-2efaf054-f948-4eb8-83df-c61f2d610722.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cb1a118f-8636-41b1-a781-41826301dc17 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb1a118f-8636-41b1-a781-41826301dc17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb1a118f-8636-41b1-a781-41826301dc17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1a118f-8636-41b1-a781-41826301dc17 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cb1a118f-8636-41b1-a781-41826301dc17 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1a118f-8636-41b1-a781-41826301dc17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cb1a118f-8636-41b1-a781-41826301dc17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb1a118f-8636-41b1-a781-41826301dc17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image {
  box-sizing: border-box;
}



.s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb1a118f-8636-41b1-a781-41826301dc17 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container {
      position: relative;
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-cb1a118f-8636-41b1-a781-41826301dc17 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb1a118f-8636-41b1-a781-41826301dc17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb1a118f-8636-41b1-a781-41826301dc17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1a118f-8636-41b1-a781-41826301dc17 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cb1a118f-8636-41b1-a781-41826301dc17 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1a118f-8636-41b1-a781-41826301dc17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cb1a118f-8636-41b1-a781-41826301dc17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb1a118f-8636-41b1-a781-41826301dc17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image {
  box-sizing: border-box;
}



.s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb1a118f-8636-41b1-a781-41826301dc17 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container {
      position: relative;
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cb1a118f-8636-41b1-a781-41826301dc17 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb1a118f-8636-41b1-a781-41826301dc17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb1a118f-8636-41b1-a781-41826301dc17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1a118f-8636-41b1-a781-41826301dc17 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cb1a118f-8636-41b1-a781-41826301dc17 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1a118f-8636-41b1-a781-41826301dc17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cb1a118f-8636-41b1-a781-41826301dc17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb1a118f-8636-41b1-a781-41826301dc17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image {
  box-sizing: border-box;
}



.s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb1a118f-8636-41b1-a781-41826301dc17 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container {
      position: relative;
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cb1a118f-8636-41b1-a781-41826301dc17 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb1a118f-8636-41b1-a781-41826301dc17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb1a118f-8636-41b1-a781-41826301dc17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1a118f-8636-41b1-a781-41826301dc17 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cb1a118f-8636-41b1-a781-41826301dc17 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1a118f-8636-41b1-a781-41826301dc17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cb1a118f-8636-41b1-a781-41826301dc17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb1a118f-8636-41b1-a781-41826301dc17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image {
  box-sizing: border-box;
}



.s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb1a118f-8636-41b1-a781-41826301dc17 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container {
      position: relative;
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-cb1a118f-8636-41b1-a781-41826301dc17 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb1a118f-8636-41b1-a781-41826301dc17 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb1a118f-8636-41b1-a781-41826301dc17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1a118f-8636-41b1-a781-41826301dc17 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cb1a118f-8636-41b1-a781-41826301dc17 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1a118f-8636-41b1-a781-41826301dc17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cb1a118f-8636-41b1-a781-41826301dc17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb1a118f-8636-41b1-a781-41826301dc17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image {
  box-sizing: border-box;
}



.s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb1a118f-8636-41b1-a781-41826301dc17 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container {
      position: relative;
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1a118f-8636-41b1-a781-41826301dc17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-38c98e94-5a49-4cac-bf74-06da563a0e5e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1c8afb9e-3cfb-438c-96f9-924e3fb695c7 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNiMjVmOTgtMDkwMi00M2ZjLWI0M2MtM2U3ZDY4NTU0Y2M4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzJjYjI1Zjk4LTA5MDItNDNmYy1iNDNjLTNlN2Q2ODU1NGNjOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1c8afb9e-3cfb-438c-96f9-924e3fb695c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c8afb9e-3cfb-438c-96f9-924e3fb695c7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1c8afb9e-3cfb-438c-96f9-924e3fb695c7-root {
    text-align: center;
  }


#s-1c8afb9e-3cfb-438c-96f9-924e3fb695c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c8afb9e-3cfb-438c-96f9-924e3fb695c7-root {
    text-align: center;
  }


#s-1c8afb9e-3cfb-438c-96f9-924e3fb695c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c8afb9e-3cfb-438c-96f9-924e3fb695c7-root {
    text-align: center;
  }


#s-1c8afb9e-3cfb-438c-96f9-924e3fb695c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c8afb9e-3cfb-438c-96f9-924e3fb695c7-root {
    text-align: center;
  }


#s-1c8afb9e-3cfb-438c-96f9-924e3fb695c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c8afb9e-3cfb-438c-96f9-924e3fb695c7-root {
    text-align: center;
  }


#s-1c8afb9e-3cfb-438c-96f9-924e3fb695c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-640549c1-f5a2-4947-af76-b61252efae6d {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-640549c1-f5a2-4947-af76-b61252efae6d {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-640549c1-f5a2-4947-af76-b61252efae6d {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-640549c1-f5a2-4947-af76-b61252efae6d {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-640549c1-f5a2-4947-af76-b61252efae6d {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-640549c1-f5a2-4947-af76-b61252efae6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-640549c1-f5a2-4947-af76-b61252efae6d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-640549c1-f5a2-4947-af76-b61252efae6d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-640549c1-f5a2-4947-af76-b61252efae6d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  margin: 0 !important;
  overflow: visible;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
  /* Add background color handling */
  
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image {
  box-sizing: border-box;
}



.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container {
      position: relative;
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  margin: 0 !important;
  overflow: visible;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
  /* Add background color handling */
  
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image {
  box-sizing: border-box;
}



.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container {
      position: relative;
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  margin: 0 !important;
  overflow: visible;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
  /* Add background color handling */
  
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image {
  box-sizing: border-box;
}



.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container {
      position: relative;
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  margin: 0 !important;
  overflow: visible;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
  /* Add background color handling */
  
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image {
  box-sizing: border-box;
}



.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container {
      position: relative;
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  margin: 0 !important;
  overflow: visible;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
  /* Add background color handling */
  
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image {
  box-sizing: border-box;
}



.s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container {
      position: relative;
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6de2b1b6-39cf-4120-8bd9-6e30ce722f51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-36be89e0-5346-4d4e-8214-c5a1ec326936 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-587fae0a-ae6d-4874-8a50-14f77f0ce06b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGZjZjk5MTgtMGIyZi00ZTU2LWFkYzktZWI5NThmODQ2MDg3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzBmY2Y5OTE4LTBiMmYtNGU1Ni1hZGM5LWViOTU4Zjg0NjA4NykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-587fae0a-ae6d-4874-8a50-14f77f0ce06b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-587fae0a-ae6d-4874-8a50-14f77f0ce06b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-587fae0a-ae6d-4874-8a50-14f77f0ce06b-root {
    text-align: center;
  }


#s-587fae0a-ae6d-4874-8a50-14f77f0ce06b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-587fae0a-ae6d-4874-8a50-14f77f0ce06b-root {
    text-align: center;
  }


#s-587fae0a-ae6d-4874-8a50-14f77f0ce06b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-587fae0a-ae6d-4874-8a50-14f77f0ce06b-root {
    text-align: center;
  }


#s-587fae0a-ae6d-4874-8a50-14f77f0ce06b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-587fae0a-ae6d-4874-8a50-14f77f0ce06b-root {
    text-align: center;
  }


#s-587fae0a-ae6d-4874-8a50-14f77f0ce06b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-587fae0a-ae6d-4874-8a50-14f77f0ce06b-root {
    text-align: center;
  }


#s-587fae0a-ae6d-4874-8a50-14f77f0ce06b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  margin: 0 !important;
  overflow: visible;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
  /* Add background color handling */
  
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image {
  box-sizing: border-box;
}



.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container {
      position: relative;
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  margin: 0 !important;
  overflow: visible;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
  /* Add background color handling */
  
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image {
  box-sizing: border-box;
}



.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container {
      position: relative;
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  margin: 0 !important;
  overflow: visible;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
  /* Add background color handling */
  
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image {
  box-sizing: border-box;
}



.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container {
      position: relative;
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  margin: 0 !important;
  overflow: visible;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
  /* Add background color handling */
  
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image {
  box-sizing: border-box;
}



.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container {
      position: relative;
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  margin: 0 !important;
  overflow: visible;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
  /* Add background color handling */
  
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image {
  box-sizing: border-box;
}



.s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container {
      position: relative;
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9f5ce5d-9c50-46e1-9786-e5d067afaf1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-818fac9c-f49f-4566-8904-503ec476c483 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e6f33e81-944f-4cae-8aed-2c0f51c51429 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmI2NmEzMGYtODJjNC00YzA0LTgzMDMtYjU0MDY4ZThlODQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2ZiNjZhMzBmLTgyYzQtNGMwNC04MzAzLWI1NDA2OGU4ZTg0MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e6f33e81-944f-4cae-8aed-2c0f51c51429:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6f33e81-944f-4cae-8aed-2c0f51c51429:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e6f33e81-944f-4cae-8aed-2c0f51c51429-root {
    text-align: center;
  }


#s-e6f33e81-944f-4cae-8aed-2c0f51c51429.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6f33e81-944f-4cae-8aed-2c0f51c51429-root {
    text-align: center;
  }


#s-e6f33e81-944f-4cae-8aed-2c0f51c51429.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6f33e81-944f-4cae-8aed-2c0f51c51429-root {
    text-align: center;
  }


#s-e6f33e81-944f-4cae-8aed-2c0f51c51429.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6f33e81-944f-4cae-8aed-2c0f51c51429-root {
    text-align: center;
  }


#s-e6f33e81-944f-4cae-8aed-2c0f51c51429.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6f33e81-944f-4cae-8aed-2c0f51c51429-root {
    text-align: center;
  }


#s-e6f33e81-944f-4cae-8aed-2c0f51c51429.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce3eaaa0-6567-4398-a444-acd402348ed5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image {
  box-sizing: border-box;
}



.s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container {
      position: relative;
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce3eaaa0-6567-4398-a444-acd402348ed5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image {
  box-sizing: border-box;
}



.s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container {
      position: relative;
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce3eaaa0-6567-4398-a444-acd402348ed5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image {
  box-sizing: border-box;
}



.s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container {
      position: relative;
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce3eaaa0-6567-4398-a444-acd402348ed5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image {
  box-sizing: border-box;
}



.s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container {
      position: relative;
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  margin: 0 !important;
  overflow: visible;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
  /* Add background color handling */
  
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-ce3eaaa0-6567-4398-a444-acd402348ed5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce3eaaa0-6567-4398-a444-acd402348ed5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image {
  box-sizing: border-box;
}



.s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ce3eaaa0-6567-4398-a444-acd402348ed5 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container {
      position: relative;
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ce3eaaa0-6567-4398-a444-acd402348ed5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-4f5f54b5-1e70-4f01-aad9-ef42f5c1f1f5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6500a74b-93ba-44e8-93f0-17e7f5b5fdcc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzZhYmEyMzEtOTkzMC00NWU2LTlkNjItMWEwYjA1ZjU4OTFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzM2YWJhMjMxLTk5MzAtNDVlNi05ZDYyLTFhMGIwNWY1ODkxYSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6500a74b-93ba-44e8-93f0-17e7f5b5fdcc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6500a74b-93ba-44e8-93f0-17e7f5b5fdcc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6500a74b-93ba-44e8-93f0-17e7f5b5fdcc-root {
    text-align: center;
  }


#s-6500a74b-93ba-44e8-93f0-17e7f5b5fdcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6500a74b-93ba-44e8-93f0-17e7f5b5fdcc-root {
    text-align: center;
  }


#s-6500a74b-93ba-44e8-93f0-17e7f5b5fdcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6500a74b-93ba-44e8-93f0-17e7f5b5fdcc-root {
    text-align: center;
  }


#s-6500a74b-93ba-44e8-93f0-17e7f5b5fdcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6500a74b-93ba-44e8-93f0-17e7f5b5fdcc-root {
    text-align: center;
  }


#s-6500a74b-93ba-44e8-93f0-17e7f5b5fdcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6500a74b-93ba-44e8-93f0-17e7f5b5fdcc-root {
    text-align: center;
  }


#s-6500a74b-93ba-44e8-93f0-17e7f5b5fdcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-304f5b84-df30-4eb3-b6fd-ddf670a43741 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-304f5b84-df30-4eb3-b6fd-ddf670a43741 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-304f5b84-df30-4eb3-b6fd-ddf670a43741 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-304f5b84-df30-4eb3-b6fd-ddf670a43741 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-304f5b84-df30-4eb3-b6fd-ddf670a43741 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-304f5b84-df30-4eb3-b6fd-ddf670a43741"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-304f5b84-df30-4eb3-b6fd-ddf670a43741"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-304f5b84-df30-4eb3-b6fd-ddf670a43741"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-304f5b84-df30-4eb3-b6fd-ddf670a43741"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8430357b-a21d-495e-912b-45fa28f95acf {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf {
  margin: 0 !important;
  overflow: visible;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8430357b-a21d-495e-912b-45fa28f95acf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8430357b-a21d-495e-912b-45fa28f95acf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
  /* Add background color handling */
  
}

#s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8430357b-a21d-495e-912b-45fa28f95acf .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8430357b-a21d-495e-912b-45fa28f95acf .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8430357b-a21d-495e-912b-45fa28f95acf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8430357b-a21d-495e-912b-45fa28f95acf .shogun-image-content {
  
    justify-content: center;
  
}

.s-8430357b-a21d-495e-912b-45fa28f95acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image {
  box-sizing: border-box;
}



.s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8430357b-a21d-495e-912b-45fa28f95acf {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container {
      position: relative;
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-8430357b-a21d-495e-912b-45fa28f95acf {
  margin: 0 !important;
  overflow: visible;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8430357b-a21d-495e-912b-45fa28f95acf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8430357b-a21d-495e-912b-45fa28f95acf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
  /* Add background color handling */
  
}

#s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8430357b-a21d-495e-912b-45fa28f95acf .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8430357b-a21d-495e-912b-45fa28f95acf .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8430357b-a21d-495e-912b-45fa28f95acf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8430357b-a21d-495e-912b-45fa28f95acf .shogun-image-content {
  
    justify-content: center;
  
}

.s-8430357b-a21d-495e-912b-45fa28f95acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image {
  box-sizing: border-box;
}



.s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8430357b-a21d-495e-912b-45fa28f95acf {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container {
      position: relative;
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8430357b-a21d-495e-912b-45fa28f95acf {
  margin: 0 !important;
  overflow: visible;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8430357b-a21d-495e-912b-45fa28f95acf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8430357b-a21d-495e-912b-45fa28f95acf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
  /* Add background color handling */
  
}

#s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8430357b-a21d-495e-912b-45fa28f95acf .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8430357b-a21d-495e-912b-45fa28f95acf .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8430357b-a21d-495e-912b-45fa28f95acf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8430357b-a21d-495e-912b-45fa28f95acf .shogun-image-content {
  
    justify-content: center;
  
}

.s-8430357b-a21d-495e-912b-45fa28f95acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image {
  box-sizing: border-box;
}



.s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8430357b-a21d-495e-912b-45fa28f95acf {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container {
      position: relative;
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8430357b-a21d-495e-912b-45fa28f95acf {
  margin: 0 !important;
  overflow: visible;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8430357b-a21d-495e-912b-45fa28f95acf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8430357b-a21d-495e-912b-45fa28f95acf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
  /* Add background color handling */
  
}

#s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8430357b-a21d-495e-912b-45fa28f95acf .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8430357b-a21d-495e-912b-45fa28f95acf .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8430357b-a21d-495e-912b-45fa28f95acf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8430357b-a21d-495e-912b-45fa28f95acf .shogun-image-content {
  
    justify-content: center;
  
}

.s-8430357b-a21d-495e-912b-45fa28f95acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image {
  box-sizing: border-box;
}



.s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8430357b-a21d-495e-912b-45fa28f95acf {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container {
      position: relative;
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-8430357b-a21d-495e-912b-45fa28f95acf {
  margin: 0 !important;
  overflow: visible;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8430357b-a21d-495e-912b-45fa28f95acf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8430357b-a21d-495e-912b-45fa28f95acf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
  /* Add background color handling */
  
}

#s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8430357b-a21d-495e-912b-45fa28f95acf .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-8430357b-a21d-495e-912b-45fa28f95acf .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8430357b-a21d-495e-912b-45fa28f95acf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-8430357b-a21d-495e-912b-45fa28f95acf .shogun-image-content {
  
    justify-content: center;
  
}

.s-8430357b-a21d-495e-912b-45fa28f95acf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image {
  box-sizing: border-box;
}



.s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8430357b-a21d-495e-912b-45fa28f95acf {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container {
      position: relative;
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8430357b-a21d-495e-912b-45fa28f95acf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-5f665e1f-1a1f-4be3-9d28-d78b400651c9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0838b82f-ec1a-4d45-8602-a704204cbcb5 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjgxYThiMmItM2I3OS00MmY3LTg3ZWQtMjNjMDBhMzljMTUzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzI4MWE4YjJiLTNiNzktNDJmNy04N2VkLTIzYzAwYTM5YzE1MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-0838b82f-ec1a-4d45-8602-a704204cbcb5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0838b82f-ec1a-4d45-8602-a704204cbcb5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0838b82f-ec1a-4d45-8602-a704204cbcb5-root {
    text-align: center;
  }


#s-0838b82f-ec1a-4d45-8602-a704204cbcb5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0838b82f-ec1a-4d45-8602-a704204cbcb5-root {
    text-align: center;
  }


#s-0838b82f-ec1a-4d45-8602-a704204cbcb5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0838b82f-ec1a-4d45-8602-a704204cbcb5-root {
    text-align: center;
  }


#s-0838b82f-ec1a-4d45-8602-a704204cbcb5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0838b82f-ec1a-4d45-8602-a704204cbcb5-root {
    text-align: center;
  }


#s-0838b82f-ec1a-4d45-8602-a704204cbcb5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0838b82f-ec1a-4d45-8602-a704204cbcb5-root {
    text-align: center;
  }


#s-0838b82f-ec1a-4d45-8602-a704204cbcb5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  margin: 0 !important;
  overflow: visible;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
  /* Add background color handling */
  
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image {
  box-sizing: border-box;
}



.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container {
      position: relative;
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  margin: 0 !important;
  overflow: visible;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
  /* Add background color handling */
  
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image {
  box-sizing: border-box;
}



.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container {
      position: relative;
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  margin: 0 !important;
  overflow: visible;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
  /* Add background color handling */
  
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image {
  box-sizing: border-box;
}



.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container {
      position: relative;
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  margin: 0 !important;
  overflow: visible;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
  /* Add background color handling */
  
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image {
  box-sizing: border-box;
}



.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container {
      position: relative;
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  margin: 0 !important;
  overflow: visible;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
  /* Add background color handling */
  
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image {
  box-sizing: border-box;
}



.s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container {
      position: relative;
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7af9743f-12a9-4dcd-b6a5-2dcea35bac36 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-b5c75bb6-11c7-4580-97af-0ccbe0e7f574 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bb2d0d86-7fad-4007-be09-cecfce9bdcc5 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjBlNTQ5MDAtZDE3Ni00MTA0LTk4ZTctYTQ2OWRiOTBiNWQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzYwZTU0OTAwLWQxNzYtNDEwNC05OGU3LWE0NjlkYjkwYjVkNykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-bb2d0d86-7fad-4007-be09-cecfce9bdcc5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb2d0d86-7fad-4007-be09-cecfce9bdcc5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb2d0d86-7fad-4007-be09-cecfce9bdcc5-root {
    text-align: center;
  }


#s-bb2d0d86-7fad-4007-be09-cecfce9bdcc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb2d0d86-7fad-4007-be09-cecfce9bdcc5-root {
    text-align: center;
  }


#s-bb2d0d86-7fad-4007-be09-cecfce9bdcc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb2d0d86-7fad-4007-be09-cecfce9bdcc5-root {
    text-align: center;
  }


#s-bb2d0d86-7fad-4007-be09-cecfce9bdcc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb2d0d86-7fad-4007-be09-cecfce9bdcc5-root {
    text-align: center;
  }


#s-bb2d0d86-7fad-4007-be09-cecfce9bdcc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb2d0d86-7fad-4007-be09-cecfce9bdcc5-root {
    text-align: center;
  }


#s-bb2d0d86-7fad-4007-be09-cecfce9bdcc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  margin: 0 !important;
  overflow: visible;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
  /* Add background color handling */
  
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image {
  box-sizing: border-box;
}



.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container {
      position: relative;
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  margin: 0 !important;
  overflow: visible;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
  /* Add background color handling */
  
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image {
  box-sizing: border-box;
}



.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container {
      position: relative;
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  margin: 0 !important;
  overflow: visible;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
  /* Add background color handling */
  
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image {
  box-sizing: border-box;
}



.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container {
      position: relative;
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  margin: 0 !important;
  overflow: visible;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
  /* Add background color handling */
  
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image {
  box-sizing: border-box;
}



.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container {
      position: relative;
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  margin: 0 !important;
  overflow: visible;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
  /* Add background color handling */
  
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image {
  box-sizing: border-box;
}



.s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container {
      position: relative;
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbe8cd94-dcde-4d7d-a239-9c3f5c69cf5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-4e8092d3-9cb8-4af8-8107-e9e459776c9c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b5aa11bb-5733-4832-b1c8-f6deacded888 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDhkNDYyYzYtMWVkNy00MzRiLTkxYjctZGRlMGJmYmYzNGY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Q4ZDQ2MmM2LTFlZDctNDM0Yi05MWI3LWRkZTBiZmJmMzRmNSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b5aa11bb-5733-4832-b1c8-f6deacded888:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b5aa11bb-5733-4832-b1c8-f6deacded888:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b5aa11bb-5733-4832-b1c8-f6deacded888-root {
    text-align: center;
  }


#s-b5aa11bb-5733-4832-b1c8-f6deacded888.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b5aa11bb-5733-4832-b1c8-f6deacded888-root {
    text-align: center;
  }


#s-b5aa11bb-5733-4832-b1c8-f6deacded888.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5aa11bb-5733-4832-b1c8-f6deacded888-root {
    text-align: center;
  }


#s-b5aa11bb-5733-4832-b1c8-f6deacded888.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5aa11bb-5733-4832-b1c8-f6deacded888-root {
    text-align: center;
  }


#s-b5aa11bb-5733-4832-b1c8-f6deacded888.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b5aa11bb-5733-4832-b1c8-f6deacded888-root {
    text-align: center;
  }


#s-b5aa11bb-5733-4832-b1c8-f6deacded888.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-18fae2d6-11e3-45fb-b878-b4b2bb7eef13 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-18fae2d6-11e3-45fb-b878-b4b2bb7eef13 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18fae2d6-11e3-45fb-b878-b4b2bb7eef13 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-18fae2d6-11e3-45fb-b878-b4b2bb7eef13 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-18fae2d6-11e3-45fb-b878-b4b2bb7eef13 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-18fae2d6-11e3-45fb-b878-b4b2bb7eef13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18fae2d6-11e3-45fb-b878-b4b2bb7eef13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-18fae2d6-11e3-45fb-b878-b4b2bb7eef13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-18fae2d6-11e3-45fb-b878-b4b2bb7eef13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  margin: 0 !important;
  overflow: visible;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
  /* Add background color handling */
  
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shogun-image-content {
  
    justify-content: center;
  
}

.s-283b0d1f-bdff-471d-88f7-de163ae2a658.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image {
  box-sizing: border-box;
}



.s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container {
      position: relative;
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  margin: 0 !important;
  overflow: visible;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
  /* Add background color handling */
  
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shogun-image-content {
  
    justify-content: center;
  
}

.s-283b0d1f-bdff-471d-88f7-de163ae2a658.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image {
  box-sizing: border-box;
}



.s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container {
      position: relative;
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  margin: 0 !important;
  overflow: visible;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
  /* Add background color handling */
  
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shogun-image-content {
  
    justify-content: center;
  
}

.s-283b0d1f-bdff-471d-88f7-de163ae2a658.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image {
  box-sizing: border-box;
}



.s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container {
      position: relative;
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  margin: 0 !important;
  overflow: visible;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
  /* Add background color handling */
  
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shogun-image-content {
  
    justify-content: center;
  
}

.s-283b0d1f-bdff-471d-88f7-de163ae2a658.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image {
  box-sizing: border-box;
}



.s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container {
      position: relative;
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  margin: 0 !important;
  overflow: visible;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
  /* Add background color handling */
  
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-283b0d1f-bdff-471d-88f7-de163ae2a658 .shogun-image-content {
  
    justify-content: center;
  
}

.s-283b0d1f-bdff-471d-88f7-de163ae2a658.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image {
  box-sizing: border-box;
}



.s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283b0d1f-bdff-471d-88f7-de163ae2a658 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container {
      position: relative;
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283b0d1f-bdff-471d-88f7-de163ae2a658 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-647e13f8-73e5-4ac1-b0e3-fa6c4d18f783 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6a9527c8-0db5-4abc-a047-d6f90812b90e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjg4Njc3NWMtMzhkMi00Mzk0LTllOTgtOGZlZTBiMDcxNTM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Y4ODY3NzVjLTM4ZDItNDM5NC05ZTk4LThmZWUwYjA3MTUzOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6a9527c8-0db5-4abc-a047-d6f90812b90e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6a9527c8-0db5-4abc-a047-d6f90812b90e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6a9527c8-0db5-4abc-a047-d6f90812b90e-root {
    text-align: center;
  }


#s-6a9527c8-0db5-4abc-a047-d6f90812b90e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a9527c8-0db5-4abc-a047-d6f90812b90e-root {
    text-align: center;
  }


#s-6a9527c8-0db5-4abc-a047-d6f90812b90e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a9527c8-0db5-4abc-a047-d6f90812b90e-root {
    text-align: center;
  }


#s-6a9527c8-0db5-4abc-a047-d6f90812b90e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a9527c8-0db5-4abc-a047-d6f90812b90e-root {
    text-align: center;
  }


#s-6a9527c8-0db5-4abc-a047-d6f90812b90e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a9527c8-0db5-4abc-a047-d6f90812b90e-root {
    text-align: center;
  }


#s-6a9527c8-0db5-4abc-a047-d6f90812b90e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image {
  box-sizing: border-box;
}



.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container {
      position: relative;
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image {
  box-sizing: border-box;
}



.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container {
      position: relative;
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image {
  box-sizing: border-box;
}



.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container {
      position: relative;
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image {
  box-sizing: border-box;
}



.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container {
      position: relative;
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  margin: 0 !important;
  overflow: visible;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
  /* Add background color handling */
  
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image {
  box-sizing: border-box;
}



.s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container {
      position: relative;
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5307ed3-4e1d-4f72-bb6b-9efff01a2b01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-c4938e36-0196-4f91-aac5-64854abca8b1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3c44b153-7335-4f07-a970-91e2b85e5d04 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmYzMWMxYzMtYjBjMS00ZTI0LWFkOTItNGM2ZDBlNWRhZDczIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzZmMzFjMWMzLWIwYzEtNGUyNC1hZDkyLTRjNmQwZTVkYWQ3MykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3c44b153-7335-4f07-a970-91e2b85e5d04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c44b153-7335-4f07-a970-91e2b85e5d04:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c44b153-7335-4f07-a970-91e2b85e5d04-root {
    text-align: center;
  }


#s-3c44b153-7335-4f07-a970-91e2b85e5d04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c44b153-7335-4f07-a970-91e2b85e5d04-root {
    text-align: center;
  }


#s-3c44b153-7335-4f07-a970-91e2b85e5d04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c44b153-7335-4f07-a970-91e2b85e5d04-root {
    text-align: center;
  }


#s-3c44b153-7335-4f07-a970-91e2b85e5d04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c44b153-7335-4f07-a970-91e2b85e5d04-root {
    text-align: center;
  }


#s-3c44b153-7335-4f07-a970-91e2b85e5d04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c44b153-7335-4f07-a970-91e2b85e5d04-root {
    text-align: center;
  }


#s-3c44b153-7335-4f07-a970-91e2b85e5d04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  margin: 0 !important;
  overflow: visible;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
  /* Add background color handling */
  
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image {
  box-sizing: border-box;
}



.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container {
      position: relative;
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  margin: 0 !important;
  overflow: visible;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
  /* Add background color handling */
  
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image {
  box-sizing: border-box;
}



.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container {
      position: relative;
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  margin: 0 !important;
  overflow: visible;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
  /* Add background color handling */
  
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image {
  box-sizing: border-box;
}



.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container {
      position: relative;
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  margin: 0 !important;
  overflow: visible;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
  /* Add background color handling */
  
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image {
  box-sizing: border-box;
}



.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container {
      position: relative;
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  margin: 0 !important;
  overflow: visible;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
  /* Add background color handling */
  
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image {
  box-sizing: border-box;
}



.s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container {
      position: relative;
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d59cdde6-7a00-4cc5-9532-25f21cd99f6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-cc73970f-0fb6-4f91-bbb0-b03cf1d7e34f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-03cc864b-f2b5-4698-a486-faed5c5f3774 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDBhMjA4YmYtYTY4Yy00OGQ4LTlkYTItMjNmZTQyNGY2MTVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzQwYTIwOGJmLWE2OGMtNDhkOC05ZGEyLTIzZmU0MjRmNjE1ZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-03cc864b-f2b5-4698-a486-faed5c5f3774:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-03cc864b-f2b5-4698-a486-faed5c5f3774:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-03cc864b-f2b5-4698-a486-faed5c5f3774-root {
    text-align: center;
  }


#s-03cc864b-f2b5-4698-a486-faed5c5f3774.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-03cc864b-f2b5-4698-a486-faed5c5f3774-root {
    text-align: center;
  }


#s-03cc864b-f2b5-4698-a486-faed5c5f3774.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03cc864b-f2b5-4698-a486-faed5c5f3774-root {
    text-align: center;
  }


#s-03cc864b-f2b5-4698-a486-faed5c5f3774.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03cc864b-f2b5-4698-a486-faed5c5f3774-root {
    text-align: center;
  }


#s-03cc864b-f2b5-4698-a486-faed5c5f3774.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-03cc864b-f2b5-4698-a486-faed5c5f3774-root {
    text-align: center;
  }


#s-03cc864b-f2b5-4698-a486-faed5c5f3774.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9f93cc45-5d76-4eec-9f63-c80c9d8c062b {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-9f93cc45-5d76-4eec-9f63-c80c9d8c062b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f93cc45-5d76-4eec-9f63-c80c9d8c062b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f93cc45-5d76-4eec-9f63-c80c9d8c062b {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-9f93cc45-5d76-4eec-9f63-c80c9d8c062b {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-9f93cc45-5d76-4eec-9f63-c80c9d8c062b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f93cc45-5d76-4eec-9f63-c80c9d8c062b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9f93cc45-5d76-4eec-9f63-c80c9d8c062b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f93cc45-5d76-4eec-9f63-c80c9d8c062b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-92cab564-6078-472b-b0f7-c4476c68399c {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c {
  margin: 0 !important;
  overflow: visible;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92cab564-6078-472b-b0f7-c4476c68399c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92cab564-6078-472b-b0f7-c4476c68399c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
  /* Add background color handling */
  
}

#s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92cab564-6078-472b-b0f7-c4476c68399c .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-92cab564-6078-472b-b0f7-c4476c68399c .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92cab564-6078-472b-b0f7-c4476c68399c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-92cab564-6078-472b-b0f7-c4476c68399c .shogun-image-content {
  
    justify-content: center;
  
}

.s-92cab564-6078-472b-b0f7-c4476c68399c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image {
  box-sizing: border-box;
}



.s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92cab564-6078-472b-b0f7-c4476c68399c {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container {
      position: relative;
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-92cab564-6078-472b-b0f7-c4476c68399c {
  margin: 0 !important;
  overflow: visible;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92cab564-6078-472b-b0f7-c4476c68399c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92cab564-6078-472b-b0f7-c4476c68399c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
  /* Add background color handling */
  
}

#s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92cab564-6078-472b-b0f7-c4476c68399c .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-92cab564-6078-472b-b0f7-c4476c68399c .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92cab564-6078-472b-b0f7-c4476c68399c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-92cab564-6078-472b-b0f7-c4476c68399c .shogun-image-content {
  
    justify-content: center;
  
}

.s-92cab564-6078-472b-b0f7-c4476c68399c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image {
  box-sizing: border-box;
}



.s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92cab564-6078-472b-b0f7-c4476c68399c {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container {
      position: relative;
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-92cab564-6078-472b-b0f7-c4476c68399c {
  margin: 0 !important;
  overflow: visible;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92cab564-6078-472b-b0f7-c4476c68399c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92cab564-6078-472b-b0f7-c4476c68399c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
  /* Add background color handling */
  
}

#s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92cab564-6078-472b-b0f7-c4476c68399c .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-92cab564-6078-472b-b0f7-c4476c68399c .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92cab564-6078-472b-b0f7-c4476c68399c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-92cab564-6078-472b-b0f7-c4476c68399c .shogun-image-content {
  
    justify-content: center;
  
}

.s-92cab564-6078-472b-b0f7-c4476c68399c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image {
  box-sizing: border-box;
}



.s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92cab564-6078-472b-b0f7-c4476c68399c {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container {
      position: relative;
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-92cab564-6078-472b-b0f7-c4476c68399c {
  margin: 0 !important;
  overflow: visible;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92cab564-6078-472b-b0f7-c4476c68399c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92cab564-6078-472b-b0f7-c4476c68399c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
  /* Add background color handling */
  
}

#s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92cab564-6078-472b-b0f7-c4476c68399c .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-92cab564-6078-472b-b0f7-c4476c68399c .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92cab564-6078-472b-b0f7-c4476c68399c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-92cab564-6078-472b-b0f7-c4476c68399c .shogun-image-content {
  
    justify-content: center;
  
}

.s-92cab564-6078-472b-b0f7-c4476c68399c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image {
  box-sizing: border-box;
}



.s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92cab564-6078-472b-b0f7-c4476c68399c {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container {
      position: relative;
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-92cab564-6078-472b-b0f7-c4476c68399c {
  margin: 0 !important;
  overflow: visible;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92cab564-6078-472b-b0f7-c4476c68399c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92cab564-6078-472b-b0f7-c4476c68399c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
  /* Add background color handling */
  
}

#s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92cab564-6078-472b-b0f7-c4476c68399c .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-92cab564-6078-472b-b0f7-c4476c68399c .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92cab564-6078-472b-b0f7-c4476c68399c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-92cab564-6078-472b-b0f7-c4476c68399c .shogun-image-content {
  
    justify-content: center;
  
}

.s-92cab564-6078-472b-b0f7-c4476c68399c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image {
  box-sizing: border-box;
}



.s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92cab564-6078-472b-b0f7-c4476c68399c {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container {
      position: relative;
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92cab564-6078-472b-b0f7-c4476c68399c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-2d03d9c6-a63e-4cdc-b9fd-870172d9e817 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d267b829-cbf9-473c-8827-1813fd696857 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjQzY2E0OGMtMTgyZi00YjQwLWI4YzgtOTZlNmQ0ZjczZGU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2I0M2NhNDhjLTE4MmYtNGI0MC1iOGM4LTk2ZTZkNGY3M2RlNikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d267b829-cbf9-473c-8827-1813fd696857:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d267b829-cbf9-473c-8827-1813fd696857:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d267b829-cbf9-473c-8827-1813fd696857-root {
    text-align: center;
  }


#s-d267b829-cbf9-473c-8827-1813fd696857.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d267b829-cbf9-473c-8827-1813fd696857-root {
    text-align: center;
  }


#s-d267b829-cbf9-473c-8827-1813fd696857.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d267b829-cbf9-473c-8827-1813fd696857-root {
    text-align: center;
  }


#s-d267b829-cbf9-473c-8827-1813fd696857.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d267b829-cbf9-473c-8827-1813fd696857-root {
    text-align: center;
  }


#s-d267b829-cbf9-473c-8827-1813fd696857.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d267b829-cbf9-473c-8827-1813fd696857-root {
    text-align: center;
  }


#s-d267b829-cbf9-473c-8827-1813fd696857.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6dc017c-0251-481c-8544-34a21e7c4e53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image {
  box-sizing: border-box;
}



.s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container {
      position: relative;
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6dc017c-0251-481c-8544-34a21e7c4e53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image {
  box-sizing: border-box;
}



.s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container {
      position: relative;
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6dc017c-0251-481c-8544-34a21e7c4e53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image {
  box-sizing: border-box;
}



.s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container {
      position: relative;
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6dc017c-0251-481c-8544-34a21e7c4e53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image {
  box-sizing: border-box;
}



.s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container {
      position: relative;
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  margin: 0 !important;
  overflow: visible;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
  /* Add background color handling */
  
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f6dc017c-0251-481c-8544-34a21e7c4e53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6dc017c-0251-481c-8544-34a21e7c4e53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image {
  box-sizing: border-box;
}



.s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f6dc017c-0251-481c-8544-34a21e7c4e53 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container {
      position: relative;
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6dc017c-0251-481c-8544-34a21e7c4e53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-4145b7d8-ef94-41eb-b8aa-29b9192df965 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4c4fa92a-83d5-4535-b9ab-a8fa59d1c656 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTg4MTkyYWEtOTg2MC00OTZlLWIyMGItMWNjNmZhOThiY2I1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzE4ODE5MmFhLTk4NjAtNDk2ZS1iMjBiLTFjYzZmYTk4YmNiNSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-4c4fa92a-83d5-4535-b9ab-a8fa59d1c656:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c4fa92a-83d5-4535-b9ab-a8fa59d1c656:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c4fa92a-83d5-4535-b9ab-a8fa59d1c656-root {
    text-align: center;
  }


#s-4c4fa92a-83d5-4535-b9ab-a8fa59d1c656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c4fa92a-83d5-4535-b9ab-a8fa59d1c656-root {
    text-align: center;
  }


#s-4c4fa92a-83d5-4535-b9ab-a8fa59d1c656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c4fa92a-83d5-4535-b9ab-a8fa59d1c656-root {
    text-align: center;
  }


#s-4c4fa92a-83d5-4535-b9ab-a8fa59d1c656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c4fa92a-83d5-4535-b9ab-a8fa59d1c656-root {
    text-align: center;
  }


#s-4c4fa92a-83d5-4535-b9ab-a8fa59d1c656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c4fa92a-83d5-4535-b9ab-a8fa59d1c656-root {
    text-align: center;
  }


#s-4c4fa92a-83d5-4535-b9ab-a8fa59d1c656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  margin: 0 !important;
  overflow: visible;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
  /* Add background color handling */
  
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image {
  box-sizing: border-box;
}



.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container {
      position: relative;
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  margin: 0 !important;
  overflow: visible;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
  /* Add background color handling */
  
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image {
  box-sizing: border-box;
}



.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container {
      position: relative;
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  margin: 0 !important;
  overflow: visible;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
  /* Add background color handling */
  
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image {
  box-sizing: border-box;
}



.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container {
      position: relative;
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  margin: 0 !important;
  overflow: visible;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
  /* Add background color handling */
  
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image {
  box-sizing: border-box;
}



.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container {
      position: relative;
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  margin: 0 !important;
  overflow: visible;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
  /* Add background color handling */
  
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image {
  box-sizing: border-box;
}



.s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container {
      position: relative;
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cceaa9a9-d87f-41d9-9b67-406c2022c5ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-8e40bb80-68c7-4795-9535-414e302b5614 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-841eef92-c908-43f3-83bc-4dec6d21c469 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGJhZjNlMDgtYjMwOS00M2YzLWIyZWYtMjY5Nzk2NDEwODk0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2RiYWYzZTA4LWIzMDktNDNmMy1iMmVmLTI2OTc5NjQxMDg5NCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-841eef92-c908-43f3-83bc-4dec6d21c469:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-841eef92-c908-43f3-83bc-4dec6d21c469:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-841eef92-c908-43f3-83bc-4dec6d21c469-root {
    text-align: center;
  }


#s-841eef92-c908-43f3-83bc-4dec6d21c469.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-841eef92-c908-43f3-83bc-4dec6d21c469-root {
    text-align: center;
  }


#s-841eef92-c908-43f3-83bc-4dec6d21c469.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-841eef92-c908-43f3-83bc-4dec6d21c469-root {
    text-align: center;
  }


#s-841eef92-c908-43f3-83bc-4dec6d21c469.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-841eef92-c908-43f3-83bc-4dec6d21c469-root {
    text-align: center;
  }


#s-841eef92-c908-43f3-83bc-4dec6d21c469.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-841eef92-c908-43f3-83bc-4dec6d21c469-root {
    text-align: center;
  }


#s-841eef92-c908-43f3-83bc-4dec6d21c469.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a2605f84-0171-4a4f-9f87-6bcdcf94b5ce {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-a2605f84-0171-4a4f-9f87-6bcdcf94b5ce {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2605f84-0171-4a4f-9f87-6bcdcf94b5ce {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2605f84-0171-4a4f-9f87-6bcdcf94b5ce {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-a2605f84-0171-4a4f-9f87-6bcdcf94b5ce {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-a2605f84-0171-4a4f-9f87-6bcdcf94b5ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2605f84-0171-4a4f-9f87-6bcdcf94b5ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a2605f84-0171-4a4f-9f87-6bcdcf94b5ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2605f84-0171-4a4f-9f87-6bcdcf94b5ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc2274f0-ed88-459a-86b6-11b27e01a081.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image {
  box-sizing: border-box;
}



.s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container {
      position: relative;
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc2274f0-ed88-459a-86b6-11b27e01a081.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image {
  box-sizing: border-box;
}



.s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container {
      position: relative;
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc2274f0-ed88-459a-86b6-11b27e01a081.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image {
  box-sizing: border-box;
}



.s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container {
      position: relative;
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc2274f0-ed88-459a-86b6-11b27e01a081.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image {
  box-sizing: border-box;
}



.s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container {
      position: relative;
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-dc2274f0-ed88-459a-86b6-11b27e01a081 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc2274f0-ed88-459a-86b6-11b27e01a081.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image {
  box-sizing: border-box;
}



.s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc2274f0-ed88-459a-86b6-11b27e01a081 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container {
      position: relative;
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc2274f0-ed88-459a-86b6-11b27e01a081 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-8b73c77b-e3da-4956-9c6f-ac118caf8117 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6c548f26-4409-4b61-b7ec-27d3bf2429c8 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6c548f26-4409-4b61-b7ec-27d3bf2429c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c548f26-4409-4b61-b7ec-27d3bf2429c8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c548f26-4409-4b61-b7ec-27d3bf2429c8-root {
    text-align: center;
  }


#s-6c548f26-4409-4b61-b7ec-27d3bf2429c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c548f26-4409-4b61-b7ec-27d3bf2429c8-root {
    text-align: center;
  }


#s-6c548f26-4409-4b61-b7ec-27d3bf2429c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c548f26-4409-4b61-b7ec-27d3bf2429c8-root {
    text-align: center;
  }


#s-6c548f26-4409-4b61-b7ec-27d3bf2429c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c548f26-4409-4b61-b7ec-27d3bf2429c8-root {
    text-align: center;
  }


#s-6c548f26-4409-4b61-b7ec-27d3bf2429c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c548f26-4409-4b61-b7ec-27d3bf2429c8-root {
    text-align: center;
  }


#s-6c548f26-4409-4b61-b7ec-27d3bf2429c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  margin: 0 !important;
  overflow: visible;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
  /* Add background color handling */
  
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image {
  box-sizing: border-box;
}



.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container {
      position: relative;
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  margin: 0 !important;
  overflow: visible;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
  /* Add background color handling */
  
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image {
  box-sizing: border-box;
}



.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container {
      position: relative;
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  margin: 0 !important;
  overflow: visible;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
  /* Add background color handling */
  
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image {
  box-sizing: border-box;
}



.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container {
      position: relative;
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  margin: 0 !important;
  overflow: visible;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
  /* Add background color handling */
  
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image {
  box-sizing: border-box;
}



.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container {
      position: relative;
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  margin: 0 !important;
  overflow: visible;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
  /* Add background color handling */
  
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image {
  box-sizing: border-box;
}



.s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container {
      position: relative;
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eab0f620-e97c-4ae4-a2f9-6ccf0ac53136 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-e9066dba-aa01-42cb-bc4e-a4922ad4dfea {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-005ef88a-06a2-4de1-a5cc-d896f6da814a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-005ef88a-06a2-4de1-a5cc-d896f6da814a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-005ef88a-06a2-4de1-a5cc-d896f6da814a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-005ef88a-06a2-4de1-a5cc-d896f6da814a-root {
    text-align: center;
  }


#s-005ef88a-06a2-4de1-a5cc-d896f6da814a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-005ef88a-06a2-4de1-a5cc-d896f6da814a-root {
    text-align: center;
  }


#s-005ef88a-06a2-4de1-a5cc-d896f6da814a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-005ef88a-06a2-4de1-a5cc-d896f6da814a-root {
    text-align: center;
  }


#s-005ef88a-06a2-4de1-a5cc-d896f6da814a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-005ef88a-06a2-4de1-a5cc-d896f6da814a-root {
    text-align: center;
  }


#s-005ef88a-06a2-4de1-a5cc-d896f6da814a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-005ef88a-06a2-4de1-a5cc-d896f6da814a-root {
    text-align: center;
  }


#s-005ef88a-06a2-4de1-a5cc-d896f6da814a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c0406b-e611-4947-aeae-edbe78d908b7 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-19c0406b-e611-4947-aeae-edbe78d908b7 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c0406b-e611-4947-aeae-edbe78d908b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-19c0406b-e611-4947-aeae-edbe78d908b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c0406b-e611-4947-aeae-edbe78d908b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image {
  box-sizing: border-box;
}



.s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c0406b-e611-4947-aeae-edbe78d908b7 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container {
      position: relative;
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c0406b-e611-4947-aeae-edbe78d908b7 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-19c0406b-e611-4947-aeae-edbe78d908b7 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c0406b-e611-4947-aeae-edbe78d908b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-19c0406b-e611-4947-aeae-edbe78d908b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c0406b-e611-4947-aeae-edbe78d908b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image {
  box-sizing: border-box;
}



.s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c0406b-e611-4947-aeae-edbe78d908b7 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container {
      position: relative;
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c0406b-e611-4947-aeae-edbe78d908b7 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-19c0406b-e611-4947-aeae-edbe78d908b7 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c0406b-e611-4947-aeae-edbe78d908b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-19c0406b-e611-4947-aeae-edbe78d908b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c0406b-e611-4947-aeae-edbe78d908b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image {
  box-sizing: border-box;
}



.s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c0406b-e611-4947-aeae-edbe78d908b7 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container {
      position: relative;
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c0406b-e611-4947-aeae-edbe78d908b7 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-19c0406b-e611-4947-aeae-edbe78d908b7 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c0406b-e611-4947-aeae-edbe78d908b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-19c0406b-e611-4947-aeae-edbe78d908b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c0406b-e611-4947-aeae-edbe78d908b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image {
  box-sizing: border-box;
}



.s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c0406b-e611-4947-aeae-edbe78d908b7 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container {
      position: relative;
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19c0406b-e611-4947-aeae-edbe78d908b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19c0406b-e611-4947-aeae-edbe78d908b7 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-19c0406b-e611-4947-aeae-edbe78d908b7 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19c0406b-e611-4947-aeae-edbe78d908b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-19c0406b-e611-4947-aeae-edbe78d908b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19c0406b-e611-4947-aeae-edbe78d908b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image {
  box-sizing: border-box;
}



.s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-19c0406b-e611-4947-aeae-edbe78d908b7 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container {
      position: relative;
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19c0406b-e611-4947-aeae-edbe78d908b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-9f0ba607-6bb4-43d1-bcf7-896d4dc71845 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1cf7ac81-f2fc-47f8-af3c-a1693ff9778f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1cf7ac81-f2fc-47f8-af3c-a1693ff9778f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1cf7ac81-f2fc-47f8-af3c-a1693ff9778f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1cf7ac81-f2fc-47f8-af3c-a1693ff9778f-root {
    text-align: center;
  }


#s-1cf7ac81-f2fc-47f8-af3c-a1693ff9778f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cf7ac81-f2fc-47f8-af3c-a1693ff9778f-root {
    text-align: center;
  }


#s-1cf7ac81-f2fc-47f8-af3c-a1693ff9778f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cf7ac81-f2fc-47f8-af3c-a1693ff9778f-root {
    text-align: center;
  }


#s-1cf7ac81-f2fc-47f8-af3c-a1693ff9778f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cf7ac81-f2fc-47f8-af3c-a1693ff9778f-root {
    text-align: center;
  }


#s-1cf7ac81-f2fc-47f8-af3c-a1693ff9778f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cf7ac81-f2fc-47f8-af3c-a1693ff9778f-root {
    text-align: center;
  }


#s-1cf7ac81-f2fc-47f8-af3c-a1693ff9778f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b5327427-938e-4185-87d4-69a864b8ec45 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-b5327427-938e-4185-87d4-69a864b8ec45 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b5327427-938e-4185-87d4-69a864b8ec45 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5327427-938e-4185-87d4-69a864b8ec45 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-b5327427-938e-4185-87d4-69a864b8ec45 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-b5327427-938e-4185-87d4-69a864b8ec45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5327427-938e-4185-87d4-69a864b8ec45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b5327427-938e-4185-87d4-69a864b8ec45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5327427-938e-4185-87d4-69a864b8ec45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-68cda724-1483-4555-a82a-7b880f7cf163 {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-68cda724-1483-4555-a82a-7b880f7cf163 {
  overflow: hidden;
  
  
      max-width: 522px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-68cda724-1483-4555-a82a-7b880f7cf163 img.shogun-image,
  #s-68cda724-1483-4555-a82a-7b880f7cf163 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68cda724-1483-4555-a82a-7b880f7cf163 {
    width: 100%;
    height: auto;
  }



  #s-68cda724-1483-4555-a82a-7b880f7cf163 img.shogun-image {
    

    
    
    
  }


#s-68cda724-1483-4555-a82a-7b880f7cf163 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7de58825-8b18-4d89-89bd-ea7a1173cff6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-7de58825-8b18-4d89-89bd-ea7a1173cff6 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-7de58825-8b18-4d89-89bd-ea7a1173cff6 img.shogun-image,
  #s-7de58825-8b18-4d89-89bd-ea7a1173cff6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7de58825-8b18-4d89-89bd-ea7a1173cff6 {
    width: 100%;
    height: auto;
  }



  #s-7de58825-8b18-4d89-89bd-ea7a1173cff6 img.shogun-image {
    

    
    
    
  }


#s-7de58825-8b18-4d89-89bd-ea7a1173cff6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f2f217ef-4d31-46c3-8904-cf8503a670ef {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-088c9b11-bc44-42db-bfa6-b65c8af2e75f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-088c9b11-bc44-42db-bfa6-b65c8af2e75f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-088c9b11-bc44-42db-bfa6-b65c8af2e75f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-088c9b11-bc44-42db-bfa6-b65c8af2e75f-root {
    text-align: center;
  }


#s-088c9b11-bc44-42db-bfa6-b65c8af2e75f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-088c9b11-bc44-42db-bfa6-b65c8af2e75f-root {
    text-align: center;
  }


#s-088c9b11-bc44-42db-bfa6-b65c8af2e75f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-088c9b11-bc44-42db-bfa6-b65c8af2e75f-root {
    text-align: center;
  }


#s-088c9b11-bc44-42db-bfa6-b65c8af2e75f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-088c9b11-bc44-42db-bfa6-b65c8af2e75f-root {
    text-align: center;
  }


#s-088c9b11-bc44-42db-bfa6-b65c8af2e75f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-088c9b11-bc44-42db-bfa6-b65c8af2e75f-root {
    text-align: center;
  }


#s-088c9b11-bc44-42db-bfa6-b65c8af2e75f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image {
  box-sizing: border-box;
}



.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container {
      position: relative;
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image {
  box-sizing: border-box;
}



.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container {
      position: relative;
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image {
  box-sizing: border-box;
}



.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container {
      position: relative;
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image {
  box-sizing: border-box;
}



.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container {
      position: relative;
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shg-image-content-wrapper {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }

    #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shogun-image-link {
      aspect-ratio: 522/224;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image {
  box-sizing: border-box;
}



.s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 {
      --shg-aspect-ratio: calc(522/224); 
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container {
      position: relative;
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44ad631b-3077-42a3-8ad1-ba331aa5cfc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
#s-1cc8e6a6-b64c-4785-9aab-ae87b72bcdf1 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-1cc8e6a6-b64c-4785-9aab-ae87b72bcdf1 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1cc8e6a6-b64c-4785-9aab-ae87b72bcdf1 img.shogun-image,
  #s-1cc8e6a6-b64c-4785-9aab-ae87b72bcdf1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1cc8e6a6-b64c-4785-9aab-ae87b72bcdf1 {
    width: 100%;
    height: auto;
  }



  #s-1cc8e6a6-b64c-4785-9aab-ae87b72bcdf1 img.shogun-image {
    

    
    
    
  }


#s-1cc8e6a6-b64c-4785-9aab-ae87b72bcdf1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-565c0464-e296-4877-b8b9-37b72d80ebf3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a44e5f59-5998-4722-8bc2-382283bc1b76 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a44e5f59-5998-4722-8bc2-382283bc1b76:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a44e5f59-5998-4722-8bc2-382283bc1b76:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a44e5f59-5998-4722-8bc2-382283bc1b76-root {
    text-align: center;
  }


#s-a44e5f59-5998-4722-8bc2-382283bc1b76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a44e5f59-5998-4722-8bc2-382283bc1b76-root {
    text-align: center;
  }


#s-a44e5f59-5998-4722-8bc2-382283bc1b76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a44e5f59-5998-4722-8bc2-382283bc1b76-root {
    text-align: center;
  }


#s-a44e5f59-5998-4722-8bc2-382283bc1b76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a44e5f59-5998-4722-8bc2-382283bc1b76-root {
    text-align: center;
  }


#s-a44e5f59-5998-4722-8bc2-382283bc1b76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a44e5f59-5998-4722-8bc2-382283bc1b76-root {
    text-align: center;
  }


#s-a44e5f59-5998-4722-8bc2-382283bc1b76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e6454e65-5b8e-4459-bf7c-9ee3ad07a358 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e6454e65-5b8e-4459-bf7c-9ee3ad07a358 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e6454e65-5b8e-4459-bf7c-9ee3ad07a358 img.shogun-image,
  #s-e6454e65-5b8e-4459-bf7c-9ee3ad07a358 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6454e65-5b8e-4459-bf7c-9ee3ad07a358 {
    width: 100%;
    height: auto;
  }



  #s-e6454e65-5b8e-4459-bf7c-9ee3ad07a358 img.shogun-image {
    

    
    
    
  }


#s-e6454e65-5b8e-4459-bf7c-9ee3ad07a358 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1858f9b2-31f0-4a0a-93a5-418c94ece48e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4dc33ba7-39e1-4cb0-992c-0cedde8f848a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-4dc33ba7-39e1-4cb0-992c-0cedde8f848a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4dc33ba7-39e1-4cb0-992c-0cedde8f848a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4dc33ba7-39e1-4cb0-992c-0cedde8f848a-root {
    text-align: center;
  }


#s-4dc33ba7-39e1-4cb0-992c-0cedde8f848a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4dc33ba7-39e1-4cb0-992c-0cedde8f848a-root {
    text-align: center;
  }


#s-4dc33ba7-39e1-4cb0-992c-0cedde8f848a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4dc33ba7-39e1-4cb0-992c-0cedde8f848a-root {
    text-align: center;
  }


#s-4dc33ba7-39e1-4cb0-992c-0cedde8f848a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4dc33ba7-39e1-4cb0-992c-0cedde8f848a-root {
    text-align: center;
  }


#s-4dc33ba7-39e1-4cb0-992c-0cedde8f848a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4dc33ba7-39e1-4cb0-992c-0cedde8f848a-root {
    text-align: center;
  }


#s-4dc33ba7-39e1-4cb0-992c-0cedde8f848a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-df2d5666-5c79-4a23-9754-60e23ce1a4de {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-df2d5666-5c79-4a23-9754-60e23ce1a4de {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df2d5666-5c79-4a23-9754-60e23ce1a4de {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-df2d5666-5c79-4a23-9754-60e23ce1a4de {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-df2d5666-5c79-4a23-9754-60e23ce1a4de {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-df2d5666-5c79-4a23-9754-60e23ce1a4de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df2d5666-5c79-4a23-9754-60e23ce1a4de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-df2d5666-5c79-4a23-9754-60e23ce1a4de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-df2d5666-5c79-4a23-9754-60e23ce1a4de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-db6e3f28-a364-409d-a73c-db9dd04b6896 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-db6e3f28-a364-409d-a73c-db9dd04b6896 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-db6e3f28-a364-409d-a73c-db9dd04b6896 img.shogun-image,
  #s-db6e3f28-a364-409d-a73c-db9dd04b6896 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db6e3f28-a364-409d-a73c-db9dd04b6896 {
    width: 100%;
    height: auto;
  }



  #s-db6e3f28-a364-409d-a73c-db9dd04b6896 img.shogun-image {
    

    
    
    
  }


#s-db6e3f28-a364-409d-a73c-db9dd04b6896 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7e25f06c-39c7-4b9a-8679-3949ecf7e818 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4f312b15-6300-4851-94d8-b22cab158233 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-4f312b15-6300-4851-94d8-b22cab158233:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f312b15-6300-4851-94d8-b22cab158233:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4f312b15-6300-4851-94d8-b22cab158233-root {
    text-align: center;
  }


#s-4f312b15-6300-4851-94d8-b22cab158233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4f312b15-6300-4851-94d8-b22cab158233-root {
    text-align: center;
  }


#s-4f312b15-6300-4851-94d8-b22cab158233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f312b15-6300-4851-94d8-b22cab158233-root {
    text-align: center;
  }


#s-4f312b15-6300-4851-94d8-b22cab158233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f312b15-6300-4851-94d8-b22cab158233-root {
    text-align: center;
  }


#s-4f312b15-6300-4851-94d8-b22cab158233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4f312b15-6300-4851-94d8-b22cab158233-root {
    text-align: center;
  }


#s-4f312b15-6300-4851-94d8-b22cab158233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image {
  box-sizing: border-box;
}



.s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container {
      position: relative;
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image {
  box-sizing: border-box;
}



.s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container {
      position: relative;
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image {
  box-sizing: border-box;
}



.s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container {
      position: relative;
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image {
  box-sizing: border-box;
}



.s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container {
      position: relative;
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6a3be234-3760-4fb6-9d2b-b5d852948d03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image {
  box-sizing: border-box;
}



.s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container {
      position: relative;
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a3be234-3760-4fb6-9d2b-b5d852948d03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-a7914468-8eb8-49c6-9ecd-4fa2ad6279cd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7fd8cc0d-67a9-4789-9d41-27c69252f827 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7fd8cc0d-67a9-4789-9d41-27c69252f827:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7fd8cc0d-67a9-4789-9d41-27c69252f827:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fd8cc0d-67a9-4789-9d41-27c69252f827-root {
    text-align: center;
  }


#s-7fd8cc0d-67a9-4789-9d41-27c69252f827.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7fd8cc0d-67a9-4789-9d41-27c69252f827-root {
    text-align: center;
  }


#s-7fd8cc0d-67a9-4789-9d41-27c69252f827.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fd8cc0d-67a9-4789-9d41-27c69252f827-root {
    text-align: center;
  }


#s-7fd8cc0d-67a9-4789-9d41-27c69252f827.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fd8cc0d-67a9-4789-9d41-27c69252f827-root {
    text-align: center;
  }


#s-7fd8cc0d-67a9-4789-9d41-27c69252f827.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7fd8cc0d-67a9-4789-9d41-27c69252f827-root {
    text-align: center;
  }


#s-7fd8cc0d-67a9-4789-9d41-27c69252f827.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1961c3fb-bbd1-4cf5-93eb-3e0b19af0af8 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-1961c3fb-bbd1-4cf5-93eb-3e0b19af0af8 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1961c3fb-bbd1-4cf5-93eb-3e0b19af0af8 img.shogun-image,
  #s-1961c3fb-bbd1-4cf5-93eb-3e0b19af0af8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1961c3fb-bbd1-4cf5-93eb-3e0b19af0af8 {
    width: 100%;
    height: auto;
  }



  #s-1961c3fb-bbd1-4cf5-93eb-3e0b19af0af8 img.shogun-image {
    

    
    
    
  }


#s-1961c3fb-bbd1-4cf5-93eb-3e0b19af0af8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-71982b6a-652a-4511-8218-6870bf28469e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-21402797-ffee-47ed-81c8-719649b12c27 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-21402797-ffee-47ed-81c8-719649b12c27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21402797-ffee-47ed-81c8-719649b12c27:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-21402797-ffee-47ed-81c8-719649b12c27-root {
    text-align: center;
  }


#s-21402797-ffee-47ed-81c8-719649b12c27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21402797-ffee-47ed-81c8-719649b12c27-root {
    text-align: center;
  }


#s-21402797-ffee-47ed-81c8-719649b12c27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21402797-ffee-47ed-81c8-719649b12c27-root {
    text-align: center;
  }


#s-21402797-ffee-47ed-81c8-719649b12c27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21402797-ffee-47ed-81c8-719649b12c27-root {
    text-align: center;
  }


#s-21402797-ffee-47ed-81c8-719649b12c27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21402797-ffee-47ed-81c8-719649b12c27-root {
    text-align: center;
  }


#s-21402797-ffee-47ed-81c8-719649b12c27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f2bbe684-318c-49cd-8b53-ed874f0f6a15 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-f2bbe684-318c-49cd-8b53-ed874f0f6a15 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2bbe684-318c-49cd-8b53-ed874f0f6a15 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2bbe684-318c-49cd-8b53-ed874f0f6a15 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-f2bbe684-318c-49cd-8b53-ed874f0f6a15 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-f2bbe684-318c-49cd-8b53-ed874f0f6a15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2bbe684-318c-49cd-8b53-ed874f0f6a15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f2bbe684-318c-49cd-8b53-ed874f0f6a15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2bbe684-318c-49cd-8b53-ed874f0f6a15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-66fabbd1-6fe0-4031-b151-7e0b6d47b7cd {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-66fabbd1-6fe0-4031-b151-7e0b6d47b7cd {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-66fabbd1-6fe0-4031-b151-7e0b6d47b7cd img.shogun-image,
  #s-66fabbd1-6fe0-4031-b151-7e0b6d47b7cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66fabbd1-6fe0-4031-b151-7e0b6d47b7cd {
    width: 100%;
    height: auto;
  }



  #s-66fabbd1-6fe0-4031-b151-7e0b6d47b7cd img.shogun-image {
    

    
    
    
  }


#s-66fabbd1-6fe0-4031-b151-7e0b6d47b7cd .shogun-image-content {
  
    justify-content: center;
  
}

#s-c06a088d-d2b3-4522-a175-020a1c856f06 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8a631cdc-4d5a-45ac-a654-3aebdd510d2c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8a631cdc-4d5a-45ac-a654-3aebdd510d2c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a631cdc-4d5a-45ac-a654-3aebdd510d2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8a631cdc-4d5a-45ac-a654-3aebdd510d2c-root {
    text-align: center;
  }


#s-8a631cdc-4d5a-45ac-a654-3aebdd510d2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a631cdc-4d5a-45ac-a654-3aebdd510d2c-root {
    text-align: center;
  }


#s-8a631cdc-4d5a-45ac-a654-3aebdd510d2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a631cdc-4d5a-45ac-a654-3aebdd510d2c-root {
    text-align: center;
  }


#s-8a631cdc-4d5a-45ac-a654-3aebdd510d2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a631cdc-4d5a-45ac-a654-3aebdd510d2c-root {
    text-align: center;
  }


#s-8a631cdc-4d5a-45ac-a654-3aebdd510d2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a631cdc-4d5a-45ac-a654-3aebdd510d2c-root {
    text-align: center;
  }


#s-8a631cdc-4d5a-45ac-a654-3aebdd510d2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  margin: 0 !important;
  overflow: visible;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
  /* Add background color handling */
  
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image {
  box-sizing: border-box;
}



.s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container {
      position: relative;
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  margin: 0 !important;
  overflow: visible;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
  /* Add background color handling */
  
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image {
  box-sizing: border-box;
}



.s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container {
      position: relative;
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  margin: 0 !important;
  overflow: visible;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
  /* Add background color handling */
  
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image {
  box-sizing: border-box;
}



.s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container {
      position: relative;
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  margin: 0 !important;
  overflow: visible;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
  /* Add background color handling */
  
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image {
  box-sizing: border-box;
}



.s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container {
      position: relative;
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  margin: 0 !important;
  overflow: visible;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
  /* Add background color handling */
  
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-42eee102-f1b8-4693-9735-4d8d15d40f2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image {
  box-sizing: border-box;
}



.s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container {
      position: relative;
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42eee102-f1b8-4693-9735-4d8d15d40f2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-82414620-5ba2-423d-84d4-f2a58dea23d7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4ad011db-e988-4495-ac1a-0d02f883e5bb {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-4ad011db-e988-4495-ac1a-0d02f883e5bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ad011db-e988-4495-ac1a-0d02f883e5bb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4ad011db-e988-4495-ac1a-0d02f883e5bb-root {
    text-align: center;
  }


#s-4ad011db-e988-4495-ac1a-0d02f883e5bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4ad011db-e988-4495-ac1a-0d02f883e5bb-root {
    text-align: center;
  }


#s-4ad011db-e988-4495-ac1a-0d02f883e5bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ad011db-e988-4495-ac1a-0d02f883e5bb-root {
    text-align: center;
  }


#s-4ad011db-e988-4495-ac1a-0d02f883e5bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ad011db-e988-4495-ac1a-0d02f883e5bb-root {
    text-align: center;
  }


#s-4ad011db-e988-4495-ac1a-0d02f883e5bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4ad011db-e988-4495-ac1a-0d02f883e5bb-root {
    text-align: center;
  }


#s-4ad011db-e988-4495-ac1a-0d02f883e5bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a89c2e69-aa03-4826-a91e-23e28ab28911 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-a89c2e69-aa03-4826-a91e-23e28ab28911 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a89c2e69-aa03-4826-a91e-23e28ab28911 img.shogun-image,
  #s-a89c2e69-aa03-4826-a91e-23e28ab28911 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a89c2e69-aa03-4826-a91e-23e28ab28911 {
    width: 100%;
    height: auto;
  }



  #s-a89c2e69-aa03-4826-a91e-23e28ab28911 img.shogun-image {
    

    
    
    
  }


#s-a89c2e69-aa03-4826-a91e-23e28ab28911 .shogun-image-content {
  
    justify-content: center;
  
}

#s-30afd353-606d-4619-a811-986b68e1df63 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-96bd8b93-1236-406d-bd50-ca6381058e73 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-96bd8b93-1236-406d-bd50-ca6381058e73:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96bd8b93-1236-406d-bd50-ca6381058e73:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-96bd8b93-1236-406d-bd50-ca6381058e73-root {
    text-align: center;
  }


#s-96bd8b93-1236-406d-bd50-ca6381058e73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-96bd8b93-1236-406d-bd50-ca6381058e73-root {
    text-align: center;
  }


#s-96bd8b93-1236-406d-bd50-ca6381058e73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96bd8b93-1236-406d-bd50-ca6381058e73-root {
    text-align: center;
  }


#s-96bd8b93-1236-406d-bd50-ca6381058e73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96bd8b93-1236-406d-bd50-ca6381058e73-root {
    text-align: center;
  }


#s-96bd8b93-1236-406d-bd50-ca6381058e73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-96bd8b93-1236-406d-bd50-ca6381058e73-root {
    text-align: center;
  }


#s-96bd8b93-1236-406d-bd50-ca6381058e73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-675fb25e-e42f-4b8b-b2a3-aabfbd42e178 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-675fb25e-e42f-4b8b-b2a3-aabfbd42e178 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-675fb25e-e42f-4b8b-b2a3-aabfbd42e178 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-675fb25e-e42f-4b8b-b2a3-aabfbd42e178 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-675fb25e-e42f-4b8b-b2a3-aabfbd42e178 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-675fb25e-e42f-4b8b-b2a3-aabfbd42e178"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-675fb25e-e42f-4b8b-b2a3-aabfbd42e178"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-675fb25e-e42f-4b8b-b2a3-aabfbd42e178"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-675fb25e-e42f-4b8b-b2a3-aabfbd42e178"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f2813691-e4b2-45de-8cfe-a8f7432cd8d0 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-f2813691-e4b2-45de-8cfe-a8f7432cd8d0 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f2813691-e4b2-45de-8cfe-a8f7432cd8d0 img.shogun-image,
  #s-f2813691-e4b2-45de-8cfe-a8f7432cd8d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2813691-e4b2-45de-8cfe-a8f7432cd8d0 {
    width: 100%;
    height: auto;
  }



  #s-f2813691-e4b2-45de-8cfe-a8f7432cd8d0 img.shogun-image {
    

    
    
    
  }


#s-f2813691-e4b2-45de-8cfe-a8f7432cd8d0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d667a1ef-583c-4c2e-9ef9-a057f3de0e8e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4bf6a3f6-77df-4cb7-b14b-f6ddee09af46 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-4bf6a3f6-77df-4cb7-b14b-f6ddee09af46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4bf6a3f6-77df-4cb7-b14b-f6ddee09af46:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4bf6a3f6-77df-4cb7-b14b-f6ddee09af46-root {
    text-align: center;
  }


#s-4bf6a3f6-77df-4cb7-b14b-f6ddee09af46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4bf6a3f6-77df-4cb7-b14b-f6ddee09af46-root {
    text-align: center;
  }


#s-4bf6a3f6-77df-4cb7-b14b-f6ddee09af46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4bf6a3f6-77df-4cb7-b14b-f6ddee09af46-root {
    text-align: center;
  }


#s-4bf6a3f6-77df-4cb7-b14b-f6ddee09af46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4bf6a3f6-77df-4cb7-b14b-f6ddee09af46-root {
    text-align: center;
  }


#s-4bf6a3f6-77df-4cb7-b14b-f6ddee09af46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4bf6a3f6-77df-4cb7-b14b-f6ddee09af46-root {
    text-align: center;
  }


#s-4bf6a3f6-77df-4cb7-b14b-f6ddee09af46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd7226c2-c928-401f-b8be-b55e52c557c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image {
  box-sizing: border-box;
}



.s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container {
      position: relative;
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd7226c2-c928-401f-b8be-b55e52c557c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image {
  box-sizing: border-box;
}



.s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container {
      position: relative;
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd7226c2-c928-401f-b8be-b55e52c557c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image {
  box-sizing: border-box;
}



.s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container {
      position: relative;
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd7226c2-c928-401f-b8be-b55e52c557c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image {
  box-sizing: border-box;
}



.s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container {
      position: relative;
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fd7226c2-c928-401f-b8be-b55e52c557c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd7226c2-c928-401f-b8be-b55e52c557c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image {
  box-sizing: border-box;
}



.s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd7226c2-c928-401f-b8be-b55e52c557c9 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container {
      position: relative;
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd7226c2-c928-401f-b8be-b55e52c557c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-adf2d371-9d6c-4a65-91ea-b0dd92f554d9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6b507222-a458-4298-97c0-f0194f6f33e4 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6b507222-a458-4298-97c0-f0194f6f33e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b507222-a458-4298-97c0-f0194f6f33e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6b507222-a458-4298-97c0-f0194f6f33e4-root {
    text-align: center;
  }


#s-6b507222-a458-4298-97c0-f0194f6f33e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b507222-a458-4298-97c0-f0194f6f33e4-root {
    text-align: center;
  }


#s-6b507222-a458-4298-97c0-f0194f6f33e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b507222-a458-4298-97c0-f0194f6f33e4-root {
    text-align: center;
  }


#s-6b507222-a458-4298-97c0-f0194f6f33e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b507222-a458-4298-97c0-f0194f6f33e4-root {
    text-align: center;
  }


#s-6b507222-a458-4298-97c0-f0194f6f33e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b507222-a458-4298-97c0-f0194f6f33e4-root {
    text-align: center;
  }


#s-6b507222-a458-4298-97c0-f0194f6f33e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3e4df871-591a-4efa-8019-9f779f59d48b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-3e4df871-591a-4efa-8019-9f779f59d48b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-3e4df871-591a-4efa-8019-9f779f59d48b img.shogun-image,
  #s-3e4df871-591a-4efa-8019-9f779f59d48b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e4df871-591a-4efa-8019-9f779f59d48b {
    width: 100%;
    height: auto;
  }



  #s-3e4df871-591a-4efa-8019-9f779f59d48b img.shogun-image {
    

    
    
    
  }


#s-3e4df871-591a-4efa-8019-9f779f59d48b .shogun-image-content {
  
    justify-content: center;
  
}

#s-b30959e1-a51f-4af7-94a5-5b769acb00d6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fa3f307a-bdde-4542-b1c9-752062307a89 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-fa3f307a-bdde-4542-b1c9-752062307a89:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa3f307a-bdde-4542-b1c9-752062307a89:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa3f307a-bdde-4542-b1c9-752062307a89-root {
    text-align: center;
  }


#s-fa3f307a-bdde-4542-b1c9-752062307a89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa3f307a-bdde-4542-b1c9-752062307a89-root {
    text-align: center;
  }


#s-fa3f307a-bdde-4542-b1c9-752062307a89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa3f307a-bdde-4542-b1c9-752062307a89-root {
    text-align: center;
  }


#s-fa3f307a-bdde-4542-b1c9-752062307a89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa3f307a-bdde-4542-b1c9-752062307a89-root {
    text-align: center;
  }


#s-fa3f307a-bdde-4542-b1c9-752062307a89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa3f307a-bdde-4542-b1c9-752062307a89-root {
    text-align: center;
  }


#s-fa3f307a-bdde-4542-b1c9-752062307a89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0cef1074-031a-4a2f-b8b6-490672bf8532 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-0cef1074-031a-4a2f-b8b6-490672bf8532 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cef1074-031a-4a2f-b8b6-490672bf8532 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cef1074-031a-4a2f-b8b6-490672bf8532 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-0cef1074-031a-4a2f-b8b6-490672bf8532 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-0cef1074-031a-4a2f-b8b6-490672bf8532"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cef1074-031a-4a2f-b8b6-490672bf8532"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0cef1074-031a-4a2f-b8b6-490672bf8532"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cef1074-031a-4a2f-b8b6-490672bf8532"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-db7ba7bc-797d-43c4-a832-2ca46139a05f {
  max-width: 522px;
aspect-ratio: 522/224;
text-align: center;
}

#s-db7ba7bc-797d-43c4-a832-2ca46139a05f {
  overflow: hidden;
  
  
      max-width: 522px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-db7ba7bc-797d-43c4-a832-2ca46139a05f img.shogun-image,
  #s-db7ba7bc-797d-43c4-a832-2ca46139a05f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db7ba7bc-797d-43c4-a832-2ca46139a05f {
    width: 100%;
    height: auto;
  }



  #s-db7ba7bc-797d-43c4-a832-2ca46139a05f img.shogun-image {
    

    
    
    
  }


#s-db7ba7bc-797d-43c4-a832-2ca46139a05f .shogun-image-content {
  
    justify-content: center;
  
}

#s-a56c2b45-124d-4047-8d4d-371e637d4d42 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-a56c2b45-124d-4047-8d4d-371e637d4d42 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a56c2b45-124d-4047-8d4d-371e637d4d42 img.shogun-image,
  #s-a56c2b45-124d-4047-8d4d-371e637d4d42 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a56c2b45-124d-4047-8d4d-371e637d4d42 {
    width: 100%;
    height: auto;
  }



  #s-a56c2b45-124d-4047-8d4d-371e637d4d42 img.shogun-image {
    

    
    
    
  }


#s-a56c2b45-124d-4047-8d4d-371e637d4d42 .shogun-image-content {
  
    justify-content: center;
  
}

#s-04ce4ca3-eb6f-4911-8bea-8f6d81126296 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-875edf6d-ddf7-455c-9156-683e7adea86f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-875edf6d-ddf7-455c-9156-683e7adea86f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-875edf6d-ddf7-455c-9156-683e7adea86f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-875edf6d-ddf7-455c-9156-683e7adea86f-root {
    text-align: center;
  }


#s-875edf6d-ddf7-455c-9156-683e7adea86f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-875edf6d-ddf7-455c-9156-683e7adea86f-root {
    text-align: center;
  }


#s-875edf6d-ddf7-455c-9156-683e7adea86f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-875edf6d-ddf7-455c-9156-683e7adea86f-root {
    text-align: center;
  }


#s-875edf6d-ddf7-455c-9156-683e7adea86f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-875edf6d-ddf7-455c-9156-683e7adea86f-root {
    text-align: center;
  }


#s-875edf6d-ddf7-455c-9156-683e7adea86f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-875edf6d-ddf7-455c-9156-683e7adea86f-root {
    text-align: center;
  }


#s-875edf6d-ddf7-455c-9156-683e7adea86f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image {
  box-sizing: border-box;
}



.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container {
      position: relative;
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image {
  box-sizing: border-box;
}



.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container {
      position: relative;
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image {
  box-sizing: border-box;
}



.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container {
      position: relative;
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image {
  box-sizing: border-box;
}



.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container {
      position: relative;
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shg-image-content-wrapper {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }

    #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shogun-image-link {
      aspect-ratio: 500/215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image {
  box-sizing: border-box;
}



.s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 {
      --shg-aspect-ratio: calc(500/215); 
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container {
      position: relative;
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-635a975f-b200-4fc0-85be-a6ee6b73c3e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-340981db-24e1-45b6-afa1-a725d4312864 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ceb3aaac-3afe-4841-b8a9-e967e9563c49 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ceb3aaac-3afe-4841-b8a9-e967e9563c49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ceb3aaac-3afe-4841-b8a9-e967e9563c49:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ceb3aaac-3afe-4841-b8a9-e967e9563c49-root {
    text-align: center;
  }


#s-ceb3aaac-3afe-4841-b8a9-e967e9563c49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ceb3aaac-3afe-4841-b8a9-e967e9563c49-root {
    text-align: center;
  }


#s-ceb3aaac-3afe-4841-b8a9-e967e9563c49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ceb3aaac-3afe-4841-b8a9-e967e9563c49-root {
    text-align: center;
  }


#s-ceb3aaac-3afe-4841-b8a9-e967e9563c49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ceb3aaac-3afe-4841-b8a9-e967e9563c49-root {
    text-align: center;
  }


#s-ceb3aaac-3afe-4841-b8a9-e967e9563c49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ceb3aaac-3afe-4841-b8a9-e967e9563c49-root {
    text-align: center;
  }


#s-ceb3aaac-3afe-4841-b8a9-e967e9563c49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-27564290-9c01-4283-af14-65bf25a86376 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-27564290-9c01-4283-af14-65bf25a86376 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-27564290-9c01-4283-af14-65bf25a86376 img.shogun-image,
  #s-27564290-9c01-4283-af14-65bf25a86376 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27564290-9c01-4283-af14-65bf25a86376 {
    width: 100%;
    height: auto;
  }



  #s-27564290-9c01-4283-af14-65bf25a86376 img.shogun-image {
    

    
    
    
  }


#s-27564290-9c01-4283-af14-65bf25a86376 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8941bc1f-124f-4912-83b3-c5175061650a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1d57952e-5a57-4fcb-ab32-e844f9c741b4 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1d57952e-5a57-4fcb-ab32-e844f9c741b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d57952e-5a57-4fcb-ab32-e844f9c741b4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d57952e-5a57-4fcb-ab32-e844f9c741b4-root {
    text-align: center;
  }


#s-1d57952e-5a57-4fcb-ab32-e844f9c741b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d57952e-5a57-4fcb-ab32-e844f9c741b4-root {
    text-align: center;
  }


#s-1d57952e-5a57-4fcb-ab32-e844f9c741b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d57952e-5a57-4fcb-ab32-e844f9c741b4-root {
    text-align: center;
  }


#s-1d57952e-5a57-4fcb-ab32-e844f9c741b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d57952e-5a57-4fcb-ab32-e844f9c741b4-root {
    text-align: center;
  }


#s-1d57952e-5a57-4fcb-ab32-e844f9c741b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d57952e-5a57-4fcb-ab32-e844f9c741b4-root {
    text-align: center;
  }


#s-1d57952e-5a57-4fcb-ab32-e844f9c741b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4bb67fa3-0d9d-4691-9907-ea929fee0727 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-4bb67fa3-0d9d-4691-9907-ea929fee0727 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4bb67fa3-0d9d-4691-9907-ea929fee0727 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bb67fa3-0d9d-4691-9907-ea929fee0727 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-4bb67fa3-0d9d-4691-9907-ea929fee0727 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-4bb67fa3-0d9d-4691-9907-ea929fee0727"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bb67fa3-0d9d-4691-9907-ea929fee0727"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4bb67fa3-0d9d-4691-9907-ea929fee0727"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bb67fa3-0d9d-4691-9907-ea929fee0727"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e2c68f32-f2b5-4bd5-9971-9f6136f4d816 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e2c68f32-f2b5-4bd5-9971-9f6136f4d816 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e2c68f32-f2b5-4bd5-9971-9f6136f4d816 img.shogun-image,
  #s-e2c68f32-f2b5-4bd5-9971-9f6136f4d816 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2c68f32-f2b5-4bd5-9971-9f6136f4d816 {
    width: 100%;
    height: auto;
  }



  #s-e2c68f32-f2b5-4bd5-9971-9f6136f4d816 img.shogun-image {
    

    
    
    
  }


#s-e2c68f32-f2b5-4bd5-9971-9f6136f4d816 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8ba0b951-eccf-4fce-9646-291878cdb441 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9b674c11-d718-4d72-90c9-ad18c363f29c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9b674c11-d718-4d72-90c9-ad18c363f29c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b674c11-d718-4d72-90c9-ad18c363f29c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9b674c11-d718-4d72-90c9-ad18c363f29c-root {
    text-align: center;
  }


#s-9b674c11-d718-4d72-90c9-ad18c363f29c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b674c11-d718-4d72-90c9-ad18c363f29c-root {
    text-align: center;
  }


#s-9b674c11-d718-4d72-90c9-ad18c363f29c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b674c11-d718-4d72-90c9-ad18c363f29c-root {
    text-align: center;
  }


#s-9b674c11-d718-4d72-90c9-ad18c363f29c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b674c11-d718-4d72-90c9-ad18c363f29c-root {
    text-align: center;
  }


#s-9b674c11-d718-4d72-90c9-ad18c363f29c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b674c11-d718-4d72-90c9-ad18c363f29c-root {
    text-align: center;
  }


#s-9b674c11-d718-4d72-90c9-ad18c363f29c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-256247f2-6140-4022-b3ad-d82c47b71a9c {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-256247f2-6140-4022-b3ad-d82c47b71a9c {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-256247f2-6140-4022-b3ad-d82c47b71a9c img.shogun-image,
  #s-256247f2-6140-4022-b3ad-d82c47b71a9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-256247f2-6140-4022-b3ad-d82c47b71a9c {
    width: 100%;
    height: auto;
  }



  #s-256247f2-6140-4022-b3ad-d82c47b71a9c img.shogun-image {
    

    
    
    
  }


#s-256247f2-6140-4022-b3ad-d82c47b71a9c .shogun-image-content {
  
    justify-content: center;
  
}

#s-c5be3491-f0ba-4bea-b366-b4574bae050e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7bb299a7-5da5-4583-aeb9-038300cd8a2c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7bb299a7-5da5-4583-aeb9-038300cd8a2c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7bb299a7-5da5-4583-aeb9-038300cd8a2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7bb299a7-5da5-4583-aeb9-038300cd8a2c-root {
    text-align: center;
  }


#s-7bb299a7-5da5-4583-aeb9-038300cd8a2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7bb299a7-5da5-4583-aeb9-038300cd8a2c-root {
    text-align: center;
  }


#s-7bb299a7-5da5-4583-aeb9-038300cd8a2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7bb299a7-5da5-4583-aeb9-038300cd8a2c-root {
    text-align: center;
  }


#s-7bb299a7-5da5-4583-aeb9-038300cd8a2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7bb299a7-5da5-4583-aeb9-038300cd8a2c-root {
    text-align: center;
  }


#s-7bb299a7-5da5-4583-aeb9-038300cd8a2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7bb299a7-5da5-4583-aeb9-038300cd8a2c-root {
    text-align: center;
  }


#s-7bb299a7-5da5-4583-aeb9-038300cd8a2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1ee8bfa6-96ae-43f3-af2a-f0b0040898cb {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-1ee8bfa6-96ae-43f3-af2a-f0b0040898cb {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1ee8bfa6-96ae-43f3-af2a-f0b0040898cb img.shogun-image,
  #s-1ee8bfa6-96ae-43f3-af2a-f0b0040898cb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ee8bfa6-96ae-43f3-af2a-f0b0040898cb {
    width: 100%;
    height: auto;
  }



  #s-1ee8bfa6-96ae-43f3-af2a-f0b0040898cb img.shogun-image {
    

    
    
    
  }


#s-1ee8bfa6-96ae-43f3-af2a-f0b0040898cb .shogun-image-content {
  
    justify-content: center;
  
}

#s-78b30110-8dba-4b72-9c82-03a3b9cb6b0e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a62a0ca7-4e95-49de-86d0-8d699d8ec68d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a62a0ca7-4e95-49de-86d0-8d699d8ec68d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a62a0ca7-4e95-49de-86d0-8d699d8ec68d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a62a0ca7-4e95-49de-86d0-8d699d8ec68d-root {
    text-align: center;
  }


#s-a62a0ca7-4e95-49de-86d0-8d699d8ec68d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a62a0ca7-4e95-49de-86d0-8d699d8ec68d-root {
    text-align: center;
  }


#s-a62a0ca7-4e95-49de-86d0-8d699d8ec68d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a62a0ca7-4e95-49de-86d0-8d699d8ec68d-root {
    text-align: center;
  }


#s-a62a0ca7-4e95-49de-86d0-8d699d8ec68d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a62a0ca7-4e95-49de-86d0-8d699d8ec68d-root {
    text-align: center;
  }


#s-a62a0ca7-4e95-49de-86d0-8d699d8ec68d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a62a0ca7-4e95-49de-86d0-8d699d8ec68d-root {
    text-align: center;
  }


#s-a62a0ca7-4e95-49de-86d0-8d699d8ec68d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a52e5993-d6b8-4202-85a9-b0abe3f3d30b {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-a52e5993-d6b8-4202-85a9-b0abe3f3d30b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a52e5993-d6b8-4202-85a9-b0abe3f3d30b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a52e5993-d6b8-4202-85a9-b0abe3f3d30b {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-a52e5993-d6b8-4202-85a9-b0abe3f3d30b {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-a52e5993-d6b8-4202-85a9-b0abe3f3d30b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a52e5993-d6b8-4202-85a9-b0abe3f3d30b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a52e5993-d6b8-4202-85a9-b0abe3f3d30b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a52e5993-d6b8-4202-85a9-b0abe3f3d30b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bd19b782-a2a3-42ba-98d4-713c3c0361a5 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-bd19b782-a2a3-42ba-98d4-713c3c0361a5 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-bd19b782-a2a3-42ba-98d4-713c3c0361a5 img.shogun-image,
  #s-bd19b782-a2a3-42ba-98d4-713c3c0361a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd19b782-a2a3-42ba-98d4-713c3c0361a5 {
    width: 100%;
    height: auto;
  }



  #s-bd19b782-a2a3-42ba-98d4-713c3c0361a5 img.shogun-image {
    

    
    
    
  }


#s-bd19b782-a2a3-42ba-98d4-713c3c0361a5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7b35b225-fc6b-408e-b0c0-f169f01419a8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c861a1da-7cda-4d35-b662-db380d196c4c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c861a1da-7cda-4d35-b662-db380d196c4c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c861a1da-7cda-4d35-b662-db380d196c4c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c861a1da-7cda-4d35-b662-db380d196c4c-root {
    text-align: center;
  }


#s-c861a1da-7cda-4d35-b662-db380d196c4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c861a1da-7cda-4d35-b662-db380d196c4c-root {
    text-align: center;
  }


#s-c861a1da-7cda-4d35-b662-db380d196c4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c861a1da-7cda-4d35-b662-db380d196c4c-root {
    text-align: center;
  }


#s-c861a1da-7cda-4d35-b662-db380d196c4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c861a1da-7cda-4d35-b662-db380d196c4c-root {
    text-align: center;
  }


#s-c861a1da-7cda-4d35-b662-db380d196c4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c861a1da-7cda-4d35-b662-db380d196c4c-root {
    text-align: center;
  }


#s-c861a1da-7cda-4d35-b662-db380d196c4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc54e070-45a4-4b4f-8aa1-a43987a75084 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-cc54e070-45a4-4b4f-8aa1-a43987a75084 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-cc54e070-45a4-4b4f-8aa1-a43987a75084 img.shogun-image,
  #s-cc54e070-45a4-4b4f-8aa1-a43987a75084 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc54e070-45a4-4b4f-8aa1-a43987a75084 {
    width: 100%;
    height: auto;
  }



  #s-cc54e070-45a4-4b4f-8aa1-a43987a75084 img.shogun-image {
    

    
    
    
  }


#s-cc54e070-45a4-4b4f-8aa1-a43987a75084 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f18d6a49-9503-472a-9b40-175def407bfd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bdb3024e-7c51-42bd-a74e-4b72cc544fcf {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-bdb3024e-7c51-42bd-a74e-4b72cc544fcf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bdb3024e-7c51-42bd-a74e-4b72cc544fcf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bdb3024e-7c51-42bd-a74e-4b72cc544fcf-root {
    text-align: center;
  }


#s-bdb3024e-7c51-42bd-a74e-4b72cc544fcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bdb3024e-7c51-42bd-a74e-4b72cc544fcf-root {
    text-align: center;
  }


#s-bdb3024e-7c51-42bd-a74e-4b72cc544fcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bdb3024e-7c51-42bd-a74e-4b72cc544fcf-root {
    text-align: center;
  }


#s-bdb3024e-7c51-42bd-a74e-4b72cc544fcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bdb3024e-7c51-42bd-a74e-4b72cc544fcf-root {
    text-align: center;
  }


#s-bdb3024e-7c51-42bd-a74e-4b72cc544fcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bdb3024e-7c51-42bd-a74e-4b72cc544fcf-root {
    text-align: center;
  }


#s-bdb3024e-7c51-42bd-a74e-4b72cc544fcf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a5c1ad6f-8784-4735-8620-58110aa785b7 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-a5c1ad6f-8784-4735-8620-58110aa785b7 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a5c1ad6f-8784-4735-8620-58110aa785b7 img.shogun-image,
  #s-a5c1ad6f-8784-4735-8620-58110aa785b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5c1ad6f-8784-4735-8620-58110aa785b7 {
    width: 100%;
    height: auto;
  }



  #s-a5c1ad6f-8784-4735-8620-58110aa785b7 img.shogun-image {
    

    
    
    
  }


#s-a5c1ad6f-8784-4735-8620-58110aa785b7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-69c35e9e-6935-4461-85ec-ca0361797bb6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9a963b11-01a1-43b5-9a0e-401449c78f13 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9a963b11-01a1-43b5-9a0e-401449c78f13:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a963b11-01a1-43b5-9a0e-401449c78f13:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a963b11-01a1-43b5-9a0e-401449c78f13-root {
    text-align: center;
  }


#s-9a963b11-01a1-43b5-9a0e-401449c78f13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9a963b11-01a1-43b5-9a0e-401449c78f13-root {
    text-align: center;
  }


#s-9a963b11-01a1-43b5-9a0e-401449c78f13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a963b11-01a1-43b5-9a0e-401449c78f13-root {
    text-align: center;
  }


#s-9a963b11-01a1-43b5-9a0e-401449c78f13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a963b11-01a1-43b5-9a0e-401449c78f13-root {
    text-align: center;
  }


#s-9a963b11-01a1-43b5-9a0e-401449c78f13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9a963b11-01a1-43b5-9a0e-401449c78f13-root {
    text-align: center;
  }


#s-9a963b11-01a1-43b5-9a0e-401449c78f13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2233e465-954f-4e60-ae18-ebd6e63d61b9 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-2233e465-954f-4e60-ae18-ebd6e63d61b9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2233e465-954f-4e60-ae18-ebd6e63d61b9 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2233e465-954f-4e60-ae18-ebd6e63d61b9 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-2233e465-954f-4e60-ae18-ebd6e63d61b9 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-2233e465-954f-4e60-ae18-ebd6e63d61b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2233e465-954f-4e60-ae18-ebd6e63d61b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2233e465-954f-4e60-ae18-ebd6e63d61b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2233e465-954f-4e60-ae18-ebd6e63d61b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-482ef4eb-019a-4e94-8d1a-8445b75f0f04 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-482ef4eb-019a-4e94-8d1a-8445b75f0f04 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-482ef4eb-019a-4e94-8d1a-8445b75f0f04 img.shogun-image,
  #s-482ef4eb-019a-4e94-8d1a-8445b75f0f04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482ef4eb-019a-4e94-8d1a-8445b75f0f04 {
    width: 100%;
    height: auto;
  }



  #s-482ef4eb-019a-4e94-8d1a-8445b75f0f04 img.shogun-image {
    

    
    
    
  }


#s-482ef4eb-019a-4e94-8d1a-8445b75f0f04 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5d43d56e-67de-494d-91aa-af3d69cc7884 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b3db3fd9-7525-4df1-a5cf-4ee1bdfdaacf {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b3db3fd9-7525-4df1-a5cf-4ee1bdfdaacf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3db3fd9-7525-4df1-a5cf-4ee1bdfdaacf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3db3fd9-7525-4df1-a5cf-4ee1bdfdaacf-root {
    text-align: center;
  }


#s-b3db3fd9-7525-4df1-a5cf-4ee1bdfdaacf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b3db3fd9-7525-4df1-a5cf-4ee1bdfdaacf-root {
    text-align: center;
  }


#s-b3db3fd9-7525-4df1-a5cf-4ee1bdfdaacf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3db3fd9-7525-4df1-a5cf-4ee1bdfdaacf-root {
    text-align: center;
  }


#s-b3db3fd9-7525-4df1-a5cf-4ee1bdfdaacf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3db3fd9-7525-4df1-a5cf-4ee1bdfdaacf-root {
    text-align: center;
  }


#s-b3db3fd9-7525-4df1-a5cf-4ee1bdfdaacf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b3db3fd9-7525-4df1-a5cf-4ee1bdfdaacf-root {
    text-align: center;
  }


#s-b3db3fd9-7525-4df1-a5cf-4ee1bdfdaacf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1fdaec9f-5475-4adf-8500-78c1f8b7c5e2 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-1fdaec9f-5475-4adf-8500-78c1f8b7c5e2 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1fdaec9f-5475-4adf-8500-78c1f8b7c5e2 img.shogun-image,
  #s-1fdaec9f-5475-4adf-8500-78c1f8b7c5e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1fdaec9f-5475-4adf-8500-78c1f8b7c5e2 {
    width: 100%;
    height: auto;
  }



  #s-1fdaec9f-5475-4adf-8500-78c1f8b7c5e2 img.shogun-image {
    

    
    
    
  }


#s-1fdaec9f-5475-4adf-8500-78c1f8b7c5e2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9aa0d3c8-7735-475d-bd4e-1641fe7951f4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-081448a2-110a-4e90-aa0a-8d4e5fb8dd02 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-081448a2-110a-4e90-aa0a-8d4e5fb8dd02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-081448a2-110a-4e90-aa0a-8d4e5fb8dd02:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-081448a2-110a-4e90-aa0a-8d4e5fb8dd02-root {
    text-align: center;
  }


#s-081448a2-110a-4e90-aa0a-8d4e5fb8dd02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-081448a2-110a-4e90-aa0a-8d4e5fb8dd02-root {
    text-align: center;
  }


#s-081448a2-110a-4e90-aa0a-8d4e5fb8dd02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-081448a2-110a-4e90-aa0a-8d4e5fb8dd02-root {
    text-align: center;
  }


#s-081448a2-110a-4e90-aa0a-8d4e5fb8dd02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-081448a2-110a-4e90-aa0a-8d4e5fb8dd02-root {
    text-align: center;
  }


#s-081448a2-110a-4e90-aa0a-8d4e5fb8dd02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-081448a2-110a-4e90-aa0a-8d4e5fb8dd02-root {
    text-align: center;
  }


#s-081448a2-110a-4e90-aa0a-8d4e5fb8dd02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-99060f5e-8482-4a4c-84ac-5ae9edddc57e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-99060f5e-8482-4a4c-84ac-5ae9edddc57e {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-99060f5e-8482-4a4c-84ac-5ae9edddc57e img.shogun-image,
  #s-99060f5e-8482-4a4c-84ac-5ae9edddc57e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99060f5e-8482-4a4c-84ac-5ae9edddc57e {
    width: 100%;
    height: auto;
  }



  #s-99060f5e-8482-4a4c-84ac-5ae9edddc57e img.shogun-image {
    

    
    
    
  }


#s-99060f5e-8482-4a4c-84ac-5ae9edddc57e .shogun-image-content {
  
    justify-content: center;
  
}

#s-58163315-2699-435d-9577-cb62d3ba45be {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c92920ca-9aae-43a8-88e5-333f10cee161 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c92920ca-9aae-43a8-88e5-333f10cee161:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c92920ca-9aae-43a8-88e5-333f10cee161:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c92920ca-9aae-43a8-88e5-333f10cee161-root {
    text-align: center;
  }


#s-c92920ca-9aae-43a8-88e5-333f10cee161.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c92920ca-9aae-43a8-88e5-333f10cee161-root {
    text-align: center;
  }


#s-c92920ca-9aae-43a8-88e5-333f10cee161.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c92920ca-9aae-43a8-88e5-333f10cee161-root {
    text-align: center;
  }


#s-c92920ca-9aae-43a8-88e5-333f10cee161.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c92920ca-9aae-43a8-88e5-333f10cee161-root {
    text-align: center;
  }


#s-c92920ca-9aae-43a8-88e5-333f10cee161.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c92920ca-9aae-43a8-88e5-333f10cee161-root {
    text-align: center;
  }


#s-c92920ca-9aae-43a8-88e5-333f10cee161.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-274dbf84-798f-47b0-826d-2968503390e0 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-274dbf84-798f-47b0-826d-2968503390e0 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-274dbf84-798f-47b0-826d-2968503390e0 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-274dbf84-798f-47b0-826d-2968503390e0 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-274dbf84-798f-47b0-826d-2968503390e0 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-274dbf84-798f-47b0-826d-2968503390e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-274dbf84-798f-47b0-826d-2968503390e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-274dbf84-798f-47b0-826d-2968503390e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-274dbf84-798f-47b0-826d-2968503390e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cc480582-4b0d-46c6-87ef-f77a6bf5bb65 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-cc480582-4b0d-46c6-87ef-f77a6bf5bb65 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-cc480582-4b0d-46c6-87ef-f77a6bf5bb65 img.shogun-image,
  #s-cc480582-4b0d-46c6-87ef-f77a6bf5bb65 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc480582-4b0d-46c6-87ef-f77a6bf5bb65 {
    width: 100%;
    height: auto;
  }



  #s-cc480582-4b0d-46c6-87ef-f77a6bf5bb65 img.shogun-image {
    

    
    
    
  }


#s-cc480582-4b0d-46c6-87ef-f77a6bf5bb65 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8d48e2fe-a1a5-40f9-85e9-4ffb77519e4f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9c9a490f-837a-4f16-a2d5-7dd5432a3e83 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-9c9a490f-837a-4f16-a2d5-7dd5432a3e83:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c9a490f-837a-4f16-a2d5-7dd5432a3e83:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c9a490f-837a-4f16-a2d5-7dd5432a3e83-root {
    text-align: center;
  }


#s-9c9a490f-837a-4f16-a2d5-7dd5432a3e83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c9a490f-837a-4f16-a2d5-7dd5432a3e83-root {
    text-align: center;
  }


#s-9c9a490f-837a-4f16-a2d5-7dd5432a3e83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c9a490f-837a-4f16-a2d5-7dd5432a3e83-root {
    text-align: center;
  }


#s-9c9a490f-837a-4f16-a2d5-7dd5432a3e83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c9a490f-837a-4f16-a2d5-7dd5432a3e83-root {
    text-align: center;
  }


#s-9c9a490f-837a-4f16-a2d5-7dd5432a3e83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c9a490f-837a-4f16-a2d5-7dd5432a3e83-root {
    text-align: center;
  }


#s-9c9a490f-837a-4f16-a2d5-7dd5432a3e83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-25d7f05f-5121-4841-ab05-8002ed412c76 {
  background-image: url(https://i.shgcdn.com/194f31dc-75c5-4d7f-a549-7ec578f2c4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-25d7f05f-5121-4841-ab05-8002ed412c76 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-25d7f05f-5121-4841-ab05-8002ed412c76 img.shogun-image,
  #s-25d7f05f-5121-4841-ab05-8002ed412c76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25d7f05f-5121-4841-ab05-8002ed412c76 {
    width: 100%;
    height: auto;
  }



  #s-25d7f05f-5121-4841-ab05-8002ed412c76 img.shogun-image {
    

    
    
    
  }


#s-25d7f05f-5121-4841-ab05-8002ed412c76 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9dd6e6b8-9f7a-454e-85f2-57a81254fbf8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-41ec0f49-a045-47bb-845a-da1afd01573b {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-41ec0f49-a045-47bb-845a-da1afd01573b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41ec0f49-a045-47bb-845a-da1afd01573b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-41ec0f49-a045-47bb-845a-da1afd01573b-root {
    text-align: center;
  }


#s-41ec0f49-a045-47bb-845a-da1afd01573b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-41ec0f49-a045-47bb-845a-da1afd01573b-root {
    text-align: center;
  }


#s-41ec0f49-a045-47bb-845a-da1afd01573b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41ec0f49-a045-47bb-845a-da1afd01573b-root {
    text-align: center;
  }


#s-41ec0f49-a045-47bb-845a-da1afd01573b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41ec0f49-a045-47bb-845a-da1afd01573b-root {
    text-align: center;
  }


#s-41ec0f49-a045-47bb-845a-da1afd01573b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-41ec0f49-a045-47bb-845a-da1afd01573b-root {
    text-align: center;
  }


#s-41ec0f49-a045-47bb-845a-da1afd01573b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c14a82d0-2cca-47d8-ae64-367f5a5521f6 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c14a82d0-2cca-47d8-ae64-367f5a5521f6 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c14a82d0-2cca-47d8-ae64-367f5a5521f6 img.shogun-image,
  #s-c14a82d0-2cca-47d8-ae64-367f5a5521f6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c14a82d0-2cca-47d8-ae64-367f5a5521f6 {
    width: 100%;
    height: auto;
  }



  #s-c14a82d0-2cca-47d8-ae64-367f5a5521f6 img.shogun-image {
    

    
    
    
  }


#s-c14a82d0-2cca-47d8-ae64-367f5a5521f6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ff010c4d-7237-4d08-8c6c-a91011b63a04 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6131a647-1eab-4da1-b341-1d13223f73bc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6131a647-1eab-4da1-b341-1d13223f73bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6131a647-1eab-4da1-b341-1d13223f73bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6131a647-1eab-4da1-b341-1d13223f73bc-root {
    text-align: center;
  }


#s-6131a647-1eab-4da1-b341-1d13223f73bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6131a647-1eab-4da1-b341-1d13223f73bc-root {
    text-align: center;
  }


#s-6131a647-1eab-4da1-b341-1d13223f73bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6131a647-1eab-4da1-b341-1d13223f73bc-root {
    text-align: center;
  }


#s-6131a647-1eab-4da1-b341-1d13223f73bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6131a647-1eab-4da1-b341-1d13223f73bc-root {
    text-align: center;
  }


#s-6131a647-1eab-4da1-b341-1d13223f73bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6131a647-1eab-4da1-b341-1d13223f73bc-root {
    text-align: center;
  }


#s-6131a647-1eab-4da1-b341-1d13223f73bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-29d2ced9-8582-4dfd-9ea2-751354a094f6 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-29d2ced9-8582-4dfd-9ea2-751354a094f6 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29d2ced9-8582-4dfd-9ea2-751354a094f6 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-29d2ced9-8582-4dfd-9ea2-751354a094f6 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-29d2ced9-8582-4dfd-9ea2-751354a094f6 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-29d2ced9-8582-4dfd-9ea2-751354a094f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29d2ced9-8582-4dfd-9ea2-751354a094f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29d2ced9-8582-4dfd-9ea2-751354a094f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29d2ced9-8582-4dfd-9ea2-751354a094f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-343b681d-bd2a-4757-a9ab-c03cac8598f7 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-343b681d-bd2a-4757-a9ab-c03cac8598f7 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-343b681d-bd2a-4757-a9ab-c03cac8598f7 img.shogun-image,
  #s-343b681d-bd2a-4757-a9ab-c03cac8598f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-343b681d-bd2a-4757-a9ab-c03cac8598f7 {
    width: 100%;
    height: auto;
  }



  #s-343b681d-bd2a-4757-a9ab-c03cac8598f7 img.shogun-image {
    

    
    
    
  }


#s-343b681d-bd2a-4757-a9ab-c03cac8598f7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6237806a-4a5d-4280-aab6-247dacf8aff0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-586f5efc-1e40-4efb-a211-bba76df83ce1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-586f5efc-1e40-4efb-a211-bba76df83ce1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-586f5efc-1e40-4efb-a211-bba76df83ce1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-586f5efc-1e40-4efb-a211-bba76df83ce1-root {
    text-align: center;
  }


#s-586f5efc-1e40-4efb-a211-bba76df83ce1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-586f5efc-1e40-4efb-a211-bba76df83ce1-root {
    text-align: center;
  }


#s-586f5efc-1e40-4efb-a211-bba76df83ce1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-586f5efc-1e40-4efb-a211-bba76df83ce1-root {
    text-align: center;
  }


#s-586f5efc-1e40-4efb-a211-bba76df83ce1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-586f5efc-1e40-4efb-a211-bba76df83ce1-root {
    text-align: center;
  }


#s-586f5efc-1e40-4efb-a211-bba76df83ce1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-586f5efc-1e40-4efb-a211-bba76df83ce1-root {
    text-align: center;
  }


#s-586f5efc-1e40-4efb-a211-bba76df83ce1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ad311704-1eef-4d77-8e26-fac23394e40c {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ad311704-1eef-4d77-8e26-fac23394e40c {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ad311704-1eef-4d77-8e26-fac23394e40c img.shogun-image,
  #s-ad311704-1eef-4d77-8e26-fac23394e40c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad311704-1eef-4d77-8e26-fac23394e40c {
    width: 100%;
    height: auto;
  }



  #s-ad311704-1eef-4d77-8e26-fac23394e40c img.shogun-image {
    

    
    
    
  }


#s-ad311704-1eef-4d77-8e26-fac23394e40c .shogun-image-content {
  
    justify-content: center;
  
}

#s-dc7f6dea-3780-4293-a71a-f169f4fe1c0b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f641e125-8158-4d3d-9e43-f8f771c17d42 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f641e125-8158-4d3d-9e43-f8f771c17d42:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f641e125-8158-4d3d-9e43-f8f771c17d42:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f641e125-8158-4d3d-9e43-f8f771c17d42-root {
    text-align: center;
  }


#s-f641e125-8158-4d3d-9e43-f8f771c17d42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f641e125-8158-4d3d-9e43-f8f771c17d42-root {
    text-align: center;
  }


#s-f641e125-8158-4d3d-9e43-f8f771c17d42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f641e125-8158-4d3d-9e43-f8f771c17d42-root {
    text-align: center;
  }


#s-f641e125-8158-4d3d-9e43-f8f771c17d42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f641e125-8158-4d3d-9e43-f8f771c17d42-root {
    text-align: center;
  }


#s-f641e125-8158-4d3d-9e43-f8f771c17d42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f641e125-8158-4d3d-9e43-f8f771c17d42-root {
    text-align: center;
  }


#s-f641e125-8158-4d3d-9e43-f8f771c17d42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d5649147-e288-44e5-95f8-587d8164fa9b {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-d5649147-e288-44e5-95f8-587d8164fa9b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d5649147-e288-44e5-95f8-587d8164fa9b img.shogun-image,
  #s-d5649147-e288-44e5-95f8-587d8164fa9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5649147-e288-44e5-95f8-587d8164fa9b {
    width: 100%;
    height: auto;
  }



  #s-d5649147-e288-44e5-95f8-587d8164fa9b img.shogun-image {
    

    
    
    
  }


#s-d5649147-e288-44e5-95f8-587d8164fa9b .shogun-image-content {
  
    justify-content: center;
  
}

#s-ceab7c38-b47e-460a-9599-c6be331ca181 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-07e1b59e-5a80-49eb-a74e-93ac0f500bd1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-07e1b59e-5a80-49eb-a74e-93ac0f500bd1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07e1b59e-5a80-49eb-a74e-93ac0f500bd1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-07e1b59e-5a80-49eb-a74e-93ac0f500bd1-root {
    text-align: center;
  }


#s-07e1b59e-5a80-49eb-a74e-93ac0f500bd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-07e1b59e-5a80-49eb-a74e-93ac0f500bd1-root {
    text-align: center;
  }


#s-07e1b59e-5a80-49eb-a74e-93ac0f500bd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07e1b59e-5a80-49eb-a74e-93ac0f500bd1-root {
    text-align: center;
  }


#s-07e1b59e-5a80-49eb-a74e-93ac0f500bd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07e1b59e-5a80-49eb-a74e-93ac0f500bd1-root {
    text-align: center;
  }


#s-07e1b59e-5a80-49eb-a74e-93ac0f500bd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-07e1b59e-5a80-49eb-a74e-93ac0f500bd1-root {
    text-align: center;
  }


#s-07e1b59e-5a80-49eb-a74e-93ac0f500bd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2607c84c-b3a3-4cdc-8864-1f885894319e {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-2607c84c-b3a3-4cdc-8864-1f885894319e {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2607c84c-b3a3-4cdc-8864-1f885894319e {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2607c84c-b3a3-4cdc-8864-1f885894319e {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-2607c84c-b3a3-4cdc-8864-1f885894319e {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-2607c84c-b3a3-4cdc-8864-1f885894319e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2607c84c-b3a3-4cdc-8864-1f885894319e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2607c84c-b3a3-4cdc-8864-1f885894319e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2607c84c-b3a3-4cdc-8864-1f885894319e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9c05de8a-ed3b-4ec8-a003-5efc0cc478ca {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-9c05de8a-ed3b-4ec8-a003-5efc0cc478ca {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9c05de8a-ed3b-4ec8-a003-5efc0cc478ca img.shogun-image,
  #s-9c05de8a-ed3b-4ec8-a003-5efc0cc478ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c05de8a-ed3b-4ec8-a003-5efc0cc478ca {
    width: 100%;
    height: auto;
  }



  #s-9c05de8a-ed3b-4ec8-a003-5efc0cc478ca img.shogun-image {
    

    
    
    
  }


#s-9c05de8a-ed3b-4ec8-a003-5efc0cc478ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-161cdaf6-1fe2-4076-a9dc-3f633ad1233d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1befc518-224d-4af2-a21e-64ea0611baab {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-1befc518-224d-4af2-a21e-64ea0611baab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1befc518-224d-4af2-a21e-64ea0611baab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1befc518-224d-4af2-a21e-64ea0611baab-root {
    text-align: center;
  }


#s-1befc518-224d-4af2-a21e-64ea0611baab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1befc518-224d-4af2-a21e-64ea0611baab-root {
    text-align: center;
  }


#s-1befc518-224d-4af2-a21e-64ea0611baab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1befc518-224d-4af2-a21e-64ea0611baab-root {
    text-align: center;
  }


#s-1befc518-224d-4af2-a21e-64ea0611baab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1befc518-224d-4af2-a21e-64ea0611baab-root {
    text-align: center;
  }


#s-1befc518-224d-4af2-a21e-64ea0611baab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1befc518-224d-4af2-a21e-64ea0611baab-root {
    text-align: center;
  }


#s-1befc518-224d-4af2-a21e-64ea0611baab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dd2927a3-8acf-4ebc-a36c-e3b081df00ee {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-dd2927a3-8acf-4ebc-a36c-e3b081df00ee {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-dd2927a3-8acf-4ebc-a36c-e3b081df00ee img.shogun-image,
  #s-dd2927a3-8acf-4ebc-a36c-e3b081df00ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd2927a3-8acf-4ebc-a36c-e3b081df00ee {
    width: 100%;
    height: auto;
  }



  #s-dd2927a3-8acf-4ebc-a36c-e3b081df00ee img.shogun-image {
    

    
    
    
  }


#s-dd2927a3-8acf-4ebc-a36c-e3b081df00ee .shogun-image-content {
  
    justify-content: center;
  
}

#s-5232f3dd-7bad-4077-9a62-5d2ec21cf9bf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3fdd872d-c0b0-4427-b9a9-cfb3b7583204 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3fdd872d-c0b0-4427-b9a9-cfb3b7583204:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3fdd872d-c0b0-4427-b9a9-cfb3b7583204:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3fdd872d-c0b0-4427-b9a9-cfb3b7583204-root {
    text-align: center;
  }


#s-3fdd872d-c0b0-4427-b9a9-cfb3b7583204.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3fdd872d-c0b0-4427-b9a9-cfb3b7583204-root {
    text-align: center;
  }


#s-3fdd872d-c0b0-4427-b9a9-cfb3b7583204.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fdd872d-c0b0-4427-b9a9-cfb3b7583204-root {
    text-align: center;
  }


#s-3fdd872d-c0b0-4427-b9a9-cfb3b7583204.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3fdd872d-c0b0-4427-b9a9-cfb3b7583204-root {
    text-align: center;
  }


#s-3fdd872d-c0b0-4427-b9a9-cfb3b7583204.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3fdd872d-c0b0-4427-b9a9-cfb3b7583204-root {
    text-align: center;
  }


#s-3fdd872d-c0b0-4427-b9a9-cfb3b7583204.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-03b23290-cdd3-4a25-9df8-4e4df6bd1b9d {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-03b23290-cdd3-4a25-9df8-4e4df6bd1b9d {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-03b23290-cdd3-4a25-9df8-4e4df6bd1b9d img.shogun-image,
  #s-03b23290-cdd3-4a25-9df8-4e4df6bd1b9d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03b23290-cdd3-4a25-9df8-4e4df6bd1b9d {
    width: 100%;
    height: auto;
  }



  #s-03b23290-cdd3-4a25-9df8-4e4df6bd1b9d img.shogun-image {
    

    
    
    
  }


#s-03b23290-cdd3-4a25-9df8-4e4df6bd1b9d .shogun-image-content {
  
    justify-content: center;
  
}

#s-8d7d77c9-6e08-47ff-b1e2-d976dbf41a0e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-902ef741-cffd-4450-81ca-de9a3f56cb44 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-902ef741-cffd-4450-81ca-de9a3f56cb44:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-902ef741-cffd-4450-81ca-de9a3f56cb44:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-902ef741-cffd-4450-81ca-de9a3f56cb44-root {
    text-align: center;
  }


#s-902ef741-cffd-4450-81ca-de9a3f56cb44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-902ef741-cffd-4450-81ca-de9a3f56cb44-root {
    text-align: center;
  }


#s-902ef741-cffd-4450-81ca-de9a3f56cb44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-902ef741-cffd-4450-81ca-de9a3f56cb44-root {
    text-align: center;
  }


#s-902ef741-cffd-4450-81ca-de9a3f56cb44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-902ef741-cffd-4450-81ca-de9a3f56cb44-root {
    text-align: center;
  }


#s-902ef741-cffd-4450-81ca-de9a3f56cb44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-902ef741-cffd-4450-81ca-de9a3f56cb44-root {
    text-align: center;
  }


#s-902ef741-cffd-4450-81ca-de9a3f56cb44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-edc0d610-a40f-45fa-871d-611cce97857e {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-edc0d610-a40f-45fa-871d-611cce97857e {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-edc0d610-a40f-45fa-871d-611cce97857e {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-edc0d610-a40f-45fa-871d-611cce97857e {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-edc0d610-a40f-45fa-871d-611cce97857e {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-edc0d610-a40f-45fa-871d-611cce97857e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edc0d610-a40f-45fa-871d-611cce97857e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-edc0d610-a40f-45fa-871d-611cce97857e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-edc0d610-a40f-45fa-871d-611cce97857e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-58433945-531a-40c8-bcef-198ec1922e50 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-58433945-531a-40c8-bcef-198ec1922e50 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-58433945-531a-40c8-bcef-198ec1922e50 img.shogun-image,
  #s-58433945-531a-40c8-bcef-198ec1922e50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-58433945-531a-40c8-bcef-198ec1922e50 {
    width: 100%;
    height: auto;
  }



  #s-58433945-531a-40c8-bcef-198ec1922e50 img.shogun-image {
    

    
    
    
  }


#s-58433945-531a-40c8-bcef-198ec1922e50 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f8d26cce-255d-49c8-ab39-6ad4e306cac9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fb2d985e-c49b-4c3e-9290-a8d5e9238ee0 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-fb2d985e-c49b-4c3e-9290-a8d5e9238ee0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb2d985e-c49b-4c3e-9290-a8d5e9238ee0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb2d985e-c49b-4c3e-9290-a8d5e9238ee0-root {
    text-align: center;
  }


#s-fb2d985e-c49b-4c3e-9290-a8d5e9238ee0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb2d985e-c49b-4c3e-9290-a8d5e9238ee0-root {
    text-align: center;
  }


#s-fb2d985e-c49b-4c3e-9290-a8d5e9238ee0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb2d985e-c49b-4c3e-9290-a8d5e9238ee0-root {
    text-align: center;
  }


#s-fb2d985e-c49b-4c3e-9290-a8d5e9238ee0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb2d985e-c49b-4c3e-9290-a8d5e9238ee0-root {
    text-align: center;
  }


#s-fb2d985e-c49b-4c3e-9290-a8d5e9238ee0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb2d985e-c49b-4c3e-9290-a8d5e9238ee0-root {
    text-align: center;
  }


#s-fb2d985e-c49b-4c3e-9290-a8d5e9238ee0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-036db465-d2a0-4209-a542-e3e9a02f22fe {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-036db465-d2a0-4209-a542-e3e9a02f22fe {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-036db465-d2a0-4209-a542-e3e9a02f22fe img.shogun-image,
  #s-036db465-d2a0-4209-a542-e3e9a02f22fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-036db465-d2a0-4209-a542-e3e9a02f22fe {
    width: 100%;
    height: auto;
  }



  #s-036db465-d2a0-4209-a542-e3e9a02f22fe img.shogun-image {
    

    
    
    
  }


#s-036db465-d2a0-4209-a542-e3e9a02f22fe .shogun-image-content {
  
    justify-content: center;
  
}

#s-b64114ec-8c19-4729-a74e-c23cd4d1764e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fb809d1d-5be7-4e81-8f25-5bc3275f6fa6 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-fb809d1d-5be7-4e81-8f25-5bc3275f6fa6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb809d1d-5be7-4e81-8f25-5bc3275f6fa6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb809d1d-5be7-4e81-8f25-5bc3275f6fa6-root {
    text-align: center;
  }


#s-fb809d1d-5be7-4e81-8f25-5bc3275f6fa6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb809d1d-5be7-4e81-8f25-5bc3275f6fa6-root {
    text-align: center;
  }


#s-fb809d1d-5be7-4e81-8f25-5bc3275f6fa6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb809d1d-5be7-4e81-8f25-5bc3275f6fa6-root {
    text-align: center;
  }


#s-fb809d1d-5be7-4e81-8f25-5bc3275f6fa6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb809d1d-5be7-4e81-8f25-5bc3275f6fa6-root {
    text-align: center;
  }


#s-fb809d1d-5be7-4e81-8f25-5bc3275f6fa6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb809d1d-5be7-4e81-8f25-5bc3275f6fa6-root {
    text-align: center;
  }


#s-fb809d1d-5be7-4e81-8f25-5bc3275f6fa6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9bab3b2a-fc26-4a48-9542-15a71415bf6f {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-9bab3b2a-fc26-4a48-9542-15a71415bf6f {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9bab3b2a-fc26-4a48-9542-15a71415bf6f img.shogun-image,
  #s-9bab3b2a-fc26-4a48-9542-15a71415bf6f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9bab3b2a-fc26-4a48-9542-15a71415bf6f {
    width: 100%;
    height: auto;
  }



  #s-9bab3b2a-fc26-4a48-9542-15a71415bf6f img.shogun-image {
    

    
    
    
  }


#s-9bab3b2a-fc26-4a48-9542-15a71415bf6f .shogun-image-content {
  
    justify-content: center;
  
}

#s-cabefb80-fb90-4790-bfae-0e5d19746c2a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-26166dbe-e593-4aa2-b219-760be0fcbfd1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-26166dbe-e593-4aa2-b219-760be0fcbfd1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26166dbe-e593-4aa2-b219-760be0fcbfd1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-26166dbe-e593-4aa2-b219-760be0fcbfd1-root {
    text-align: center;
  }


#s-26166dbe-e593-4aa2-b219-760be0fcbfd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26166dbe-e593-4aa2-b219-760be0fcbfd1-root {
    text-align: center;
  }


#s-26166dbe-e593-4aa2-b219-760be0fcbfd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26166dbe-e593-4aa2-b219-760be0fcbfd1-root {
    text-align: center;
  }


#s-26166dbe-e593-4aa2-b219-760be0fcbfd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26166dbe-e593-4aa2-b219-760be0fcbfd1-root {
    text-align: center;
  }


#s-26166dbe-e593-4aa2-b219-760be0fcbfd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26166dbe-e593-4aa2-b219-760be0fcbfd1-root {
    text-align: center;
  }


#s-26166dbe-e593-4aa2-b219-760be0fcbfd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-660da7f8-9fe7-4c84-917b-cffefb093571 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-660da7f8-9fe7-4c84-917b-cffefb093571 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-660da7f8-9fe7-4c84-917b-cffefb093571 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-660da7f8-9fe7-4c84-917b-cffefb093571 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-660da7f8-9fe7-4c84-917b-cffefb093571 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-660da7f8-9fe7-4c84-917b-cffefb093571"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-660da7f8-9fe7-4c84-917b-cffefb093571"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-660da7f8-9fe7-4c84-917b-cffefb093571"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-660da7f8-9fe7-4c84-917b-cffefb093571"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-107e44d4-f642-4432-bdc8-53c5fd606965 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-107e44d4-f642-4432-bdc8-53c5fd606965 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-107e44d4-f642-4432-bdc8-53c5fd606965 img.shogun-image,
  #s-107e44d4-f642-4432-bdc8-53c5fd606965 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-107e44d4-f642-4432-bdc8-53c5fd606965 {
    width: 100%;
    height: auto;
  }



  #s-107e44d4-f642-4432-bdc8-53c5fd606965 img.shogun-image {
    

    
    
    
  }


#s-107e44d4-f642-4432-bdc8-53c5fd606965 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ca069df6-065d-491e-898f-f9fe458e7895 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a6105639-7815-4f15-be9c-1977c03f0550 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a6105639-7815-4f15-be9c-1977c03f0550:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6105639-7815-4f15-be9c-1977c03f0550:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6105639-7815-4f15-be9c-1977c03f0550-root {
    text-align: center;
  }


#s-a6105639-7815-4f15-be9c-1977c03f0550.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6105639-7815-4f15-be9c-1977c03f0550-root {
    text-align: center;
  }


#s-a6105639-7815-4f15-be9c-1977c03f0550.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6105639-7815-4f15-be9c-1977c03f0550-root {
    text-align: center;
  }


#s-a6105639-7815-4f15-be9c-1977c03f0550.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6105639-7815-4f15-be9c-1977c03f0550-root {
    text-align: center;
  }


#s-a6105639-7815-4f15-be9c-1977c03f0550.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6105639-7815-4f15-be9c-1977c03f0550-root {
    text-align: center;
  }


#s-a6105639-7815-4f15-be9c-1977c03f0550.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a62a0acd-6bd3-476d-a7ff-fe8ae7698299 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-a62a0acd-6bd3-476d-a7ff-fe8ae7698299 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a62a0acd-6bd3-476d-a7ff-fe8ae7698299 img.shogun-image,
  #s-a62a0acd-6bd3-476d-a7ff-fe8ae7698299 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a62a0acd-6bd3-476d-a7ff-fe8ae7698299 {
    width: 100%;
    height: auto;
  }



  #s-a62a0acd-6bd3-476d-a7ff-fe8ae7698299 img.shogun-image {
    

    
    
    
  }


#s-a62a0acd-6bd3-476d-a7ff-fe8ae7698299 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cee485c7-b941-4385-acbc-445cff9e696d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6c663b3e-4d7e-428c-ac0f-a001142ebeaa {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-6c663b3e-4d7e-428c-ac0f-a001142ebeaa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c663b3e-4d7e-428c-ac0f-a001142ebeaa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c663b3e-4d7e-428c-ac0f-a001142ebeaa-root {
    text-align: center;
  }


#s-6c663b3e-4d7e-428c-ac0f-a001142ebeaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c663b3e-4d7e-428c-ac0f-a001142ebeaa-root {
    text-align: center;
  }


#s-6c663b3e-4d7e-428c-ac0f-a001142ebeaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c663b3e-4d7e-428c-ac0f-a001142ebeaa-root {
    text-align: center;
  }


#s-6c663b3e-4d7e-428c-ac0f-a001142ebeaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c663b3e-4d7e-428c-ac0f-a001142ebeaa-root {
    text-align: center;
  }


#s-6c663b3e-4d7e-428c-ac0f-a001142ebeaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c663b3e-4d7e-428c-ac0f-a001142ebeaa-root {
    text-align: center;
  }


#s-6c663b3e-4d7e-428c-ac0f-a001142ebeaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-10fb10d3-e622-48c0-84f0-08cb16239fa4 {
  background-image: url(https://i.shgcdn.com/194f31dc-75c5-4d7f-a549-7ec578f2c4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-10fb10d3-e622-48c0-84f0-08cb16239fa4 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-10fb10d3-e622-48c0-84f0-08cb16239fa4 img.shogun-image,
  #s-10fb10d3-e622-48c0-84f0-08cb16239fa4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10fb10d3-e622-48c0-84f0-08cb16239fa4 {
    width: 100%;
    height: auto;
  }



  #s-10fb10d3-e622-48c0-84f0-08cb16239fa4 img.shogun-image {
    

    
    
    
  }


#s-10fb10d3-e622-48c0-84f0-08cb16239fa4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-673e8b29-9867-431e-adb5-513484074e00 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bb437dff-e9b7-4099-b49c-b1761ddd00ca {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-bb437dff-e9b7-4099-b49c-b1761ddd00ca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb437dff-e9b7-4099-b49c-b1761ddd00ca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb437dff-e9b7-4099-b49c-b1761ddd00ca-root {
    text-align: center;
  }


#s-bb437dff-e9b7-4099-b49c-b1761ddd00ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb437dff-e9b7-4099-b49c-b1761ddd00ca-root {
    text-align: center;
  }


#s-bb437dff-e9b7-4099-b49c-b1761ddd00ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb437dff-e9b7-4099-b49c-b1761ddd00ca-root {
    text-align: center;
  }


#s-bb437dff-e9b7-4099-b49c-b1761ddd00ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb437dff-e9b7-4099-b49c-b1761ddd00ca-root {
    text-align: center;
  }


#s-bb437dff-e9b7-4099-b49c-b1761ddd00ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb437dff-e9b7-4099-b49c-b1761ddd00ca-root {
    text-align: center;
  }


#s-bb437dff-e9b7-4099-b49c-b1761ddd00ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ef5315a4-6141-429b-a28f-4b761b4b490d {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-ef5315a4-6141-429b-a28f-4b761b4b490d {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef5315a4-6141-429b-a28f-4b761b4b490d {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef5315a4-6141-429b-a28f-4b761b4b490d {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-ef5315a4-6141-429b-a28f-4b761b4b490d {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-ef5315a4-6141-429b-a28f-4b761b4b490d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef5315a4-6141-429b-a28f-4b761b4b490d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ef5315a4-6141-429b-a28f-4b761b4b490d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef5315a4-6141-429b-a28f-4b761b4b490d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e942f9b0-2013-44a8-b893-d5441400df3e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e942f9b0-2013-44a8-b893-d5441400df3e {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e942f9b0-2013-44a8-b893-d5441400df3e img.shogun-image,
  #s-e942f9b0-2013-44a8-b893-d5441400df3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e942f9b0-2013-44a8-b893-d5441400df3e {
    width: 100%;
    height: auto;
  }



  #s-e942f9b0-2013-44a8-b893-d5441400df3e img.shogun-image {
    

    
    
    
  }


#s-e942f9b0-2013-44a8-b893-d5441400df3e .shogun-image-content {
  
    justify-content: center;
  
}

#s-d8bf55a4-a9ff-48cf-a63e-06a09aa2ad9b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-65a176f5-ce89-482b-8966-b227960b7f63 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-65a176f5-ce89-482b-8966-b227960b7f63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65a176f5-ce89-482b-8966-b227960b7f63:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-65a176f5-ce89-482b-8966-b227960b7f63-root {
    text-align: center;
  }


#s-65a176f5-ce89-482b-8966-b227960b7f63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-65a176f5-ce89-482b-8966-b227960b7f63-root {
    text-align: center;
  }


#s-65a176f5-ce89-482b-8966-b227960b7f63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65a176f5-ce89-482b-8966-b227960b7f63-root {
    text-align: center;
  }


#s-65a176f5-ce89-482b-8966-b227960b7f63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65a176f5-ce89-482b-8966-b227960b7f63-root {
    text-align: center;
  }


#s-65a176f5-ce89-482b-8966-b227960b7f63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-65a176f5-ce89-482b-8966-b227960b7f63-root {
    text-align: center;
  }


#s-65a176f5-ce89-482b-8966-b227960b7f63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-467ab1f6-8a9e-4378-9e46-c1c762a8f507 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-467ab1f6-8a9e-4378-9e46-c1c762a8f507 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-467ab1f6-8a9e-4378-9e46-c1c762a8f507 img.shogun-image,
  #s-467ab1f6-8a9e-4378-9e46-c1c762a8f507 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-467ab1f6-8a9e-4378-9e46-c1c762a8f507 {
    width: 100%;
    height: auto;
  }



  #s-467ab1f6-8a9e-4378-9e46-c1c762a8f507 img.shogun-image {
    

    
    
    
  }


#s-467ab1f6-8a9e-4378-9e46-c1c762a8f507 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5f7b16dc-d5cb-4a01-a9f9-b1d4471b038b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e8f6e50a-bd6f-4c7e-acab-ac3f5573790a {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e8f6e50a-bd6f-4c7e-acab-ac3f5573790a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8f6e50a-bd6f-4c7e-acab-ac3f5573790a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e8f6e50a-bd6f-4c7e-acab-ac3f5573790a-root {
    text-align: center;
  }


#s-e8f6e50a-bd6f-4c7e-acab-ac3f5573790a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8f6e50a-bd6f-4c7e-acab-ac3f5573790a-root {
    text-align: center;
  }


#s-e8f6e50a-bd6f-4c7e-acab-ac3f5573790a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8f6e50a-bd6f-4c7e-acab-ac3f5573790a-root {
    text-align: center;
  }


#s-e8f6e50a-bd6f-4c7e-acab-ac3f5573790a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8f6e50a-bd6f-4c7e-acab-ac3f5573790a-root {
    text-align: center;
  }


#s-e8f6e50a-bd6f-4c7e-acab-ac3f5573790a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8f6e50a-bd6f-4c7e-acab-ac3f5573790a-root {
    text-align: center;
  }


#s-e8f6e50a-bd6f-4c7e-acab-ac3f5573790a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ddbffec8-3a47-4873-8c99-de05f6217d8b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-ddbffec8-3a47-4873-8c99-de05f6217d8b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ddbffec8-3a47-4873-8c99-de05f6217d8b img.shogun-image,
  #s-ddbffec8-3a47-4873-8c99-de05f6217d8b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddbffec8-3a47-4873-8c99-de05f6217d8b {
    width: 100%;
    height: auto;
  }



  #s-ddbffec8-3a47-4873-8c99-de05f6217d8b img.shogun-image {
    

    
    
    
  }


#s-ddbffec8-3a47-4873-8c99-de05f6217d8b .shogun-image-content {
  
    justify-content: center;
  
}

#s-bcc6b22b-f0d3-410f-b903-19a5e23cfe98 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-109d2abd-b617-472d-a039-96eb043ed65d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTJjNTFmMDktNzQ5Yy00YjRhLWJhNTctYzJmMGFkNTIzMjhiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzEyYzUxZjA5LTc0OWMtNGI0YS1iYTU3LWMyZjBhZDUyMzI4YikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-109d2abd-b617-472d-a039-96eb043ed65d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-109d2abd-b617-472d-a039-96eb043ed65d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-109d2abd-b617-472d-a039-96eb043ed65d-root {
    text-align: center;
  }


#s-109d2abd-b617-472d-a039-96eb043ed65d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-109d2abd-b617-472d-a039-96eb043ed65d-root {
    text-align: center;
  }


#s-109d2abd-b617-472d-a039-96eb043ed65d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-109d2abd-b617-472d-a039-96eb043ed65d-root {
    text-align: center;
  }


#s-109d2abd-b617-472d-a039-96eb043ed65d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-109d2abd-b617-472d-a039-96eb043ed65d-root {
    text-align: center;
  }


#s-109d2abd-b617-472d-a039-96eb043ed65d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-109d2abd-b617-472d-a039-96eb043ed65d-root {
    text-align: center;
  }


#s-109d2abd-b617-472d-a039-96eb043ed65d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4050f62b-cc7d-4876-b590-413f9312720f {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-4050f62b-cc7d-4876-b590-413f9312720f {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4050f62b-cc7d-4876-b590-413f9312720f {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4050f62b-cc7d-4876-b590-413f9312720f {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-4050f62b-cc7d-4876-b590-413f9312720f {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-4050f62b-cc7d-4876-b590-413f9312720f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4050f62b-cc7d-4876-b590-413f9312720f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4050f62b-cc7d-4876-b590-413f9312720f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4050f62b-cc7d-4876-b590-413f9312720f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5faebe82-4ef5-4e78-9344-e138341e5eaf {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-5faebe82-4ef5-4e78-9344-e138341e5eaf {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-5faebe82-4ef5-4e78-9344-e138341e5eaf img.shogun-image,
  #s-5faebe82-4ef5-4e78-9344-e138341e5eaf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5faebe82-4ef5-4e78-9344-e138341e5eaf {
    width: 100%;
    height: auto;
  }



  #s-5faebe82-4ef5-4e78-9344-e138341e5eaf img.shogun-image {
    

    
    
    
  }


#s-5faebe82-4ef5-4e78-9344-e138341e5eaf .shogun-image-content {
  
    justify-content: center;
  
}

#s-4729583c-f43f-4380-992f-88a1f188ac6e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8d97c8df-7d8e-4552-a9e9-0d8a362d8219 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8d97c8df-7d8e-4552-a9e9-0d8a362d8219:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d97c8df-7d8e-4552-a9e9-0d8a362d8219:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d97c8df-7d8e-4552-a9e9-0d8a362d8219-root {
    text-align: center;
  }


#s-8d97c8df-7d8e-4552-a9e9-0d8a362d8219.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8d97c8df-7d8e-4552-a9e9-0d8a362d8219-root {
    text-align: center;
  }


#s-8d97c8df-7d8e-4552-a9e9-0d8a362d8219.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d97c8df-7d8e-4552-a9e9-0d8a362d8219-root {
    text-align: center;
  }


#s-8d97c8df-7d8e-4552-a9e9-0d8a362d8219.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d97c8df-7d8e-4552-a9e9-0d8a362d8219-root {
    text-align: center;
  }


#s-8d97c8df-7d8e-4552-a9e9-0d8a362d8219.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8d97c8df-7d8e-4552-a9e9-0d8a362d8219-root {
    text-align: center;
  }


#s-8d97c8df-7d8e-4552-a9e9-0d8a362d8219.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-50e2faa5-3e57-4c89-8373-3bc80303f8ca {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-50e2faa5-3e57-4c89-8373-3bc80303f8ca {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-50e2faa5-3e57-4c89-8373-3bc80303f8ca img.shogun-image,
  #s-50e2faa5-3e57-4c89-8373-3bc80303f8ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50e2faa5-3e57-4c89-8373-3bc80303f8ca {
    width: 100%;
    height: auto;
  }



  #s-50e2faa5-3e57-4c89-8373-3bc80303f8ca img.shogun-image {
    

    
    
    
  }


#s-50e2faa5-3e57-4c89-8373-3bc80303f8ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-51f035e6-aa99-4a3c-a28e-9ffef368bc5f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dcb40285-3659-49fb-b46c-91694814644c {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-dcb40285-3659-49fb-b46c-91694814644c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dcb40285-3659-49fb-b46c-91694814644c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dcb40285-3659-49fb-b46c-91694814644c-root {
    text-align: center;
  }


#s-dcb40285-3659-49fb-b46c-91694814644c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dcb40285-3659-49fb-b46c-91694814644c-root {
    text-align: center;
  }


#s-dcb40285-3659-49fb-b46c-91694814644c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcb40285-3659-49fb-b46c-91694814644c-root {
    text-align: center;
  }


#s-dcb40285-3659-49fb-b46c-91694814644c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcb40285-3659-49fb-b46c-91694814644c-root {
    text-align: center;
  }


#s-dcb40285-3659-49fb-b46c-91694814644c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dcb40285-3659-49fb-b46c-91694814644c-root {
    text-align: center;
  }


#s-dcb40285-3659-49fb-b46c-91694814644c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c5e34bf9-8343-4325-b177-ae59850d1cd4 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-c5e34bf9-8343-4325-b177-ae59850d1cd4 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c5e34bf9-8343-4325-b177-ae59850d1cd4 img.shogun-image,
  #s-c5e34bf9-8343-4325-b177-ae59850d1cd4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c5e34bf9-8343-4325-b177-ae59850d1cd4 {
    width: 100%;
    height: auto;
  }



  #s-c5e34bf9-8343-4325-b177-ae59850d1cd4 img.shogun-image {
    

    
    
    
  }


#s-c5e34bf9-8343-4325-b177-ae59850d1cd4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-88a83683-1d3b-4240-8027-36ba5416096c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5ce33a1b-35a9-4035-9405-a8de833b27e6 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5ce33a1b-35a9-4035-9405-a8de833b27e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ce33a1b-35a9-4035-9405-a8de833b27e6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5ce33a1b-35a9-4035-9405-a8de833b27e6-root {
    text-align: center;
  }


#s-5ce33a1b-35a9-4035-9405-a8de833b27e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ce33a1b-35a9-4035-9405-a8de833b27e6-root {
    text-align: center;
  }


#s-5ce33a1b-35a9-4035-9405-a8de833b27e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ce33a1b-35a9-4035-9405-a8de833b27e6-root {
    text-align: center;
  }


#s-5ce33a1b-35a9-4035-9405-a8de833b27e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ce33a1b-35a9-4035-9405-a8de833b27e6-root {
    text-align: center;
  }


#s-5ce33a1b-35a9-4035-9405-a8de833b27e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ce33a1b-35a9-4035-9405-a8de833b27e6-root {
    text-align: center;
  }


#s-5ce33a1b-35a9-4035-9405-a8de833b27e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-37b53bb0-901e-4d3f-8800-ea46c7abdcf1 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-37b53bb0-901e-4d3f-8800-ea46c7abdcf1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37b53bb0-901e-4d3f-8800-ea46c7abdcf1 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-37b53bb0-901e-4d3f-8800-ea46c7abdcf1 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-37b53bb0-901e-4d3f-8800-ea46c7abdcf1 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-37b53bb0-901e-4d3f-8800-ea46c7abdcf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37b53bb0-901e-4d3f-8800-ea46c7abdcf1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-37b53bb0-901e-4d3f-8800-ea46c7abdcf1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-37b53bb0-901e-4d3f-8800-ea46c7abdcf1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f57a12c3-e684-4dcb-aa53-eae04b736303 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-f57a12c3-e684-4dcb-aa53-eae04b736303 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f57a12c3-e684-4dcb-aa53-eae04b736303 img.shogun-image,
  #s-f57a12c3-e684-4dcb-aa53-eae04b736303 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f57a12c3-e684-4dcb-aa53-eae04b736303 {
    width: 100%;
    height: auto;
  }



  #s-f57a12c3-e684-4dcb-aa53-eae04b736303 img.shogun-image {
    

    
    
    
  }


#s-f57a12c3-e684-4dcb-aa53-eae04b736303 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f97463e7-2d80-4801-87b2-6e25c26e0f92 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-780c27a9-2c60-4837-a7c0-580156e01b7e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-780c27a9-2c60-4837-a7c0-580156e01b7e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-780c27a9-2c60-4837-a7c0-580156e01b7e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-780c27a9-2c60-4837-a7c0-580156e01b7e-root {
    text-align: center;
  }


#s-780c27a9-2c60-4837-a7c0-580156e01b7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-780c27a9-2c60-4837-a7c0-580156e01b7e-root {
    text-align: center;
  }


#s-780c27a9-2c60-4837-a7c0-580156e01b7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-780c27a9-2c60-4837-a7c0-580156e01b7e-root {
    text-align: center;
  }


#s-780c27a9-2c60-4837-a7c0-580156e01b7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-780c27a9-2c60-4837-a7c0-580156e01b7e-root {
    text-align: center;
  }


#s-780c27a9-2c60-4837-a7c0-580156e01b7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-780c27a9-2c60-4837-a7c0-580156e01b7e-root {
    text-align: center;
  }


#s-780c27a9-2c60-4837-a7c0-580156e01b7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5cca07a5-099a-4b92-ba9c-bdf96570fb01 {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-5cca07a5-099a-4b92-ba9c-bdf96570fb01 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-5cca07a5-099a-4b92-ba9c-bdf96570fb01 img.shogun-image,
  #s-5cca07a5-099a-4b92-ba9c-bdf96570fb01 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5cca07a5-099a-4b92-ba9c-bdf96570fb01 {
    width: 100%;
    height: auto;
  }



  #s-5cca07a5-099a-4b92-ba9c-bdf96570fb01 img.shogun-image {
    

    
    
    
  }


#s-5cca07a5-099a-4b92-ba9c-bdf96570fb01 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a7ed3705-bd1b-4ee0-b44a-620a8ec019a1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fe958ba5-036a-49e4-85c1-bc7b4a17413f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-fe958ba5-036a-49e4-85c1-bc7b4a17413f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe958ba5-036a-49e4-85c1-bc7b4a17413f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe958ba5-036a-49e4-85c1-bc7b4a17413f-root {
    text-align: center;
  }


#s-fe958ba5-036a-49e4-85c1-bc7b4a17413f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fe958ba5-036a-49e4-85c1-bc7b4a17413f-root {
    text-align: center;
  }


#s-fe958ba5-036a-49e4-85c1-bc7b4a17413f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe958ba5-036a-49e4-85c1-bc7b4a17413f-root {
    text-align: center;
  }


#s-fe958ba5-036a-49e4-85c1-bc7b4a17413f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe958ba5-036a-49e4-85c1-bc7b4a17413f-root {
    text-align: center;
  }


#s-fe958ba5-036a-49e4-85c1-bc7b4a17413f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fe958ba5-036a-49e4-85c1-bc7b4a17413f-root {
    text-align: center;
  }


#s-fe958ba5-036a-49e4-85c1-bc7b4a17413f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-612cf4cc-2fe1-4099-8263-93864d0c6e9b {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-612cf4cc-2fe1-4099-8263-93864d0c6e9b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-612cf4cc-2fe1-4099-8263-93864d0c6e9b img.shogun-image,
  #s-612cf4cc-2fe1-4099-8263-93864d0c6e9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-612cf4cc-2fe1-4099-8263-93864d0c6e9b {
    width: 100%;
    height: auto;
  }



  #s-612cf4cc-2fe1-4099-8263-93864d0c6e9b img.shogun-image {
    

    
    
    
  }


#s-612cf4cc-2fe1-4099-8263-93864d0c6e9b .shogun-image-content {
  
    justify-content: center;
  
}

#s-ef887ffa-04a9-4212-a6cd-caafe05fcd9a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-08782226-e243-47d1-97d4-b7186959f8ac {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-08782226-e243-47d1-97d4-b7186959f8ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08782226-e243-47d1-97d4-b7186959f8ac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-08782226-e243-47d1-97d4-b7186959f8ac-root {
    text-align: center;
  }


#s-08782226-e243-47d1-97d4-b7186959f8ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-08782226-e243-47d1-97d4-b7186959f8ac-root {
    text-align: center;
  }


#s-08782226-e243-47d1-97d4-b7186959f8ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08782226-e243-47d1-97d4-b7186959f8ac-root {
    text-align: center;
  }


#s-08782226-e243-47d1-97d4-b7186959f8ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08782226-e243-47d1-97d4-b7186959f8ac-root {
    text-align: center;
  }


#s-08782226-e243-47d1-97d4-b7186959f8ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-08782226-e243-47d1-97d4-b7186959f8ac-root {
    text-align: center;
  }


#s-08782226-e243-47d1-97d4-b7186959f8ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0c560f64-aa71-4c4f-8aa9-79ebb50deab8 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-0c560f64-aa71-4c4f-8aa9-79ebb50deab8 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c560f64-aa71-4c4f-8aa9-79ebb50deab8 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c560f64-aa71-4c4f-8aa9-79ebb50deab8 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-0c560f64-aa71-4c4f-8aa9-79ebb50deab8 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-0c560f64-aa71-4c4f-8aa9-79ebb50deab8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c560f64-aa71-4c4f-8aa9-79ebb50deab8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0c560f64-aa71-4c4f-8aa9-79ebb50deab8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c560f64-aa71-4c4f-8aa9-79ebb50deab8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-02f79ee5-3167-4526-b1aa-daf11b791f76 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-02f79ee5-3167-4526-b1aa-daf11b791f76 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-02f79ee5-3167-4526-b1aa-daf11b791f76 img.shogun-image,
  #s-02f79ee5-3167-4526-b1aa-daf11b791f76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02f79ee5-3167-4526-b1aa-daf11b791f76 {
    width: 100%;
    height: auto;
  }



  #s-02f79ee5-3167-4526-b1aa-daf11b791f76 img.shogun-image {
    

    
    
    
  }


#s-02f79ee5-3167-4526-b1aa-daf11b791f76 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fb6ae4df-a0ee-4cd8-9024-3447b5d05073 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8dec7d8e-99e5-48b8-ab1b-fe6b1e6c36a2 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-8dec7d8e-99e5-48b8-ab1b-fe6b1e6c36a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8dec7d8e-99e5-48b8-ab1b-fe6b1e6c36a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8dec7d8e-99e5-48b8-ab1b-fe6b1e6c36a2-root {
    text-align: center;
  }


#s-8dec7d8e-99e5-48b8-ab1b-fe6b1e6c36a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8dec7d8e-99e5-48b8-ab1b-fe6b1e6c36a2-root {
    text-align: center;
  }


#s-8dec7d8e-99e5-48b8-ab1b-fe6b1e6c36a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8dec7d8e-99e5-48b8-ab1b-fe6b1e6c36a2-root {
    text-align: center;
  }


#s-8dec7d8e-99e5-48b8-ab1b-fe6b1e6c36a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8dec7d8e-99e5-48b8-ab1b-fe6b1e6c36a2-root {
    text-align: center;
  }


#s-8dec7d8e-99e5-48b8-ab1b-fe6b1e6c36a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8dec7d8e-99e5-48b8-ab1b-fe6b1e6c36a2-root {
    text-align: center;
  }


#s-8dec7d8e-99e5-48b8-ab1b-fe6b1e6c36a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9c0c3d58-1195-42c5-af1a-4a7268cf706a {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-9c0c3d58-1195-42c5-af1a-4a7268cf706a {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9c0c3d58-1195-42c5-af1a-4a7268cf706a img.shogun-image,
  #s-9c0c3d58-1195-42c5-af1a-4a7268cf706a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c0c3d58-1195-42c5-af1a-4a7268cf706a {
    width: 100%;
    height: auto;
  }



  #s-9c0c3d58-1195-42c5-af1a-4a7268cf706a img.shogun-image {
    

    
    
    
  }


#s-9c0c3d58-1195-42c5-af1a-4a7268cf706a .shogun-image-content {
  
    justify-content: center;
  
}

#s-307fcca3-f821-4b5d-bab5-0b201987942e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ed6f28c8-f9bb-4d4f-acdd-fdd37ad81ec2 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-ed6f28c8-f9bb-4d4f-acdd-fdd37ad81ec2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed6f28c8-f9bb-4d4f-acdd-fdd37ad81ec2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ed6f28c8-f9bb-4d4f-acdd-fdd37ad81ec2-root {
    text-align: center;
  }


#s-ed6f28c8-f9bb-4d4f-acdd-fdd37ad81ec2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed6f28c8-f9bb-4d4f-acdd-fdd37ad81ec2-root {
    text-align: center;
  }


#s-ed6f28c8-f9bb-4d4f-acdd-fdd37ad81ec2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed6f28c8-f9bb-4d4f-acdd-fdd37ad81ec2-root {
    text-align: center;
  }


#s-ed6f28c8-f9bb-4d4f-acdd-fdd37ad81ec2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed6f28c8-f9bb-4d4f-acdd-fdd37ad81ec2-root {
    text-align: center;
  }


#s-ed6f28c8-f9bb-4d4f-acdd-fdd37ad81ec2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed6f28c8-f9bb-4d4f-acdd-fdd37ad81ec2-root {
    text-align: center;
  }


#s-ed6f28c8-f9bb-4d4f-acdd-fdd37ad81ec2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9610b498-309a-4f60-a302-127dbd60b667 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-9610b498-309a-4f60-a302-127dbd60b667 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9610b498-309a-4f60-a302-127dbd60b667 img.shogun-image,
  #s-9610b498-309a-4f60-a302-127dbd60b667 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9610b498-309a-4f60-a302-127dbd60b667 {
    width: 100%;
    height: auto;
  }



  #s-9610b498-309a-4f60-a302-127dbd60b667 img.shogun-image {
    

    
    
    
  }


#s-9610b498-309a-4f60-a302-127dbd60b667 .shogun-image-content {
  
    justify-content: center;
  
}

#s-01a0ce41-1640-42c7-8cfa-e9e974616346 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-aa796406-74a2-487d-ba42-e3bf56921443 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-aa796406-74a2-487d-ba42-e3bf56921443:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa796406-74a2-487d-ba42-e3bf56921443:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa796406-74a2-487d-ba42-e3bf56921443-root {
    text-align: center;
  }


#s-aa796406-74a2-487d-ba42-e3bf56921443.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa796406-74a2-487d-ba42-e3bf56921443-root {
    text-align: center;
  }


#s-aa796406-74a2-487d-ba42-e3bf56921443.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa796406-74a2-487d-ba42-e3bf56921443-root {
    text-align: center;
  }


#s-aa796406-74a2-487d-ba42-e3bf56921443.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa796406-74a2-487d-ba42-e3bf56921443-root {
    text-align: center;
  }


#s-aa796406-74a2-487d-ba42-e3bf56921443.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa796406-74a2-487d-ba42-e3bf56921443-root {
    text-align: center;
  }


#s-aa796406-74a2-487d-ba42-e3bf56921443.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8a9b7b29-f47e-491f-9bf6-7d32f9438a93 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-8a9b7b29-f47e-491f-9bf6-7d32f9438a93 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a9b7b29-f47e-491f-9bf6-7d32f9438a93 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a9b7b29-f47e-491f-9bf6-7d32f9438a93 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-8a9b7b29-f47e-491f-9bf6-7d32f9438a93 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-8a9b7b29-f47e-491f-9bf6-7d32f9438a93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a9b7b29-f47e-491f-9bf6-7d32f9438a93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 39.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-8a9b7b29-f47e-491f-9bf6-7d32f9438a93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 39.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-8a9b7b29-f47e-491f-9bf6-7d32f9438a93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 39.333333333333336px);
}

}

#s-cda6a0cb-f10b-4f52-bfea-7b33e4ebe323 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-cda6a0cb-f10b-4f52-bfea-7b33e4ebe323 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-cda6a0cb-f10b-4f52-bfea-7b33e4ebe323 img.shogun-image,
  #s-cda6a0cb-f10b-4f52-bfea-7b33e4ebe323 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cda6a0cb-f10b-4f52-bfea-7b33e4ebe323 {
    width: 100%;
    height: auto;
  }



  #s-cda6a0cb-f10b-4f52-bfea-7b33e4ebe323 img.shogun-image {
    

    
    
    
  }


#s-cda6a0cb-f10b-4f52-bfea-7b33e4ebe323 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f9e598fd-c6ad-4f12-9f64-e78e8901ecbe {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c2e58fdb-73a8-41fd-b7c2-07fe64adedbb {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c2e58fdb-73a8-41fd-b7c2-07fe64adedbb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c2e58fdb-73a8-41fd-b7c2-07fe64adedbb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c2e58fdb-73a8-41fd-b7c2-07fe64adedbb-root {
    text-align: center;
  }


#s-c2e58fdb-73a8-41fd-b7c2-07fe64adedbb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c2e58fdb-73a8-41fd-b7c2-07fe64adedbb-root {
    text-align: center;
  }


#s-c2e58fdb-73a8-41fd-b7c2-07fe64adedbb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2e58fdb-73a8-41fd-b7c2-07fe64adedbb-root {
    text-align: center;
  }


#s-c2e58fdb-73a8-41fd-b7c2-07fe64adedbb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c2e58fdb-73a8-41fd-b7c2-07fe64adedbb-root {
    text-align: center;
  }


#s-c2e58fdb-73a8-41fd-b7c2-07fe64adedbb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c2e58fdb-73a8-41fd-b7c2-07fe64adedbb-root {
    text-align: center;
  }


#s-c2e58fdb-73a8-41fd-b7c2-07fe64adedbb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4b1bf4a2-3773-4f86-8950-743510d447cf {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-4b1bf4a2-3773-4f86-8950-743510d447cf {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-4b1bf4a2-3773-4f86-8950-743510d447cf img.shogun-image,
  #s-4b1bf4a2-3773-4f86-8950-743510d447cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b1bf4a2-3773-4f86-8950-743510d447cf {
    width: 100%;
    height: auto;
  }



  #s-4b1bf4a2-3773-4f86-8950-743510d447cf img.shogun-image {
    

    
    
    
  }


#s-4b1bf4a2-3773-4f86-8950-743510d447cf .shogun-image-content {
  
    justify-content: center;
  
}

#s-e127ed6c-d3e5-43f8-99b9-7b1cfaa4de68 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-539af0d1-ccf0-4248-99c6-96fbe49df4d9 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-539af0d1-ccf0-4248-99c6-96fbe49df4d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-539af0d1-ccf0-4248-99c6-96fbe49df4d9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-539af0d1-ccf0-4248-99c6-96fbe49df4d9-root {
    text-align: center;
  }


#s-539af0d1-ccf0-4248-99c6-96fbe49df4d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-539af0d1-ccf0-4248-99c6-96fbe49df4d9-root {
    text-align: center;
  }


#s-539af0d1-ccf0-4248-99c6-96fbe49df4d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-539af0d1-ccf0-4248-99c6-96fbe49df4d9-root {
    text-align: center;
  }


#s-539af0d1-ccf0-4248-99c6-96fbe49df4d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-539af0d1-ccf0-4248-99c6-96fbe49df4d9-root {
    text-align: center;
  }


#s-539af0d1-ccf0-4248-99c6-96fbe49df4d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-539af0d1-ccf0-4248-99c6-96fbe49df4d9-root {
    text-align: center;
  }


#s-539af0d1-ccf0-4248-99c6-96fbe49df4d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0b5987b6-75ef-4767-a27a-54a48f4d83ba {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-0b5987b6-75ef-4767-a27a-54a48f4d83ba {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0b5987b6-75ef-4767-a27a-54a48f4d83ba img.shogun-image,
  #s-0b5987b6-75ef-4767-a27a-54a48f4d83ba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b5987b6-75ef-4767-a27a-54a48f4d83ba {
    width: 100%;
    height: auto;
  }



  #s-0b5987b6-75ef-4767-a27a-54a48f4d83ba img.shogun-image {
    

    
    
    
  }


#s-0b5987b6-75ef-4767-a27a-54a48f4d83ba .shogun-image-content {
  
    justify-content: center;
  
}

#s-5d0967f5-336b-4c9e-8e7b-255804dfae38 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-51d5b932-b70b-4a86-97c8-723e15035531 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-51d5b932-b70b-4a86-97c8-723e15035531:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51d5b932-b70b-4a86-97c8-723e15035531:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-51d5b932-b70b-4a86-97c8-723e15035531-root {
    text-align: center;
  }


#s-51d5b932-b70b-4a86-97c8-723e15035531.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-51d5b932-b70b-4a86-97c8-723e15035531-root {
    text-align: center;
  }


#s-51d5b932-b70b-4a86-97c8-723e15035531.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51d5b932-b70b-4a86-97c8-723e15035531-root {
    text-align: center;
  }


#s-51d5b932-b70b-4a86-97c8-723e15035531.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51d5b932-b70b-4a86-97c8-723e15035531-root {
    text-align: center;
  }


#s-51d5b932-b70b-4a86-97c8-723e15035531.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-51d5b932-b70b-4a86-97c8-723e15035531-root {
    text-align: center;
  }


#s-51d5b932-b70b-4a86-97c8-723e15035531.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3539af62-6b89-435e-bb87-462c4918359b {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-3539af62-6b89-435e-bb87-462c4918359b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3539af62-6b89-435e-bb87-462c4918359b {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3539af62-6b89-435e-bb87-462c4918359b {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-3539af62-6b89-435e-bb87-462c4918359b {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-3539af62-6b89-435e-bb87-462c4918359b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3539af62-6b89-435e-bb87-462c4918359b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3539af62-6b89-435e-bb87-462c4918359b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3539af62-6b89-435e-bb87-462c4918359b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ec875c42-85d0-4df7-b522-119968577e5e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-ec875c42-85d0-4df7-b522-119968577e5e {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ec875c42-85d0-4df7-b522-119968577e5e img.shogun-image,
  #s-ec875c42-85d0-4df7-b522-119968577e5e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ec875c42-85d0-4df7-b522-119968577e5e {
    width: 100%;
    height: auto;
  }



  #s-ec875c42-85d0-4df7-b522-119968577e5e img.shogun-image {
    

    
    
    
  }


#s-ec875c42-85d0-4df7-b522-119968577e5e .shogun-image-content {
  
    justify-content: center;
  
}

#s-1aaf32a1-1b92-47b0-8e76-fc7f365f9f3f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b78ceeb6-6c28-4474-9eb1-e8d77cec0b87 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-b78ceeb6-6c28-4474-9eb1-e8d77cec0b87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b78ceeb6-6c28-4474-9eb1-e8d77cec0b87:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b78ceeb6-6c28-4474-9eb1-e8d77cec0b87-root {
    text-align: center;
  }


#s-b78ceeb6-6c28-4474-9eb1-e8d77cec0b87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b78ceeb6-6c28-4474-9eb1-e8d77cec0b87-root {
    text-align: center;
  }


#s-b78ceeb6-6c28-4474-9eb1-e8d77cec0b87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b78ceeb6-6c28-4474-9eb1-e8d77cec0b87-root {
    text-align: center;
  }


#s-b78ceeb6-6c28-4474-9eb1-e8d77cec0b87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b78ceeb6-6c28-4474-9eb1-e8d77cec0b87-root {
    text-align: center;
  }


#s-b78ceeb6-6c28-4474-9eb1-e8d77cec0b87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b78ceeb6-6c28-4474-9eb1-e8d77cec0b87-root {
    text-align: center;
  }


#s-b78ceeb6-6c28-4474-9eb1-e8d77cec0b87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e9d67b7f-2c5a-44b8-baa0-afefada413e4 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-e9d67b7f-2c5a-44b8-baa0-afefada413e4 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e9d67b7f-2c5a-44b8-baa0-afefada413e4 img.shogun-image,
  #s-e9d67b7f-2c5a-44b8-baa0-afefada413e4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e9d67b7f-2c5a-44b8-baa0-afefada413e4 {
    width: 100%;
    height: auto;
  }



  #s-e9d67b7f-2c5a-44b8-baa0-afefada413e4 img.shogun-image {
    

    
    
    
  }


#s-e9d67b7f-2c5a-44b8-baa0-afefada413e4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fd87509a-173b-4bc4-a1a9-fd31bc8f3009 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fa7992eb-71b9-4bf2-80a5-4cc8165355d5 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-fa7992eb-71b9-4bf2-80a5-4cc8165355d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa7992eb-71b9-4bf2-80a5-4cc8165355d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa7992eb-71b9-4bf2-80a5-4cc8165355d5-root {
    text-align: center;
  }


#s-fa7992eb-71b9-4bf2-80a5-4cc8165355d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa7992eb-71b9-4bf2-80a5-4cc8165355d5-root {
    text-align: center;
  }


#s-fa7992eb-71b9-4bf2-80a5-4cc8165355d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa7992eb-71b9-4bf2-80a5-4cc8165355d5-root {
    text-align: center;
  }


#s-fa7992eb-71b9-4bf2-80a5-4cc8165355d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa7992eb-71b9-4bf2-80a5-4cc8165355d5-root {
    text-align: center;
  }


#s-fa7992eb-71b9-4bf2-80a5-4cc8165355d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa7992eb-71b9-4bf2-80a5-4cc8165355d5-root {
    text-align: center;
  }


#s-fa7992eb-71b9-4bf2-80a5-4cc8165355d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0c69f079-cd09-4d8a-9340-565c9750af7e {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-0c69f079-cd09-4d8a-9340-565c9750af7e {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0c69f079-cd09-4d8a-9340-565c9750af7e img.shogun-image,
  #s-0c69f079-cd09-4d8a-9340-565c9750af7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c69f079-cd09-4d8a-9340-565c9750af7e {
    width: 100%;
    height: auto;
  }



  #s-0c69f079-cd09-4d8a-9340-565c9750af7e img.shogun-image {
    

    
    
    
  }


#s-0c69f079-cd09-4d8a-9340-565c9750af7e .shogun-image-content {
  
    justify-content: center;
  
}

#s-d8052c9d-22ed-40fb-9b65-b43237bb6334 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-996a8084-697d-4269-b7a5-9a746b6b613f {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-996a8084-697d-4269-b7a5-9a746b6b613f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-996a8084-697d-4269-b7a5-9a746b6b613f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-996a8084-697d-4269-b7a5-9a746b6b613f-root {
    text-align: center;
  }


#s-996a8084-697d-4269-b7a5-9a746b6b613f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-996a8084-697d-4269-b7a5-9a746b6b613f-root {
    text-align: center;
  }


#s-996a8084-697d-4269-b7a5-9a746b6b613f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-996a8084-697d-4269-b7a5-9a746b6b613f-root {
    text-align: center;
  }


#s-996a8084-697d-4269-b7a5-9a746b6b613f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-996a8084-697d-4269-b7a5-9a746b6b613f-root {
    text-align: center;
  }


#s-996a8084-697d-4269-b7a5-9a746b6b613f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-996a8084-697d-4269-b7a5-9a746b6b613f-root {
    text-align: center;
  }


#s-996a8084-697d-4269-b7a5-9a746b6b613f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f14fa4e6-28b8-4691-81d9-1a460963dbbc {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-f14fa4e6-28b8-4691-81d9-1a460963dbbc {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f14fa4e6-28b8-4691-81d9-1a460963dbbc {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f14fa4e6-28b8-4691-81d9-1a460963dbbc {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-f14fa4e6-28b8-4691-81d9-1a460963dbbc {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-f14fa4e6-28b8-4691-81d9-1a460963dbbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f14fa4e6-28b8-4691-81d9-1a460963dbbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f14fa4e6-28b8-4691-81d9-1a460963dbbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f14fa4e6-28b8-4691-81d9-1a460963dbbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4eb17e9a-f3db-4e76-bc04-ceacac6f9ee6 {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-4eb17e9a-f3db-4e76-bc04-ceacac6f9ee6 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-4eb17e9a-f3db-4e76-bc04-ceacac6f9ee6 img.shogun-image,
  #s-4eb17e9a-f3db-4e76-bc04-ceacac6f9ee6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4eb17e9a-f3db-4e76-bc04-ceacac6f9ee6 {
    width: 100%;
    height: auto;
  }



  #s-4eb17e9a-f3db-4e76-bc04-ceacac6f9ee6 img.shogun-image {
    

    
    
    
  }


#s-4eb17e9a-f3db-4e76-bc04-ceacac6f9ee6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-96cd0e46-5bc0-4f0d-bc3c-0099c4be6e98 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-87233ea1-d6aa-42f0-be24-763f4061bce3 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-87233ea1-d6aa-42f0-be24-763f4061bce3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87233ea1-d6aa-42f0-be24-763f4061bce3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87233ea1-d6aa-42f0-be24-763f4061bce3-root {
    text-align: center;
  }


#s-87233ea1-d6aa-42f0-be24-763f4061bce3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87233ea1-d6aa-42f0-be24-763f4061bce3-root {
    text-align: center;
  }


#s-87233ea1-d6aa-42f0-be24-763f4061bce3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87233ea1-d6aa-42f0-be24-763f4061bce3-root {
    text-align: center;
  }


#s-87233ea1-d6aa-42f0-be24-763f4061bce3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87233ea1-d6aa-42f0-be24-763f4061bce3-root {
    text-align: center;
  }


#s-87233ea1-d6aa-42f0-be24-763f4061bce3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87233ea1-d6aa-42f0-be24-763f4061bce3-root {
    text-align: center;
  }


#s-87233ea1-d6aa-42f0-be24-763f4061bce3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-29f0ea70-60b2-4895-8b17-f85e77213345 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-29f0ea70-60b2-4895-8b17-f85e77213345 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-29f0ea70-60b2-4895-8b17-f85e77213345 img.shogun-image,
  #s-29f0ea70-60b2-4895-8b17-f85e77213345 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29f0ea70-60b2-4895-8b17-f85e77213345 {
    width: 100%;
    height: auto;
  }



  #s-29f0ea70-60b2-4895-8b17-f85e77213345 img.shogun-image {
    

    
    
    
  }


#s-29f0ea70-60b2-4895-8b17-f85e77213345 .shogun-image-content {
  
    justify-content: center;
  
}

#s-725f2ea6-979d-40f2-801a-3a1438790d7b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7f18999d-1c63-4fa1-a191-189ed185b0ec {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7f18999d-1c63-4fa1-a191-189ed185b0ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f18999d-1c63-4fa1-a191-189ed185b0ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7f18999d-1c63-4fa1-a191-189ed185b0ec-root {
    text-align: center;
  }


#s-7f18999d-1c63-4fa1-a191-189ed185b0ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f18999d-1c63-4fa1-a191-189ed185b0ec-root {
    text-align: center;
  }


#s-7f18999d-1c63-4fa1-a191-189ed185b0ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f18999d-1c63-4fa1-a191-189ed185b0ec-root {
    text-align: center;
  }


#s-7f18999d-1c63-4fa1-a191-189ed185b0ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f18999d-1c63-4fa1-a191-189ed185b0ec-root {
    text-align: center;
  }


#s-7f18999d-1c63-4fa1-a191-189ed185b0ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f18999d-1c63-4fa1-a191-189ed185b0ec-root {
    text-align: center;
  }


#s-7f18999d-1c63-4fa1-a191-189ed185b0ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dbe9499c-6a9f-444d-bf5a-753da3f47882 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-dbe9499c-6a9f-444d-bf5a-753da3f47882 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-dbe9499c-6a9f-444d-bf5a-753da3f47882 img.shogun-image,
  #s-dbe9499c-6a9f-444d-bf5a-753da3f47882 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbe9499c-6a9f-444d-bf5a-753da3f47882 {
    width: 100%;
    height: auto;
  }



  #s-dbe9499c-6a9f-444d-bf5a-753da3f47882 img.shogun-image {
    

    
    
    
  }


#s-dbe9499c-6a9f-444d-bf5a-753da3f47882 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dcac61b6-e13e-49c9-9519-e06266da94b3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-de461bcb-c61c-4532-a513-18a082dd49a9 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-de461bcb-c61c-4532-a513-18a082dd49a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de461bcb-c61c-4532-a513-18a082dd49a9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de461bcb-c61c-4532-a513-18a082dd49a9-root {
    text-align: center;
  }


#s-de461bcb-c61c-4532-a513-18a082dd49a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-de461bcb-c61c-4532-a513-18a082dd49a9-root {
    text-align: center;
  }


#s-de461bcb-c61c-4532-a513-18a082dd49a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de461bcb-c61c-4532-a513-18a082dd49a9-root {
    text-align: center;
  }


#s-de461bcb-c61c-4532-a513-18a082dd49a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de461bcb-c61c-4532-a513-18a082dd49a9-root {
    text-align: center;
  }


#s-de461bcb-c61c-4532-a513-18a082dd49a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-de461bcb-c61c-4532-a513-18a082dd49a9-root {
    text-align: center;
  }


#s-de461bcb-c61c-4532-a513-18a082dd49a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1cae9f33-bfa3-492e-b8e8-2d526e59cd4f {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-1cae9f33-bfa3-492e-b8e8-2d526e59cd4f {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cae9f33-bfa3-492e-b8e8-2d526e59cd4f {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cae9f33-bfa3-492e-b8e8-2d526e59cd4f {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-1cae9f33-bfa3-492e-b8e8-2d526e59cd4f {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-1cae9f33-bfa3-492e-b8e8-2d526e59cd4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cae9f33-bfa3-492e-b8e8-2d526e59cd4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1cae9f33-bfa3-492e-b8e8-2d526e59cd4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cae9f33-bfa3-492e-b8e8-2d526e59cd4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4a25688b-9521-490c-89cb-3bf1008bf751 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-4a25688b-9521-490c-89cb-3bf1008bf751 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-4a25688b-9521-490c-89cb-3bf1008bf751 img.shogun-image,
  #s-4a25688b-9521-490c-89cb-3bf1008bf751 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a25688b-9521-490c-89cb-3bf1008bf751 {
    width: 100%;
    height: auto;
  }



  #s-4a25688b-9521-490c-89cb-3bf1008bf751 img.shogun-image {
    

    
    
    
  }


#s-4a25688b-9521-490c-89cb-3bf1008bf751 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8372a109-b282-47da-80bd-bfd05cb46fd5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7ce5f85c-d4cc-401f-ac83-aeee711ad803 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7ce5f85c-d4cc-401f-ac83-aeee711ad803:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ce5f85c-d4cc-401f-ac83-aeee711ad803:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7ce5f85c-d4cc-401f-ac83-aeee711ad803-root {
    text-align: center;
  }


#s-7ce5f85c-d4cc-401f-ac83-aeee711ad803.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ce5f85c-d4cc-401f-ac83-aeee711ad803-root {
    text-align: center;
  }


#s-7ce5f85c-d4cc-401f-ac83-aeee711ad803.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ce5f85c-d4cc-401f-ac83-aeee711ad803-root {
    text-align: center;
  }


#s-7ce5f85c-d4cc-401f-ac83-aeee711ad803.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ce5f85c-d4cc-401f-ac83-aeee711ad803-root {
    text-align: center;
  }


#s-7ce5f85c-d4cc-401f-ac83-aeee711ad803.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ce5f85c-d4cc-401f-ac83-aeee711ad803-root {
    text-align: center;
  }


#s-7ce5f85c-d4cc-401f-ac83-aeee711ad803.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b3181de2-082b-4f14-a412-5dde00fb1f4c {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-b3181de2-082b-4f14-a412-5dde00fb1f4c {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b3181de2-082b-4f14-a412-5dde00fb1f4c img.shogun-image,
  #s-b3181de2-082b-4f14-a412-5dde00fb1f4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3181de2-082b-4f14-a412-5dde00fb1f4c {
    width: 100%;
    height: auto;
  }



  #s-b3181de2-082b-4f14-a412-5dde00fb1f4c img.shogun-image {
    

    
    
    
  }


#s-b3181de2-082b-4f14-a412-5dde00fb1f4c .shogun-image-content {
  
    justify-content: center;
  
}

#s-f38a2652-0566-478f-9332-c71f6e830416 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-39f860de-5243-481d-95f3-e60d320e2ab4 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-39f860de-5243-481d-95f3-e60d320e2ab4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39f860de-5243-481d-95f3-e60d320e2ab4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-39f860de-5243-481d-95f3-e60d320e2ab4-root {
    text-align: center;
  }


#s-39f860de-5243-481d-95f3-e60d320e2ab4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-39f860de-5243-481d-95f3-e60d320e2ab4-root {
    text-align: center;
  }


#s-39f860de-5243-481d-95f3-e60d320e2ab4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-39f860de-5243-481d-95f3-e60d320e2ab4-root {
    text-align: center;
  }


#s-39f860de-5243-481d-95f3-e60d320e2ab4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-39f860de-5243-481d-95f3-e60d320e2ab4-root {
    text-align: center;
  }


#s-39f860de-5243-481d-95f3-e60d320e2ab4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-39f860de-5243-481d-95f3-e60d320e2ab4-root {
    text-align: center;
  }


#s-39f860de-5243-481d-95f3-e60d320e2ab4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3c2147fe-0612-4b37-a8a1-d95a1f08d057 {
  max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
}

#s-3c2147fe-0612-4b37-a8a1-d95a1f08d057 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-3c2147fe-0612-4b37-a8a1-d95a1f08d057 img.shogun-image,
  #s-3c2147fe-0612-4b37-a8a1-d95a1f08d057 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c2147fe-0612-4b37-a8a1-d95a1f08d057 {
    width: 100%;
    height: auto;
  }



  #s-3c2147fe-0612-4b37-a8a1-d95a1f08d057 img.shogun-image {
    

    
    
    
  }


#s-3c2147fe-0612-4b37-a8a1-d95a1f08d057 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0a556d4a-7fd9-4f63-b4fd-08c603034532 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-19ce7744-3ab0-484e-9837-fa11097c81a4 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-19ce7744-3ab0-484e-9837-fa11097c81a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-19ce7744-3ab0-484e-9837-fa11097c81a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-19ce7744-3ab0-484e-9837-fa11097c81a4-root {
    text-align: center;
  }


#s-19ce7744-3ab0-484e-9837-fa11097c81a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-19ce7744-3ab0-484e-9837-fa11097c81a4-root {
    text-align: center;
  }


#s-19ce7744-3ab0-484e-9837-fa11097c81a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19ce7744-3ab0-484e-9837-fa11097c81a4-root {
    text-align: center;
  }


#s-19ce7744-3ab0-484e-9837-fa11097c81a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19ce7744-3ab0-484e-9837-fa11097c81a4-root {
    text-align: center;
  }


#s-19ce7744-3ab0-484e-9837-fa11097c81a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-19ce7744-3ab0-484e-9837-fa11097c81a4-root {
    text-align: center;
  }


#s-19ce7744-3ab0-484e-9837-fa11097c81a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-72704da2-1f47-416d-9c6c-2709bfb58b63 {
  min-height: 500px;
}








#s-72704da2-1f47-416d-9c6c-2709bfb58b63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72704da2-1f47-416d-9c6c-2709bfb58b63.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6c7749d2-1e80-4b33-9b72-c043b9e821be {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-6c7749d2-1e80-4b33-9b72-c043b9e821be {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c7749d2-1e80-4b33-9b72-c043b9e821be {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c7749d2-1e80-4b33-9b72-c043b9e821be {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-6c7749d2-1e80-4b33-9b72-c043b9e821be {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-6c7749d2-1e80-4b33-9b72-c043b9e821be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c7749d2-1e80-4b33-9b72-c043b9e821be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6c7749d2-1e80-4b33-9b72-c043b9e821be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c7749d2-1e80-4b33-9b72-c043b9e821be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8a1216e8-1705-406b-ae63-41f68b559bd7 {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-8a1216e8-1705-406b-ae63-41f68b559bd7 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-8a1216e8-1705-406b-ae63-41f68b559bd7 img.shogun-image,
  #s-8a1216e8-1705-406b-ae63-41f68b559bd7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a1216e8-1705-406b-ae63-41f68b559bd7 {
    width: 100%;
    height: auto;
  }



  #s-8a1216e8-1705-406b-ae63-41f68b559bd7 img.shogun-image {
    

    
    
    
  }


#s-8a1216e8-1705-406b-ae63-41f68b559bd7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-92e1b2da-1d1b-48fa-bea7-aef3753a7d59 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-48816a72-87f2-4d95-b536-0994cd9ef2d3 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-48816a72-87f2-4d95-b536-0994cd9ef2d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48816a72-87f2-4d95-b536-0994cd9ef2d3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-48816a72-87f2-4d95-b536-0994cd9ef2d3-root {
    text-align: center;
  }


#s-48816a72-87f2-4d95-b536-0994cd9ef2d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-48816a72-87f2-4d95-b536-0994cd9ef2d3-root {
    text-align: center;
  }


#s-48816a72-87f2-4d95-b536-0994cd9ef2d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48816a72-87f2-4d95-b536-0994cd9ef2d3-root {
    text-align: center;
  }


#s-48816a72-87f2-4d95-b536-0994cd9ef2d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48816a72-87f2-4d95-b536-0994cd9ef2d3-root {
    text-align: center;
  }


#s-48816a72-87f2-4d95-b536-0994cd9ef2d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-48816a72-87f2-4d95-b536-0994cd9ef2d3-root {
    text-align: center;
  }


#s-48816a72-87f2-4d95-b536-0994cd9ef2d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fca54b08-a625-4cc3-b256-327368ea3e88 {
  background-image: url(https://i.shgcdn.com/909ab6fb-68d2-4c23-9fa8-5d0f01ce8e11/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-fca54b08-a625-4cc3-b256-327368ea3e88 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-fca54b08-a625-4cc3-b256-327368ea3e88 img.shogun-image,
  #s-fca54b08-a625-4cc3-b256-327368ea3e88 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fca54b08-a625-4cc3-b256-327368ea3e88 {
    width: 100%;
    height: auto;
  }



  #s-fca54b08-a625-4cc3-b256-327368ea3e88 img.shogun-image {
    

    
    
    
  }


#s-fca54b08-a625-4cc3-b256-327368ea3e88 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d7e95678-6918-4917-9e2c-b015a6fbe3ea {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f3c991ea-2eb5-4407-8df4-c3b59caf045d {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f3c991ea-2eb5-4407-8df4-c3b59caf045d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f3c991ea-2eb5-4407-8df4-c3b59caf045d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f3c991ea-2eb5-4407-8df4-c3b59caf045d-root {
    text-align: center;
  }


#s-f3c991ea-2eb5-4407-8df4-c3b59caf045d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3c991ea-2eb5-4407-8df4-c3b59caf045d-root {
    text-align: center;
  }


#s-f3c991ea-2eb5-4407-8df4-c3b59caf045d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3c991ea-2eb5-4407-8df4-c3b59caf045d-root {
    text-align: center;
  }


#s-f3c991ea-2eb5-4407-8df4-c3b59caf045d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3c991ea-2eb5-4407-8df4-c3b59caf045d-root {
    text-align: center;
  }


#s-f3c991ea-2eb5-4407-8df4-c3b59caf045d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3c991ea-2eb5-4407-8df4-c3b59caf045d-root {
    text-align: center;
  }


#s-f3c991ea-2eb5-4407-8df4-c3b59caf045d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-285d259d-9431-43df-9b71-d9c0b85299e3 {
  background-image: url(https://i.shgcdn.com/79d785e6-b8d8-45e6-94e6-c60a1fc6e119/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
background-color: rgba(250, 250, 250, 1);
}

#s-285d259d-9431-43df-9b71-d9c0b85299e3 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-285d259d-9431-43df-9b71-d9c0b85299e3 img.shogun-image,
  #s-285d259d-9431-43df-9b71-d9c0b85299e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-285d259d-9431-43df-9b71-d9c0b85299e3 {
    width: 100%;
    height: auto;
  }



  #s-285d259d-9431-43df-9b71-d9c0b85299e3 img.shogun-image {
    

    
    
    
  }


#s-285d259d-9431-43df-9b71-d9c0b85299e3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a7b529bb-409d-453a-843c-6a60108b4cf5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-afac6439-2a85-42b7-82b6-7e976ec8c6e1 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-afac6439-2a85-42b7-82b6-7e976ec8c6e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-afac6439-2a85-42b7-82b6-7e976ec8c6e1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-afac6439-2a85-42b7-82b6-7e976ec8c6e1-root {
    text-align: center;
  }


#s-afac6439-2a85-42b7-82b6-7e976ec8c6e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-afac6439-2a85-42b7-82b6-7e976ec8c6e1-root {
    text-align: center;
  }


#s-afac6439-2a85-42b7-82b6-7e976ec8c6e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-afac6439-2a85-42b7-82b6-7e976ec8c6e1-root {
    text-align: center;
  }


#s-afac6439-2a85-42b7-82b6-7e976ec8c6e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-afac6439-2a85-42b7-82b6-7e976ec8c6e1-root {
    text-align: center;
  }


#s-afac6439-2a85-42b7-82b6-7e976ec8c6e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-afac6439-2a85-42b7-82b6-7e976ec8c6e1-root {
    text-align: center;
  }


#s-afac6439-2a85-42b7-82b6-7e976ec8c6e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-722f05e0-d453-447a-9447-7f4cb1ab8d7a {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-722f05e0-d453-447a-9447-7f4cb1ab8d7a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-722f05e0-d453-447a-9447-7f4cb1ab8d7a {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-722f05e0-d453-447a-9447-7f4cb1ab8d7a {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-722f05e0-d453-447a-9447-7f4cb1ab8d7a {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-722f05e0-d453-447a-9447-7f4cb1ab8d7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-722f05e0-d453-447a-9447-7f4cb1ab8d7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-722f05e0-d453-447a-9447-7f4cb1ab8d7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-722f05e0-d453-447a-9447-7f4cb1ab8d7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2444af54-6968-4fce-a0b6-bdaf5102b7ce {
  background-image: url(https://i.shgcdn.com/909ab6fb-68d2-4c23-9fa8-5d0f01ce8e11/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-2444af54-6968-4fce-a0b6-bdaf5102b7ce {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-2444af54-6968-4fce-a0b6-bdaf5102b7ce img.shogun-image,
  #s-2444af54-6968-4fce-a0b6-bdaf5102b7ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2444af54-6968-4fce-a0b6-bdaf5102b7ce {
    width: 100%;
    height: auto;
  }



  #s-2444af54-6968-4fce-a0b6-bdaf5102b7ce img.shogun-image {
    

    
    
    
  }


#s-2444af54-6968-4fce-a0b6-bdaf5102b7ce .shogun-image-content {
  
    justify-content: center;
  
}

#s-843eea87-e00a-4b9e-b957-f2ceec300ec2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7aa8b8bc-7a3e-4c18-837b-379372889424 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-7aa8b8bc-7a3e-4c18-837b-379372889424:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7aa8b8bc-7a3e-4c18-837b-379372889424:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7aa8b8bc-7a3e-4c18-837b-379372889424-root {
    text-align: center;
  }


#s-7aa8b8bc-7a3e-4c18-837b-379372889424.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7aa8b8bc-7a3e-4c18-837b-379372889424-root {
    text-align: center;
  }


#s-7aa8b8bc-7a3e-4c18-837b-379372889424.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7aa8b8bc-7a3e-4c18-837b-379372889424-root {
    text-align: center;
  }


#s-7aa8b8bc-7a3e-4c18-837b-379372889424.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7aa8b8bc-7a3e-4c18-837b-379372889424-root {
    text-align: center;
  }


#s-7aa8b8bc-7a3e-4c18-837b-379372889424.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7aa8b8bc-7a3e-4c18-837b-379372889424-root {
    text-align: center;
  }


#s-7aa8b8bc-7a3e-4c18-837b-379372889424.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5c8415ab-bea2-4a8b-a351-98511c2ecbed {
  background-image: url(https://i.shgcdn.com/194f31dc-75c5-4d7f-a549-7ec578f2c4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-5c8415ab-bea2-4a8b-a351-98511c2ecbed {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-5c8415ab-bea2-4a8b-a351-98511c2ecbed img.shogun-image,
  #s-5c8415ab-bea2-4a8b-a351-98511c2ecbed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c8415ab-bea2-4a8b-a351-98511c2ecbed {
    width: 100%;
    height: auto;
  }



  #s-5c8415ab-bea2-4a8b-a351-98511c2ecbed img.shogun-image {
    

    
    
    
  }


#s-5c8415ab-bea2-4a8b-a351-98511c2ecbed .shogun-image-content {
  
    justify-content: center;
  
}

#s-c054a600-6efe-4d8e-80e1-ce3c90ce0edd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a2748102-17d3-436a-8695-133aae9578db {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-a2748102-17d3-436a-8695-133aae9578db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a2748102-17d3-436a-8695-133aae9578db:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2748102-17d3-436a-8695-133aae9578db-root {
    text-align: center;
  }


#s-a2748102-17d3-436a-8695-133aae9578db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2748102-17d3-436a-8695-133aae9578db-root {
    text-align: center;
  }


#s-a2748102-17d3-436a-8695-133aae9578db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2748102-17d3-436a-8695-133aae9578db-root {
    text-align: center;
  }


#s-a2748102-17d3-436a-8695-133aae9578db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2748102-17d3-436a-8695-133aae9578db-root {
    text-align: center;
  }


#s-a2748102-17d3-436a-8695-133aae9578db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2748102-17d3-436a-8695-133aae9578db-root {
    text-align: center;
  }


#s-a2748102-17d3-436a-8695-133aae9578db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e842dad7-6565-4ceb-9caf-900aad69ebf4 {
  background-image: url(https://i.shgcdn.com/1a5b0f36-60c0-4b74-abf1-d9491acf0f71/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-e842dad7-6565-4ceb-9caf-900aad69ebf4 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e842dad7-6565-4ceb-9caf-900aad69ebf4 img.shogun-image,
  #s-e842dad7-6565-4ceb-9caf-900aad69ebf4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e842dad7-6565-4ceb-9caf-900aad69ebf4 {
    width: 100%;
    height: auto;
  }



  #s-e842dad7-6565-4ceb-9caf-900aad69ebf4 img.shogun-image {
    

    
    
    
  }


#s-e842dad7-6565-4ceb-9caf-900aad69ebf4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bdf43704-a6a8-4cfa-a18e-76ba92735f0e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-84f94a2f-abdc-48bb-9484-75825d242d10 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-84f94a2f-abdc-48bb-9484-75825d242d10:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84f94a2f-abdc-48bb-9484-75825d242d10:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-84f94a2f-abdc-48bb-9484-75825d242d10-root {
    text-align: center;
  }


#s-84f94a2f-abdc-48bb-9484-75825d242d10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-84f94a2f-abdc-48bb-9484-75825d242d10-root {
    text-align: center;
  }


#s-84f94a2f-abdc-48bb-9484-75825d242d10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84f94a2f-abdc-48bb-9484-75825d242d10-root {
    text-align: center;
  }


#s-84f94a2f-abdc-48bb-9484-75825d242d10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84f94a2f-abdc-48bb-9484-75825d242d10-root {
    text-align: center;
  }


#s-84f94a2f-abdc-48bb-9484-75825d242d10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-84f94a2f-abdc-48bb-9484-75825d242d10-root {
    text-align: center;
  }


#s-84f94a2f-abdc-48bb-9484-75825d242d10.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8aa83092-ea12-4dc1-86af-a50a771cf299 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-8aa83092-ea12-4dc1-86af-a50a771cf299 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8aa83092-ea12-4dc1-86af-a50a771cf299 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8aa83092-ea12-4dc1-86af-a50a771cf299 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-8aa83092-ea12-4dc1-86af-a50a771cf299 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-8aa83092-ea12-4dc1-86af-a50a771cf299"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8aa83092-ea12-4dc1-86af-a50a771cf299"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8aa83092-ea12-4dc1-86af-a50a771cf299"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8aa83092-ea12-4dc1-86af-a50a771cf299"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-308a1c5e-3eb6-491e-9413-f8b1a6b74b04 {
  background-image: url(https://i.shgcdn.com/b347ac26-0a66-4bec-bced-3a0eacd2c487/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-308a1c5e-3eb6-491e-9413-f8b1a6b74b04 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-308a1c5e-3eb6-491e-9413-f8b1a6b74b04 img.shogun-image,
  #s-308a1c5e-3eb6-491e-9413-f8b1a6b74b04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-308a1c5e-3eb6-491e-9413-f8b1a6b74b04 {
    width: 100%;
    height: auto;
  }



  #s-308a1c5e-3eb6-491e-9413-f8b1a6b74b04 img.shogun-image {
    

    
    
    
  }


#s-308a1c5e-3eb6-491e-9413-f8b1a6b74b04 .shogun-image-content {
  
    justify-content: center;
  
}

#s-da9d0400-6e3e-4186-804a-9d606ff587d1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dbc207ac-0655-488f-a7b7-46deef83ff73 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-dbc207ac-0655-488f-a7b7-46deef83ff73:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dbc207ac-0655-488f-a7b7-46deef83ff73:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dbc207ac-0655-488f-a7b7-46deef83ff73-root {
    text-align: center;
  }


#s-dbc207ac-0655-488f-a7b7-46deef83ff73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dbc207ac-0655-488f-a7b7-46deef83ff73-root {
    text-align: center;
  }


#s-dbc207ac-0655-488f-a7b7-46deef83ff73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbc207ac-0655-488f-a7b7-46deef83ff73-root {
    text-align: center;
  }


#s-dbc207ac-0655-488f-a7b7-46deef83ff73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dbc207ac-0655-488f-a7b7-46deef83ff73-root {
    text-align: center;
  }


#s-dbc207ac-0655-488f-a7b7-46deef83ff73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dbc207ac-0655-488f-a7b7-46deef83ff73-root {
    text-align: center;
  }


#s-dbc207ac-0655-488f-a7b7-46deef83ff73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-54c05fbd-0cf9-40fb-8d99-a81c37b10266 {
  background-image: url(https://i.shgcdn.com/c656ca60-b17a-49d5-8b07-5a6f0cea3463/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}

#s-54c05fbd-0cf9-40fb-8d99-a81c37b10266 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-54c05fbd-0cf9-40fb-8d99-a81c37b10266 img.shogun-image,
  #s-54c05fbd-0cf9-40fb-8d99-a81c37b10266 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-54c05fbd-0cf9-40fb-8d99-a81c37b10266 {
    width: 100%;
    height: auto;
  }



  #s-54c05fbd-0cf9-40fb-8d99-a81c37b10266 img.shogun-image {
    

    
    
    
  }


#s-54c05fbd-0cf9-40fb-8d99-a81c37b10266 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1406d27a-1448-4bc5-829e-03b67d4733c9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f5325bd9-a8c4-42d6-8d11-6fc19443f832 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f5325bd9-a8c4-42d6-8d11-6fc19443f832:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5325bd9-a8c4-42d6-8d11-6fc19443f832:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5325bd9-a8c4-42d6-8d11-6fc19443f832-root {
    text-align: center;
  }


#s-f5325bd9-a8c4-42d6-8d11-6fc19443f832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5325bd9-a8c4-42d6-8d11-6fc19443f832-root {
    text-align: center;
  }


#s-f5325bd9-a8c4-42d6-8d11-6fc19443f832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5325bd9-a8c4-42d6-8d11-6fc19443f832-root {
    text-align: center;
  }


#s-f5325bd9-a8c4-42d6-8d11-6fc19443f832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5325bd9-a8c4-42d6-8d11-6fc19443f832-root {
    text-align: center;
  }


#s-f5325bd9-a8c4-42d6-8d11-6fc19443f832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5325bd9-a8c4-42d6-8d11-6fc19443f832-root {
    text-align: center;
  }


#s-f5325bd9-a8c4-42d6-8d11-6fc19443f832.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1f9fb4e0-d10b-48c1-a7c5-c6526ecc5ec9 {
  background-image: url(https://i.shgcdn.com/00733271-5109-4a29-9cf9-6e6f444ad110/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
max-width: 500px;
aspect-ratio: 500/215;
text-align: center;
background-position: center center;
}

#s-1f9fb4e0-d10b-48c1-a7c5-c6526ecc5ec9 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1f9fb4e0-d10b-48c1-a7c5-c6526ecc5ec9 img.shogun-image,
  #s-1f9fb4e0-d10b-48c1-a7c5-c6526ecc5ec9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f9fb4e0-d10b-48c1-a7c5-c6526ecc5ec9 {
    width: 100%;
    height: auto;
  }



  #s-1f9fb4e0-d10b-48c1-a7c5-c6526ecc5ec9 img.shogun-image {
    

    
    
    
  }


#s-1f9fb4e0-d10b-48c1-a7c5-c6526ecc5ec9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2235fbfd-430b-43ef-b40d-53fdbc42a064 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-931367cf-3c91-47f1-bc88-e096d729edfc {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-931367cf-3c91-47f1-bc88-e096d729edfc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-931367cf-3c91-47f1-bc88-e096d729edfc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-931367cf-3c91-47f1-bc88-e096d729edfc-root {
    text-align: center;
  }


#s-931367cf-3c91-47f1-bc88-e096d729edfc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-931367cf-3c91-47f1-bc88-e096d729edfc-root {
    text-align: center;
  }


#s-931367cf-3c91-47f1-bc88-e096d729edfc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-931367cf-3c91-47f1-bc88-e096d729edfc-root {
    text-align: center;
  }


#s-931367cf-3c91-47f1-bc88-e096d729edfc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-931367cf-3c91-47f1-bc88-e096d729edfc-root {
    text-align: center;
  }


#s-931367cf-3c91-47f1-bc88-e096d729edfc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-931367cf-3c91-47f1-bc88-e096d729edfc-root {
    text-align: center;
  }


#s-931367cf-3c91-47f1-bc88-e096d729edfc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8e497d59-1c35-4185-8acd-07bf4f836d56 {
  
}








#s-8e497d59-1c35-4185-8acd-07bf4f836d56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e497d59-1c35-4185-8acd-07bf4f836d56.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2efe4eef-c5d1-4cba-98d7-d7e20da51b72 {
  min-height: 20px;
}








#s-2efe4eef-c5d1-4cba-98d7-d7e20da51b72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2efe4eef-c5d1-4cba-98d7-d7e20da51b72.shg-box.shg-c {
  justify-content: center;
}

#s-d97e2caf-3cbc-4a99-a3f7-0b7d10c0e873 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(23, 233, 226, 1);
border-style: solid;
min-height: 500px;
}








#s-d97e2caf-3cbc-4a99-a3f7-0b7d10c0e873 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d97e2caf-3cbc-4a99-a3f7-0b7d10c0e873.shg-box.shg-c {
  justify-content: flex-end;
}

#s-b3a26803-ff73-4d3a-b376-49d58249a7c1 {
  min-height: 9px;
}

#s-30b6c31c-adca-4915-9c1a-58365012870c {
  min-height: 75px;
}
@media (max-width: 767px){#s-30b6c31c-adca-4915-9c1a-58365012870c {
  display: none;
}
#s-30b6c31c-adca-4915-9c1a-58365012870c, #wrap-s-30b6c31c-adca-4915-9c1a-58365012870c, #wrap-content-s-30b6c31c-adca-4915-9c1a-58365012870c { display: none !important; }}







#s-30b6c31c-adca-4915-9c1a-58365012870c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30b6c31c-adca-4915-9c1a-58365012870c.shg-box.shg-c {
  justify-content: center;
}

#s-29f596f5-4d31-4ad7-b2b0-826e8b7967be {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-29f596f5-4d31-4ad7-b2b0-826e8b7967be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29f596f5-4d31-4ad7-b2b0-826e8b7967be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29f596f5-4d31-4ad7-b2b0-826e8b7967be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29f596f5-4d31-4ad7-b2b0-826e8b7967be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29f596f5-4d31-4ad7-b2b0-826e8b7967be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29f596f5-4d31-4ad7-b2b0-826e8b7967be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29f596f5-4d31-4ad7-b2b0-826e8b7967be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-de43c57c-4d3e-42e7-bcce-492d1ce5c674 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de43c57c-4d3e-42e7-bcce-492d1ce5c674 .shogun-heading-component h1 {
  color: rgba(186, 0, 240, 1);
  font-weight:  normal ;
  font-family: "Tilt Warp";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-bcecdef8-23ea-450f-96d0-483f9b9b80ea {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-bcecdef8-23ea-450f-96d0-483f9b9b80ea {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bcecdef8-23ea-450f-96d0-483f9b9b80ea {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bcecdef8-23ea-450f-96d0-483f9b9b80ea {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-bcecdef8-23ea-450f-96d0-483f9b9b80ea {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-bcecdef8-23ea-450f-96d0-483f9b9b80ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bcecdef8-23ea-450f-96d0-483f9b9b80ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bcecdef8-23ea-450f-96d0-483f9b9b80ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bcecdef8-23ea-450f-96d0-483f9b9b80ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bcecdef8-23ea-450f-96d0-483f9b9b80ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcecdef8-23ea-450f-96d0-483f9b9b80ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bcecdef8-23ea-450f-96d0-483f9b9b80ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-d7876cb8-a814-4cf3-bba7-4049d4b55c02 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 2334px;
aspect-ratio: 2334/1556;
text-align: center;
}

#s-d7876cb8-a814-4cf3-bba7-4049d4b55c02 {
  overflow: hidden;
  
  
      max-width: 2334px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d7876cb8-a814-4cf3-bba7-4049d4b55c02 img.shogun-image,
  #s-d7876cb8-a814-4cf3-bba7-4049d4b55c02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7876cb8-a814-4cf3-bba7-4049d4b55c02 {
    width: 100%;
    height: auto;
  }



  #s-d7876cb8-a814-4cf3-bba7-4049d4b55c02 img.shogun-image {
    

    
    
    
  }


#s-d7876cb8-a814-4cf3-bba7-4049d4b55c02 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4cddd13c-0c2a-4f8e-9728-f3cee121da9f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-05d4fb01-6207-4c45-87e9-08de98d447af {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzJiN2I3NjQtZWUzZS00MjNkLTkxMDEtMThiZDE5ZjBiYzg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzcyYjdiNzY0LWVlM2UtNDIzZC05MTAxLTE4YmQxOWYwYmM4OSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-05d4fb01-6207-4c45-87e9-08de98d447af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05d4fb01-6207-4c45-87e9-08de98d447af:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-05d4fb01-6207-4c45-87e9-08de98d447af-root {
    text-align: center;
  }


#s-05d4fb01-6207-4c45-87e9-08de98d447af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05d4fb01-6207-4c45-87e9-08de98d447af-root {
    text-align: center;
  }


#s-05d4fb01-6207-4c45-87e9-08de98d447af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05d4fb01-6207-4c45-87e9-08de98d447af-root {
    text-align: center;
  }


#s-05d4fb01-6207-4c45-87e9-08de98d447af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05d4fb01-6207-4c45-87e9-08de98d447af-root {
    text-align: center;
  }


#s-05d4fb01-6207-4c45-87e9-08de98d447af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05d4fb01-6207-4c45-87e9-08de98d447af-root {
    text-align: center;
  }


#s-05d4fb01-6207-4c45-87e9-08de98d447af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bb2e780a-b6d1-4b5a-b348-ad2c56c50e0c {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-bb2e780a-b6d1-4b5a-b348-ad2c56c50e0c {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb2e780a-b6d1-4b5a-b348-ad2c56c50e0c {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb2e780a-b6d1-4b5a-b348-ad2c56c50e0c {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-bb2e780a-b6d1-4b5a-b348-ad2c56c50e0c {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-bb2e780a-b6d1-4b5a-b348-ad2c56c50e0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb2e780a-b6d1-4b5a-b348-ad2c56c50e0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb2e780a-b6d1-4b5a-b348-ad2c56c50e0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb2e780a-b6d1-4b5a-b348-ad2c56c50e0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f3034aa4-bb55-4b1d-a1e9-6fb5e315e57d {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 620px;
aspect-ratio: 620/344;
text-align: center;
}

#s-f3034aa4-bb55-4b1d-a1e9-6fb5e315e57d {
  overflow: hidden;
  
  
      max-width: 620px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f3034aa4-bb55-4b1d-a1e9-6fb5e315e57d img.shogun-image,
  #s-f3034aa4-bb55-4b1d-a1e9-6fb5e315e57d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3034aa4-bb55-4b1d-a1e9-6fb5e315e57d {
    width: 100%;
    height: auto;
  }



  #s-f3034aa4-bb55-4b1d-a1e9-6fb5e315e57d img.shogun-image {
    

    
    
    
  }


#s-f3034aa4-bb55-4b1d-a1e9-6fb5e315e57d .shogun-image-content {
  
    justify-content: center;
  
}

#s-a2fdc2e1-0bca-46c1-b441-8b6fdbddbabf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5518e295-7955-4bbf-b309-ca12021c7948 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-5518e295-7955-4bbf-b309-ca12021c7948:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5518e295-7955-4bbf-b309-ca12021c7948:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5518e295-7955-4bbf-b309-ca12021c7948-root {
    text-align: center;
  }


#s-5518e295-7955-4bbf-b309-ca12021c7948.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5518e295-7955-4bbf-b309-ca12021c7948-root {
    text-align: center;
  }


#s-5518e295-7955-4bbf-b309-ca12021c7948.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5518e295-7955-4bbf-b309-ca12021c7948-root {
    text-align: center;
  }


#s-5518e295-7955-4bbf-b309-ca12021c7948.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5518e295-7955-4bbf-b309-ca12021c7948-root {
    text-align: center;
  }


#s-5518e295-7955-4bbf-b309-ca12021c7948.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5518e295-7955-4bbf-b309-ca12021c7948-root {
    text-align: center;
  }


#s-5518e295-7955-4bbf-b309-ca12021c7948.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ff16a985-7106-4442-9b81-030290d02da8 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}

#s-ff16a985-7106-4442-9b81-030290d02da8 {
  overflow: hidden;
  
  
      max-width: 1920px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ff16a985-7106-4442-9b81-030290d02da8 img.shogun-image,
  #s-ff16a985-7106-4442-9b81-030290d02da8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff16a985-7106-4442-9b81-030290d02da8 {
    width: 100%;
    height: auto;
  }



  #s-ff16a985-7106-4442-9b81-030290d02da8 img.shogun-image {
    

    
    
    
  }


#s-ff16a985-7106-4442-9b81-030290d02da8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fb808940-5e10-4e63-a608-f522b2f8480c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f4b0fcbe-9d6e-473b-a692-91040b35e56e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-f4b0fcbe-9d6e-473b-a692-91040b35e56e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4b0fcbe-9d6e-473b-a692-91040b35e56e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4b0fcbe-9d6e-473b-a692-91040b35e56e-root {
    text-align: center;
  }


#s-f4b0fcbe-9d6e-473b-a692-91040b35e56e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f4b0fcbe-9d6e-473b-a692-91040b35e56e-root {
    text-align: center;
  }


#s-f4b0fcbe-9d6e-473b-a692-91040b35e56e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4b0fcbe-9d6e-473b-a692-91040b35e56e-root {
    text-align: center;
  }


#s-f4b0fcbe-9d6e-473b-a692-91040b35e56e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4b0fcbe-9d6e-473b-a692-91040b35e56e-root {
    text-align: center;
  }


#s-f4b0fcbe-9d6e-473b-a692-91040b35e56e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f4b0fcbe-9d6e-473b-a692-91040b35e56e-root {
    text-align: center;
  }


#s-f4b0fcbe-9d6e-473b-a692-91040b35e56e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-14546d1c-6ba9-4fcf-90a2-f1fa915fcb44 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 3584px;
aspect-ratio: 3584/2030;
text-align: center;
}

#s-14546d1c-6ba9-4fcf-90a2-f1fa915fcb44 {
  overflow: hidden;
  
  
      max-width: 3584px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-14546d1c-6ba9-4fcf-90a2-f1fa915fcb44 img.shogun-image,
  #s-14546d1c-6ba9-4fcf-90a2-f1fa915fcb44 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14546d1c-6ba9-4fcf-90a2-f1fa915fcb44 {
    width: 100%;
    height: auto;
  }



  #s-14546d1c-6ba9-4fcf-90a2-f1fa915fcb44 img.shogun-image {
    

    
    
    
  }


#s-14546d1c-6ba9-4fcf-90a2-f1fa915fcb44 .shogun-image-content {
  
    justify-content: center;
  
}

#s-841477f0-360e-4277-a5d9-54055de61cef {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e41b430a-04a6-4237-bc5b-61a94fb43641 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-e41b430a-04a6-4237-bc5b-61a94fb43641:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e41b430a-04a6-4237-bc5b-61a94fb43641:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e41b430a-04a6-4237-bc5b-61a94fb43641-root {
    text-align: center;
  }


#s-e41b430a-04a6-4237-bc5b-61a94fb43641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e41b430a-04a6-4237-bc5b-61a94fb43641-root {
    text-align: center;
  }


#s-e41b430a-04a6-4237-bc5b-61a94fb43641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e41b430a-04a6-4237-bc5b-61a94fb43641-root {
    text-align: center;
  }


#s-e41b430a-04a6-4237-bc5b-61a94fb43641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e41b430a-04a6-4237-bc5b-61a94fb43641-root {
    text-align: center;
  }


#s-e41b430a-04a6-4237-bc5b-61a94fb43641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e41b430a-04a6-4237-bc5b-61a94fb43641-root {
    text-align: center;
  }


#s-e41b430a-04a6-4237-bc5b-61a94fb43641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b2959ecd-9430-4613-8de5-a1f032512829 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-b2959ecd-9430-4613-8de5-a1f032512829 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2959ecd-9430-4613-8de5-a1f032512829 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2959ecd-9430-4613-8de5-a1f032512829 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-b2959ecd-9430-4613-8de5-a1f032512829 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-b2959ecd-9430-4613-8de5-a1f032512829"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2959ecd-9430-4613-8de5-a1f032512829"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b2959ecd-9430-4613-8de5-a1f032512829"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2959ecd-9430-4613-8de5-a1f032512829"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e1d2bffc-7866-4f20-b837-e2bc4b5e5cba {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}

#s-e1d2bffc-7866-4f20-b837-e2bc4b5e5cba {
  overflow: hidden;
  
  
      max-width: 1920px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e1d2bffc-7866-4f20-b837-e2bc4b5e5cba img.shogun-image,
  #s-e1d2bffc-7866-4f20-b837-e2bc4b5e5cba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1d2bffc-7866-4f20-b837-e2bc4b5e5cba {
    width: 100%;
    height: auto;
  }



  #s-e1d2bffc-7866-4f20-b837-e2bc4b5e5cba img.shogun-image {
    

    
    
    
  }


#s-e1d2bffc-7866-4f20-b837-e2bc4b5e5cba .shogun-image-content {
  
    justify-content: center;
  
}

#s-3b26504a-3c35-41aa-a041-1b15bea2dc7f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-34ca02fe-7f62-459c-a3fa-a722b854f879 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-34ca02fe-7f62-459c-a3fa-a722b854f879:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34ca02fe-7f62-459c-a3fa-a722b854f879:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34ca02fe-7f62-459c-a3fa-a722b854f879-root {
    text-align: center;
  }


#s-34ca02fe-7f62-459c-a3fa-a722b854f879.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34ca02fe-7f62-459c-a3fa-a722b854f879-root {
    text-align: center;
  }


#s-34ca02fe-7f62-459c-a3fa-a722b854f879.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34ca02fe-7f62-459c-a3fa-a722b854f879-root {
    text-align: center;
  }


#s-34ca02fe-7f62-459c-a3fa-a722b854f879.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34ca02fe-7f62-459c-a3fa-a722b854f879-root {
    text-align: center;
  }


#s-34ca02fe-7f62-459c-a3fa-a722b854f879.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34ca02fe-7f62-459c-a3fa-a722b854f879-root {
    text-align: center;
  }


#s-34ca02fe-7f62-459c-a3fa-a722b854f879.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fa5e4b85-1b5a-4d73-8182-561d9366c00c {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-fa5e4b85-1b5a-4d73-8182-561d9366c00c {
  overflow: hidden;
  
  
}







  #s-fa5e4b85-1b5a-4d73-8182-561d9366c00c img.shogun-image {
    

    
    
    
  }


#s-fa5e4b85-1b5a-4d73-8182-561d9366c00c .shogun-image-content {
  
    justify-content: center;
  
}

#s-43303005-641a-4a61-8afc-82ca83e1f4bb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-75cb132f-b0da-488d-8739-f53aaf6fa527 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-75cb132f-b0da-488d-8739-f53aaf6fa527:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75cb132f-b0da-488d-8739-f53aaf6fa527:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75cb132f-b0da-488d-8739-f53aaf6fa527-root {
    text-align: center;
  }


#s-75cb132f-b0da-488d-8739-f53aaf6fa527.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-75cb132f-b0da-488d-8739-f53aaf6fa527-root {
    text-align: center;
  }


#s-75cb132f-b0da-488d-8739-f53aaf6fa527.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75cb132f-b0da-488d-8739-f53aaf6fa527-root {
    text-align: center;
  }


#s-75cb132f-b0da-488d-8739-f53aaf6fa527.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75cb132f-b0da-488d-8739-f53aaf6fa527-root {
    text-align: center;
  }


#s-75cb132f-b0da-488d-8739-f53aaf6fa527.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-75cb132f-b0da-488d-8739-f53aaf6fa527-root {
    text-align: center;
  }


#s-75cb132f-b0da-488d-8739-f53aaf6fa527.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3be7d61e-241b-4e8c-b84f-547a32f96a65 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-3be7d61e-241b-4e8c-b84f-547a32f96a65 {
  overflow: hidden;
  
  
}







  #s-3be7d61e-241b-4e8c-b84f-547a32f96a65 img.shogun-image {
    

    
    
    
  }


#s-3be7d61e-241b-4e8c-b84f-547a32f96a65 .shogun-image-content {
  
    justify-content: center;
  
}

#s-99765a02-0a1a-4ea1-9e29-ef6f1586e3cc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-94cf82bc-b911-4b5a-a649-7b4d081f167e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-94cf82bc-b911-4b5a-a649-7b4d081f167e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-94cf82bc-b911-4b5a-a649-7b4d081f167e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-94cf82bc-b911-4b5a-a649-7b4d081f167e-root {
    text-align: center;
  }


#s-94cf82bc-b911-4b5a-a649-7b4d081f167e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94cf82bc-b911-4b5a-a649-7b4d081f167e-root {
    text-align: center;
  }


#s-94cf82bc-b911-4b5a-a649-7b4d081f167e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94cf82bc-b911-4b5a-a649-7b4d081f167e-root {
    text-align: center;
  }


#s-94cf82bc-b911-4b5a-a649-7b4d081f167e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94cf82bc-b911-4b5a-a649-7b4d081f167e-root {
    text-align: center;
  }


#s-94cf82bc-b911-4b5a-a649-7b4d081f167e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94cf82bc-b911-4b5a-a649-7b4d081f167e-root {
    text-align: center;
  }


#s-94cf82bc-b911-4b5a-a649-7b4d081f167e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-746a0b59-1f93-43fd-a64c-8830604dcb12 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-746a0b59-1f93-43fd-a64c-8830604dcb12 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-746a0b59-1f93-43fd-a64c-8830604dcb12 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-746a0b59-1f93-43fd-a64c-8830604dcb12 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-746a0b59-1f93-43fd-a64c-8830604dcb12 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-746a0b59-1f93-43fd-a64c-8830604dcb12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-746a0b59-1f93-43fd-a64c-8830604dcb12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-746a0b59-1f93-43fd-a64c-8830604dcb12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-746a0b59-1f93-43fd-a64c-8830604dcb12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5beca11e-371f-4ea5-8d7e-f8ce340d70fc {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-5beca11e-371f-4ea5-8d7e-f8ce340d70fc {
  overflow: hidden;
  
  
}







  #s-5beca11e-371f-4ea5-8d7e-f8ce340d70fc img.shogun-image {
    

    
    
    
  }


#s-5beca11e-371f-4ea5-8d7e-f8ce340d70fc .shogun-image-content {
  
    justify-content: center;
  
}

#s-7813bf24-1e12-4486-9dba-fb9397977965 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-10fcd8c2-8154-49c8-8574-1f9bbc038f1e {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-10fcd8c2-8154-49c8-8574-1f9bbc038f1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10fcd8c2-8154-49c8-8574-1f9bbc038f1e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-10fcd8c2-8154-49c8-8574-1f9bbc038f1e-root {
    text-align: center;
  }


#s-10fcd8c2-8154-49c8-8574-1f9bbc038f1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-10fcd8c2-8154-49c8-8574-1f9bbc038f1e-root {
    text-align: center;
  }


#s-10fcd8c2-8154-49c8-8574-1f9bbc038f1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10fcd8c2-8154-49c8-8574-1f9bbc038f1e-root {
    text-align: center;
  }


#s-10fcd8c2-8154-49c8-8574-1f9bbc038f1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10fcd8c2-8154-49c8-8574-1f9bbc038f1e-root {
    text-align: center;
  }


#s-10fcd8c2-8154-49c8-8574-1f9bbc038f1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-10fcd8c2-8154-49c8-8574-1f9bbc038f1e-root {
    text-align: center;
  }


#s-10fcd8c2-8154-49c8-8574-1f9bbc038f1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-462b3796-4f62-4733-8678-ccd8c3000012 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-462b3796-4f62-4733-8678-ccd8c3000012 {
  overflow: hidden;
  
  
}







  #s-462b3796-4f62-4733-8678-ccd8c3000012 img.shogun-image {
    

    
    
    
  }


#s-462b3796-4f62-4733-8678-ccd8c3000012 .shogun-image-content {
  
    justify-content: center;
  
}

#s-910e3df1-e136-40d3-b70b-a8db5e081309 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-35758f13-3d7f-4f31-aedd-1e6a1611cc04 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-35758f13-3d7f-4f31-aedd-1e6a1611cc04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35758f13-3d7f-4f31-aedd-1e6a1611cc04:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-35758f13-3d7f-4f31-aedd-1e6a1611cc04-root {
    text-align: center;
  }


#s-35758f13-3d7f-4f31-aedd-1e6a1611cc04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35758f13-3d7f-4f31-aedd-1e6a1611cc04-root {
    text-align: center;
  }


#s-35758f13-3d7f-4f31-aedd-1e6a1611cc04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35758f13-3d7f-4f31-aedd-1e6a1611cc04-root {
    text-align: center;
  }


#s-35758f13-3d7f-4f31-aedd-1e6a1611cc04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35758f13-3d7f-4f31-aedd-1e6a1611cc04-root {
    text-align: center;
  }


#s-35758f13-3d7f-4f31-aedd-1e6a1611cc04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35758f13-3d7f-4f31-aedd-1e6a1611cc04-root {
    text-align: center;
  }


#s-35758f13-3d7f-4f31-aedd-1e6a1611cc04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ac17323f-153d-4d32-a262-a75af6817d46 {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(45, 230, 230, 1);
border-style: solid;
text-align: center;
}

#s-ac17323f-153d-4d32-a262-a75af6817d46 {
  overflow: hidden;
  
  
}







  #s-ac17323f-153d-4d32-a262-a75af6817d46 img.shogun-image {
    

    
    
    
  }


#s-ac17323f-153d-4d32-a262-a75af6817d46 .shogun-image-content {
  
    justify-content: center;
  
}

#s-14a50b03-e9bb-46e0-ab18-9bb12338923c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d1652db3-2f25-40a1-b2c4-5fcb5a731f71 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d1652db3-2f25-40a1-b2c4-5fcb5a731f71:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1652db3-2f25-40a1-b2c4-5fcb5a731f71:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1652db3-2f25-40a1-b2c4-5fcb5a731f71-root {
    text-align: center;
  }


#s-d1652db3-2f25-40a1-b2c4-5fcb5a731f71.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1652db3-2f25-40a1-b2c4-5fcb5a731f71-root {
    text-align: center;
  }


#s-d1652db3-2f25-40a1-b2c4-5fcb5a731f71.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1652db3-2f25-40a1-b2c4-5fcb5a731f71-root {
    text-align: center;
  }


#s-d1652db3-2f25-40a1-b2c4-5fcb5a731f71.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1652db3-2f25-40a1-b2c4-5fcb5a731f71-root {
    text-align: center;
  }


#s-d1652db3-2f25-40a1-b2c4-5fcb5a731f71.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1652db3-2f25-40a1-b2c4-5fcb5a731f71-root {
    text-align: center;
  }


#s-d1652db3-2f25-40a1-b2c4-5fcb5a731f71.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c78cd550-b38d-4956-9565-7687d1ceb0b0 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-c78cd550-b38d-4956-9565-7687d1ceb0b0 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c78cd550-b38d-4956-9565-7687d1ceb0b0 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c78cd550-b38d-4956-9565-7687d1ceb0b0 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-c78cd550-b38d-4956-9565-7687d1ceb0b0 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 0px) {
[id="s-c78cd550-b38d-4956-9565-7687d1ceb0b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c78cd550-b38d-4956-9565-7687d1ceb0b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c78cd550-b38d-4956-9565-7687d1ceb0b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c78cd550-b38d-4956-9565-7687d1ceb0b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-84abb135-7f6f-4b28-83f6-6dcc2b4089d2 {
  background-image: url(https://i.shgcdn.com/6dbd282c-46c8-4200-9754-5fe0144cb3d6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center center;
background-color: rgba(148, 215, 233, 1);
}

#s-84abb135-7f6f-4b28-83f6-6dcc2b4089d2 {
  overflow: hidden;
  
  
}







  #s-84abb135-7f6f-4b28-83f6-6dcc2b4089d2 img.shogun-image {
    

    
    
    
  }


#s-84abb135-7f6f-4b28-83f6-6dcc2b4089d2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c9ffee0c-2f7d-4951-9407-40f049ae0fd2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c8250c8f-ec90-451a-a932-88f7260ccbde {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-c8250c8f-ec90-451a-a932-88f7260ccbde:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c8250c8f-ec90-451a-a932-88f7260ccbde:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c8250c8f-ec90-451a-a932-88f7260ccbde-root {
    text-align: center;
  }


#s-c8250c8f-ec90-451a-a932-88f7260ccbde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8250c8f-ec90-451a-a932-88f7260ccbde-root {
    text-align: center;
  }


#s-c8250c8f-ec90-451a-a932-88f7260ccbde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8250c8f-ec90-451a-a932-88f7260ccbde-root {
    text-align: center;
  }


#s-c8250c8f-ec90-451a-a932-88f7260ccbde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8250c8f-ec90-451a-a932-88f7260ccbde-root {
    text-align: center;
  }


#s-c8250c8f-ec90-451a-a932-88f7260ccbde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8250c8f-ec90-451a-a932-88f7260ccbde-root {
    text-align: center;
  }


#s-c8250c8f-ec90-451a-a932-88f7260ccbde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-412de482-7c16-48de-a079-248289d6e1e4 {
  background-image: url(https://i.shgcdn.com/78ba709f-ed24-4afe-9cb4-3bcf7428cd3d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center center;
background-color: rgba(162, 59, 197, 1);
}

#s-412de482-7c16-48de-a079-248289d6e1e4 {
  overflow: hidden;
  
  
}







  #s-412de482-7c16-48de-a079-248289d6e1e4 img.shogun-image {
    

    
    
    
  }


#s-412de482-7c16-48de-a079-248289d6e1e4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a626dc60-25aa-423a-bb14-9e1f23e35ba5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d11faaa6-3629-4ffd-8bca-0b6e7548ddca {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-d11faaa6-3629-4ffd-8bca-0b6e7548ddca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d11faaa6-3629-4ffd-8bca-0b6e7548ddca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d11faaa6-3629-4ffd-8bca-0b6e7548ddca-root {
    text-align: center;
  }


#s-d11faaa6-3629-4ffd-8bca-0b6e7548ddca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d11faaa6-3629-4ffd-8bca-0b6e7548ddca-root {
    text-align: center;
  }


#s-d11faaa6-3629-4ffd-8bca-0b6e7548ddca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d11faaa6-3629-4ffd-8bca-0b6e7548ddca-root {
    text-align: center;
  }


#s-d11faaa6-3629-4ffd-8bca-0b6e7548ddca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d11faaa6-3629-4ffd-8bca-0b6e7548ddca-root {
    text-align: center;
  }


#s-d11faaa6-3629-4ffd-8bca-0b6e7548ddca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d11faaa6-3629-4ffd-8bca-0b6e7548ddca-root {
    text-align: center;
  }


#s-d11faaa6-3629-4ffd-8bca-0b6e7548ddca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-53fd3b40-386a-4eb6-9b14-196b875f7cf1 {
  background-image: url(https://i.shgcdn.com/4c69bca4-f4cd-4598-8f67-164dceb66953/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-position: center center;
background-color: rgba(246, 244, 246, 1);
}

#s-53fd3b40-386a-4eb6-9b14-196b875f7cf1 {
  overflow: hidden;
  
  
}







  #s-53fd3b40-386a-4eb6-9b14-196b875f7cf1 img.shogun-image {
    

    
    
    
  }


#s-53fd3b40-386a-4eb6-9b14-196b875f7cf1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-59efb0c6-93df-4cf2-9638-569f369e4f08 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3e869aeb-1e0a-4810-8c26-2cf0f8f99945 {
  box-shadow:6px 6px 13px 0px rgba(15, 9, 122, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzYyOWJhZjQtMTVhOS00ZmExLTg5NTAtZDQ3MjJmZWEyMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojODYyMWFiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNiYTAwZjA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM4NjIxYWI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M2MjliYWY0LTE1YTktNGZhMS04OTUwLWQ0NzIyZmVhMjM4MSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#8621ab"}, {"id"=>3, "pos"=>0.5136363636363637, "color"=>"#ba00f0"}, {"id"=>2, "pos"=>1, "color"=>"#8621ab"}];
letter-spacing: 1px;
}
#s-3e869aeb-1e0a-4810-8c26-2cf0f8f99945:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e869aeb-1e0a-4810-8c26-2cf0f8f99945:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e869aeb-1e0a-4810-8c26-2cf0f8f99945-root {
    text-align: center;
  }


#s-3e869aeb-1e0a-4810-8c26-2cf0f8f99945.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e869aeb-1e0a-4810-8c26-2cf0f8f99945-root {
    text-align: center;
  }


#s-3e869aeb-1e0a-4810-8c26-2cf0f8f99945.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e869aeb-1e0a-4810-8c26-2cf0f8f99945-root {
    text-align: center;
  }


#s-3e869aeb-1e0a-4810-8c26-2cf0f8f99945.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e869aeb-1e0a-4810-8c26-2cf0f8f99945-root {
    text-align: center;
  }


#s-3e869aeb-1e0a-4810-8c26-2cf0f8f99945.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e869aeb-1e0a-4810-8c26-2cf0f8f99945-root {
    text-align: center;
  }


#s-3e869aeb-1e0a-4810-8c26-2cf0f8f99945.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c0bf74c3-c767-4e6a-b256-d0b2833264a3 {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-c0bf74c3-c767-4e6a-b256-d0b2833264a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0bf74c3-c767-4e6a-b256-d0b2833264a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c0bf74c3-c767-4e6a-b256-d0b2833264a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c0bf74c3-c767-4e6a-b256-d0b2833264a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c0bf74c3-c767-4e6a-b256-d0b2833264a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0bf74c3-c767-4e6a-b256-d0b2833264a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c0bf74c3-c767-4e6a-b256-d0b2833264a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-f387828e-2c4e-4dd1-acdc-e27c7cdcf130 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f387828e-2c4e-4dd1-acdc-e27c7cdcf130 .shogun-heading-component h1 {
  color: rgba(186, 0, 240, 1);
  font-weight:  normal ;
  font-family: "Tilt Warp";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  margin-left: auto;
margin-right: auto;
max-width: 822px;
aspect-ratio: 822/352;
text-align: center;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image {
  box-sizing: border-box;
}



.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container {
      position: relative;
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

@media (min-width: 1200px){#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image {
  box-sizing: border-box;
}



.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container {
      position: relative;
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image {
  box-sizing: border-box;
}



.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container {
      position: relative;
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image {
  box-sizing: border-box;
}



.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container {
      position: relative;
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}@media (max-width: 767px){#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shg-image-content-wrapper {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }

    #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shogun-image-link {
      aspect-ratio: 822/352;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 822px;
  }



  img.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image {
    
    
    
    max-height: 822px;
  }


.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image {
  box-sizing: border-box;
}



.s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 {
      --shg-aspect-ratio: calc(822/352); 
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container {
      position: relative;
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d3562cc-5817-4e99-9bb3-0a088fca25b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 822px;
    }
  }

}
/*
  $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;
}
