.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-79d39972-4d5a-4729-9f74-c37a0fc608db {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 249, 244, 1);
}
@media (min-width: 1200px){#s-79d39972-4d5a-4729-9f74-c37a0fc608db {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-79d39972-4d5a-4729-9f74-c37a0fc608db {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-79d39972-4d5a-4729-9f74-c37a0fc608db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79d39972-4d5a-4729-9f74-c37a0fc608db {
  cursor: pointer;
}#s-79d39972-4d5a-4729-9f74-c37a0fc608db.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-e756c492-2d2d-4251-922b-d85aa3d2aa25 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-e756c492-2d2d-4251-922b-d85aa3d2aa25 {
  background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-e756c492-2d2d-4251-922b-d85aa3d2aa25 {
  
}
}
@media (min-width: 0px) {
[id="s-e756c492-2d2d-4251-922b-d85aa3d2aa25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e756c492-2d2d-4251-922b-d85aa3d2aa25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e756c492-2d2d-4251-922b-d85aa3d2aa25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e756c492-2d2d-4251-922b-d85aa3d2aa25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e756c492-2d2d-4251-922b-d85aa3d2aa25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e756c492-2d2d-4251-922b-d85aa3d2aa25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e756c492-2d2d-4251-922b-d85aa3d2aa25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-4105ce58-7585-4a31-af98-52aa6a8a508f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 249, 244, 1);
}
@media (min-width: 1200px){#s-4105ce58-7585-4a31-af98-52aa6a8a508f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4105ce58-7585-4a31-af98-52aa6a8a508f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4105ce58-7585-4a31-af98-52aa6a8a508f {
  
}
}







#s-4105ce58-7585-4a31-af98-52aa6a8a508f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4105ce58-7585-4a31-af98-52aa6a8a508f.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-d95ca4b6-3879-4cec-a8d8-f46ad0ba9c1c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-d95ca4b6-3879-4cec-a8d8-f46ad0ba9c1c {
  margin-top: 0px;
padding-top: 0px;
padding-left: 18%;
padding-bottom: 0px;
padding-right: 18%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d95ca4b6-3879-4cec-a8d8-f46ad0ba9c1c {
  margin-top: 0px;
padding-top: 0px;
padding-left: 9%;
padding-bottom: 0px;
padding-right: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d95ca4b6-3879-4cec-a8d8-f46ad0ba9c1c {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-d95ca4b6-3879-4cec-a8d8-f46ad0ba9c1c {
  padding-bottom: 0px;
}
}
#s-d95ca4b6-3879-4cec-a8d8-f46ad0ba9c1c .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1.2em;
  
  
}


@media (min-width: 1200px){#s-d95ca4b6-3879-4cec-a8d8-f46ad0ba9c1c .shogun-heading-component h1 {
  color: rgba(241, 93, 42, 1);
  font-weight:  700 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d95ca4b6-3879-4cec-a8d8-f46ad0ba9c1c .shogun-heading-component h1 {
  color: rgba(241, 93, 42, 1);
  font-weight:  700 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d95ca4b6-3879-4cec-a8d8-f46ad0ba9c1c .shogun-heading-component h1 {
  color: rgba(241, 93, 42, 1);
  font-weight:  700 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 41px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-d95ca4b6-3879-4cec-a8d8-f46ad0ba9c1c .shogun-heading-component h1 {
  color: rgba(241, 93, 42, 1);
  font-weight:  700 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}
#s-9bcd873c-a787-486c-905f-6536a37f5356 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-9bcd873c-a787-486c-905f-6536a37f5356 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bcd873c-a787-486c-905f-6536a37f5356 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bcd873c-a787-486c-905f-6536a37f5356 {
  margin-top: 0px;
margin-bottom: -1px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-9bcd873c-a787-486c-905f-6536a37f5356 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-9bcd873c-a787-486c-905f-6536a37f5356 .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.2em;
  
  
}


@media (min-width: 1200px){#s-9bcd873c-a787-486c-905f-6536a37f5356 .shogun-heading-component h1 {
  color: rgba(241, 93, 42, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9bcd873c-a787-486c-905f-6536a37f5356 .shogun-heading-component h1 {
  color: rgba(241, 93, 42, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9bcd873c-a787-486c-905f-6536a37f5356 .shogun-heading-component h1 {
  color: rgba(241, 93, 42, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-9bcd873c-a787-486c-905f-6536a37f5356 .shogun-heading-component h1 {
  color: rgba(241, 93, 42, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


}
#s-4d7e11bf-749f-439f-b92c-341268f3ecf8 {
  margin-top: 0px;
padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d7e11bf-749f-439f-b92c-341268f3ecf8 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-4d7e11bf-749f-439f-b92c-341268f3ecf8 {
  margin-left: 12%;
margin-right: 12%;
}
}
#s-4d7e11bf-749f-439f-b92c-341268f3ecf8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


@media (min-width: 1200px){#s-4d7e11bf-749f-439f-b92c-341268f3ecf8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4d7e11bf-749f-439f-b92c-341268f3ecf8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4d7e11bf-749f-439f-b92c-341268f3ecf8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-4d7e11bf-749f-439f-b92c-341268f3ecf8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-72988bab-b236-4aba-9828-a83693eb8c09 {
  margin-top: 0px;
padding-top: 5px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-72988bab-b236-4aba-9828-a83693eb8c09 {
  padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-72988bab-b236-4aba-9828-a83693eb8c09 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-72988bab-b236-4aba-9828-a83693eb8c09 .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}


@media (min-width: 1200px){#s-72988bab-b236-4aba-9828-a83693eb8c09 .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-72988bab-b236-4aba-9828-a83693eb8c09 .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-72988bab-b236-4aba-9828-a83693eb8c09 .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-72988bab-b236-4aba-9828-a83693eb8c09 .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


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

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

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

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

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

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

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

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

#s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a {
  margin-top: 11px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a:hover {background-color: rgba(225, 44, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a {
  margin-bottom: 21px;
padding-top: 8px;
padding-bottom: 8px;
background-image: none;
background-color: rgba(241, 93, 42, 1);
hover-type: color;
}
#s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a:hover {background-color: rgba(225, 44, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a {
  margin-top: 1px;
margin-bottom: 20px;
padding-top: 8px;
padding-bottom: 8px;
background-image: none;
background-color: rgba(241, 93, 42, 1);
hover-type: color;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a {
  margin-top: 0px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(241, 93, 42, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a {
  margin-top: 0px;
margin-bottom: 26px;
background-image: none;
background-color: rgba(241, 93, 42, 1);
hover-type: color;
}
}

  #s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a-root {
    text-align: center;
  }


#s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a-root {
    text-align: center;
  }


#s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a-root {
    text-align: center;
  }


#s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a-root {
    text-align: center;
  }


#s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a-root {
    text-align: center;
  }


#s-0f1f8a95-0645-4feb-bea5-f3bc4bbe821a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8acae4c4-7d24-416d-b86a-bfe2659b0e26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8acae4c4-7d24-416d-b86a-bfe2659b0e26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8acae4c4-7d24-416d-b86a-bfe2659b0e26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8acae4c4-7d24-416d-b86a-bfe2659b0e26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8acae4c4-7d24-416d-b86a-bfe2659b0e26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8acae4c4-7d24-416d-b86a-bfe2659b0e26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8acae4c4-7d24-416d-b86a-bfe2659b0e26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8acae4c4-7d24-416d-b86a-bfe2659b0e26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-8acae4c4-7d24-416d-b86a-bfe2659b0e26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8acae4c4-7d24-416d-b86a-bfe2659b0e26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8acae4c4-7d24-416d-b86a-bfe2659b0e26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8acae4c4-7d24-416d-b86a-bfe2659b0e26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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







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

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  margin-left: auto;
margin-right: auto;
max-width: 2270px;
text-align: center;
}
@media (min-width: 1200px){#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  display: none;
}
#s-2680bd2c-26e8-4505-ad97-52bfc98752c9, #wrap-s-2680bd2c-26e8-4505-ad97-52bfc98752c9, #wrap-content-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  display: none;
}
#s-2680bd2c-26e8-4505-ad97-52bfc98752c9, #wrap-s-2680bd2c-26e8-4505-ad97-52bfc98752c9, #wrap-content-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  display: none;
}
#s-2680bd2c-26e8-4505-ad97-52bfc98752c9, #wrap-s-2680bd2c-26e8-4505-ad97-52bfc98752c9, #wrap-content-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 { display: none !important; }}
#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 2270px;

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




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

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

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

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




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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 2270px;

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




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

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

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

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




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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 2270px;

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




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

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

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

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




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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 2270px;

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




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

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

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

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




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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 2270px;

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




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

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

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

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




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

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

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

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

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

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


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

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

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

      
    max-width: 2265px;

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




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

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

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

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




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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 2265px;

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




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

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

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

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




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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 2265px;

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




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

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

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

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




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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 2265px;

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




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

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

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

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




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

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

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

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

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

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


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

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

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

      
    max-width: 2265px;

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




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

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

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

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




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


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


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


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

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

}

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

}

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

}

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

}

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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 3000px;

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




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

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

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

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




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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 3000px;

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




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

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

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

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




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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 3000px;

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




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

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

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

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




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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 3000px;

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




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

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

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

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




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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 3000px;

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




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

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

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

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




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

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

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

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

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

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


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

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

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

      
    max-width: 2265px;

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




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

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

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

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




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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 2265px;

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




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

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

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

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




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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 2265px;

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




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

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

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

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




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

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

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

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

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

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


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

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

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

      
    max-width: 2265px;

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




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

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

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

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




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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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


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

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

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

      
    max-width: 2265px;

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




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

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

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

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




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

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


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


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

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

}

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

}

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

}

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

}

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

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

}

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

}

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

}

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

}

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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


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

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

}

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

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

}

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

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

}

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

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

}

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

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


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


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


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


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


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

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


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


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


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


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


#s-48f89b4b-993a-40c6-b896-763710da5c65.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9f767483-50a6-491c-b62d-31cce991a3f3 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-9f767483-50a6-491c-b62d-31cce991a3f3 {
  background-color: rgba(255, 255, 255, 0);
}
}







#s-9f767483-50a6-491c-b62d-31cce991a3f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f767483-50a6-491c-b62d-31cce991a3f3 {
  cursor: pointer;
}#s-9f767483-50a6-491c-b62d-31cce991a3f3.shg-box.shg-c {
  justify-content: center;
}

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


@media (max-width: 767px){#s-8c3f5c56-2749-49f1-9984-c526a6e2e23c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


}
#s-b5401524-735a-4137-9f83-7e738616ada8 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b5401524-735a-4137-9f83-7e738616ada8 {
  display: none;
}
#s-b5401524-735a-4137-9f83-7e738616ada8, #wrap-s-b5401524-735a-4137-9f83-7e738616ada8, #wrap-content-s-b5401524-735a-4137-9f83-7e738616ada8 { display: none !important; }}
#s-b5401524-735a-4137-9f83-7e738616ada8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



.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-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  margin-left: auto;
margin-right: auto;
max-width: 1683px;
text-align: center;
}
@media (min-width: 1200px){#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  display: none;
}
#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb, #wrap-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb, #wrap-content-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  display: none;
}
#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb, #wrap-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb, #wrap-content-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  display: none;
}
#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb, #wrap-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb, #wrap-content-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb { display: none !important; }}@media (max-width: 767px){#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  
}
}
#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  margin: 0 !important;
  overflow: visible;
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb img.shogun-image {
  /* Add background color handling */
  
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb.shogun-image {
  box-sizing: border-box;
}



.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb img.shogun-image {
  
}


@media (min-width: 1200px){#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  margin: 0 !important;
  overflow: visible;
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb img.shogun-image {
  /* Add background color handling */
  
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb.shogun-image {
  box-sizing: border-box;
}



.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  margin: 0 !important;
  overflow: visible;
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb img.shogun-image {
  /* Add background color handling */
  
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb.shogun-image {
  box-sizing: border-box;
}



.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  margin: 0 !important;
  overflow: visible;
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb img.shogun-image {
  /* Add background color handling */
  
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb.shogun-image {
  box-sizing: border-box;
}



.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb img.shogun-image {
  
}


}@media (max-width: 767px){#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  margin: 0 !important;
  overflow: visible;
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb img.shogun-image {
  /* Add background color handling */
  
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb.shogun-image {
  box-sizing: border-box;
}



.s-95423ddd-21b0-4ae2-aa1b-e2e28d4cf3fb img.shogun-image {
  
}


}
#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  margin-left: auto;
margin-right: auto;
max-width: 1453px;
text-align: center;
}
@media (min-width: 1200px){#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  display: none;
}
#s-cbb9db01-88d6-48e7-8f0f-734452c6a311, #wrap-s-cbb9db01-88d6-48e7-8f0f-734452c6a311, #wrap-content-s-cbb9db01-88d6-48e7-8f0f-734452c6a311 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  display: none;
}
#s-cbb9db01-88d6-48e7-8f0f-734452c6a311, #wrap-s-cbb9db01-88d6-48e7-8f0f-734452c6a311, #wrap-content-s-cbb9db01-88d6-48e7-8f0f-734452c6a311 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  display: none;
}
#s-cbb9db01-88d6-48e7-8f0f-734452c6a311, #wrap-s-cbb9db01-88d6-48e7-8f0f-734452c6a311, #wrap-content-s-cbb9db01-88d6-48e7-8f0f-734452c6a311 { display: none !important; }}@media (max-width: 767px){#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  margin-top: 7px;
margin-left: 5%;
max-width: 350px;
}
}
#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 img.shogun-image {
  width: 100%;
  
  
  max-width: 1453px;

      
    max-width: 1453px;

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




.s-cbb9db01-88d6-48e7-8f0f-734452c6a311 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cbb9db01-88d6-48e7-8f0f-734452c6a311.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbb9db01-88d6-48e7-8f0f-734452c6a311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 img.shogun-image {
  width: 100%;
  
  
  max-width: 1453px;

      
    max-width: 1453px;

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




.s-cbb9db01-88d6-48e7-8f0f-734452c6a311 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cbb9db01-88d6-48e7-8f0f-734452c6a311.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbb9db01-88d6-48e7-8f0f-734452c6a311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 img.shogun-image {
  width: 100%;
  
  
  max-width: 1453px;

      
    max-width: 1453px;

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




.s-cbb9db01-88d6-48e7-8f0f-734452c6a311 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cbb9db01-88d6-48e7-8f0f-734452c6a311.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbb9db01-88d6-48e7-8f0f-734452c6a311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 img.shogun-image {
  width: 100%;
  
  
  max-width: 1453px;

      
    max-width: 1453px;

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




.s-cbb9db01-88d6-48e7-8f0f-734452c6a311 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cbb9db01-88d6-48e7-8f0f-734452c6a311.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbb9db01-88d6-48e7-8f0f-734452c6a311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  
  margin-top: 7px;
  
}

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cbb9db01-88d6-48e7-8f0f-734452c6a311 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311 img.shogun-image {
  width: 100%;
  
  
  max-width: 1453px;

      
    max-width: 1453px;

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




.s-cbb9db01-88d6-48e7-8f0f-734452c6a311 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cbb9db01-88d6-48e7-8f0f-734452c6a311.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbb9db01-88d6-48e7-8f0f-734452c6a311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbb9db01-88d6-48e7-8f0f-734452c6a311.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-535dfd7b-b1c5-46fa-961c-773e23c4739e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-535dfd7b-b1c5-46fa-961c-773e23c4739e {
  display: none;
}
#s-535dfd7b-b1c5-46fa-961c-773e23c4739e, #wrap-s-535dfd7b-b1c5-46fa-961c-773e23c4739e, #wrap-content-s-535dfd7b-b1c5-46fa-961c-773e23c4739e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-535dfd7b-b1c5-46fa-961c-773e23c4739e {
  display: none;
}
#s-535dfd7b-b1c5-46fa-961c-773e23c4739e, #wrap-s-535dfd7b-b1c5-46fa-961c-773e23c4739e, #wrap-content-s-535dfd7b-b1c5-46fa-961c-773e23c4739e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-535dfd7b-b1c5-46fa-961c-773e23c4739e {
  display: none;
}
#s-535dfd7b-b1c5-46fa-961c-773e23c4739e, #wrap-s-535dfd7b-b1c5-46fa-961c-773e23c4739e, #wrap-content-s-535dfd7b-b1c5-46fa-961c-773e23c4739e { display: none !important; }}







#s-535dfd7b-b1c5-46fa-961c-773e23c4739e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-535dfd7b-b1c5-46fa-961c-773e23c4739e.shg-box.shg-c {
  justify-content: center;
}

#s-73c0380d-c26f-4bca-af98-c15e3f40ba6e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73c0380d-c26f-4bca-af98-c15e3f40ba6e .shogun-heading-component h1 {
  color: rgba(247, 85, 135, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


@media (max-width: 767px){#s-73c0380d-c26f-4bca-af98-c15e3f40ba6e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-08295241-5e88-465d-957e-decf66f4c3b2 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}
@media (max-width: 767px){#s-08295241-5e88-465d-957e-decf66f4c3b2 {
  display: none;
}
#s-08295241-5e88-465d-957e-decf66f4c3b2, #wrap-s-08295241-5e88-465d-957e-decf66f4c3b2, #wrap-content-s-08295241-5e88-465d-957e-decf66f4c3b2 { display: none !important; }}
#s-08295241-5e88-465d-957e-decf66f4c3b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08295241-5e88-465d-957e-decf66f4c3b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08295241-5e88-465d-957e-decf66f4c3b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08295241-5e88-465d-957e-decf66f4c3b2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-08295241-5e88-465d-957e-decf66f4c3b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-08295241-5e88-465d-957e-decf66f4c3b2 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-08295241-5e88-465d-957e-decf66f4c3b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08295241-5e88-465d-957e-decf66f4c3b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08295241-5e88-465d-957e-decf66f4c3b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08295241-5e88-465d-957e-decf66f4c3b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-08295241-5e88-465d-957e-decf66f4c3b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08295241-5e88-465d-957e-decf66f4c3b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08295241-5e88-465d-957e-decf66f4c3b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08295241-5e88-465d-957e-decf66f4c3b2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-08295241-5e88-465d-957e-decf66f4c3b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-08295241-5e88-465d-957e-decf66f4c3b2 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-08295241-5e88-465d-957e-decf66f4c3b2 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-08295241-5e88-465d-957e-decf66f4c3b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08295241-5e88-465d-957e-decf66f4c3b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08295241-5e88-465d-957e-decf66f4c3b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-08295241-5e88-465d-957e-decf66f4c3b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08295241-5e88-465d-957e-decf66f4c3b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08295241-5e88-465d-957e-decf66f4c3b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08295241-5e88-465d-957e-decf66f4c3b2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-08295241-5e88-465d-957e-decf66f4c3b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-08295241-5e88-465d-957e-decf66f4c3b2 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-08295241-5e88-465d-957e-decf66f4c3b2 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-08295241-5e88-465d-957e-decf66f4c3b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08295241-5e88-465d-957e-decf66f4c3b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08295241-5e88-465d-957e-decf66f4c3b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-08295241-5e88-465d-957e-decf66f4c3b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08295241-5e88-465d-957e-decf66f4c3b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08295241-5e88-465d-957e-decf66f4c3b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08295241-5e88-465d-957e-decf66f4c3b2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-08295241-5e88-465d-957e-decf66f4c3b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-08295241-5e88-465d-957e-decf66f4c3b2 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-08295241-5e88-465d-957e-decf66f4c3b2 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-08295241-5e88-465d-957e-decf66f4c3b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08295241-5e88-465d-957e-decf66f4c3b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08295241-5e88-465d-957e-decf66f4c3b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-08295241-5e88-465d-957e-decf66f4c3b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-08295241-5e88-465d-957e-decf66f4c3b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-08295241-5e88-465d-957e-decf66f4c3b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-08295241-5e88-465d-957e-decf66f4c3b2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-08295241-5e88-465d-957e-decf66f4c3b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-08295241-5e88-465d-957e-decf66f4c3b2 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-08295241-5e88-465d-957e-decf66f4c3b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-08295241-5e88-465d-957e-decf66f4c3b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08295241-5e88-465d-957e-decf66f4c3b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08295241-5e88-465d-957e-decf66f4c3b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b7dddd61-ebfe-410d-b251-a71fb81df95d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b7dddd61-ebfe-410d-b251-a71fb81df95d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7dddd61-ebfe-410d-b251-a71fb81df95d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b7dddd61-ebfe-410d-b251-a71fb81df95d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b7dddd61-ebfe-410d-b251-a71fb81df95d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b7dddd61-ebfe-410d-b251-a71fb81df95d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7dddd61-ebfe-410d-b251-a71fb81df95d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b7dddd61-ebfe-410d-b251-a71fb81df95d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-baccee09-ce52-478e-9ad3-a93c2c21a097 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-baccee09-ce52-478e-9ad3-a93c2c21a097 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-baccee09-ce52-478e-9ad3-a93c2c21a097.shg-box.shg-c {
  justify-content: center;
}

#s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  margin-left: auto;
margin-right: auto;
max-width: 1452px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  margin-top: 30px;
}
}
#s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-467c3218-5f49-4e05-bc45-436e98eacdf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-467c3218-5f49-4e05-bc45-436e98eacdf4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-467c3218-5f49-4e05-bc45-436e98eacdf4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1452px;

      
    max-width: 1452px;

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




.s-467c3218-5f49-4e05-bc45-436e98eacdf4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-467c3218-5f49-4e05-bc45-436e98eacdf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-467c3218-5f49-4e05-bc45-436e98eacdf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-467c3218-5f49-4e05-bc45-436e98eacdf4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-467c3218-5f49-4e05-bc45-436e98eacdf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-467c3218-5f49-4e05-bc45-436e98eacdf4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-467c3218-5f49-4e05-bc45-436e98eacdf4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1452px;

      
    max-width: 1452px;

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




.s-467c3218-5f49-4e05-bc45-436e98eacdf4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-467c3218-5f49-4e05-bc45-436e98eacdf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-467c3218-5f49-4e05-bc45-436e98eacdf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-467c3218-5f49-4e05-bc45-436e98eacdf4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-467c3218-5f49-4e05-bc45-436e98eacdf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-467c3218-5f49-4e05-bc45-436e98eacdf4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-467c3218-5f49-4e05-bc45-436e98eacdf4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1452px;

      
    max-width: 1452px;

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




.s-467c3218-5f49-4e05-bc45-436e98eacdf4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-467c3218-5f49-4e05-bc45-436e98eacdf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-467c3218-5f49-4e05-bc45-436e98eacdf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-467c3218-5f49-4e05-bc45-436e98eacdf4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-467c3218-5f49-4e05-bc45-436e98eacdf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-467c3218-5f49-4e05-bc45-436e98eacdf4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-467c3218-5f49-4e05-bc45-436e98eacdf4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1452px;

      
    max-width: 1452px;

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




.s-467c3218-5f49-4e05-bc45-436e98eacdf4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-467c3218-5f49-4e05-bc45-436e98eacdf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-467c3218-5f49-4e05-bc45-436e98eacdf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-467c3218-5f49-4e05-bc45-436e98eacdf4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-467c3218-5f49-4e05-bc45-436e98eacdf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-467c3218-5f49-4e05-bc45-436e98eacdf4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-467c3218-5f49-4e05-bc45-436e98eacdf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-467c3218-5f49-4e05-bc45-436e98eacdf4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1452px;

      
    max-width: 1452px;

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




.s-467c3218-5f49-4e05-bc45-436e98eacdf4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-467c3218-5f49-4e05-bc45-436e98eacdf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-467c3218-5f49-4e05-bc45-436e98eacdf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-467c3218-5f49-4e05-bc45-436e98eacdf4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8f19a7ba-e751-490d-9fe5-177350872823 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8f19a7ba-e751-490d-9fe5-177350872823 {
  margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f19a7ba-e751-490d-9fe5-177350872823 {
  margin-bottom: 30px;
}
}
#s-8f19a7ba-e751-490d-9fe5-177350872823 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-8f19a7ba-e751-490d-9fe5-177350872823 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8f19a7ba-e751-490d-9fe5-177350872823 .shogun-heading-component h1 {
  color: rgba(254, 254, 254, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8f19a7ba-e751-490d-9fe5-177350872823 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}
#s-ee6c0de8-744b-4c1c-b0c9-2f9537ff10b8 {
  margin-top: 20px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ee6c0de8-744b-4c1c-b0c9-2f9537ff10b8 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee6c0de8-744b-4c1c-b0c9-2f9537ff10b8 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-ee6c0de8-744b-4c1c-b0c9-2f9537ff10b8 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-ee6c0de8-744b-4c1c-b0c9-2f9537ff10b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ee6c0de8-744b-4c1c-b0c9-2f9537ff10b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ee6c0de8-744b-4c1c-b0c9-2f9537ff10b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ee6c0de8-744b-4c1c-b0c9-2f9537ff10b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-0d21302a-f0a3-4214-9439-f074b830426a {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-05206fd5-7b55-4e03-9156-8795f193bd8e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-05206fd5-7b55-4e03-9156-8795f193bd8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05206fd5-7b55-4e03-9156-8795f193bd8e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-05206fd5-7b55-4e03-9156-8795f193bd8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05206fd5-7b55-4e03-9156-8795f193bd8e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-05206fd5-7b55-4e03-9156-8795f193bd8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05206fd5-7b55-4e03-9156-8795f193bd8e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-05206fd5-7b55-4e03-9156-8795f193bd8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05206fd5-7b55-4e03-9156-8795f193bd8e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-05206fd5-7b55-4e03-9156-8795f193bd8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05206fd5-7b55-4e03-9156-8795f193bd8e img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-322e9b8a-12d8-41ea-9a4a-df5fa493c151 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-322e9b8a-12d8-41ea-9a4a-df5fa493c151 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-322e9b8a-12d8-41ea-9a4a-df5fa493c151 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-322e9b8a-12d8-41ea-9a4a-df5fa493c151 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-322e9b8a-12d8-41ea-9a4a-df5fa493c151 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-2f09b9f4-ce99-4dc4-87ed-eec30fcf8f4b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-d8b06464-ca5e-480a-ac59-3f5a9eaec9d7 {
  margin-left: auto;
margin-right: auto;
}

#s-bbea808f-2971-4aac-80a4-c1298c2edbe7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-bbea808f-2971-4aac-80a4-c1298c2edbe7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbea808f-2971-4aac-80a4-c1298c2edbe7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-bbea808f-2971-4aac-80a4-c1298c2edbe7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbea808f-2971-4aac-80a4-c1298c2edbe7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bbea808f-2971-4aac-80a4-c1298c2edbe7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbea808f-2971-4aac-80a4-c1298c2edbe7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bbea808f-2971-4aac-80a4-c1298c2edbe7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbea808f-2971-4aac-80a4-c1298c2edbe7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-bbea808f-2971-4aac-80a4-c1298c2edbe7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bbea808f-2971-4aac-80a4-c1298c2edbe7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d60ca113-eed8-46dd-bba1-35f9c7446dfc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-d60ca113-eed8-46dd-bba1-35f9c7446dfc .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-d60ca113-eed8-46dd-bba1-35f9c7446dfc .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d60ca113-eed8-46dd-bba1-35f9c7446dfc .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-d60ca113-eed8-46dd-bba1-35f9c7446dfc .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-5c5a8b90-0504-42ff-b1bf-95ff3055e2de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-e71f2c2e-448a-4858-bfb0-2456a22d63ee {
  margin-left: auto;
margin-right: auto;
}

#s-6f8291b6-9cbf-41c7-81d5-6fc625211abf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6f8291b6-9cbf-41c7-81d5-6fc625211abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f8291b6-9cbf-41c7-81d5-6fc625211abf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6f8291b6-9cbf-41c7-81d5-6fc625211abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f8291b6-9cbf-41c7-81d5-6fc625211abf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6f8291b6-9cbf-41c7-81d5-6fc625211abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f8291b6-9cbf-41c7-81d5-6fc625211abf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6f8291b6-9cbf-41c7-81d5-6fc625211abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f8291b6-9cbf-41c7-81d5-6fc625211abf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6f8291b6-9cbf-41c7-81d5-6fc625211abf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f8291b6-9cbf-41c7-81d5-6fc625211abf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a365e7dd-56b3-42a6-877c-12b12c479d53 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a365e7dd-56b3-42a6-877c-12b12c479d53 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-a365e7dd-56b3-42a6-877c-12b12c479d53 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a365e7dd-56b3-42a6-877c-12b12c479d53 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-a365e7dd-56b3-42a6-877c-12b12c479d53 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-6254811f-cc5b-46f7-8ba3-4bd79c4e100d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-95099a17-887b-49c5-adbf-d1ffbf37266d {
  margin-left: auto;
margin-right: auto;
}

#s-fab7c5c0-418d-44c8-afd7-7f30c8aad101 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fab7c5c0-418d-44c8-afd7-7f30c8aad101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fab7c5c0-418d-44c8-afd7-7f30c8aad101 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fab7c5c0-418d-44c8-afd7-7f30c8aad101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fab7c5c0-418d-44c8-afd7-7f30c8aad101 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fab7c5c0-418d-44c8-afd7-7f30c8aad101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fab7c5c0-418d-44c8-afd7-7f30c8aad101 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fab7c5c0-418d-44c8-afd7-7f30c8aad101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fab7c5c0-418d-44c8-afd7-7f30c8aad101 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fab7c5c0-418d-44c8-afd7-7f30c8aad101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fab7c5c0-418d-44c8-afd7-7f30c8aad101 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7d3b7daa-d19d-4fcf-9aa3-dd2f4ecfe52f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-7d3b7daa-d19d-4fcf-9aa3-dd2f4ecfe52f .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-7d3b7daa-d19d-4fcf-9aa3-dd2f4ecfe52f .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d3b7daa-d19d-4fcf-9aa3-dd2f4ecfe52f .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-7d3b7daa-d19d-4fcf-9aa3-dd2f4ecfe52f .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-05472990-2c77-41ec-aaa4-e56600c9fff1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-05472990-2c77-41ec-aaa4-e56600c9fff1 .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-05472990-2c77-41ec-aaa4-e56600c9fff1 .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-05472990-2c77-41ec-aaa4-e56600c9fff1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-05472990-2c77-41ec-aaa4-e56600c9fff1 .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-05472990-2c77-41ec-aaa4-e56600c9fff1 .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-05472990-2c77-41ec-aaa4-e56600c9fff1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05472990-2c77-41ec-aaa4-e56600c9fff1 .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-05472990-2c77-41ec-aaa4-e56600c9fff1 .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-05472990-2c77-41ec-aaa4-e56600c9fff1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-05472990-2c77-41ec-aaa4-e56600c9fff1 .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-05472990-2c77-41ec-aaa4-e56600c9fff1 .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-05472990-2c77-41ec-aaa4-e56600c9fff1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-05472990-2c77-41ec-aaa4-e56600c9fff1 .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-05472990-2c77-41ec-aaa4-e56600c9fff1 .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-05472990-2c77-41ec-aaa4-e56600c9fff1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-3d13dede-9884-4e5c-8998-f79a7bc812cc {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
hover-type: color;
}
#s-3d13dede-9884-4e5c-8998-f79a7bc812cc:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3d13dede-9884-4e5c-8998-f79a7bc812cc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3d13dede-9884-4e5c-8998-f79a7bc812cc {
  background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
#s-3d13dede-9884-4e5c-8998-f79a7bc812cc:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-3d13dede-9884-4e5c-8998-f79a7bc812cc {
  background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
#s-3d13dede-9884-4e5c-8998-f79a7bc812cc:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-3d13dede-9884-4e5c-8998-f79a7bc812cc {
  background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
#s-3d13dede-9884-4e5c-8998-f79a7bc812cc:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-3d13dede-9884-4e5c-8998-f79a7bc812cc {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
#s-3d13dede-9884-4e5c-8998-f79a7bc812cc:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-3d13dede-9884-4e5c-8998-f79a7bc812cc-root {
    text-align: center;
  }


#s-3d13dede-9884-4e5c-8998-f79a7bc812cc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d13dede-9884-4e5c-8998-f79a7bc812cc-root {
    text-align: center;
  }


#s-3d13dede-9884-4e5c-8998-f79a7bc812cc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d13dede-9884-4e5c-8998-f79a7bc812cc-root {
    text-align: center;
  }


#s-3d13dede-9884-4e5c-8998-f79a7bc812cc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d13dede-9884-4e5c-8998-f79a7bc812cc-root {
    text-align: center;
  }


#s-3d13dede-9884-4e5c-8998-f79a7bc812cc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d13dede-9884-4e5c-8998-f79a7bc812cc-root {
    text-align: center;
  }


#s-3d13dede-9884-4e5c-8998-f79a7bc812cc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5aad7c88-6e2d-49c1-837a-dda6f97e66f1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5aad7c88-6e2d-49c1-837a-dda6f97e66f1 {
  background-color: rgba(255, 255, 255, 1);
}
}







#s-5aad7c88-6e2d-49c1-837a-dda6f97e66f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5aad7c88-6e2d-49c1-837a-dda6f97e66f1 {
  cursor: pointer;
}#s-5aad7c88-6e2d-49c1-837a-dda6f97e66f1.shg-box.shg-c {
  justify-content: center;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb {
  margin-left: auto;
margin-right: auto;
max-width: 1459px;
text-align: center;
}
@media (min-width: 1200px){#s-d3359965-b258-4832-a021-766bc77b8fcb {
  display: none;
}
#s-d3359965-b258-4832-a021-766bc77b8fcb, #wrap-s-d3359965-b258-4832-a021-766bc77b8fcb, #wrap-content-s-d3359965-b258-4832-a021-766bc77b8fcb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3359965-b258-4832-a021-766bc77b8fcb {
  display: none;
}
#s-d3359965-b258-4832-a021-766bc77b8fcb, #wrap-s-d3359965-b258-4832-a021-766bc77b8fcb, #wrap-content-s-d3359965-b258-4832-a021-766bc77b8fcb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3359965-b258-4832-a021-766bc77b8fcb {
  display: none;
}
#s-d3359965-b258-4832-a021-766bc77b8fcb, #wrap-s-d3359965-b258-4832-a021-766bc77b8fcb, #wrap-content-s-d3359965-b258-4832-a021-766bc77b8fcb { display: none !important; }}
#s-d3359965-b258-4832-a021-766bc77b8fcb {
  margin: 0 !important;
  overflow: visible;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3359965-b258-4832-a021-766bc77b8fcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3359965-b258-4832-a021-766bc77b8fcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb img.shogun-image {
  /* Add background color handling */
  
}

#s-d3359965-b258-4832-a021-766bc77b8fcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d3359965-b258-4832-a021-766bc77b8fcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3359965-b258-4832-a021-766bc77b8fcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3359965-b258-4832-a021-766bc77b8fcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb.shogun-image {
  box-sizing: border-box;
}



.s-d3359965-b258-4832-a021-766bc77b8fcb img.shogun-image {
  
}


@media (min-width: 1200px){#s-d3359965-b258-4832-a021-766bc77b8fcb {
  margin: 0 !important;
  overflow: visible;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3359965-b258-4832-a021-766bc77b8fcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3359965-b258-4832-a021-766bc77b8fcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb img.shogun-image {
  /* Add background color handling */
  
}

#s-d3359965-b258-4832-a021-766bc77b8fcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d3359965-b258-4832-a021-766bc77b8fcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3359965-b258-4832-a021-766bc77b8fcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3359965-b258-4832-a021-766bc77b8fcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb.shogun-image {
  box-sizing: border-box;
}



.s-d3359965-b258-4832-a021-766bc77b8fcb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d3359965-b258-4832-a021-766bc77b8fcb {
  margin: 0 !important;
  overflow: visible;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3359965-b258-4832-a021-766bc77b8fcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3359965-b258-4832-a021-766bc77b8fcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb img.shogun-image {
  /* Add background color handling */
  
}

#s-d3359965-b258-4832-a021-766bc77b8fcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d3359965-b258-4832-a021-766bc77b8fcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3359965-b258-4832-a021-766bc77b8fcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3359965-b258-4832-a021-766bc77b8fcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb.shogun-image {
  box-sizing: border-box;
}



.s-d3359965-b258-4832-a021-766bc77b8fcb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d3359965-b258-4832-a021-766bc77b8fcb {
  margin: 0 !important;
  overflow: visible;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3359965-b258-4832-a021-766bc77b8fcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3359965-b258-4832-a021-766bc77b8fcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb img.shogun-image {
  /* Add background color handling */
  
}

#s-d3359965-b258-4832-a021-766bc77b8fcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d3359965-b258-4832-a021-766bc77b8fcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3359965-b258-4832-a021-766bc77b8fcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3359965-b258-4832-a021-766bc77b8fcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb.shogun-image {
  box-sizing: border-box;
}



.s-d3359965-b258-4832-a021-766bc77b8fcb img.shogun-image {
  
}


}@media (max-width: 767px){#s-d3359965-b258-4832-a021-766bc77b8fcb {
  margin: 0 !important;
  overflow: visible;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3359965-b258-4832-a021-766bc77b8fcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3359965-b258-4832-a021-766bc77b8fcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb img.shogun-image {
  /* Add background color handling */
  
}

#s-d3359965-b258-4832-a021-766bc77b8fcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d3359965-b258-4832-a021-766bc77b8fcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3359965-b258-4832-a021-766bc77b8fcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3359965-b258-4832-a021-766bc77b8fcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3359965-b258-4832-a021-766bc77b8fcb.shogun-image {
  box-sizing: border-box;
}



.s-d3359965-b258-4832-a021-766bc77b8fcb img.shogun-image {
  
}


}
#s-fcf3e169-b461-4617-87c5-befedaf2459f {
  margin-left: auto;
margin-right: auto;
max-width: 1143px;
text-align: center;
}
@media (min-width: 1200px){#s-fcf3e169-b461-4617-87c5-befedaf2459f {
  display: none;
}
#s-fcf3e169-b461-4617-87c5-befedaf2459f, #wrap-s-fcf3e169-b461-4617-87c5-befedaf2459f, #wrap-content-s-fcf3e169-b461-4617-87c5-befedaf2459f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcf3e169-b461-4617-87c5-befedaf2459f {
  display: none;
}
#s-fcf3e169-b461-4617-87c5-befedaf2459f, #wrap-s-fcf3e169-b461-4617-87c5-befedaf2459f, #wrap-content-s-fcf3e169-b461-4617-87c5-befedaf2459f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fcf3e169-b461-4617-87c5-befedaf2459f {
  display: none;
}
#s-fcf3e169-b461-4617-87c5-befedaf2459f, #wrap-s-fcf3e169-b461-4617-87c5-befedaf2459f, #wrap-content-s-fcf3e169-b461-4617-87c5-befedaf2459f { display: none !important; }}@media (max-width: 767px){#s-fcf3e169-b461-4617-87c5-befedaf2459f {
  margin-top: 10px;
margin-left: 15%;
margin-right: 15%;
}
}
#s-fcf3e169-b461-4617-87c5-befedaf2459f {
  margin: 0 !important;
  overflow: visible;
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcf3e169-b461-4617-87c5-befedaf2459f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcf3e169-b461-4617-87c5-befedaf2459f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f img.shogun-image {
  /* Add background color handling */
  
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fcf3e169-b461-4617-87c5-befedaf2459f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcf3e169-b461-4617-87c5-befedaf2459f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcf3e169-b461-4617-87c5-befedaf2459f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f.shogun-image {
  box-sizing: border-box;
}



.s-fcf3e169-b461-4617-87c5-befedaf2459f img.shogun-image {
  
}


@media (min-width: 1200px){#s-fcf3e169-b461-4617-87c5-befedaf2459f {
  margin: 0 !important;
  overflow: visible;
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcf3e169-b461-4617-87c5-befedaf2459f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcf3e169-b461-4617-87c5-befedaf2459f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f img.shogun-image {
  /* Add background color handling */
  
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fcf3e169-b461-4617-87c5-befedaf2459f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcf3e169-b461-4617-87c5-befedaf2459f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcf3e169-b461-4617-87c5-befedaf2459f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f.shogun-image {
  box-sizing: border-box;
}



.s-fcf3e169-b461-4617-87c5-befedaf2459f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fcf3e169-b461-4617-87c5-befedaf2459f {
  margin: 0 !important;
  overflow: visible;
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcf3e169-b461-4617-87c5-befedaf2459f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcf3e169-b461-4617-87c5-befedaf2459f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f img.shogun-image {
  /* Add background color handling */
  
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fcf3e169-b461-4617-87c5-befedaf2459f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcf3e169-b461-4617-87c5-befedaf2459f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcf3e169-b461-4617-87c5-befedaf2459f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f.shogun-image {
  box-sizing: border-box;
}



.s-fcf3e169-b461-4617-87c5-befedaf2459f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fcf3e169-b461-4617-87c5-befedaf2459f {
  margin: 0 !important;
  overflow: visible;
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcf3e169-b461-4617-87c5-befedaf2459f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fcf3e169-b461-4617-87c5-befedaf2459f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f img.shogun-image {
  /* Add background color handling */
  
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fcf3e169-b461-4617-87c5-befedaf2459f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcf3e169-b461-4617-87c5-befedaf2459f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcf3e169-b461-4617-87c5-befedaf2459f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f.shogun-image {
  box-sizing: border-box;
}



.s-fcf3e169-b461-4617-87c5-befedaf2459f img.shogun-image {
  
}


}@media (max-width: 767px){#s-fcf3e169-b461-4617-87c5-befedaf2459f {
  margin: 0 !important;
  overflow: visible;
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fcf3e169-b461-4617-87c5-befedaf2459f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-fcf3e169-b461-4617-87c5-befedaf2459f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f img.shogun-image {
  /* Add background color handling */
  
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fcf3e169-b461-4617-87c5-befedaf2459f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fcf3e169-b461-4617-87c5-befedaf2459f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fcf3e169-b461-4617-87c5-befedaf2459f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcf3e169-b461-4617-87c5-befedaf2459f.shogun-image {
  box-sizing: border-box;
}



.s-fcf3e169-b461-4617-87c5-befedaf2459f img.shogun-image {
  
}


}
#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}
@media (max-width: 767px){#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  display: none;
}
#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6, #wrap-s-d692f7a1-ef5f-4725-b8fb-332a17436fa6, #wrap-content-s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 { display: none !important; }}
#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6.shogun-image {
  box-sizing: border-box;
}



.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6.shogun-image {
  box-sizing: border-box;
}



.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6.shogun-image {
  box-sizing: border-box;
}



.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6.shogun-image {
  box-sizing: border-box;
}



.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  margin: 0 !important;
  overflow: visible;
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 img.shogun-image {
  /* Add background color handling */
  
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d692f7a1-ef5f-4725-b8fb-332a17436fa6.shogun-image {
  box-sizing: border-box;
}



.s-d692f7a1-ef5f-4725-b8fb-332a17436fa6 img.shogun-image {
  
}


}
#s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
max-width: 450px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  max-width: 300px;
}
}
#s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-395426b2-dca8-4d6d-93f4-40af206fc72d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-395426b2-dca8-4d6d-93f4-40af206fc72d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-395426b2-dca8-4d6d-93f4-40af206fc72d img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

      
    max-width: 450px;

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




.s-395426b2-dca8-4d6d-93f4-40af206fc72d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-395426b2-dca8-4d6d-93f4-40af206fc72d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-395426b2-dca8-4d6d-93f4-40af206fc72d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-395426b2-dca8-4d6d-93f4-40af206fc72d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-395426b2-dca8-4d6d-93f4-40af206fc72d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-395426b2-dca8-4d6d-93f4-40af206fc72d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-395426b2-dca8-4d6d-93f4-40af206fc72d img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

      
    max-width: 450px;

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




.s-395426b2-dca8-4d6d-93f4-40af206fc72d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-395426b2-dca8-4d6d-93f4-40af206fc72d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-395426b2-dca8-4d6d-93f4-40af206fc72d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-395426b2-dca8-4d6d-93f4-40af206fc72d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-395426b2-dca8-4d6d-93f4-40af206fc72d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-395426b2-dca8-4d6d-93f4-40af206fc72d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-395426b2-dca8-4d6d-93f4-40af206fc72d img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

      
    max-width: 450px;

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




.s-395426b2-dca8-4d6d-93f4-40af206fc72d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-395426b2-dca8-4d6d-93f4-40af206fc72d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-395426b2-dca8-4d6d-93f4-40af206fc72d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-395426b2-dca8-4d6d-93f4-40af206fc72d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-395426b2-dca8-4d6d-93f4-40af206fc72d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-395426b2-dca8-4d6d-93f4-40af206fc72d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-395426b2-dca8-4d6d-93f4-40af206fc72d img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

      
    max-width: 450px;

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




.s-395426b2-dca8-4d6d-93f4-40af206fc72d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-395426b2-dca8-4d6d-93f4-40af206fc72d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-395426b2-dca8-4d6d-93f4-40af206fc72d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-395426b2-dca8-4d6d-93f4-40af206fc72d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-395426b2-dca8-4d6d-93f4-40af206fc72d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-395426b2-dca8-4d6d-93f4-40af206fc72d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-395426b2-dca8-4d6d-93f4-40af206fc72d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-395426b2-dca8-4d6d-93f4-40af206fc72d img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

      
    max-width: 450px;

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




.s-395426b2-dca8-4d6d-93f4-40af206fc72d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-395426b2-dca8-4d6d-93f4-40af206fc72d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-395426b2-dca8-4d6d-93f4-40af206fc72d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-395426b2-dca8-4d6d-93f4-40af206fc72d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dea1e2fd-8007-4ae4-b9d7-e782050649ad {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-dea1e2fd-8007-4ae4-b9d7-e782050649ad {
  display: none;
}
#s-dea1e2fd-8007-4ae4-b9d7-e782050649ad, #wrap-s-dea1e2fd-8007-4ae4-b9d7-e782050649ad, #wrap-content-s-dea1e2fd-8007-4ae4-b9d7-e782050649ad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dea1e2fd-8007-4ae4-b9d7-e782050649ad {
  display: none;
}
#s-dea1e2fd-8007-4ae4-b9d7-e782050649ad, #wrap-s-dea1e2fd-8007-4ae4-b9d7-e782050649ad, #wrap-content-s-dea1e2fd-8007-4ae4-b9d7-e782050649ad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dea1e2fd-8007-4ae4-b9d7-e782050649ad {
  display: none;
}
#s-dea1e2fd-8007-4ae4-b9d7-e782050649ad, #wrap-s-dea1e2fd-8007-4ae4-b9d7-e782050649ad, #wrap-content-s-dea1e2fd-8007-4ae4-b9d7-e782050649ad { display: none !important; }}@media (max-width: 767px){#s-dea1e2fd-8007-4ae4-b9d7-e782050649ad {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-dea1e2fd-8007-4ae4-b9d7-e782050649ad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Lora";
  font-style:  italic ;
  font-size: 69px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-dea1e2fd-8007-4ae4-b9d7-e782050649ad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Lora";
  font-style:  italic ;
  font-size: 63px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dea1e2fd-8007-4ae4-b9d7-e782050649ad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Lora";
  font-style:  italic ;
  font-size: 50px;
  
  
  
}


}@media (max-width: 767px){#s-dea1e2fd-8007-4ae4-b9d7-e782050649ad .shogun-heading-component h1 {
  color: rgba(7, 7, 7, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-42463a98-8484-4aea-bc96-2a54760a350e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-42463a98-8484-4aea-bc96-2a54760a350e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 1px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42463a98-8484-4aea-bc96-2a54760a350e {
  padding-top: 30px;
padding-bottom: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-42463a98-8484-4aea-bc96-2a54760a350e {
  padding-top: 20px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-42463a98-8484-4aea-bc96-2a54760a350e {
  display: none;
}
#s-42463a98-8484-4aea-bc96-2a54760a350e, #wrap-s-42463a98-8484-4aea-bc96-2a54760a350e, #wrap-content-s-42463a98-8484-4aea-bc96-2a54760a350e { display: none !important; }}
#s-42463a98-8484-4aea-bc96-2a54760a350e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


@media (min-width: 1200px){#s-42463a98-8484-4aea-bc96-2a54760a350e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-42463a98-8484-4aea-bc96-2a54760a350e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-42463a98-8484-4aea-bc96-2a54760a350e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  
}


}
#s-7555608e-6b0b-4205-9019-66c2895edbc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7555608e-6b0b-4205-9019-66c2895edbc7 {
  padding-top: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7555608e-6b0b-4205-9019-66c2895edbc7 {
  padding-top: 5px;
padding-bottom: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7555608e-6b0b-4205-9019-66c2895edbc7 {
  padding-top: 3px;
}
}@media (max-width: 767px){#s-7555608e-6b0b-4205-9019-66c2895edbc7 {
  margin-top: -1px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
}
}
#s-7555608e-6b0b-4205-9019-66c2895edbc7 .shogun-heading-component h1 {
  color: rgba(111, 139, 59, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-7555608e-6b0b-4205-9019-66c2895edbc7 .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7555608e-6b0b-4205-9019-66c2895edbc7 .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7555608e-6b0b-4205-9019-66c2895edbc7 .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-7555608e-6b0b-4205-9019-66c2895edbc7 .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1.2em;
  
  
}


}
#s-44943e62-96ad-4594-b3dd-f1a69c857a8a {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-44943e62-96ad-4594-b3dd-f1a69c857a8a {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-44943e62-96ad-4594-b3dd-f1a69c857a8a {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-44943e62-96ad-4594-b3dd-f1a69c857a8a {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-44943e62-96ad-4594-b3dd-f1a69c857a8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-44943e62-96ad-4594-b3dd-f1a69c857a8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-44943e62-96ad-4594-b3dd-f1a69c857a8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-44943e62-96ad-4594-b3dd-f1a69c857a8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-a6f53af2-7c6c-43cc-9fb1-2e8d05974fe0 {
  margin-left: auto;
margin-right: auto;
}

#s-f5d9c8bc-2454-4139-8a37-fc25b6920300 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f5d9c8bc-2454-4139-8a37-fc25b6920300 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d9c8bc-2454-4139-8a37-fc25b6920300 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f5d9c8bc-2454-4139-8a37-fc25b6920300 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d9c8bc-2454-4139-8a37-fc25b6920300 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f5d9c8bc-2454-4139-8a37-fc25b6920300 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d9c8bc-2454-4139-8a37-fc25b6920300 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f5d9c8bc-2454-4139-8a37-fc25b6920300 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d9c8bc-2454-4139-8a37-fc25b6920300 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f5d9c8bc-2454-4139-8a37-fc25b6920300 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5d9c8bc-2454-4139-8a37-fc25b6920300 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aad70b1a-91b7-4bb0-b565-3905b0a869f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-aad70b1a-91b7-4bb0-b565-3905b0a869f3 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 1200px){#s-aad70b1a-91b7-4bb0-b565-3905b0a869f3 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aad70b1a-91b7-4bb0-b565-3905b0a869f3 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aad70b1a-91b7-4bb0-b565-3905b0a869f3 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-aad70b1a-91b7-4bb0-b565-3905b0a869f3 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-356c7bd7-476f-40bf-a5bb-b76f6bf32aeb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-356c7bd7-476f-40bf-a5bb-b76f6bf32aeb .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-356c7bd7-476f-40bf-a5bb-b76f6bf32aeb .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-356c7bd7-476f-40bf-a5bb-b76f6bf32aeb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-356c7bd7-476f-40bf-a5bb-b76f6bf32aeb .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-356c7bd7-476f-40bf-a5bb-b76f6bf32aeb .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-356c7bd7-476f-40bf-a5bb-b76f6bf32aeb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-356c7bd7-476f-40bf-a5bb-b76f6bf32aeb .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-356c7bd7-476f-40bf-a5bb-b76f6bf32aeb .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-356c7bd7-476f-40bf-a5bb-b76f6bf32aeb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-8251c29d-7b8a-40aa-a39b-294edb65a90b {
  margin-left: auto;
margin-right: auto;
}

#s-005536ff-a94c-429a-b944-75abe8b74140 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-005536ff-a94c-429a-b944-75abe8b74140 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-005536ff-a94c-429a-b944-75abe8b74140 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-005536ff-a94c-429a-b944-75abe8b74140 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-005536ff-a94c-429a-b944-75abe8b74140 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-005536ff-a94c-429a-b944-75abe8b74140 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-005536ff-a94c-429a-b944-75abe8b74140 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-005536ff-a94c-429a-b944-75abe8b74140 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-005536ff-a94c-429a-b944-75abe8b74140 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-005536ff-a94c-429a-b944-75abe8b74140 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-005536ff-a94c-429a-b944-75abe8b74140 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f694632c-fb45-4ade-a450-ac8562252b2e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-f694632c-fb45-4ade-a450-ac8562252b2e .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 1200px){#s-f694632c-fb45-4ade-a450-ac8562252b2e .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f694632c-fb45-4ade-a450-ac8562252b2e .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f694632c-fb45-4ade-a450-ac8562252b2e .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-f694632c-fb45-4ade-a450-ac8562252b2e .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-aad617a3-2ccb-4bc5-aafe-529dc0169eb5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-aad617a3-2ccb-4bc5-aafe-529dc0169eb5 .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-aad617a3-2ccb-4bc5-aafe-529dc0169eb5 .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-aad617a3-2ccb-4bc5-aafe-529dc0169eb5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-aad617a3-2ccb-4bc5-aafe-529dc0169eb5 .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-aad617a3-2ccb-4bc5-aafe-529dc0169eb5 .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-aad617a3-2ccb-4bc5-aafe-529dc0169eb5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aad617a3-2ccb-4bc5-aafe-529dc0169eb5 .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-aad617a3-2ccb-4bc5-aafe-529dc0169eb5 .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-aad617a3-2ccb-4bc5-aafe-529dc0169eb5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-a21f41d0-7129-43bc-9d88-b90fe7eddc1e {
  margin-left: auto;
margin-right: auto;
}

#s-b933ce5a-400c-4363-abf2-f379c581659e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b933ce5a-400c-4363-abf2-f379c581659e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b933ce5a-400c-4363-abf2-f379c581659e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-b933ce5a-400c-4363-abf2-f379c581659e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b933ce5a-400c-4363-abf2-f379c581659e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b933ce5a-400c-4363-abf2-f379c581659e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b933ce5a-400c-4363-abf2-f379c581659e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b933ce5a-400c-4363-abf2-f379c581659e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b933ce5a-400c-4363-abf2-f379c581659e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-b933ce5a-400c-4363-abf2-f379c581659e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b933ce5a-400c-4363-abf2-f379c581659e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a54b9ef0-e5ad-443b-8a73-c1382842fd87 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a54b9ef0-e5ad-443b-8a73-c1382842fd87 .shg-product-title-component h1 span {
  color: rgba(2, 2, 2, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 1200px){#s-a54b9ef0-e5ad-443b-8a73-c1382842fd87 .shg-product-title-component h1 span {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a54b9ef0-e5ad-443b-8a73-c1382842fd87 .shg-product-title-component h1 span {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a54b9ef0-e5ad-443b-8a73-c1382842fd87 .shg-product-title-component h1 span {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-a54b9ef0-e5ad-443b-8a73-c1382842fd87 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-19a8fb81-6d51-44ae-adbe-3a0465284e6b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-19a8fb81-6d51-44ae-adbe-3a0465284e6b .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-19a8fb81-6d51-44ae-adbe-3a0465284e6b .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-19a8fb81-6d51-44ae-adbe-3a0465284e6b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-19a8fb81-6d51-44ae-adbe-3a0465284e6b .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-19a8fb81-6d51-44ae-adbe-3a0465284e6b .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-19a8fb81-6d51-44ae-adbe-3a0465284e6b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-19a8fb81-6d51-44ae-adbe-3a0465284e6b .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-19a8fb81-6d51-44ae-adbe-3a0465284e6b .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-19a8fb81-6d51-44ae-adbe-3a0465284e6b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-8e2c2722-b1af-4c7f-8477-4e01f37df4cd {
  margin-left: auto;
margin-right: auto;
}

#s-264cc199-0b57-42d6-8423-cd8fccac7873 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-264cc199-0b57-42d6-8423-cd8fccac7873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-264cc199-0b57-42d6-8423-cd8fccac7873 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-264cc199-0b57-42d6-8423-cd8fccac7873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-264cc199-0b57-42d6-8423-cd8fccac7873 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-264cc199-0b57-42d6-8423-cd8fccac7873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-264cc199-0b57-42d6-8423-cd8fccac7873 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-264cc199-0b57-42d6-8423-cd8fccac7873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-264cc199-0b57-42d6-8423-cd8fccac7873 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-264cc199-0b57-42d6-8423-cd8fccac7873 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-264cc199-0b57-42d6-8423-cd8fccac7873 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ad2124a6-9645-4a8a-9a62-bf4785fcac9f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ad2124a6-9645-4a8a-9a62-bf4785fcac9f .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 1200px){#s-ad2124a6-9645-4a8a-9a62-bf4785fcac9f .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad2124a6-9645-4a8a-9a62-bf4785fcac9f .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad2124a6-9645-4a8a-9a62-bf4785fcac9f .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-ad2124a6-9645-4a8a-9a62-bf4785fcac9f .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-edf72a5f-d373-4cdd-b134-3bf925067a74 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-edf72a5f-d373-4cdd-b134-3bf925067a74 .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-edf72a5f-d373-4cdd-b134-3bf925067a74 .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-edf72a5f-d373-4cdd-b134-3bf925067a74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-edf72a5f-d373-4cdd-b134-3bf925067a74 .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-edf72a5f-d373-4cdd-b134-3bf925067a74 .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-edf72a5f-d373-4cdd-b134-3bf925067a74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-edf72a5f-d373-4cdd-b134-3bf925067a74 .shg-product-sold-out {
  display: none;
  color: rgba(21, 44, 78, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-edf72a5f-d373-4cdd-b134-3bf925067a74 .shg-product-price {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-edf72a5f-d373-4cdd-b134-3bf925067a74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a {
  margin-top: 10px;
margin-bottom: 25px;
background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a {
  background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a {
  background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}

  #s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a-root {
    text-align: center;
  }


#s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a-root {
    text-align: center;
  }


#s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a-root {
    text-align: center;
  }


#s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a-root {
    text-align: center;
  }


#s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a-root {
    text-align: center;
  }


#s-4d709d2b-5f8f-4fa9-b258-f0fe8eaa430a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c1455c4f-e71d-4c67-85fc-8a50f5d30dba {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-c1455c4f-e71d-4c67-85fc-8a50f5d30dba {
  background-color: rgba(255, 255, 255, 0);
}
}







#s-c1455c4f-e71d-4c67-85fc-8a50f5d30dba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1455c4f-e71d-4c67-85fc-8a50f5d30dba {
  cursor: pointer;
}#s-c1455c4f-e71d-4c67-85fc-8a50f5d30dba.shg-box.shg-c {
  justify-content: center;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  margin-left: auto;
margin-right: auto;
max-width: 3806px;
text-align: center;
}
@media (max-width: 767px){#s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  display: none;
}
#s-50582c4d-c736-4cf0-b267-882b87e798a4, #wrap-s-50582c4d-c736-4cf0-b267-882b87e798a4, #wrap-content-s-50582c4d-c736-4cf0-b267-882b87e798a4 { display: none !important; }}
#s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50582c4d-c736-4cf0-b267-882b87e798a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50582c4d-c736-4cf0-b267-882b87e798a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50582c4d-c736-4cf0-b267-882b87e798a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4.shogun-image {
  box-sizing: border-box;
}



.s-50582c4d-c736-4cf0-b267-882b87e798a4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50582c4d-c736-4cf0-b267-882b87e798a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50582c4d-c736-4cf0-b267-882b87e798a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50582c4d-c736-4cf0-b267-882b87e798a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4.shogun-image {
  box-sizing: border-box;
}



.s-50582c4d-c736-4cf0-b267-882b87e798a4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50582c4d-c736-4cf0-b267-882b87e798a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50582c4d-c736-4cf0-b267-882b87e798a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50582c4d-c736-4cf0-b267-882b87e798a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4.shogun-image {
  box-sizing: border-box;
}



.s-50582c4d-c736-4cf0-b267-882b87e798a4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50582c4d-c736-4cf0-b267-882b87e798a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50582c4d-c736-4cf0-b267-882b87e798a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50582c4d-c736-4cf0-b267-882b87e798a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4.shogun-image {
  box-sizing: border-box;
}



.s-50582c4d-c736-4cf0-b267-882b87e798a4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50582c4d-c736-4cf0-b267-882b87e798a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50582c4d-c736-4cf0-b267-882b87e798a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50582c4d-c736-4cf0-b267-882b87e798a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50582c4d-c736-4cf0-b267-882b87e798a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50582c4d-c736-4cf0-b267-882b87e798a4.shogun-image {
  box-sizing: border-box;
}



.s-50582c4d-c736-4cf0-b267-882b87e798a4 img.shogun-image {
  
}


}
#s-800c8fda-206e-4cf4-bda8-e80fdf8b3152 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-800c8fda-206e-4cf4-bda8-e80fdf8b3152 {
  padding-top: 20px;
}
}
#s-800c8fda-206e-4cf4-bda8-e80fdf8b3152 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-800c8fda-206e-4cf4-bda8-e80fdf8b3152 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-800c8fda-206e-4cf4-bda8-e80fdf8b3152 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  margin-left: 0%;
margin-right: 0%;
max-width: 600px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  max-width: 530px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  max-width: 400px;
}
}
#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3d3015b-fed0-4bfc-97e8-a5eaa12064d8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3f01fac8-8abf-46b1-bb6c-1d1dff64d337 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f01fac8-8abf-46b1-bb6c-1d1dff64d337 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-3f01fac8-8abf-46b1-bb6c-1d1dff64d337 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3f01fac8-8abf-46b1-bb6c-1d1dff64d337 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}


}
#s-850b5492-6132-4530-b040-2157f802b11f {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-850b5492-6132-4530-b040-2157f802b11f:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-850b5492-6132-4530-b040-2157f802b11f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-850b5492-6132-4530-b040-2157f802b11f {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-850b5492-6132-4530-b040-2157f802b11f {
  margin-bottom: 30px;
}
}

  #s-850b5492-6132-4530-b040-2157f802b11f-root {
    text-align: center;
  }


#s-850b5492-6132-4530-b040-2157f802b11f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-850b5492-6132-4530-b040-2157f802b11f-root {
    text-align: center;
  }


#s-850b5492-6132-4530-b040-2157f802b11f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-850b5492-6132-4530-b040-2157f802b11f-root {
    text-align: center;
  }


#s-850b5492-6132-4530-b040-2157f802b11f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-850b5492-6132-4530-b040-2157f802b11f-root {
    text-align: center;
  }


#s-850b5492-6132-4530-b040-2157f802b11f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-850b5492-6132-4530-b040-2157f802b11f-root {
    text-align: center;
  }


#s-850b5492-6132-4530-b040-2157f802b11f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  margin-left: auto;
margin-right: auto;
max-width: 1903px;
text-align: center;
}
@media (min-width: 1200px){#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  display: none;
}
#s-964f973f-878c-48b8-96f1-4cdfeecce3c5, #wrap-s-964f973f-878c-48b8-96f1-4cdfeecce3c5, #wrap-content-s-964f973f-878c-48b8-96f1-4cdfeecce3c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  display: none;
}
#s-964f973f-878c-48b8-96f1-4cdfeecce3c5, #wrap-s-964f973f-878c-48b8-96f1-4cdfeecce3c5, #wrap-content-s-964f973f-878c-48b8-96f1-4cdfeecce3c5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  display: none;
}
#s-964f973f-878c-48b8-96f1-4cdfeecce3c5, #wrap-s-964f973f-878c-48b8-96f1-4cdfeecce3c5, #wrap-content-s-964f973f-878c-48b8-96f1-4cdfeecce3c5 { display: none !important; }}@media (max-width: 767px){#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  
}
}
#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-964f973f-878c-48b8-96f1-4cdfeecce3c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-964f973f-878c-48b8-96f1-4cdfeecce3c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964f973f-878c-48b8-96f1-4cdfeecce3c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5.shogun-image {
  box-sizing: border-box;
}



.s-964f973f-878c-48b8-96f1-4cdfeecce3c5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-964f973f-878c-48b8-96f1-4cdfeecce3c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-964f973f-878c-48b8-96f1-4cdfeecce3c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964f973f-878c-48b8-96f1-4cdfeecce3c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5.shogun-image {
  box-sizing: border-box;
}



.s-964f973f-878c-48b8-96f1-4cdfeecce3c5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-964f973f-878c-48b8-96f1-4cdfeecce3c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-964f973f-878c-48b8-96f1-4cdfeecce3c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964f973f-878c-48b8-96f1-4cdfeecce3c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5.shogun-image {
  box-sizing: border-box;
}



.s-964f973f-878c-48b8-96f1-4cdfeecce3c5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-964f973f-878c-48b8-96f1-4cdfeecce3c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-964f973f-878c-48b8-96f1-4cdfeecce3c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964f973f-878c-48b8-96f1-4cdfeecce3c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5.shogun-image {
  box-sizing: border-box;
}



.s-964f973f-878c-48b8-96f1-4cdfeecce3c5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-964f973f-878c-48b8-96f1-4cdfeecce3c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-964f973f-878c-48b8-96f1-4cdfeecce3c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-964f973f-878c-48b8-96f1-4cdfeecce3c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964f973f-878c-48b8-96f1-4cdfeecce3c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964f973f-878c-48b8-96f1-4cdfeecce3c5.shogun-image {
  box-sizing: border-box;
}



.s-964f973f-878c-48b8-96f1-4cdfeecce3c5 img.shogun-image {
  
}


}
#s-666219a8-9f62-417e-b43d-ac2e7a6fe693 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-666219a8-9f62-417e-b43d-ac2e7a6fe693 {
  padding-top: 20px;
}
}@media (max-width: 767px){#s-666219a8-9f62-417e-b43d-ac2e7a6fe693 {
  padding-top: 10px;
}
}
#s-666219a8-9f62-417e-b43d-ac2e7a6fe693 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-666219a8-9f62-417e-b43d-ac2e7a6fe693 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-666219a8-9f62-417e-b43d-ac2e7a6fe693 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-666219a8-9f62-417e-b43d-ac2e7a6fe693 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}
#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  margin-left: 0%;
margin-right: 0%;
max-width: 600px;
text-align: center;
}
@media (max-width: 767px){#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  margin-bottom: 30px;
max-width: 330px;
}
}
#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eba98fd6-1cf3-48ea-b66d-36c7802172c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eba98fd6-1cf3-48ea-b66d-36c7802172c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eba98fd6-1cf3-48ea-b66d-36c7802172c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eba98fd6-1cf3-48ea-b66d-36c7802172c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eba98fd6-1cf3-48ea-b66d-36c7802172c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eba98fd6-1cf3-48ea-b66d-36c7802172c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eba98fd6-1cf3-48ea-b66d-36c7802172c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eba98fd6-1cf3-48ea-b66d-36c7802172c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

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




.s-eba98fd6-1cf3-48ea-b66d-36c7802172c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eba98fd6-1cf3-48ea-b66d-36c7802172c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eba98fd6-1cf3-48ea-b66d-36c7802172c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eba98fd6-1cf3-48ea-b66d-36c7802172c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-158efcaf-fa85-49b9-ad1b-751e83f5a743 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-158efcaf-fa85-49b9-ad1b-751e83f5a743 {
  display: none;
}
#s-158efcaf-fa85-49b9-ad1b-751e83f5a743, #wrap-s-158efcaf-fa85-49b9-ad1b-751e83f5a743, #wrap-content-s-158efcaf-fa85-49b9-ad1b-751e83f5a743 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-158efcaf-fa85-49b9-ad1b-751e83f5a743 {
  display: none;
}
#s-158efcaf-fa85-49b9-ad1b-751e83f5a743, #wrap-s-158efcaf-fa85-49b9-ad1b-751e83f5a743, #wrap-content-s-158efcaf-fa85-49b9-ad1b-751e83f5a743 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-158efcaf-fa85-49b9-ad1b-751e83f5a743 {
  display: none;
}
#s-158efcaf-fa85-49b9-ad1b-751e83f5a743, #wrap-s-158efcaf-fa85-49b9-ad1b-751e83f5a743, #wrap-content-s-158efcaf-fa85-49b9-ad1b-751e83f5a743 { display: none !important; }}@media (max-width: 767px){#s-158efcaf-fa85-49b9-ad1b-751e83f5a743 {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-158efcaf-fa85-49b9-ad1b-751e83f5a743 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-158efcaf-fa85-49b9-ad1b-751e83f5a743 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-158efcaf-fa85-49b9-ad1b-751e83f5a743 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-158efcaf-fa85-49b9-ad1b-751e83f5a743 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}
#s-6fd83fa3-fbc1-40f2-a3ed-2f7bb9c5ac48 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-6fd83fa3-fbc1-40f2-a3ed-2f7bb9c5ac48 {
  display: none;
}
#s-6fd83fa3-fbc1-40f2-a3ed-2f7bb9c5ac48, #wrap-s-6fd83fa3-fbc1-40f2-a3ed-2f7bb9c5ac48, #wrap-content-s-6fd83fa3-fbc1-40f2-a3ed-2f7bb9c5ac48 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6fd83fa3-fbc1-40f2-a3ed-2f7bb9c5ac48 {
  display: none;
}
#s-6fd83fa3-fbc1-40f2-a3ed-2f7bb9c5ac48, #wrap-s-6fd83fa3-fbc1-40f2-a3ed-2f7bb9c5ac48, #wrap-content-s-6fd83fa3-fbc1-40f2-a3ed-2f7bb9c5ac48 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6fd83fa3-fbc1-40f2-a3ed-2f7bb9c5ac48 {
  display: none;
}
#s-6fd83fa3-fbc1-40f2-a3ed-2f7bb9c5ac48, #wrap-s-6fd83fa3-fbc1-40f2-a3ed-2f7bb9c5ac48, #wrap-content-s-6fd83fa3-fbc1-40f2-a3ed-2f7bb9c5ac48 { display: none !important; }}







#s-6fd83fa3-fbc1-40f2-a3ed-2f7bb9c5ac48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6fd83fa3-fbc1-40f2-a3ed-2f7bb9c5ac48.shg-box.shg-c {
  justify-content: center;
}

#s-93063afa-1d4b-4b98-a90a-ec1ad126d559 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-93063afa-1d4b-4b98-a90a-ec1ad126d559 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-93063afa-1d4b-4b98-a90a-ec1ad126d559 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-93063afa-1d4b-4b98-a90a-ec1ad126d559 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-93063afa-1d4b-4b98-a90a-ec1ad126d559"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-93063afa-1d4b-4b98-a90a-ec1ad126d559"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-93063afa-1d4b-4b98-a90a-ec1ad126d559"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-93063afa-1d4b-4b98-a90a-ec1ad126d559"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9fcfbf9-4dd0-4503-8c65-5d5088d84353.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-529f0afb-19e7-44ab-9705-5b61fbb597d2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-529f0afb-19e7-44ab-9705-5b61fbb597d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-529f0afb-19e7-44ab-9705-5b61fbb597d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-529f0afb-19e7-44ab-9705-5b61fbb597d2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-529f0afb-19e7-44ab-9705-5b61fbb597d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-529f0afb-19e7-44ab-9705-5b61fbb597d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-529f0afb-19e7-44ab-9705-5b61fbb597d2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-529f0afb-19e7-44ab-9705-5b61fbb597d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-529f0afb-19e7-44ab-9705-5b61fbb597d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-529f0afb-19e7-44ab-9705-5b61fbb597d2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-529f0afb-19e7-44ab-9705-5b61fbb597d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-529f0afb-19e7-44ab-9705-5b61fbb597d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-529f0afb-19e7-44ab-9705-5b61fbb597d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-529f0afb-19e7-44ab-9705-5b61fbb597d2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-529f0afb-19e7-44ab-9705-5b61fbb597d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-529f0afb-19e7-44ab-9705-5b61fbb597d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-529f0afb-19e7-44ab-9705-5b61fbb597d2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6bd13d42-1db3-4899-b2aa-7c216d9e4477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bd13d42-1db3-4899-b2aa-7c216d9e4477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6bd13d42-1db3-4899-b2aa-7c216d9e4477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bd13d42-1db3-4899-b2aa-7c216d9e4477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6bd13d42-1db3-4899-b2aa-7c216d9e4477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bd13d42-1db3-4899-b2aa-7c216d9e4477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6bd13d42-1db3-4899-b2aa-7c216d9e4477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bd13d42-1db3-4899-b2aa-7c216d9e4477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-6bd13d42-1db3-4899-b2aa-7c216d9e4477 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6bd13d42-1db3-4899-b2aa-7c216d9e4477.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bd13d42-1db3-4899-b2aa-7c216d9e4477.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bd13d42-1db3-4899-b2aa-7c216d9e4477.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-d17e5399-dcac-45d8-a6c6-3082a4947bfc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d17e5399-dcac-45d8-a6c6-3082a4947bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d17e5399-dcac-45d8-a6c6-3082a4947bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-d17e5399-dcac-45d8-a6c6-3082a4947bfc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d17e5399-dcac-45d8-a6c6-3082a4947bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d17e5399-dcac-45d8-a6c6-3082a4947bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-d17e5399-dcac-45d8-a6c6-3082a4947bfc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d17e5399-dcac-45d8-a6c6-3082a4947bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d17e5399-dcac-45d8-a6c6-3082a4947bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-d17e5399-dcac-45d8-a6c6-3082a4947bfc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d17e5399-dcac-45d8-a6c6-3082a4947bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d17e5399-dcac-45d8-a6c6-3082a4947bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d17e5399-dcac-45d8-a6c6-3082a4947bfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-d17e5399-dcac-45d8-a6c6-3082a4947bfc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d17e5399-dcac-45d8-a6c6-3082a4947bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d17e5399-dcac-45d8-a6c6-3082a4947bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d17e5399-dcac-45d8-a6c6-3082a4947bfc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-17ccbd92-c74c-47d9-b921-23c322b81a94 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-17ccbd92-c74c-47d9-b921-23c322b81a94 {
  display: none;
}
#s-17ccbd92-c74c-47d9-b921-23c322b81a94, #wrap-s-17ccbd92-c74c-47d9-b921-23c322b81a94, #wrap-content-s-17ccbd92-c74c-47d9-b921-23c322b81a94 { display: none !important; }}







#s-17ccbd92-c74c-47d9-b921-23c322b81a94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17ccbd92-c74c-47d9-b921-23c322b81a94.shg-box.shg-c {
  justify-content: center;
}

#s-78f981b5-00e4-44ed-bc97-8141ae01001b {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-78f981b5-00e4-44ed-bc97-8141ae01001b {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-78f981b5-00e4-44ed-bc97-8141ae01001b {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-78f981b5-00e4-44ed-bc97-8141ae01001b {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-78f981b5-00e4-44ed-bc97-8141ae01001b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-78f981b5-00e4-44ed-bc97-8141ae01001b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-78f981b5-00e4-44ed-bc97-8141ae01001b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-78f981b5-00e4-44ed-bc97-8141ae01001b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b86cb822-d134-4818-94f0-34f466e2f3b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-b86cb822-d134-4818-94f0-34f466e2f3b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b86cb822-d134-4818-94f0-34f466e2f3b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b86cb822-d134-4818-94f0-34f466e2f3b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b86cb822-d134-4818-94f0-34f466e2f3b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-b86cb822-d134-4818-94f0-34f466e2f3b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b86cb822-d134-4818-94f0-34f466e2f3b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b86cb822-d134-4818-94f0-34f466e2f3b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b86cb822-d134-4818-94f0-34f466e2f3b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-b86cb822-d134-4818-94f0-34f466e2f3b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b86cb822-d134-4818-94f0-34f466e2f3b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b86cb822-d134-4818-94f0-34f466e2f3b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b86cb822-d134-4818-94f0-34f466e2f3b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-b86cb822-d134-4818-94f0-34f466e2f3b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b86cb822-d134-4818-94f0-34f466e2f3b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b86cb822-d134-4818-94f0-34f466e2f3b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b86cb822-d134-4818-94f0-34f466e2f3b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b86cb822-d134-4818-94f0-34f466e2f3b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-b86cb822-d134-4818-94f0-34f466e2f3b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b86cb822-d134-4818-94f0-34f466e2f3b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b86cb822-d134-4818-94f0-34f466e2f3b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b86cb822-d134-4818-94f0-34f466e2f3b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccff1d75-9d67-4e6d-9b1d-bba206f9ad14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-651fb996-3cfb-45ae-9b0d-9ee72da4f1a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23c8dc0c-d64d-41fc-88b1-6cb7c9ff079f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b6fa4658-8223-4c83-b7e9-49d449230b58 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-b6fa4658-8223-4c83-b7e9-49d449230b58:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b6fa4658-8223-4c83-b7e9-49d449230b58:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b6fa4658-8223-4c83-b7e9-49d449230b58 {
  display: none;
}
#s-b6fa4658-8223-4c83-b7e9-49d449230b58, #wrap-s-b6fa4658-8223-4c83-b7e9-49d449230b58, #wrap-content-s-b6fa4658-8223-4c83-b7e9-49d449230b58 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6fa4658-8223-4c83-b7e9-49d449230b58 {
  display: none;
}
#s-b6fa4658-8223-4c83-b7e9-49d449230b58, #wrap-s-b6fa4658-8223-4c83-b7e9-49d449230b58, #wrap-content-s-b6fa4658-8223-4c83-b7e9-49d449230b58 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6fa4658-8223-4c83-b7e9-49d449230b58 {
  display: none;
}
#s-b6fa4658-8223-4c83-b7e9-49d449230b58, #wrap-s-b6fa4658-8223-4c83-b7e9-49d449230b58, #wrap-content-s-b6fa4658-8223-4c83-b7e9-49d449230b58 { display: none !important; }}@media (max-width: 767px){#s-b6fa4658-8223-4c83-b7e9-49d449230b58 {
  margin-bottom: 30px;
}
}

  #s-b6fa4658-8223-4c83-b7e9-49d449230b58-root {
    text-align: center;
  }


#s-b6fa4658-8223-4c83-b7e9-49d449230b58.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6fa4658-8223-4c83-b7e9-49d449230b58-root {
    text-align: center;
  }


#s-b6fa4658-8223-4c83-b7e9-49d449230b58.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6fa4658-8223-4c83-b7e9-49d449230b58-root {
    text-align: center;
  }


#s-b6fa4658-8223-4c83-b7e9-49d449230b58.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6fa4658-8223-4c83-b7e9-49d449230b58-root {
    text-align: center;
  }


#s-b6fa4658-8223-4c83-b7e9-49d449230b58.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6fa4658-8223-4c83-b7e9-49d449230b58-root {
    text-align: center;
  }


#s-b6fa4658-8223-4c83-b7e9-49d449230b58.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-90ed4b89-6201-40a8-971c-224294109653 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-90ed4b89-6201-40a8-971c-224294109653 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90ed4b89-6201-40a8-971c-224294109653 {
  cursor: pointer;
}#s-90ed4b89-6201-40a8-971c-224294109653.shg-box.shg-c {
  justify-content: center;
}

#s-0e0cb37f-b53c-42df-89ae-c065657ddc2c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0e0cb37f-b53c-42df-89ae-c065657ddc2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e0cb37f-b53c-42df-89ae-c065657ddc2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0e0cb37f-b53c-42df-89ae-c065657ddc2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e0cb37f-b53c-42df-89ae-c065657ddc2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  
}
}
#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f75f3069-e0b7-4e43-8d3e-5b1e460e8234.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-93f2abbf-e89c-46c8-8ded-819a9199d863 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-93f2abbf-e89c-46c8-8ded-819a9199d863 {
  padding-top: 30px;
padding-bottom: 18px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93f2abbf-e89c-46c8-8ded-819a9199d863 {
  padding-top: 30px;
padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-93f2abbf-e89c-46c8-8ded-819a9199d863 {
  padding-top: 40px;
}
}@media (max-width: 767px){#s-93f2abbf-e89c-46c8-8ded-819a9199d863 {
  margin-top: -1px;
margin-left: 0%;
margin-right: 0%;
padding-top: 80px;
}
}
#s-93f2abbf-e89c-46c8-8ded-819a9199d863 .shogun-heading-component h1 {
  color: rgba(111, 139, 59, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 1200px){#s-93f2abbf-e89c-46c8-8ded-819a9199d863 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-93f2abbf-e89c-46c8-8ded-819a9199d863 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-93f2abbf-e89c-46c8-8ded-819a9199d863 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-93f2abbf-e89c-46c8-8ded-819a9199d863 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


}
#s-43c78c87-8c49-473f-8b28-c81568c0e66b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-43c78c87-8c49-473f-8b28-c81568c0e66b {
  padding-top: 20px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43c78c87-8c49-473f-8b28-c81568c0e66b {
  padding-top: 5px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-43c78c87-8c49-473f-8b28-c81568c0e66b {
  padding-top: 10px;
}
}@media (max-width: 767px){#s-43c78c87-8c49-473f-8b28-c81568c0e66b {
  margin-top: -1px;
margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 10px;
}
}
#s-43c78c87-8c49-473f-8b28-c81568c0e66b .shogun-heading-component h1 {
  color: rgba(111, 139, 59, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.5em;
  
  
}


@media (min-width: 1200px){#s-43c78c87-8c49-473f-8b28-c81568c0e66b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-43c78c87-8c49-473f-8b28-c81568c0e66b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-43c78c87-8c49-473f-8b28-c81568c0e66b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-43c78c87-8c49-473f-8b28-c81568c0e66b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.2em;
  
  
}


}
#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}
@media (min-width: 1200px){#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  margin-top: 10px;
}
}
#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 9%;
  padding-right: 9%;
  
  
}


.shg-image-content-margin-container-s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-ec58fca8-d160-40a8-b54a-3c997087f3b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec58fca8-d160-40a8-b54a-3c997087f3b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec58fca8-d160-40a8-b54a-3c997087f3b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  
  
}


.shg-image-content-margin-container-s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-ec58fca8-d160-40a8-b54a-3c997087f3b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec58fca8-d160-40a8-b54a-3c997087f3b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec58fca8-d160-40a8-b54a-3c997087f3b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-ec58fca8-d160-40a8-b54a-3c997087f3b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec58fca8-d160-40a8-b54a-3c997087f3b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec58fca8-d160-40a8-b54a-3c997087f3b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 10px;
  
}


.shg-image-content-margin-container-s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-ec58fca8-d160-40a8-b54a-3c997087f3b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec58fca8-d160-40a8-b54a-3c997087f3b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec58fca8-d160-40a8-b54a-3c997087f3b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 12%;
  padding-right: 12%;
  
  
}


.shg-image-content-margin-container-s-ec58fca8-d160-40a8-b54a-3c997087f3b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-ec58fca8-d160-40a8-b54a-3c997087f3b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec58fca8-d160-40a8-b54a-3c997087f3b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec58fca8-d160-40a8-b54a-3c997087f3b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec58fca8-d160-40a8-b54a-3c997087f3b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-264007ae-91cd-47ae-99bd-f255eaa969a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-264007ae-91cd-47ae-99bd-f255eaa969a3 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-264007ae-91cd-47ae-99bd-f255eaa969a3 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-264007ae-91cd-47ae-99bd-f255eaa969a3 {
  margin-top: 10px;
margin-left: 8%;
margin-bottom: 10px;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-264007ae-91cd-47ae-99bd-f255eaa969a3 {
  padding-top: 10px;
}
}
#s-264007ae-91cd-47ae-99bd-f255eaa969a3 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


@media (min-width: 1200px){#s-264007ae-91cd-47ae-99bd-f255eaa969a3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-264007ae-91cd-47ae-99bd-f255eaa969a3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-264007ae-91cd-47ae-99bd-f255eaa969a3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-264007ae-91cd-47ae-99bd-f255eaa969a3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-bfda93a6-0421-47b8-9821-1454c6932fae {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-bfda93a6-0421-47b8-9821-1454c6932fae:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bfda93a6-0421-47b8-9821-1454c6932fae:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bfda93a6-0421-47b8-9821-1454c6932fae {
  margin-top: 10px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
#s-bfda93a6-0421-47b8-9821-1454c6932fae:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-bfda93a6-0421-47b8-9821-1454c6932fae {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
#s-bfda93a6-0421-47b8-9821-1454c6932fae:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-bfda93a6-0421-47b8-9821-1454c6932fae {
  background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
#s-bfda93a6-0421-47b8-9821-1454c6932fae:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-bfda93a6-0421-47b8-9821-1454c6932fae {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
#s-bfda93a6-0421-47b8-9821-1454c6932fae:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-bfda93a6-0421-47b8-9821-1454c6932fae-root {
    text-align: center;
  }


#s-bfda93a6-0421-47b8-9821-1454c6932fae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bfda93a6-0421-47b8-9821-1454c6932fae-root {
    text-align: center;
  }


#s-bfda93a6-0421-47b8-9821-1454c6932fae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfda93a6-0421-47b8-9821-1454c6932fae-root {
    text-align: center;
  }


#s-bfda93a6-0421-47b8-9821-1454c6932fae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfda93a6-0421-47b8-9821-1454c6932fae-root {
    text-align: center;
  }


#s-bfda93a6-0421-47b8-9821-1454c6932fae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bfda93a6-0421-47b8-9821-1454c6932fae-root {
    text-align: center;
  }


#s-bfda93a6-0421-47b8-9821-1454c6932fae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

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




.s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31b4cfc6-b60a-4de6-97da-e7375e9cbf37.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a8167236-d7e3-49c0-85e1-c8bf8a070943 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a8167236-d7e3-49c0-85e1-c8bf8a070943 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-a8167236-d7e3-49c0-85e1-c8bf8a070943 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8167236-d7e3-49c0-85e1-c8bf8a070943 {
  cursor: pointer;
}#s-a8167236-d7e3-49c0-85e1-c8bf8a070943.shg-box.shg-c {
  justify-content: center;
}

#s-8f82a279-57fc-48a7-84dd-2fa87330efb6 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (max-width: 767px){#s-8f82a279-57fc-48a7-84dd-2fa87330efb6 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-8f82a279-57fc-48a7-84dd-2fa87330efb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f82a279-57fc-48a7-84dd-2fa87330efb6.shg-box.shg-c {
  justify-content: center;
}

#s-46e1d0ca-cdb8-4b86-9b35-09bbcc683af8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-46e1d0ca-cdb8-4b86-9b35-09bbcc683af8 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46e1d0ca-cdb8-4b86-9b35-09bbcc683af8 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-46e1d0ca-cdb8-4b86-9b35-09bbcc683af8 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-46e1d0ca-cdb8-4b86-9b35-09bbcc683af8 {
  margin-top: 30px;
margin-bottom: 10px;
}
}
#s-46e1d0ca-cdb8-4b86-9b35-09bbcc683af8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-46e1d0ca-cdb8-4b86-9b35-09bbcc683af8 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-46e1d0ca-cdb8-4b86-9b35-09bbcc683af8 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-46e1d0ca-cdb8-4b86-9b35-09bbcc683af8 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-46e1d0ca-cdb8-4b86-9b35-09bbcc683af8 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-d96f0d6e-f1e7-418c-ae82-8661692ab70c {
  padding-bottom: 30px;
}
@media (max-width: 767px){#s-d96f0d6e-f1e7-418c-ae82-8661692ab70c {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-d96f0d6e-f1e7-418c-ae82-8661692ab70c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-d96f0d6e-f1e7-418c-ae82-8661692ab70c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-d96f0d6e-f1e7-418c-ae82-8661692ab70c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-d96f0d6e-f1e7-418c-ae82-8661692ab70c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-c6db1b73-f6a9-45b4-8718-2a41271fa74e {
  min-height: 50px;
}








#s-c6db1b73-f6a9-45b4-8718-2a41271fa74e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6db1b73-f6a9-45b4-8718-2a41271fa74e {
  cursor: pointer;
}#s-c6db1b73-f6a9-45b4-8718-2a41271fa74e.shg-box.shg-c {
  justify-content: center;
}

#s-a7de93c1-a746-416e-8740-8770f5630602 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1946px;
text-align: center;
}

#s-a7de93c1-a746-416e-8740-8770f5630602 {
  margin: 0 !important;
  overflow: visible;
}

#s-a7de93c1-a746-416e-8740-8770f5630602-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7de93c1-a746-416e-8740-8770f5630602 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a7de93c1-a746-416e-8740-8770f5630602 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7de93c1-a746-416e-8740-8770f5630602 img.shogun-image {
  /* Add background color handling */
  
}

#s-a7de93c1-a746-416e-8740-8770f5630602 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-a7de93c1-a746-416e-8740-8770f5630602 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7de93c1-a746-416e-8740-8770f5630602.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7de93c1-a746-416e-8740-8770f5630602.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7de93c1-a746-416e-8740-8770f5630602.shogun-image {
  box-sizing: border-box;
}



.s-a7de93c1-a746-416e-8740-8770f5630602 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a7de93c1-a746-416e-8740-8770f5630602 {
  margin: 0 !important;
  overflow: visible;
}

#s-a7de93c1-a746-416e-8740-8770f5630602-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7de93c1-a746-416e-8740-8770f5630602 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7de93c1-a746-416e-8740-8770f5630602 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7de93c1-a746-416e-8740-8770f5630602 img.shogun-image {
  /* Add background color handling */
  
}

#s-a7de93c1-a746-416e-8740-8770f5630602 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a7de93c1-a746-416e-8740-8770f5630602 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7de93c1-a746-416e-8740-8770f5630602.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7de93c1-a746-416e-8740-8770f5630602.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7de93c1-a746-416e-8740-8770f5630602.shogun-image {
  box-sizing: border-box;
}



.s-a7de93c1-a746-416e-8740-8770f5630602 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a7de93c1-a746-416e-8740-8770f5630602 {
  margin: 0 !important;
  overflow: visible;
}

#s-a7de93c1-a746-416e-8740-8770f5630602-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7de93c1-a746-416e-8740-8770f5630602 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7de93c1-a746-416e-8740-8770f5630602 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7de93c1-a746-416e-8740-8770f5630602 img.shogun-image {
  /* Add background color handling */
  
}

#s-a7de93c1-a746-416e-8740-8770f5630602 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a7de93c1-a746-416e-8740-8770f5630602 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7de93c1-a746-416e-8740-8770f5630602.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7de93c1-a746-416e-8740-8770f5630602.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7de93c1-a746-416e-8740-8770f5630602.shogun-image {
  box-sizing: border-box;
}



.s-a7de93c1-a746-416e-8740-8770f5630602 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a7de93c1-a746-416e-8740-8770f5630602 {
  margin: 0 !important;
  overflow: visible;
}

#s-a7de93c1-a746-416e-8740-8770f5630602-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7de93c1-a746-416e-8740-8770f5630602 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7de93c1-a746-416e-8740-8770f5630602 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7de93c1-a746-416e-8740-8770f5630602 img.shogun-image {
  /* Add background color handling */
  
}

#s-a7de93c1-a746-416e-8740-8770f5630602 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a7de93c1-a746-416e-8740-8770f5630602 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7de93c1-a746-416e-8740-8770f5630602.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7de93c1-a746-416e-8740-8770f5630602.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7de93c1-a746-416e-8740-8770f5630602.shogun-image {
  box-sizing: border-box;
}



.s-a7de93c1-a746-416e-8740-8770f5630602 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a7de93c1-a746-416e-8740-8770f5630602 {
  margin: 0 !important;
  overflow: visible;
}

#s-a7de93c1-a746-416e-8740-8770f5630602-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7de93c1-a746-416e-8740-8770f5630602 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7de93c1-a746-416e-8740-8770f5630602 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7de93c1-a746-416e-8740-8770f5630602 img.shogun-image {
  /* Add background color handling */
  
}

#s-a7de93c1-a746-416e-8740-8770f5630602 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a7de93c1-a746-416e-8740-8770f5630602 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7de93c1-a746-416e-8740-8770f5630602.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7de93c1-a746-416e-8740-8770f5630602.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7de93c1-a746-416e-8740-8770f5630602.shogun-image {
  box-sizing: border-box;
}



.s-a7de93c1-a746-416e-8740-8770f5630602 img.shogun-image {
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3a41b8e8-ac22-4fd3-8bf1-11efbb3f019d {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-9452e0ee-cccd-44b5-8bd9-6012c590034b {
  min-height: 50px;
}








#s-9452e0ee-cccd-44b5-8bd9-6012c590034b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9452e0ee-cccd-44b5-8bd9-6012c590034b {
  cursor: pointer;
}#s-9452e0ee-cccd-44b5-8bd9-6012c590034b.shg-box.shg-c {
  justify-content: center;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1426px;
text-align: center;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-f3610797-6503-46c8-826d-f6ed3759a4f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3610797-6503-46c8-826d-f6ed3759a4f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3610797-6503-46c8-826d-f6ed3759a4f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8.shogun-image {
  box-sizing: border-box;
}



.s-f3610797-6503-46c8-826d-f6ed3759a4f8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3610797-6503-46c8-826d-f6ed3759a4f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3610797-6503-46c8-826d-f6ed3759a4f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3610797-6503-46c8-826d-f6ed3759a4f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8.shogun-image {
  box-sizing: border-box;
}



.s-f3610797-6503-46c8-826d-f6ed3759a4f8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3610797-6503-46c8-826d-f6ed3759a4f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3610797-6503-46c8-826d-f6ed3759a4f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3610797-6503-46c8-826d-f6ed3759a4f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8.shogun-image {
  box-sizing: border-box;
}



.s-f3610797-6503-46c8-826d-f6ed3759a4f8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3610797-6503-46c8-826d-f6ed3759a4f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3610797-6503-46c8-826d-f6ed3759a4f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3610797-6503-46c8-826d-f6ed3759a4f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8.shogun-image {
  box-sizing: border-box;
}



.s-f3610797-6503-46c8-826d-f6ed3759a4f8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3610797-6503-46c8-826d-f6ed3759a4f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3610797-6503-46c8-826d-f6ed3759a4f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3610797-6503-46c8-826d-f6ed3759a4f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3610797-6503-46c8-826d-f6ed3759a4f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3610797-6503-46c8-826d-f6ed3759a4f8.shogun-image {
  box-sizing: border-box;
}



.s-f3610797-6503-46c8-826d-f6ed3759a4f8 img.shogun-image {
  
}


}
#s-842c8ee6-5052-407e-9c88-734149afd7bb {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-4e2ffb49-03b5-4c39-9804-4e540b4829fb {
  min-height: 50px;
}








#s-4e2ffb49-03b5-4c39-9804-4e540b4829fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e2ffb49-03b5-4c39-9804-4e540b4829fb {
  cursor: pointer;
}#s-4e2ffb49-03b5-4c39-9804-4e540b4829fb.shg-box.shg-c {
  justify-content: center;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1426px;
text-align: center;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  margin: 0 !important;
  overflow: visible;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a img.shogun-image {
  /* Add background color handling */
  
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-77721513-e197-4e63-9cfe-b4edc2a3153a .shogun-image-content {
  
    justify-content: center;
  
}

.s-77721513-e197-4e63-9cfe-b4edc2a3153a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77721513-e197-4e63-9cfe-b4edc2a3153a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a.shogun-image {
  box-sizing: border-box;
}



.s-77721513-e197-4e63-9cfe-b4edc2a3153a img.shogun-image {
  
}


@media (min-width: 1200px){#s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  margin: 0 !important;
  overflow: visible;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a img.shogun-image {
  /* Add background color handling */
  
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-77721513-e197-4e63-9cfe-b4edc2a3153a .shogun-image-content {
  
    justify-content: center;
  
}

.s-77721513-e197-4e63-9cfe-b4edc2a3153a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77721513-e197-4e63-9cfe-b4edc2a3153a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a.shogun-image {
  box-sizing: border-box;
}



.s-77721513-e197-4e63-9cfe-b4edc2a3153a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  margin: 0 !important;
  overflow: visible;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a img.shogun-image {
  /* Add background color handling */
  
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-77721513-e197-4e63-9cfe-b4edc2a3153a .shogun-image-content {
  
    justify-content: center;
  
}

.s-77721513-e197-4e63-9cfe-b4edc2a3153a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77721513-e197-4e63-9cfe-b4edc2a3153a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a.shogun-image {
  box-sizing: border-box;
}



.s-77721513-e197-4e63-9cfe-b4edc2a3153a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  margin: 0 !important;
  overflow: visible;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a img.shogun-image {
  /* Add background color handling */
  
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-77721513-e197-4e63-9cfe-b4edc2a3153a .shogun-image-content {
  
    justify-content: center;
  
}

.s-77721513-e197-4e63-9cfe-b4edc2a3153a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77721513-e197-4e63-9cfe-b4edc2a3153a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a.shogun-image {
  box-sizing: border-box;
}



.s-77721513-e197-4e63-9cfe-b4edc2a3153a img.shogun-image {
  
}


}@media (max-width: 767px){#s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  margin: 0 !important;
  overflow: visible;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77721513-e197-4e63-9cfe-b4edc2a3153a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a img.shogun-image {
  /* Add background color handling */
  
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-77721513-e197-4e63-9cfe-b4edc2a3153a .shogun-image-content {
  
    justify-content: center;
  
}

.s-77721513-e197-4e63-9cfe-b4edc2a3153a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77721513-e197-4e63-9cfe-b4edc2a3153a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77721513-e197-4e63-9cfe-b4edc2a3153a.shogun-image {
  box-sizing: border-box;
}



.s-77721513-e197-4e63-9cfe-b4edc2a3153a img.shogun-image {
  
}


}
#s-18f13bbd-7fc8-4e32-ba6a-2a6b52f815eb {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-31819be2-94d8-46b5-a3ba-caf159df8b8d {
  min-height: 50px;
}








#s-31819be2-94d8-46b5-a3ba-caf159df8b8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31819be2-94d8-46b5-a3ba-caf159df8b8d {
  cursor: pointer;
}#s-31819be2-94d8-46b5-a3ba-caf159df8b8d.shg-box.shg-c {
  justify-content: center;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1471px;
text-align: center;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-1a6f0217-275a-4314-8f82-fd5f8ebff686 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a6f0217-275a-4314-8f82-fd5f8ebff686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a6f0217-275a-4314-8f82-fd5f8ebff686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686.shogun-image {
  box-sizing: border-box;
}



.s-1a6f0217-275a-4314-8f82-fd5f8ebff686 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a6f0217-275a-4314-8f82-fd5f8ebff686 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a6f0217-275a-4314-8f82-fd5f8ebff686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a6f0217-275a-4314-8f82-fd5f8ebff686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686.shogun-image {
  box-sizing: border-box;
}



.s-1a6f0217-275a-4314-8f82-fd5f8ebff686 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a6f0217-275a-4314-8f82-fd5f8ebff686 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a6f0217-275a-4314-8f82-fd5f8ebff686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a6f0217-275a-4314-8f82-fd5f8ebff686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686.shogun-image {
  box-sizing: border-box;
}



.s-1a6f0217-275a-4314-8f82-fd5f8ebff686 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a6f0217-275a-4314-8f82-fd5f8ebff686 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a6f0217-275a-4314-8f82-fd5f8ebff686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a6f0217-275a-4314-8f82-fd5f8ebff686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686.shogun-image {
  box-sizing: border-box;
}



.s-1a6f0217-275a-4314-8f82-fd5f8ebff686 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a6f0217-275a-4314-8f82-fd5f8ebff686 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a6f0217-275a-4314-8f82-fd5f8ebff686 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a6f0217-275a-4314-8f82-fd5f8ebff686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a6f0217-275a-4314-8f82-fd5f8ebff686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a6f0217-275a-4314-8f82-fd5f8ebff686.shogun-image {
  box-sizing: border-box;
}



.s-1a6f0217-275a-4314-8f82-fd5f8ebff686 img.shogun-image {
  
}


}
#s-5fa68bfc-a156-4369-b166-9e744a8963fa {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

@media (max-width: 767px){#s-b6090a8f-0603-4f83-8b6e-1f5767142fb2 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-b6090a8f-0603-4f83-8b6e-1f5767142fb2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-b6090a8f-0603-4f83-8b6e-1f5767142fb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-b6090a8f-0603-4f83-8b6e-1f5767142fb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-b6090a8f-0603-4f83-8b6e-1f5767142fb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-dacad955-cc78-4eb1-bd36-04f77624a5e7 {
  min-height: 50px;
}








#s-dacad955-cc78-4eb1-bd36-04f77624a5e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dacad955-cc78-4eb1-bd36-04f77624a5e7 {
  cursor: pointer;
}#s-dacad955-cc78-4eb1-bd36-04f77624a5e7.shg-box.shg-c {
  justify-content: center;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1471px;
text-align: center;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4664b40-9f87-4c80-acca-e62605de3131 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c4664b40-9f87-4c80-acca-e62605de3131 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4664b40-9f87-4c80-acca-e62605de3131 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-c4664b40-9f87-4c80-acca-e62605de3131 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4664b40-9f87-4c80-acca-e62605de3131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4664b40-9f87-4c80-acca-e62605de3131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131.shogun-image {
  box-sizing: border-box;
}



.s-c4664b40-9f87-4c80-acca-e62605de3131 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c4664b40-9f87-4c80-acca-e62605de3131 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4664b40-9f87-4c80-acca-e62605de3131 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4664b40-9f87-4c80-acca-e62605de3131 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4664b40-9f87-4c80-acca-e62605de3131 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4664b40-9f87-4c80-acca-e62605de3131 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4664b40-9f87-4c80-acca-e62605de3131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4664b40-9f87-4c80-acca-e62605de3131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131.shogun-image {
  box-sizing: border-box;
}



.s-c4664b40-9f87-4c80-acca-e62605de3131 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c4664b40-9f87-4c80-acca-e62605de3131 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4664b40-9f87-4c80-acca-e62605de3131 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4664b40-9f87-4c80-acca-e62605de3131 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4664b40-9f87-4c80-acca-e62605de3131 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4664b40-9f87-4c80-acca-e62605de3131 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4664b40-9f87-4c80-acca-e62605de3131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4664b40-9f87-4c80-acca-e62605de3131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131.shogun-image {
  box-sizing: border-box;
}



.s-c4664b40-9f87-4c80-acca-e62605de3131 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c4664b40-9f87-4c80-acca-e62605de3131 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4664b40-9f87-4c80-acca-e62605de3131 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4664b40-9f87-4c80-acca-e62605de3131 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4664b40-9f87-4c80-acca-e62605de3131 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4664b40-9f87-4c80-acca-e62605de3131 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4664b40-9f87-4c80-acca-e62605de3131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4664b40-9f87-4c80-acca-e62605de3131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131.shogun-image {
  box-sizing: border-box;
}



.s-c4664b40-9f87-4c80-acca-e62605de3131 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c4664b40-9f87-4c80-acca-e62605de3131 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4664b40-9f87-4c80-acca-e62605de3131 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4664b40-9f87-4c80-acca-e62605de3131 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4664b40-9f87-4c80-acca-e62605de3131 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4664b40-9f87-4c80-acca-e62605de3131 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4664b40-9f87-4c80-acca-e62605de3131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4664b40-9f87-4c80-acca-e62605de3131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4664b40-9f87-4c80-acca-e62605de3131.shogun-image {
  box-sizing: border-box;
}



.s-c4664b40-9f87-4c80-acca-e62605de3131 img.shogun-image {
  
}


}
#s-e15365a6-9c02-4641-b217-c1d15c7345b3 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-8ec3cd2c-a875-4e38-8cee-ef9309e9ee62 {
  min-height: 50px;
}








#s-8ec3cd2c-a875-4e38-8cee-ef9309e9ee62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ec3cd2c-a875-4e38-8cee-ef9309e9ee62 {
  cursor: pointer;
}#s-8ec3cd2c-a875-4e38-8cee-ef9309e9ee62.shg-box.shg-c {
  justify-content: center;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  margin-top: 6px;
max-width: 1346px;
text-align: center;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  margin: 0 !important;
  overflow: visible;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b img.shogun-image {
  /* Add background color handling */
  
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b.shogun-image {
  box-sizing: border-box;
}



.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b img.shogun-image {
  
}


@media (min-width: 1200px){#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  margin: 0 !important;
  overflow: visible;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b img.shogun-image {
  /* Add background color handling */
  
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b.shogun-image {
  box-sizing: border-box;
}



.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  margin: 0 !important;
  overflow: visible;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b img.shogun-image {
  /* Add background color handling */
  
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b.shogun-image {
  box-sizing: border-box;
}



.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  margin: 0 !important;
  overflow: visible;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b img.shogun-image {
  /* Add background color handling */
  
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b.shogun-image {
  box-sizing: border-box;
}



.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b img.shogun-image {
  
}


}@media (max-width: 767px){#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  margin: 0 !important;
  overflow: visible;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b img.shogun-image {
  /* Add background color handling */
  
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b.shogun-image {
  box-sizing: border-box;
}



.s-f6e4b593-d122-415a-ba2f-4f18d6e99b4b img.shogun-image {
  
}


}
#s-6d094b37-f146-43ea-a854-608a9ff1a8c3 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-b32f59ee-7f6b-41df-b1d8-a5a4226f4ace {
  min-height: 50px;
}








#s-b32f59ee-7f6b-41df-b1d8-a5a4226f4ace > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b32f59ee-7f6b-41df-b1d8-a5a4226f4ace {
  cursor: pointer;
}#s-b32f59ee-7f6b-41df-b1d8-a5a4226f4ace.shg-box.shg-c {
  justify-content: center;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1946px;
text-align: center;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  margin: 0 !important;
  overflow: visible;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d img.shogun-image {
  /* Add background color handling */
  
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d .shogun-image-content {
  
    justify-content: center;
  
}

.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d.shogun-image {
  box-sizing: border-box;
}



.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d img.shogun-image {
  
}


@media (min-width: 1200px){#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  margin: 0 !important;
  overflow: visible;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d img.shogun-image {
  /* Add background color handling */
  
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d .shogun-image-content {
  
    justify-content: center;
  
}

.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d.shogun-image {
  box-sizing: border-box;
}



.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  margin: 0 !important;
  overflow: visible;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d img.shogun-image {
  /* Add background color handling */
  
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d .shogun-image-content {
  
    justify-content: center;
  
}

.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d.shogun-image {
  box-sizing: border-box;
}



.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  margin: 0 !important;
  overflow: visible;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d img.shogun-image {
  /* Add background color handling */
  
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d .shogun-image-content {
  
    justify-content: center;
  
}

.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d.shogun-image {
  box-sizing: border-box;
}



.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d img.shogun-image {
  
}


}@media (max-width: 767px){#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  margin: 0 !important;
  overflow: visible;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79db5d5c-67c5-4f7a-8dd9-d039c806560d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d img.shogun-image {
  /* Add background color handling */
  
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d .shogun-image-content {
  
    justify-content: center;
  
}

.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79db5d5c-67c5-4f7a-8dd9-d039c806560d.shogun-image {
  box-sizing: border-box;
}



.s-79db5d5c-67c5-4f7a-8dd9-d039c806560d img.shogun-image {
  
}


}
#s-d0ded0ff-9890-4ad6-9185-d97c6e39ec13 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-98de5fb2-d632-41f3-aa89-21a471ca64b3 {
  min-height: 50px;
}








#s-98de5fb2-d632-41f3-aa89-21a471ca64b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98de5fb2-d632-41f3-aa89-21a471ca64b3 {
  cursor: pointer;
}#s-98de5fb2-d632-41f3-aa89-21a471ca64b3.shg-box.shg-c {
  justify-content: center;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  margin-top: 6px;
max-width: 1426px;
text-align: center;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-d245cb50-1869-4966-bda3-9710b8902ab9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d245cb50-1869-4966-bda3-9710b8902ab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d245cb50-1869-4966-bda3-9710b8902ab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9.shogun-image {
  box-sizing: border-box;
}



.s-d245cb50-1869-4966-bda3-9710b8902ab9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d245cb50-1869-4966-bda3-9710b8902ab9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d245cb50-1869-4966-bda3-9710b8902ab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d245cb50-1869-4966-bda3-9710b8902ab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9.shogun-image {
  box-sizing: border-box;
}



.s-d245cb50-1869-4966-bda3-9710b8902ab9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d245cb50-1869-4966-bda3-9710b8902ab9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d245cb50-1869-4966-bda3-9710b8902ab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d245cb50-1869-4966-bda3-9710b8902ab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9.shogun-image {
  box-sizing: border-box;
}



.s-d245cb50-1869-4966-bda3-9710b8902ab9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d245cb50-1869-4966-bda3-9710b8902ab9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d245cb50-1869-4966-bda3-9710b8902ab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d245cb50-1869-4966-bda3-9710b8902ab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9.shogun-image {
  box-sizing: border-box;
}



.s-d245cb50-1869-4966-bda3-9710b8902ab9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  margin: 0 !important;
  overflow: visible;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d245cb50-1869-4966-bda3-9710b8902ab9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9 img.shogun-image {
  /* Add background color handling */
  
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d245cb50-1869-4966-bda3-9710b8902ab9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d245cb50-1869-4966-bda3-9710b8902ab9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d245cb50-1869-4966-bda3-9710b8902ab9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d245cb50-1869-4966-bda3-9710b8902ab9.shogun-image {
  box-sizing: border-box;
}



.s-d245cb50-1869-4966-bda3-9710b8902ab9 img.shogun-image {
  
}


}
#s-d8715cdf-7484-40c0-a8a1-e0f907537dff {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27 {
  cursor: pointer;
}#s-f97aa4d0-7dcc-4d4c-bd65-ebfbe8c04c27.shg-box.shg-c {
  justify-content: center;
}

#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}@media (max-width: 767px){#s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e {
  
}
}
@media (min-width: 0px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ecc73c33-f8fb-4a94-9730-fc2c1665e37e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  padding-left: 7%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  padding-left: 4%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-dd51aaa2-f339-4753-b58a-b688c261537c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-dd51aaa2-f339-4753-b58a-b688c261537c {
  cursor: pointer;
}#s-dd51aaa2-f339-4753-b58a-b688c261537c.shg-box.shg-c {
  justify-content: center;
}

#s-d2875d4e-bef0-4bd2-8a99-edc30a87c768 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2875d4e-bef0-4bd2-8a99-edc30a87c768 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d2875d4e-bef0-4bd2-8a99-edc30a87c768 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe {
  margin-bottom: 10px;
}
}
#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-fcbc7453-95e4-435c-a624-bfd2c41bafbe .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-0573da05-1152-4a60-bb38-94b8193279b2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0573da05-1152-4a60-bb38-94b8193279b2 {
  text-align: center;
}
}
#s-0573da05-1152-4a60-bb38-94b8193279b2 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0573da05-1152-4a60-bb38-94b8193279b2 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-0573da05-1152-4a60-bb38-94b8193279b2 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


}
#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 {
  text-align: center;
}
}
#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-498abb01-2d3f-42f6-8e95-394f43f8eaf7 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(21, 44, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275:active {background-color: rgba(17, 17, 17, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275 {
  text-align: center;
}
}

  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: left;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275-root {
    text-align: center;
  }


#s-6f1bc348-5f5e-4fdc-9c0a-d80913e94275.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/898;
text-align: center;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
  overflow: visible;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add background color handling */
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}



.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
  overflow: visible;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add background color handling */
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}



.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
  overflow: visible;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add background color handling */
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}



.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
  overflow: visible;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add background color handling */
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}



.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  margin: 0 !important;
  overflow: visible;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add background color handling */
  
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }

    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-link {
      aspect-ratio: 1500/898;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image {
  box-sizing: border-box;
}



.s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 {
      --shg-aspect-ratio: calc(1500/898); 
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container {
      position: relative;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d90f7b35-5e9c-4f8d-927b-828b51237e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-ba1cc27f-d3e9-4100-9fc0-c6c5f6a7d49c {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.13);
}








#s-ba1cc27f-d3e9-4100-9fc0-c6c5f6a7d49c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba1cc27f-d3e9-4100-9fc0-c6c5f6a7d49c.shg-box.shg-c {
  justify-content: center;
}

#s-57b764f1-b4c8-446e-9562-cf0055a95274 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-57b764f1-b4c8-446e-9562-cf0055a95274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57b764f1-b4c8-446e-9562-cf0055a95274.shg-box.shg-c {
  justify-content: center;
}

#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 0em;
  
  
}


}@media (max-width: 767px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}
#s-8c5189de-aa89-48fd-9e09-a50ff12d99f9 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin-top: 47px;
margin-bottom: 47px;
max-width: 700px;
aspect-ratio: 700/148;
text-align: center;
}
@media (min-width: 1200px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  max-width: 380px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  max-width: 378px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  max-width: 251px;
}
}@media (max-width: 767px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin-top: 20px;
margin-bottom: 15px;
max-width: 450px;
}
}
#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}



.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}



.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}



.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}



.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}



.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-16f19510-3f58-4efe-8ca2-2f867489971d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-16f19510-3f58-4efe-8ca2-2f867489971d {
  margin-top: 0px;
}
}
#s-16f19510-3f58-4efe-8ca2-2f867489971d .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-16f19510-3f58-4efe-8ca2-2f867489971d .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}
#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 300/290;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin-top: 20px;
margin-bottom: 30px;
max-width: 100px;
}
}
#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
  overflow: visible;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add background color handling */
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    justify-content: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}



.s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
  overflow: visible;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add background color handling */
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    justify-content: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}



.s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
  overflow: visible;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add background color handling */
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    justify-content: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}



.s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
  overflow: visible;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add background color handling */
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    justify-content: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}



.s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
  overflow: visible;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add background color handling */
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    justify-content: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}



.s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-ec141ef2-ac9c-44da-907d-bc509bcc183c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ec141ef2-ac9c-44da-907d-bc509bcc183c .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ec141ef2-ac9c-44da-907d-bc509bcc183c .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-ec141ef2-ac9c-44da-907d-bc509bcc183c .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}
#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}
#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 300/290;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin-top: 20px;
margin-bottom: 30px;
max-width: 100px;
}
}
#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}



.s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}



.s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}



.s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}



.s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}



.s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}
#s-3532ebf4-26c6-4ca7-9815-6c503d055955 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3532ebf4-26c6-4ca7-9815-6c503d055955 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3532ebf4-26c6-4ca7-9815-6c503d055955 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-3532ebf4-26c6-4ca7-9815-6c503d055955 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}
#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39.shg-box.shg-c {
  justify-content: center;
}

#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  background-image: url();
}








#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  cursor: pointer;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa.shg-box.shg-c {
  justify-content: center;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 40%;
margin-right: 40%;
max-width: 930px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 35%;
margin-right: 35%;
max-width: 990px;
}
}
#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

@media (min-width: 1200px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (max-width: 767px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}
#s-d7724901-f284-42a5-9806-a161e783193b {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (max-width: 767px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}@media (max-width: 767px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-top: 2px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  display: none;
}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-content-s-055a3fb9-8b34-4b15-87b4-c275bfb80466 { display: none !important; }}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
}
@media (min-width: 1200px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be hr {
  border-top: 2px solid #ddd;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  background-image: url();
}








#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  cursor: pointer;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d.shg-box.shg-c {
  justify-content: center;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 40%;
margin-right: 40%;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}
#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (max-width: 767px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}
#s-d9511553-96ca-49ea-a73d-970323b44905 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}@media (max-width: 767px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}
#s-37ab47fa-e09b-4b98-b5c9-6da68c9caa16 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-79d8921b-d211-41e4-a12e-5e831db2a8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  cursor: pointer;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd.shg-box.shg-c {
  justify-content: center;
}

#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-7b0eafff-79a4-4eec-825a-ba4d4be0ac82 {
  margin-bottom: -20px;
}

#s-26cad876-bfdc-469a-9a57-2f60040aa145 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f.shg-box.shg-c {
  justify-content: center;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/71;
text-align: center;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(30, 100, 158, 1);
background-position: center center;
}








#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab.shg-box.shg-c {
  justify-content: center;
}

#s-067a9334-7a7c-4105-bdd9-b1eeecc44963 {
  margin-top: 40px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-067a9334-7a7c-4105-bdd9-b1eeecc44963 {
  margin-bottom: 1px;
}
}
#s-3062f027-bba7-41df-9aee-35c1525b85aa {
  margin-top: 0px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-3062f027-bba7-41df-9aee-35c1525b85aa {
  margin-top: 11px;
margin-left: 9%;
margin-right: 9%;
}
}
#s-85ee1d31-b614-4085-870b-2a9825f14728 {
  box-shadow:1px 1px 1px 1px rgba(127, 14, 125, 0);
margin-bottom: 49px;
min-height: 50px;
}

#s-85ee1d31-b614-4085-870b-2a9825f14728 {
  background-image: url();
}








#s-85ee1d31-b614-4085-870b-2a9825f14728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85ee1d31-b614-4085-870b-2a9825f14728.shg-box.shg-c {
  justify-content: center;
}

#s-9bfc29c1-af9b-4ca1-b009-e59776323d86 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9bfc29c1-af9b-4ca1-b009-e59776323d86 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 {
  cursor: pointer;
}#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48.shg-box.shg-c {
  justify-content: center;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-33d5cc7a-90aa-4fc7-830f-dc957282ead1 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
min-height: 0px;
}
@media (min-width: 1200px){#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-left: 6%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 {
  cursor: pointer;
}#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25.shg-box.shg-c {
  justify-content: center;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-7afcf635-3d97-4af9-8253-29d2a5cc7510 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-7b934657-2f76-4361-8f63-93e1ddcaf0a5 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-5c794a13-148d-414e-92c1-5e1d24fff80b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-5c794a13-148d-414e-92c1-5e1d24fff80b:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c794a13-148d-414e-92c1-5e1d24fff80b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-5c794a13-148d-414e-92c1-5e1d24fff80b {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-730502a7-24cf-494d-b5ca-024b82b7b6eb {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-730502a7-24cf-494d-b5ca-024b82b7b6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-730502a7-24cf-494d-b5ca-024b82b7b6eb {
  cursor: pointer;
}#s-730502a7-24cf-494d-b5ca-024b82b7b6eb.shg-box.shg-c {
  justify-content: center;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-fdd5e6c8-d207-40f8-9801-b3faded1cf74 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-f700125c-7140-4fc3-95a1-be723beb640d {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f {
  margin-left: 13%;
margin-right: 13%;
}
}

  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-f5a9d9c8-0a68-443c-a790-650aaf097e23 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
min-height: 10px;
max-width: 900px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68486903-2136-444a-a3bd-ae3582f12ff4:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-06747246-14b4-4992-9423-8d3b22064ed1 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-06747246-14b4-4992-9423-8d3b22064ed1:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-06747246-14b4-4992-9423-8d3b22064ed1:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}