.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-ddf848a2-9ee1-4a29-a0e8-71297f767923 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-position: center center;
}
@media (min-width: 1200px){#s-ddf848a2-9ee1-4a29-a0e8-71297f767923 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ddf848a2-9ee1-4a29-a0e8-71297f767923 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ddf848a2-9ee1-4a29-a0e8-71297f767923 {
  display: none;
}
#s-ddf848a2-9ee1-4a29-a0e8-71297f767923, #wrap-s-ddf848a2-9ee1-4a29-a0e8-71297f767923, #wrap-content-s-ddf848a2-9ee1-4a29-a0e8-71297f767923 { display: none !important; }}@media (max-width: 767px){#s-ddf848a2-9ee1-4a29-a0e8-71297f767923 {
  display: none;
}
#s-ddf848a2-9ee1-4a29-a0e8-71297f767923, #wrap-s-ddf848a2-9ee1-4a29-a0e8-71297f767923, #wrap-content-s-ddf848a2-9ee1-4a29-a0e8-71297f767923 { display: none !important; }}
#s-ddf848a2-9ee1-4a29-a0e8-71297f767923 {
  background-image: url(https://i.shgcdn.com/16a43cd4-9b4f-491d-b8df-1d1511ee7c1d/);
}








#s-ddf848a2-9ee1-4a29-a0e8-71297f767923 > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.3;
  display: block;
}#s-ddf848a2-9ee1-4a29-a0e8-71297f767923.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ab65f684-f189-4305-a656-3440376d5489 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1388px;
}








#s-ab65f684-f189-4305-a656-3440376d5489 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab65f684-f189-4305-a656-3440376d5489.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-bca1fa11-9799-497c-ad2b-ebc398e778fb {
  margin-top: 75px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-bca1fa11-9799-497c-ad2b-ebc398e778fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bca1fa11-9799-497c-ad2b-ebc398e778fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bca1fa11-9799-497c-ad2b-ebc398e778fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bca1fa11-9799-497c-ad2b-ebc398e778fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bca1fa11-9799-497c-ad2b-ebc398e778fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bca1fa11-9799-497c-ad2b-ebc398e778fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bca1fa11-9799-497c-ad2b-ebc398e778fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

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

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

#s-a189164e-a9a7-4a2a-9234-fad1caeab460 {
  margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a189164e-a9a7-4a2a-9234-fad1caeab460 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1em;
  
  text-align: left;
}



#s-459039cc-d2ef-4471-97fc-b309ad81992f {
  margin-top: 25px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 10%;
text-align: left;
}

#s-459039cc-d2ef-4471-97fc-b309ad81992f .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-ce63bc60-d9b3-4b8d-a42a-af04630394e7 {
  margin-left: auto;
margin-right: auto;
padding-right: 350px;
}

@media (min-width: 0px) {
[id="s-ce63bc60-d9b3-4b8d-a42a-af04630394e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce63bc60-d9b3-4b8d-a42a-af04630394e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ce63bc60-d9b3-4b8d-a42a-af04630394e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce63bc60-d9b3-4b8d-a42a-af04630394e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-5448a845-c82c-4fe7-a609-59a9df55d311 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZlMmM3NzYtZTNjMS00ZGZmLWI3YTMtMTVmYjA0MDIwYjBiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmJiYTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjY4NzIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmUyYzc3Ni1lM2MxLTRkZmYtYjdhMy0xNWZiMDQwMjBiMGIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 7%;
padding-bottom: 12px;
padding-right: 7%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 196, 0, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fbba23"}, {"id"=>2, "pos"=>1, "color"=>"#f68722"}];
hover-type: gradient;
}
#s-5448a845-c82c-4fe7-a609-59a9df55d311:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 196, 0, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(246, 135, 34, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5448a845-c82c-4fe7-a609-59a9df55d311:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5448a845-c82c-4fe7-a609-59a9df55d311 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5448a845-c82c-4fe7-a609-59a9df55d311 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5448a845-c82c-4fe7-a609-59a9df55d311 {
  
}
}@media (max-width: 767px){#s-5448a845-c82c-4fe7-a609-59a9df55d311 {
  
}
}

  #s-5448a845-c82c-4fe7-a609-59a9df55d311-root {
    text-align: center;
  }


#s-5448a845-c82c-4fe7-a609-59a9df55d311.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5448a845-c82c-4fe7-a609-59a9df55d311-root {
    text-align: center;
  }


#s-5448a845-c82c-4fe7-a609-59a9df55d311.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5448a845-c82c-4fe7-a609-59a9df55d311-root {
    text-align: center;
  }


#s-5448a845-c82c-4fe7-a609-59a9df55d311.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5448a845-c82c-4fe7-a609-59a9df55d311-root {
    text-align: center;
  }


#s-5448a845-c82c-4fe7-a609-59a9df55d311.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5448a845-c82c-4fe7-a609-59a9df55d311-root {
    text-align: center;
  }


#s-5448a845-c82c-4fe7-a609-59a9df55d311.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-794163d0-d280-45de-9c1c-832292305a79 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDdkODgwODMtNmVhYy00MzJjLWJkNDUtYTgzNWM1ODIwZTU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmJiYTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjY4NzIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0N2Q4ODA4My02ZWFjLTQzMmMtYmQ0NS1hODM1YzU4MjBlNTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 7%;
padding-bottom: 12px;
padding-right: 7%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 196, 0, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fbba23"}, {"id"=>2, "pos"=>1, "color"=>"#f68722"}];
hover-type: gradient;
}
#s-794163d0-d280-45de-9c1c-832292305a79:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 196, 0, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(246, 135, 34, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-794163d0-d280-45de-9c1c-832292305a79:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-794163d0-d280-45de-9c1c-832292305a79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-794163d0-d280-45de-9c1c-832292305a79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-794163d0-d280-45de-9c1c-832292305a79 {
  
}
}@media (max-width: 767px){#s-794163d0-d280-45de-9c1c-832292305a79 {
  
}
}

  #s-794163d0-d280-45de-9c1c-832292305a79-root {
    text-align: center;
  }


#s-794163d0-d280-45de-9c1c-832292305a79.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-794163d0-d280-45de-9c1c-832292305a79-root {
    text-align: center;
  }


#s-794163d0-d280-45de-9c1c-832292305a79.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-794163d0-d280-45de-9c1c-832292305a79-root {
    text-align: center;
  }


#s-794163d0-d280-45de-9c1c-832292305a79.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-794163d0-d280-45de-9c1c-832292305a79-root {
    text-align: center;
  }


#s-794163d0-d280-45de-9c1c-832292305a79.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-794163d0-d280-45de-9c1c-832292305a79-root {
    text-align: center;
  }


#s-794163d0-d280-45de-9c1c-832292305a79.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-7f1042be-d3b2-4bf9-90ed-1d9ef68a8979 {
  margin-top: 0px;
margin-bottom: 15px;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-7f1042be-d3b2-4bf9-90ed-1d9ef68a8979 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f1042be-d3b2-4bf9-90ed-1d9ef68a8979.shg-box.shg-c {
  justify-content: center;
}

#s-4170f52c-10ff-454b-9085-af146f2740bb {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(244, 244, 244, 0);
}








#s-4170f52c-10ff-454b-9085-af146f2740bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4170f52c-10ff-454b-9085-af146f2740bb.shg-box.shg-c {
  justify-content: center;
}

#s-b413c3e0-615d-4a44-ac37-b6676b49fd4f {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b413c3e0-615d-4a44-ac37-b6676b49fd4f .shogun-heading-component h2 {
  color: rgba(22, 64, 111, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-6d06fe8c-e43b-4a26-8105-31ca5931e906 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

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

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

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

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

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

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

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

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

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

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

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

#s-ca5a583e-31e0-42d2-9020-9690977921db {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

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

#slider-v3-s-ca5a583e-31e0-42d2-9020-9690977921db {
  --swiper-pagination-color: rgba(22, 64, 111, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(22, 64, 111, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(22, 64, 111, 1) !important;
  --arrow-button-size: 45px !important;
  --swiper-pagination-bullet-size: 16px !important;
  
}

#slider-v3-s-ca5a583e-31e0-42d2-9020-9690977921db > .swiper-button-prev,
#slider-v3-s-ca5a583e-31e0-42d2-9020-9690977921db > .swiper-button-next {
  
}

#slider-v3-s-ca5a583e-31e0-42d2-9020-9690977921db > .swiper-button-prev svg,
#slider-v3-s-ca5a583e-31e0-42d2-9020-9690977921db > .swiper-button-next svg {
  fill: rgba(22, 64, 111, 1) !important;
  stroke: rgba(22, 64, 111, 1) !important;
  
}

#slider-v3-s-ca5a583e-31e0-42d2-9020-9690977921db > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ca5a583e-31e0-42d2-9020-9690977921db > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ca5a583e-31e0-42d2-9020-9690977921db > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-ca5a583e-31e0-42d2-9020-9690977921db .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
}

#slider-v3-s-ca5a583e-31e0-42d2-9020-9690977921db .swiper-pagination-bullet-active {
  background-color: rgba(22, 64, 111, 1) !important;
  width: calc(16px * 3) !important;
  height: 16px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-ca5a583e-31e0-42d2-9020-9690977921db .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-363f7667-f175-4bd9-9d52-19e28817e8e9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-363f7667-f175-4bd9-9d52-19e28817e8e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-363f7667-f175-4bd9-9d52-19e28817e8e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-363f7667-f175-4bd9-9d52-19e28817e8e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-363f7667-f175-4bd9-9d52-19e28817e8e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

.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;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

.shogun-image-content>div {
  width: 100%;
}

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89:hover {opacity: 0.5 !important;}
#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  margin: 0 !important;
}

#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  margin: 0 !important;
}

#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  margin: 0 !important;
}

#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  margin: 0 !important;
}

#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  margin: 0 !important;
}

#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dadb1f4a-7f34-4d18-be48-ca7515b99b89.shogun-image {
  box-sizing: border-box;
}




}
#s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
#s-32de89c9-3b9a-4673-86b4-ae891a215f0a:hover {opacity: 0.5 !important;}
#s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  margin: 0 !important;
}

#s-32de89c9-3b9a-4673-86b4-ae891a215f0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-32de89c9-3b9a-4673-86b4-ae891a215f0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  margin: 0 !important;
}

#s-32de89c9-3b9a-4673-86b4-ae891a215f0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-32de89c9-3b9a-4673-86b4-ae891a215f0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  margin: 0 !important;
}

#s-32de89c9-3b9a-4673-86b4-ae891a215f0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-32de89c9-3b9a-4673-86b4-ae891a215f0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  margin: 0 !important;
}

#s-32de89c9-3b9a-4673-86b4-ae891a215f0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-32de89c9-3b9a-4673-86b4-ae891a215f0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  margin: 0 !important;
}

#s-32de89c9-3b9a-4673-86b4-ae891a215f0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-32de89c9-3b9a-4673-86b4-ae891a215f0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-32de89c9-3b9a-4673-86b4-ae891a215f0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32de89c9-3b9a-4673-86b4-ae891a215f0a.shogun-image {
  box-sizing: border-box;
}




}
#s-9a5e6995-4a60-4e26-bc36-3b72e0c94163 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9a5e6995-4a60-4e26-bc36-3b72e0c94163"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a5e6995-4a60-4e26-bc36-3b72e0c94163"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9a5e6995-4a60-4e26-bc36-3b72e0c94163"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9a5e6995-4a60-4e26-bc36-3b72e0c94163"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  margin: 0 !important;
}

#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  margin: 0 !important;
}

#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  margin: 0 !important;
}

#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  margin: 0 !important;
}

#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  margin: 0 !important;
}

#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65dbb51a-5ec2-42ae-a29c-4b0d94d92e19.shogun-image {
  box-sizing: border-box;
}




}
#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d:hover {opacity: 0.5 !important;}
#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  margin: 0 !important;
}

#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  margin: 0 !important;
}

#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  margin: 0 !important;
}

#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  margin: 0 !important;
}

#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  margin: 0 !important;
}

#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b78c320c-33e1-4ba5-8ecd-96e2348f635d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b78c320c-33e1-4ba5-8ecd-96e2348f635d.shogun-image {
  box-sizing: border-box;
}




}
#s-ce62fba6-8738-494f-9bf0-e7b26599782e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ce62fba6-8738-494f-9bf0-e7b26599782e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce62fba6-8738-494f-9bf0-e7b26599782e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ce62fba6-8738-494f-9bf0-e7b26599782e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce62fba6-8738-494f-9bf0-e7b26599782e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0:hover {opacity: 0.5 !important;}
#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  margin: 0 !important;
}

#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  margin: 0 !important;
}

#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  margin: 0 !important;
}

#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  margin: 0 !important;
}

#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  margin: 0 !important;
}

#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2501d5f6-a0fd-45b3-9129-bed0ce19afe0.shogun-image {
  box-sizing: border-box;
}




}
#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d:hover {opacity: 0.5 !important;}
#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  margin: 0 !important;
}

#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  margin: 0 !important;
}

#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  margin: 0 !important;
}

#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  margin: 0 !important;
}

#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  margin: 0 !important;
}

#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e077ba8b-4d3e-4473-8a3c-b99f64e2d08d.shogun-image {
  box-sizing: border-box;
}




}
#s-d3818663-3145-4603-9b7d-ae30c22e4735 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d3818663-3145-4603-9b7d-ae30c22e4735"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3818663-3145-4603-9b7d-ae30c22e4735"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d3818663-3145-4603-9b7d-ae30c22e4735"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d3818663-3145-4603-9b7d-ae30c22e4735"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-94560f81-2f51-435c-8153-db0116dca35a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
#s-94560f81-2f51-435c-8153-db0116dca35a:hover {opacity: 0.5 !important;}
#s-94560f81-2f51-435c-8153-db0116dca35a {
  margin: 0 !important;
}

#s-94560f81-2f51-435c-8153-db0116dca35a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-94560f81-2f51-435c-8153-db0116dca35a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-94560f81-2f51-435c-8153-db0116dca35a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-94560f81-2f51-435c-8153-db0116dca35a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-94560f81-2f51-435c-8153-db0116dca35a .shogun-image-content {
  
    justify-content: center;
  
}

.s-94560f81-2f51-435c-8153-db0116dca35a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94560f81-2f51-435c-8153-db0116dca35a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94560f81-2f51-435c-8153-db0116dca35a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-94560f81-2f51-435c-8153-db0116dca35a {
  margin: 0 !important;
}

#s-94560f81-2f51-435c-8153-db0116dca35a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-94560f81-2f51-435c-8153-db0116dca35a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-94560f81-2f51-435c-8153-db0116dca35a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-94560f81-2f51-435c-8153-db0116dca35a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-94560f81-2f51-435c-8153-db0116dca35a .shogun-image-content {
  
    justify-content: center;
  
}

.s-94560f81-2f51-435c-8153-db0116dca35a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94560f81-2f51-435c-8153-db0116dca35a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94560f81-2f51-435c-8153-db0116dca35a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-94560f81-2f51-435c-8153-db0116dca35a {
  margin: 0 !important;
}

#s-94560f81-2f51-435c-8153-db0116dca35a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-94560f81-2f51-435c-8153-db0116dca35a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-94560f81-2f51-435c-8153-db0116dca35a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-94560f81-2f51-435c-8153-db0116dca35a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-94560f81-2f51-435c-8153-db0116dca35a .shogun-image-content {
  
    justify-content: center;
  
}

.s-94560f81-2f51-435c-8153-db0116dca35a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94560f81-2f51-435c-8153-db0116dca35a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94560f81-2f51-435c-8153-db0116dca35a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-94560f81-2f51-435c-8153-db0116dca35a {
  margin: 0 !important;
}

#s-94560f81-2f51-435c-8153-db0116dca35a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-94560f81-2f51-435c-8153-db0116dca35a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-94560f81-2f51-435c-8153-db0116dca35a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-94560f81-2f51-435c-8153-db0116dca35a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-94560f81-2f51-435c-8153-db0116dca35a .shogun-image-content {
  
    justify-content: center;
  
}

.s-94560f81-2f51-435c-8153-db0116dca35a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94560f81-2f51-435c-8153-db0116dca35a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94560f81-2f51-435c-8153-db0116dca35a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-94560f81-2f51-435c-8153-db0116dca35a {
  margin: 0 !important;
}

#s-94560f81-2f51-435c-8153-db0116dca35a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-94560f81-2f51-435c-8153-db0116dca35a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-94560f81-2f51-435c-8153-db0116dca35a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-94560f81-2f51-435c-8153-db0116dca35a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-94560f81-2f51-435c-8153-db0116dca35a .shogun-image-content {
  
    justify-content: center;
  
}

.s-94560f81-2f51-435c-8153-db0116dca35a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94560f81-2f51-435c-8153-db0116dca35a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94560f81-2f51-435c-8153-db0116dca35a.shogun-image {
  box-sizing: border-box;
}




}
#s-3bddc037-9773-4fa0-a717-13e717199759 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
#s-3bddc037-9773-4fa0-a717-13e717199759:hover {opacity: 0.5 !important;}
#s-3bddc037-9773-4fa0-a717-13e717199759 {
  margin: 0 !important;
}

#s-3bddc037-9773-4fa0-a717-13e717199759-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bddc037-9773-4fa0-a717-13e717199759 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3bddc037-9773-4fa0-a717-13e717199759 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-3bddc037-9773-4fa0-a717-13e717199759.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3bddc037-9773-4fa0-a717-13e717199759 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bddc037-9773-4fa0-a717-13e717199759.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bddc037-9773-4fa0-a717-13e717199759.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bddc037-9773-4fa0-a717-13e717199759.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-3bddc037-9773-4fa0-a717-13e717199759 {
  margin: 0 !important;
}

#s-3bddc037-9773-4fa0-a717-13e717199759-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bddc037-9773-4fa0-a717-13e717199759 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3bddc037-9773-4fa0-a717-13e717199759 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-3bddc037-9773-4fa0-a717-13e717199759.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3bddc037-9773-4fa0-a717-13e717199759 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bddc037-9773-4fa0-a717-13e717199759.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bddc037-9773-4fa0-a717-13e717199759.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bddc037-9773-4fa0-a717-13e717199759.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3bddc037-9773-4fa0-a717-13e717199759 {
  margin: 0 !important;
}

#s-3bddc037-9773-4fa0-a717-13e717199759-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bddc037-9773-4fa0-a717-13e717199759 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3bddc037-9773-4fa0-a717-13e717199759 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-3bddc037-9773-4fa0-a717-13e717199759.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3bddc037-9773-4fa0-a717-13e717199759 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bddc037-9773-4fa0-a717-13e717199759.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bddc037-9773-4fa0-a717-13e717199759.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bddc037-9773-4fa0-a717-13e717199759.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3bddc037-9773-4fa0-a717-13e717199759 {
  margin: 0 !important;
}

#s-3bddc037-9773-4fa0-a717-13e717199759-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bddc037-9773-4fa0-a717-13e717199759 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3bddc037-9773-4fa0-a717-13e717199759 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-3bddc037-9773-4fa0-a717-13e717199759.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3bddc037-9773-4fa0-a717-13e717199759 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bddc037-9773-4fa0-a717-13e717199759.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bddc037-9773-4fa0-a717-13e717199759.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bddc037-9773-4fa0-a717-13e717199759.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-3bddc037-9773-4fa0-a717-13e717199759 {
  margin: 0 !important;
}

#s-3bddc037-9773-4fa0-a717-13e717199759-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bddc037-9773-4fa0-a717-13e717199759 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3bddc037-9773-4fa0-a717-13e717199759 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-3bddc037-9773-4fa0-a717-13e717199759.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3bddc037-9773-4fa0-a717-13e717199759 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bddc037-9773-4fa0-a717-13e717199759.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bddc037-9773-4fa0-a717-13e717199759.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bddc037-9773-4fa0-a717-13e717199759.shogun-image {
  box-sizing: border-box;
}




}
#s-b102c197-caeb-4368-b8c9-5656cc0a9328 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-97deb573-3e07-4516-a89b-e8f668fd550c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2E1ZTU1YjktODNmOC00YzkxLWE1YmEtOWM1MTc4NzYxZGU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmJiYTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjY4NzIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYTVlNTViOS04M2Y4LTRjOTEtYTViYS05YzUxNzg3NjFkZTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 7%;
padding-bottom: 12px;
padding-right: 7%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 196, 0, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fbba23"}, {"id"=>2, "pos"=>1, "color"=>"#f68722"}];
hover-type: gradient;
}
#s-97deb573-3e07-4516-a89b-e8f668fd550c:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 196, 0, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(246, 135, 34, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-97deb573-3e07-4516-a89b-e8f668fd550c:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-97deb573-3e07-4516-a89b-e8f668fd550c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97deb573-3e07-4516-a89b-e8f668fd550c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-97deb573-3e07-4516-a89b-e8f668fd550c {
  
}
}@media (max-width: 767px){#s-97deb573-3e07-4516-a89b-e8f668fd550c {
  
}
}

  #s-97deb573-3e07-4516-a89b-e8f668fd550c-root {
    text-align: center;
  }


#s-97deb573-3e07-4516-a89b-e8f668fd550c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-97deb573-3e07-4516-a89b-e8f668fd550c-root {
    text-align: center;
  }


#s-97deb573-3e07-4516-a89b-e8f668fd550c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97deb573-3e07-4516-a89b-e8f668fd550c-root {
    text-align: center;
  }


#s-97deb573-3e07-4516-a89b-e8f668fd550c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97deb573-3e07-4516-a89b-e8f668fd550c-root {
    text-align: center;
  }


#s-97deb573-3e07-4516-a89b-e8f668fd550c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-97deb573-3e07-4516-a89b-e8f668fd550c-root {
    text-align: center;
  }


#s-97deb573-3e07-4516-a89b-e8f668fd550c.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-4991a828-3ccb-44b8-9769-a22b0663c1d6 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}
@media (min-width: 1200px){#s-4991a828-3ccb-44b8-9769-a22b0663c1d6 {
  display: none;
}
#s-4991a828-3ccb-44b8-9769-a22b0663c1d6, #wrap-s-4991a828-3ccb-44b8-9769-a22b0663c1d6, #wrap-content-s-4991a828-3ccb-44b8-9769-a22b0663c1d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4991a828-3ccb-44b8-9769-a22b0663c1d6 {
  display: none;
}
#s-4991a828-3ccb-44b8-9769-a22b0663c1d6, #wrap-s-4991a828-3ccb-44b8-9769-a22b0663c1d6, #wrap-content-s-4991a828-3ccb-44b8-9769-a22b0663c1d6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4991a828-3ccb-44b8-9769-a22b0663c1d6 {
  display: none;
}
#s-4991a828-3ccb-44b8-9769-a22b0663c1d6, #wrap-s-4991a828-3ccb-44b8-9769-a22b0663c1d6, #wrap-content-s-4991a828-3ccb-44b8-9769-a22b0663c1d6 { display: none !important; }}







#s-4991a828-3ccb-44b8-9769-a22b0663c1d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4991a828-3ccb-44b8-9769-a22b0663c1d6.shg-box.shg-c {
  justify-content: center;
}

#s-d0e91e96-209f-47c9-978e-718ae6e88e4f {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.25);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 5%;
padding-right: 7%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 5px;
min-height: 500px;
max-width: 1388px;
background-position: right center;
background-attachment: scroll;
}

#s-d0e91e96-209f-47c9-978e-718ae6e88e4f {
  background-image: url(https://i.shgcdn.com/52a04b50-f23d-49a1-8a43-49528ecd6502/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f {
  background-image: url(https://i.shgcdn.com/52a04b50-f23d-49a1-8a43-49528ecd6502/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f {
  background-image: url(https://i.shgcdn.com/52a04b50-f23d-49a1-8a43-49528ecd6502/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f {
  background-image: url(https://i.shgcdn.com/52a04b50-f23d-49a1-8a43-49528ecd6502/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f {
  background-image: url(https://i.shgcdn.com/52a04b50-f23d-49a1-8a43-49528ecd6502/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f {
  background-image: url(https://i.shgcdn.com/52a04b50-f23d-49a1-8a43-49528ecd6502/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f {
  background-image: url(https://i.shgcdn.com/52a04b50-f23d-49a1-8a43-49528ecd6502/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f {
  background-image: url(https://i.shgcdn.com/52a04b50-f23d-49a1-8a43-49528ecd6502/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f {
  background-image: url(https://i.shgcdn.com/52a04b50-f23d-49a1-8a43-49528ecd6502/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d0e91e96-209f-47c9-978e-718ae6e88e4f.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-d0e91e96-209f-47c9-978e-718ae6e88e4f > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.5;
  display: block;
}#s-d0e91e96-209f-47c9-978e-718ae6e88e4f.shg-box.shg-c {
  justify-content: center;
}

#s-2bb21007-cd57-4c45-b3bc-a0ec5da4486c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}








#s-2bb21007-cd57-4c45-b3bc-a0ec5da4486c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bb21007-cd57-4c45-b3bc-a0ec5da4486c.shg-box.shg-c {
  justify-content: center;
}

#s-5cf85a69-8d6c-4504-96e3-f3815ec22a45 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}

#s-5cf85a69-8d6c-4504-96e3-f3815ec22a45 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 54px;
  line-height: 1.125em;
  
  
}



#s-e380cd57-4a93-4373-a919-81d301a8b2cd {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}

#s-f296808e-bea3-4b4e-ab85-8a32b55ae856 {
  margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(250, 200, 88, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(255, 182, 18, 1);
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f296808e-bea3-4b4e-ab85-8a32b55ae856:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(167, 168, 169, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(77, 88, 88, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f296808e-bea3-4b4e-ab85-8a32b55ae856:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 105, 55, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 105, 55, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f296808e-bea3-4b4e-ab85-8a32b55ae856-root {
    text-align: left;
  }


#s-f296808e-bea3-4b4e-ab85-8a32b55ae856.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f296808e-bea3-4b4e-ab85-8a32b55ae856-root {
    text-align: left;
  }


#s-f296808e-bea3-4b4e-ab85-8a32b55ae856.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f296808e-bea3-4b4e-ab85-8a32b55ae856-root {
    text-align: left;
  }


#s-f296808e-bea3-4b4e-ab85-8a32b55ae856.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f296808e-bea3-4b4e-ab85-8a32b55ae856-root {
    text-align: left;
  }


#s-f296808e-bea3-4b4e-ab85-8a32b55ae856.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f296808e-bea3-4b4e-ab85-8a32b55ae856-root {
    text-align: left;
  }


#s-f296808e-bea3-4b4e-ab85-8a32b55ae856.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-9084e194-2a0c-4fe6-8c72-613d1c27ee65 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}








#s-9084e194-2a0c-4fe6-8c72-613d1c27ee65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9084e194-2a0c-4fe6-8c72-613d1c27ee65.shg-box.shg-c {
  justify-content: center;
}

#s-26f8896e-1220-4e2e-b1e7-7ad11f45e823 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-26f8896e-1220-4e2e-b1e7-7ad11f45e823"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-26f8896e-1220-4e2e-b1e7-7ad11f45e823"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-26f8896e-1220-4e2e-b1e7-7ad11f45e823"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-26f8896e-1220-4e2e-b1e7-7ad11f45e823"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-26f8896e-1220-4e2e-b1e7-7ad11f45e823"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-26f8896e-1220-4e2e-b1e7-7ad11f45e823"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-26f8896e-1220-4e2e-b1e7-7ad11f45e823"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

.shogun-image-content > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-f37e00f7-7ff9-4236-9d71-83deac6ded58 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}

#s-f37e00f7-7ff9-4236-9d71-83deac6ded58 {
  overflow: hidden;
}





  #s-f37e00f7-7ff9-4236-9d71-83deac6ded58 img.shogun-image,
  #s-f37e00f7-7ff9-4236-9d71-83deac6ded58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f37e00f7-7ff9-4236-9d71-83deac6ded58 {
    width: 100%;
    height: auto;
  }



  #s-f37e00f7-7ff9-4236-9d71-83deac6ded58 img.shogun-image {
    

    
    
    
  }


#s-f37e00f7-7ff9-4236-9d71-83deac6ded58 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6384f2b2-801f-4f70-b699-ff5a8f859261 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-6384f2b2-801f-4f70-b699-ff5a8f859261 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6384f2b2-801f-4f70-b699-ff5a8f859261.shg-box.shg-c {
  justify-content: center;
}

#s-3a2931eb-691d-40a7-b946-7ea61cb8bb2d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1388px;
}








#s-3a2931eb-691d-40a7-b946-7ea61cb8bb2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a2931eb-691d-40a7-b946-7ea61cb8bb2d.shg-box.shg-c {
  justify-content: center;
}

#s-3521d359-28a4-45ec-9ce0-f55eeb209559 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-3521d359-28a4-45ec-9ce0-f55eeb209559 .shogun-heading-component h2 {
  color: rgba(22, 64, 111, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-a28fabab-81a6-4832-8c21-3ea63bc27d9a {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 10%;
}

#s-a75af3f4-310d-4322-b9f0-9980593c0e40 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-a75af3f4-310d-4322-b9f0-9980593c0e40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a75af3f4-310d-4322-b9f0-9980593c0e40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a75af3f4-310d-4322-b9f0-9980593c0e40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a75af3f4-310d-4322-b9f0-9980593c0e40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8281360a-ee8e-4db8-92df-46d4d72cc426 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.25);
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 5px;
min-height: 500px;
background-color: rgba(48, 52, 59, 1);
background-position: center center;
background-attachment: scroll;
}








#s-8281360a-ee8e-4db8-92df-46d4d72cc426 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8281360a-ee8e-4db8-92df-46d4d72cc426.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4380bede-1369-4214-825e-a9630e605e7a {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-color: rgba(255, 255, 255, 1);
}








#s-4380bede-1369-4214-825e-a9630e605e7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4380bede-1369-4214-825e-a9630e605e7a.shg-box.shg-c {
  justify-content: center;
}

#s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  margin: 0 !important;
}

#s-8d5c95a0-1267-493b-9d61-a268156637e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d5c95a0-1267-493b-9d61-a268156637e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d5c95a0-1267-493b-9d61-a268156637e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d5c95a0-1267-493b-9d61-a268156637e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d5c95a0-1267-493b-9d61-a268156637e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-8d5c95a0-1267-493b-9d61-a268156637e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d5c95a0-1267-493b-9d61-a268156637e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d5c95a0-1267-493b-9d61-a268156637e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container {
      position: relative;
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){#s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  margin: 0 !important;
}

#s-8d5c95a0-1267-493b-9d61-a268156637e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d5c95a0-1267-493b-9d61-a268156637e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d5c95a0-1267-493b-9d61-a268156637e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d5c95a0-1267-493b-9d61-a268156637e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d5c95a0-1267-493b-9d61-a268156637e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-8d5c95a0-1267-493b-9d61-a268156637e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d5c95a0-1267-493b-9d61-a268156637e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d5c95a0-1267-493b-9d61-a268156637e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container {
      position: relative;
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  margin: 0 !important;
}

#s-8d5c95a0-1267-493b-9d61-a268156637e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d5c95a0-1267-493b-9d61-a268156637e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d5c95a0-1267-493b-9d61-a268156637e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d5c95a0-1267-493b-9d61-a268156637e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d5c95a0-1267-493b-9d61-a268156637e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-8d5c95a0-1267-493b-9d61-a268156637e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d5c95a0-1267-493b-9d61-a268156637e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d5c95a0-1267-493b-9d61-a268156637e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container {
      position: relative;
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  margin: 0 !important;
}

#s-8d5c95a0-1267-493b-9d61-a268156637e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d5c95a0-1267-493b-9d61-a268156637e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d5c95a0-1267-493b-9d61-a268156637e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d5c95a0-1267-493b-9d61-a268156637e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d5c95a0-1267-493b-9d61-a268156637e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-8d5c95a0-1267-493b-9d61-a268156637e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d5c95a0-1267-493b-9d61-a268156637e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d5c95a0-1267-493b-9d61-a268156637e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container {
      position: relative;
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (max-width: 767px){#s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  margin: 0 !important;
}

#s-8d5c95a0-1267-493b-9d61-a268156637e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8d5c95a0-1267-493b-9d61-a268156637e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d5c95a0-1267-493b-9d61-a268156637e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8d5c95a0-1267-493b-9d61-a268156637e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d5c95a0-1267-493b-9d61-a268156637e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d5c95a0-1267-493b-9d61-a268156637e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-8d5c95a0-1267-493b-9d61-a268156637e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d5c95a0-1267-493b-9d61-a268156637e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d5c95a0-1267-493b-9d61-a268156637e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container {
      position: relative;
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d5c95a0-1267-493b-9d61-a268156637e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-07ca0720-4c11-440d-bb95-642fda9e47c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-07ca0720-4c11-440d-bb95-642fda9e47c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07ca0720-4c11-440d-bb95-642fda9e47c9.shg-box.shg-c {
  justify-content: center;
}

#s-9f556034-1f2b-4175-8886-6c477b01f51d {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}

#s-9f556034-1f2b-4175-8886-6c477b01f51d .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}



#s-8548573f-6e28-4ab9-82ad-591e6de43e6a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjYzNWYyM2QtNDUxMi00ZDU2LWJlYzQtOGFjZTQzYzA0YTA2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmJiYTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjY4NzIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNjM1ZjIzZC00NTEyLTRkNTYtYmVjNC04YWNlNDNjMDRhMDYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 7%;
padding-bottom: 12px;
padding-right: 7%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 196, 0, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: left;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fbba23"}, {"id"=>2, "pos"=>1, "color"=>"#f68722"}];
hover-type: gradient;
}
#s-8548573f-6e28-4ab9-82ad-591e6de43e6a:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 196, 0, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(246, 135, 34, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8548573f-6e28-4ab9-82ad-591e6de43e6a:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8548573f-6e28-4ab9-82ad-591e6de43e6a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8548573f-6e28-4ab9-82ad-591e6de43e6a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8548573f-6e28-4ab9-82ad-591e6de43e6a {
  
}
}@media (max-width: 767px){#s-8548573f-6e28-4ab9-82ad-591e6de43e6a {
  
}
}

  #s-8548573f-6e28-4ab9-82ad-591e6de43e6a-root {
    text-align: left;
  }


#s-8548573f-6e28-4ab9-82ad-591e6de43e6a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8548573f-6e28-4ab9-82ad-591e6de43e6a-root {
    text-align: left;
  }


#s-8548573f-6e28-4ab9-82ad-591e6de43e6a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8548573f-6e28-4ab9-82ad-591e6de43e6a-root {
    text-align: left;
  }


#s-8548573f-6e28-4ab9-82ad-591e6de43e6a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8548573f-6e28-4ab9-82ad-591e6de43e6a-root {
    text-align: left;
  }


#s-8548573f-6e28-4ab9-82ad-591e6de43e6a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8548573f-6e28-4ab9-82ad-591e6de43e6a-root {
    text-align: left;
  }


#s-8548573f-6e28-4ab9-82ad-591e6de43e6a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-f1a97daf-7be5-454c-9ebe-8074b81d521e {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.25);
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 5px;
min-height: 500px;
background-color: rgba(48, 52, 59, 1);
background-position: center center;
background-attachment: scroll;
}








#s-f1a97daf-7be5-454c-9ebe-8074b81d521e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1a97daf-7be5-454c-9ebe-8074b81d521e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1142cf05-fb77-4662-a9b5-a9818a011a75 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-color: rgba(255, 255, 255, 1);
}








#s-1142cf05-fb77-4662-a9b5-a9818a011a75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1142cf05-fb77-4662-a9b5-a9818a011a75.shg-box.shg-c {
  justify-content: center;
}

#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  margin: 0 !important;
}

#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container {
      position: relative;
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  margin: 0 !important;
}

#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container {
      position: relative;
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  margin: 0 !important;
}

#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container {
      position: relative;
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  margin: 0 !important;
}

#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container {
      position: relative;
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  margin: 0 !important;
}

#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container {
      position: relative;
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e59830d-ef7b-441e-84fd-f01cacdaf6f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-933d36a6-3b99-4a96-abb6-f79e31a101ce {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-933d36a6-3b99-4a96-abb6-f79e31a101ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-933d36a6-3b99-4a96-abb6-f79e31a101ce.shg-box.shg-c {
  justify-content: center;
}

#s-0bb4548c-95fe-4747-a538-f52e5c2e8d07 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}

#s-0bb4548c-95fe-4747-a538-f52e5c2e8d07 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}



#s-f3d52de9-b82c-403a-9e28-122b3f4f381e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjYzNWYyM2QtNDUxMi00ZDU2LWJlYzQtOGFjZTQzYzA0YTA2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmJiYTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjY4NzIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNjM1ZjIzZC00NTEyLTRkNTYtYmVjNC04YWNlNDNjMDRhMDYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 7%;
padding-bottom: 12px;
padding-right: 7%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 196, 0, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: left;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fbba23"}, {"id"=>2, "pos"=>1, "color"=>"#f68722"}];
hover-type: gradient;
}
#s-f3d52de9-b82c-403a-9e28-122b3f4f381e:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 196, 0, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(246, 135, 34, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f3d52de9-b82c-403a-9e28-122b3f4f381e:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f3d52de9-b82c-403a-9e28-122b3f4f381e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3d52de9-b82c-403a-9e28-122b3f4f381e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3d52de9-b82c-403a-9e28-122b3f4f381e {
  
}
}@media (max-width: 767px){#s-f3d52de9-b82c-403a-9e28-122b3f4f381e {
  
}
}

  #s-f3d52de9-b82c-403a-9e28-122b3f4f381e-root {
    text-align: left;
  }


#s-f3d52de9-b82c-403a-9e28-122b3f4f381e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3d52de9-b82c-403a-9e28-122b3f4f381e-root {
    text-align: left;
  }


#s-f3d52de9-b82c-403a-9e28-122b3f4f381e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3d52de9-b82c-403a-9e28-122b3f4f381e-root {
    text-align: left;
  }


#s-f3d52de9-b82c-403a-9e28-122b3f4f381e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3d52de9-b82c-403a-9e28-122b3f4f381e-root {
    text-align: left;
  }


#s-f3d52de9-b82c-403a-9e28-122b3f4f381e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3d52de9-b82c-403a-9e28-122b3f4f381e-root {
    text-align: left;
  }


#s-f3d52de9-b82c-403a-9e28-122b3f4f381e.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-e73ebb29-4a1c-4779-a3cc-e1b67f3417a7 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.25);
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 5px;
min-height: 500px;
background-color: rgba(48, 52, 59, 1);
background-position: center center;
background-attachment: scroll;
}








#s-e73ebb29-4a1c-4779-a3cc-e1b67f3417a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e73ebb29-4a1c-4779-a3cc-e1b67f3417a7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f524c890-764c-4bb0-a99e-fc13d1a44dbc {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-color: rgba(255, 255, 255, 1);
}








#s-f524c890-764c-4bb0-a99e-fc13d1a44dbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f524c890-764c-4bb0-a99e-fc13d1a44dbc.shg-box.shg-c {
  justify-content: center;
}

#s-f920e772-52a0-48e0-a208-d88c49f85445 {
  margin-left: auto;
margin-right: auto;
max-width: 688px;
aspect-ratio: 1/1;
text-align: center;
}
#s-f920e772-52a0-48e0-a208-d88c49f85445:hover {opacity: 1 !important;}
#s-f920e772-52a0-48e0-a208-d88c49f85445 {
  margin: 0 !important;
}

#s-f920e772-52a0-48e0-a208-d88c49f85445-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f920e772-52a0-48e0-a208-d88c49f85445 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f920e772-52a0-48e0-a208-d88c49f85445 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f920e772-52a0-48e0-a208-d88c49f85445 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f920e772-52a0-48e0-a208-d88c49f85445 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f920e772-52a0-48e0-a208-d88c49f85445 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f920e772-52a0-48e0-a208-d88c49f85445 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 688px;
  }



  img.s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image {
    
    
    
    max-height: 688px;
  }


.s-f920e772-52a0-48e0-a208-d88c49f85445 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f920e772-52a0-48e0-a208-d88c49f85445.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f920e772-52a0-48e0-a208-d88c49f85445 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container {
      position: relative;
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 688px;
    }
  }

@media (min-width: 1200px){#s-f920e772-52a0-48e0-a208-d88c49f85445 {
  margin: 0 !important;
}

#s-f920e772-52a0-48e0-a208-d88c49f85445-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f920e772-52a0-48e0-a208-d88c49f85445 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f920e772-52a0-48e0-a208-d88c49f85445 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f920e772-52a0-48e0-a208-d88c49f85445 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f920e772-52a0-48e0-a208-d88c49f85445 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f920e772-52a0-48e0-a208-d88c49f85445 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f920e772-52a0-48e0-a208-d88c49f85445 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 688px;
  }



  img.s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image {
    
    
    
    max-height: 688px;
  }


.s-f920e772-52a0-48e0-a208-d88c49f85445 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f920e772-52a0-48e0-a208-d88c49f85445.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f920e772-52a0-48e0-a208-d88c49f85445 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container {
      position: relative;
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 688px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f920e772-52a0-48e0-a208-d88c49f85445 {
  margin: 0 !important;
}

#s-f920e772-52a0-48e0-a208-d88c49f85445-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f920e772-52a0-48e0-a208-d88c49f85445 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f920e772-52a0-48e0-a208-d88c49f85445 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f920e772-52a0-48e0-a208-d88c49f85445 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f920e772-52a0-48e0-a208-d88c49f85445 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f920e772-52a0-48e0-a208-d88c49f85445 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f920e772-52a0-48e0-a208-d88c49f85445 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 688px;
  }



  img.s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image {
    
    
    
    max-height: 688px;
  }


.s-f920e772-52a0-48e0-a208-d88c49f85445 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f920e772-52a0-48e0-a208-d88c49f85445.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f920e772-52a0-48e0-a208-d88c49f85445 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container {
      position: relative;
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 688px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f920e772-52a0-48e0-a208-d88c49f85445 {
  margin: 0 !important;
}

#s-f920e772-52a0-48e0-a208-d88c49f85445-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f920e772-52a0-48e0-a208-d88c49f85445 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f920e772-52a0-48e0-a208-d88c49f85445 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f920e772-52a0-48e0-a208-d88c49f85445 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f920e772-52a0-48e0-a208-d88c49f85445 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f920e772-52a0-48e0-a208-d88c49f85445 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f920e772-52a0-48e0-a208-d88c49f85445 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 688px;
  }



  img.s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image {
    
    
    
    max-height: 688px;
  }


.s-f920e772-52a0-48e0-a208-d88c49f85445 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f920e772-52a0-48e0-a208-d88c49f85445.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f920e772-52a0-48e0-a208-d88c49f85445 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container {
      position: relative;
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 688px;
    }
  }

}@media (max-width: 767px){#s-f920e772-52a0-48e0-a208-d88c49f85445 {
  margin: 0 !important;
}

#s-f920e772-52a0-48e0-a208-d88c49f85445-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f920e772-52a0-48e0-a208-d88c49f85445 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f920e772-52a0-48e0-a208-d88c49f85445 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f920e772-52a0-48e0-a208-d88c49f85445 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f920e772-52a0-48e0-a208-d88c49f85445 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f920e772-52a0-48e0-a208-d88c49f85445 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f920e772-52a0-48e0-a208-d88c49f85445 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 688px;
  }



  img.s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image {
    
    
    
    max-height: 688px;
  }


.s-f920e772-52a0-48e0-a208-d88c49f85445 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f920e772-52a0-48e0-a208-d88c49f85445.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f920e772-52a0-48e0-a208-d88c49f85445 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container {
      position: relative;
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f920e772-52a0-48e0-a208-d88c49f85445 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 688px;
    }
  }

}
#s-d5b1d134-5cee-4798-bac5-df68f68ca86c {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-d5b1d134-5cee-4798-bac5-df68f68ca86c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5b1d134-5cee-4798-bac5-df68f68ca86c.shg-box.shg-c {
  justify-content: center;
}

#s-f161aa4b-b6e5-4929-b800-475c3399294b {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 10px;
text-align: left;
}

#s-f161aa4b-b6e5-4929-b800-475c3399294b .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}



#s-dbf77006-0b29-4fd9-8b31-693c69cd5f70 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjYzNWYyM2QtNDUxMi00ZDU2LWJlYzQtOGFjZTQzYzA0YTA2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmJiYTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjY4NzIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNjM1ZjIzZC00NTEyLTRkNTYtYmVjNC04YWNlNDNjMDRhMDYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 7%;
padding-bottom: 12px;
padding-right: 7%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 196, 0, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: left;
font-size: 14px;
font-weight: bold;
color: rgba(244, 244, 244, 1);
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fbba23"}, {"id"=>2, "pos"=>1, "color"=>"#f68722"}];
hover-type: gradient;
}
#s-dbf77006-0b29-4fd9-8b31-693c69cd5f70:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 196, 0, 1) !important;
border-radius: 5px !important;
opacity: 1 !important;
background-color: rgba(246, 135, 34, 1) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dbf77006-0b29-4fd9-8b31-693c69cd5f70:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-dbf77006-0b29-4fd9-8b31-693c69cd5f70 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dbf77006-0b29-4fd9-8b31-693c69cd5f70 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dbf77006-0b29-4fd9-8b31-693c69cd5f70 {
  
}
}@media (max-width: 767px){#s-dbf77006-0b29-4fd9-8b31-693c69cd5f70 {
  
}
}

  #s-dbf77006-0b29-4fd9-8b31-693c69cd5f70-root {
    text-align: left;
  }


#s-dbf77006-0b29-4fd9-8b31-693c69cd5f70.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dbf77006-0b29-4fd9-8b31-693c69cd5f70-root {
    text-align: left;
  }


#s-dbf77006-0b29-4fd9-8b31-693c69cd5f70.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbf77006-0b29-4fd9-8b31-693c69cd5f70-root {
    text-align: left;
  }


#s-dbf77006-0b29-4fd9-8b31-693c69cd5f70.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dbf77006-0b29-4fd9-8b31-693c69cd5f70-root {
    text-align: left;
  }


#s-dbf77006-0b29-4fd9-8b31-693c69cd5f70.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dbf77006-0b29-4fd9-8b31-693c69cd5f70-root {
    text-align: left;
  }


#s-dbf77006-0b29-4fd9-8b31-693c69cd5f70.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-f83ff3d9-8e3c-444d-b13d-b0f02109e9ad {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}








#s-f83ff3d9-8e3c-444d-b13d-b0f02109e9ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f83ff3d9-8e3c-444d-b13d-b0f02109e9ad.shg-box.shg-c {
  justify-content: center;
}

#s-90eddbf8-53bb-4457-b018-c15980740fdd {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-90eddbf8-53bb-4457-b018-c15980740fdd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-90eddbf8-53bb-4457-b018-c15980740fdd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-90eddbf8-53bb-4457-b018-c15980740fdd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-90eddbf8-53bb-4457-b018-c15980740fdd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-90eddbf8-53bb-4457-b018-c15980740fdd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-90eddbf8-53bb-4457-b018-c15980740fdd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-90eddbf8-53bb-4457-b018-c15980740fdd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

}

#s-baccb025-7af6-4923-b766-22784a001241 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 461px;
aspect-ratio: 461/50;
text-align: center;
}

#s-baccb025-7af6-4923-b766-22784a001241 {
  overflow: hidden;
}





  #s-baccb025-7af6-4923-b766-22784a001241 img.shogun-image,
  #s-baccb025-7af6-4923-b766-22784a001241 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-baccb025-7af6-4923-b766-22784a001241 {
    width: 100%;
    height: auto;
  }



  #s-baccb025-7af6-4923-b766-22784a001241 img.shogun-image {
    

    
    
    
  }


#s-baccb025-7af6-4923-b766-22784a001241 .shogun-image-content {
  
    justify-content: center;
  
}

#s-493c8841-b88a-4f83-82d8-439b70959ada {
  background-repeat: no-repeat;
margin-top: 15px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 1%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-493c8841-b88a-4f83-82d8-439b70959ada {
  display: none;
}
#s-493c8841-b88a-4f83-82d8-439b70959ada, #wrap-s-493c8841-b88a-4f83-82d8-439b70959ada, #wrap-content-s-493c8841-b88a-4f83-82d8-439b70959ada { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-493c8841-b88a-4f83-82d8-439b70959ada {
  display: none;
}
#s-493c8841-b88a-4f83-82d8-439b70959ada, #wrap-s-493c8841-b88a-4f83-82d8-439b70959ada, #wrap-content-s-493c8841-b88a-4f83-82d8-439b70959ada { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-493c8841-b88a-4f83-82d8-439b70959ada {
  
}
}@media (max-width: 767px){#s-493c8841-b88a-4f83-82d8-439b70959ada {
  display: none;
}
#s-493c8841-b88a-4f83-82d8-439b70959ada, #wrap-s-493c8841-b88a-4f83-82d8-439b70959ada, #wrap-content-s-493c8841-b88a-4f83-82d8-439b70959ada { display: none !important; }}
#s-493c8841-b88a-4f83-82d8-439b70959ada {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjRjMmMwNWMtNzA2ZS00ZDliLTkwYjMtN2VhY2E1M2FhZGNiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZjRmNGY0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTNlM2UzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNGMyYzA1Yy03MDZlLTRkOWItOTBiMy03ZWFjYTUzYWFkY2IpIi8+PC9zdmc+);
}








#s-493c8841-b88a-4f83-82d8-439b70959ada > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-493c8841-b88a-4f83-82d8-439b70959ada.shg-box.shg-c {
  justify-content: center;
}

#s-08cbd2c7-68d0-447b-9d7c-6475bcc99ac9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(244, 244, 244, 1);
}








#s-08cbd2c7-68d0-447b-9d7c-6475bcc99ac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08cbd2c7-68d0-447b-9d7c-6475bcc99ac9.shg-box.shg-c {
  justify-content: center;
}

#s-9ba12428-87d0-43d8-ba37-ff2c49943165 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
text-align: center;
}

#s-9ba12428-87d0-43d8-ba37-ff2c49943165 .shogun-heading-component h3 {
  color: rgba(0, 105, 55, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-ce8e09c9-8211-4a2e-afdc-4157e994ba4d {
  padding-top: 1px;
padding-bottom: 1px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-ce8e09c9-8211-4a2e-afdc-4157e994ba4d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ce8e09c9-8211-4a2e-afdc-4157e994ba4d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ce8e09c9-8211-4a2e-afdc-4157e994ba4d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ce8e09c9-8211-4a2e-afdc-4157e994ba4d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-17d2122a-0024-42e6-92dd-8eb0dae6d295 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
}








#s-17d2122a-0024-42e6-92dd-8eb0dae6d295 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-17d2122a-0024-42e6-92dd-8eb0dae6d295 {
  cursor: pointer;
}#s-17d2122a-0024-42e6-92dd-8eb0dae6d295.shg-box.shg-c {
  justify-content: flex-start;
}

#s-62e838d7-bb52-408e-9687-3d5227558e2a {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-62e838d7-bb52-408e-9687-3d5227558e2a {
  margin: 0 !important;
}

#s-62e838d7-bb52-408e-9687-3d5227558e2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-62e838d7-bb52-408e-9687-3d5227558e2a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-62e838d7-bb52-408e-9687-3d5227558e2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62e838d7-bb52-408e-9687-3d5227558e2a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-62e838d7-bb52-408e-9687-3d5227558e2a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62e838d7-bb52-408e-9687-3d5227558e2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62e838d7-bb52-408e-9687-3d5227558e2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-62e838d7-bb52-408e-9687-3d5227558e2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-62e838d7-bb52-408e-9687-3d5227558e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62e838d7-bb52-408e-9687-3d5227558e2a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container {
      position: relative;
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-62e838d7-bb52-408e-9687-3d5227558e2a {
  margin: 0 !important;
}

#s-62e838d7-bb52-408e-9687-3d5227558e2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-62e838d7-bb52-408e-9687-3d5227558e2a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-62e838d7-bb52-408e-9687-3d5227558e2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62e838d7-bb52-408e-9687-3d5227558e2a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-62e838d7-bb52-408e-9687-3d5227558e2a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62e838d7-bb52-408e-9687-3d5227558e2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62e838d7-bb52-408e-9687-3d5227558e2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-62e838d7-bb52-408e-9687-3d5227558e2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-62e838d7-bb52-408e-9687-3d5227558e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62e838d7-bb52-408e-9687-3d5227558e2a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container {
      position: relative;
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a 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-62e838d7-bb52-408e-9687-3d5227558e2a {
  margin: 0 !important;
}

#s-62e838d7-bb52-408e-9687-3d5227558e2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-62e838d7-bb52-408e-9687-3d5227558e2a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-62e838d7-bb52-408e-9687-3d5227558e2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62e838d7-bb52-408e-9687-3d5227558e2a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-62e838d7-bb52-408e-9687-3d5227558e2a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62e838d7-bb52-408e-9687-3d5227558e2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62e838d7-bb52-408e-9687-3d5227558e2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-62e838d7-bb52-408e-9687-3d5227558e2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-62e838d7-bb52-408e-9687-3d5227558e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62e838d7-bb52-408e-9687-3d5227558e2a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container {
      position: relative;
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a 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-62e838d7-bb52-408e-9687-3d5227558e2a {
  margin: 0 !important;
}

#s-62e838d7-bb52-408e-9687-3d5227558e2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-62e838d7-bb52-408e-9687-3d5227558e2a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-62e838d7-bb52-408e-9687-3d5227558e2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62e838d7-bb52-408e-9687-3d5227558e2a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-62e838d7-bb52-408e-9687-3d5227558e2a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62e838d7-bb52-408e-9687-3d5227558e2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62e838d7-bb52-408e-9687-3d5227558e2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-62e838d7-bb52-408e-9687-3d5227558e2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-62e838d7-bb52-408e-9687-3d5227558e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62e838d7-bb52-408e-9687-3d5227558e2a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container {
      position: relative;
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-62e838d7-bb52-408e-9687-3d5227558e2a {
  margin: 0 !important;
}

#s-62e838d7-bb52-408e-9687-3d5227558e2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-62e838d7-bb52-408e-9687-3d5227558e2a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-62e838d7-bb52-408e-9687-3d5227558e2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62e838d7-bb52-408e-9687-3d5227558e2a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-62e838d7-bb52-408e-9687-3d5227558e2a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62e838d7-bb52-408e-9687-3d5227558e2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62e838d7-bb52-408e-9687-3d5227558e2a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-62e838d7-bb52-408e-9687-3d5227558e2a .shogun-image-content {
  
    justify-content: center;
  
}

.s-62e838d7-bb52-408e-9687-3d5227558e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62e838d7-bb52-408e-9687-3d5227558e2a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container {
      position: relative;
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62e838d7-bb52-408e-9687-3d5227558e2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-7b278dd6-0258-487c-9deb-ed80c1fc4966 {
  margin-top: 0px;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-7b278dd6-0258-487c-9deb-ed80c1fc4966 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-8aee53ef-ce6b-4dbe-9dc3-129abe3abba5 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
}








#s-8aee53ef-ce6b-4dbe-9dc3-129abe3abba5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-8aee53ef-ce6b-4dbe-9dc3-129abe3abba5 {
  cursor: pointer;
}#s-8aee53ef-ce6b-4dbe-9dc3-129abe3abba5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-faafdf12-414f-4f68-a682-d0788230c02a {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-faafdf12-414f-4f68-a682-d0788230c02a {
  margin: 0 !important;
}

#s-faafdf12-414f-4f68-a682-d0788230c02a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-faafdf12-414f-4f68-a682-d0788230c02a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-faafdf12-414f-4f68-a682-d0788230c02a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faafdf12-414f-4f68-a682-d0788230c02a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-faafdf12-414f-4f68-a682-d0788230c02a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faafdf12-414f-4f68-a682-d0788230c02a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faafdf12-414f-4f68-a682-d0788230c02a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-faafdf12-414f-4f68-a682-d0788230c02a .shogun-image-content {
  
    justify-content: center;
  
}

.s-faafdf12-414f-4f68-a682-d0788230c02a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-faafdf12-414f-4f68-a682-d0788230c02a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container {
      position: relative;
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-faafdf12-414f-4f68-a682-d0788230c02a {
  margin: 0 !important;
}

#s-faafdf12-414f-4f68-a682-d0788230c02a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-faafdf12-414f-4f68-a682-d0788230c02a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-faafdf12-414f-4f68-a682-d0788230c02a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faafdf12-414f-4f68-a682-d0788230c02a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-faafdf12-414f-4f68-a682-d0788230c02a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faafdf12-414f-4f68-a682-d0788230c02a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faafdf12-414f-4f68-a682-d0788230c02a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-faafdf12-414f-4f68-a682-d0788230c02a .shogun-image-content {
  
    justify-content: center;
  
}

.s-faafdf12-414f-4f68-a682-d0788230c02a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-faafdf12-414f-4f68-a682-d0788230c02a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container {
      position: relative;
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a 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-faafdf12-414f-4f68-a682-d0788230c02a {
  margin: 0 !important;
}

#s-faafdf12-414f-4f68-a682-d0788230c02a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-faafdf12-414f-4f68-a682-d0788230c02a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-faafdf12-414f-4f68-a682-d0788230c02a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faafdf12-414f-4f68-a682-d0788230c02a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-faafdf12-414f-4f68-a682-d0788230c02a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faafdf12-414f-4f68-a682-d0788230c02a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faafdf12-414f-4f68-a682-d0788230c02a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-faafdf12-414f-4f68-a682-d0788230c02a .shogun-image-content {
  
    justify-content: center;
  
}

.s-faafdf12-414f-4f68-a682-d0788230c02a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-faafdf12-414f-4f68-a682-d0788230c02a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container {
      position: relative;
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a 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-faafdf12-414f-4f68-a682-d0788230c02a {
  margin: 0 !important;
}

#s-faafdf12-414f-4f68-a682-d0788230c02a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-faafdf12-414f-4f68-a682-d0788230c02a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-faafdf12-414f-4f68-a682-d0788230c02a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faafdf12-414f-4f68-a682-d0788230c02a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-faafdf12-414f-4f68-a682-d0788230c02a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faafdf12-414f-4f68-a682-d0788230c02a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faafdf12-414f-4f68-a682-d0788230c02a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-faafdf12-414f-4f68-a682-d0788230c02a .shogun-image-content {
  
    justify-content: center;
  
}

.s-faafdf12-414f-4f68-a682-d0788230c02a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-faafdf12-414f-4f68-a682-d0788230c02a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container {
      position: relative;
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-faafdf12-414f-4f68-a682-d0788230c02a {
  margin: 0 !important;
}

#s-faafdf12-414f-4f68-a682-d0788230c02a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-faafdf12-414f-4f68-a682-d0788230c02a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-faafdf12-414f-4f68-a682-d0788230c02a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faafdf12-414f-4f68-a682-d0788230c02a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-faafdf12-414f-4f68-a682-d0788230c02a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faafdf12-414f-4f68-a682-d0788230c02a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faafdf12-414f-4f68-a682-d0788230c02a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-faafdf12-414f-4f68-a682-d0788230c02a .shogun-image-content {
  
    justify-content: center;
  
}

.s-faafdf12-414f-4f68-a682-d0788230c02a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-faafdf12-414f-4f68-a682-d0788230c02a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container {
      position: relative;
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faafdf12-414f-4f68-a682-d0788230c02a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-e9cf35c5-54e2-431a-880b-6be36bfd2325 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-e9cf35c5-54e2-431a-880b-6be36bfd2325 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-e6d55fcf-81fc-4e4d-9cc3-084f9ca9db0a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
}








#s-e6d55fcf-81fc-4e4d-9cc3-084f9ca9db0a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-e6d55fcf-81fc-4e4d-9cc3-084f9ca9db0a {
  cursor: pointer;
}#s-e6d55fcf-81fc-4e4d-9cc3-084f9ca9db0a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  margin: 0 !important;
}

#s-bcdb922c-32b2-437e-a4a9-03a65acb56f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container {
      position: relative;
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  margin: 0 !important;
}

#s-bcdb922c-32b2-437e-a4a9-03a65acb56f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container {
      position: relative;
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 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-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  margin: 0 !important;
}

#s-bcdb922c-32b2-437e-a4a9-03a65acb56f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container {
      position: relative;
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 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-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  margin: 0 !important;
}

#s-bcdb922c-32b2-437e-a4a9-03a65acb56f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container {
      position: relative;
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  margin: 0 !important;
}

#s-bcdb922c-32b2-437e-a4a9-03a65acb56f1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container {
      position: relative;
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcdb922c-32b2-437e-a4a9-03a65acb56f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-3367011d-ede0-48ca-8219-f63d849534da {
  margin-left: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-3367011d-ede0-48ca-8219-f63d849534da .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-301ef315-0151-4981-8690-3fdc84661fbc {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
opacity: 1;
}








#s-301ef315-0151-4981-8690-3fdc84661fbc > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-301ef315-0151-4981-8690-3fdc84661fbc {
  cursor: pointer;
}#s-301ef315-0151-4981-8690-3fdc84661fbc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  margin: 0 !important;
}

#s-22b14970-2c16-4b36-8a2b-421232f2f1c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container {
      position: relative;
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  margin: 0 !important;
}

#s-22b14970-2c16-4b36-8a2b-421232f2f1c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container {
      position: relative;
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5 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-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  margin: 0 !important;
}

#s-22b14970-2c16-4b36-8a2b-421232f2f1c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container {
      position: relative;
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5 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-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  margin: 0 !important;
}

#s-22b14970-2c16-4b36-8a2b-421232f2f1c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container {
      position: relative;
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  margin: 0 !important;
}

#s-22b14970-2c16-4b36-8a2b-421232f2f1c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22b14970-2c16-4b36-8a2b-421232f2f1c5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-22b14970-2c16-4b36-8a2b-421232f2f1c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container {
      position: relative;
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22b14970-2c16-4b36-8a2b-421232f2f1c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-c28b61c9-1463-48e5-b345-fc4545930e2f {
  box-shadow:0px 0px 0px 0px ;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-c28b61c9-1463-48e5-b345-fc4545930e2f .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-68336a18-a9c2-4466-95a4-d2cc7652242b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
}








#s-68336a18-a9c2-4466-95a4-d2cc7652242b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-68336a18-a9c2-4466-95a4-d2cc7652242b {
  cursor: pointer;
}#s-68336a18-a9c2-4466-95a4-d2cc7652242b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  margin: 0 !important;
}

#s-9a90cb82-005b-4073-8a1f-f927af8430f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a90cb82-005b-4073-8a1f-f927af8430f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a90cb82-005b-4073-8a1f-f927af8430f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container {
      position: relative;
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  margin: 0 !important;
}

#s-9a90cb82-005b-4073-8a1f-f927af8430f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a90cb82-005b-4073-8a1f-f927af8430f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a90cb82-005b-4073-8a1f-f927af8430f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container {
      position: relative;
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4 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-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  margin: 0 !important;
}

#s-9a90cb82-005b-4073-8a1f-f927af8430f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a90cb82-005b-4073-8a1f-f927af8430f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a90cb82-005b-4073-8a1f-f927af8430f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container {
      position: relative;
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4 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-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  margin: 0 !important;
}

#s-9a90cb82-005b-4073-8a1f-f927af8430f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a90cb82-005b-4073-8a1f-f927af8430f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a90cb82-005b-4073-8a1f-f927af8430f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container {
      position: relative;
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  margin: 0 !important;
}

#s-9a90cb82-005b-4073-8a1f-f927af8430f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a90cb82-005b-4073-8a1f-f927af8430f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9a90cb82-005b-4073-8a1f-f927af8430f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a90cb82-005b-4073-8a1f-f927af8430f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a90cb82-005b-4073-8a1f-f927af8430f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container {
      position: relative;
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a90cb82-005b-4073-8a1f-f927af8430f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-cdd8fbcd-634a-43d1-af7e-df1eca994ff6 {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-cdd8fbcd-634a-43d1-af7e-df1eca994ff6 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-718fcbd5-7f75-48e0-92dd-3d29870c86e8 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
}








#s-718fcbd5-7f75-48e0-92dd-3d29870c86e8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-718fcbd5-7f75-48e0-92dd-3d29870c86e8 {
  cursor: pointer;
}#s-718fcbd5-7f75-48e0-92dd-3d29870c86e8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  margin: 0 !important;
}

#s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container {
      position: relative;
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  margin: 0 !important;
}

#s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container {
      position: relative;
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f 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-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  margin: 0 !important;
}

#s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container {
      position: relative;
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f 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-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  margin: 0 !important;
}

#s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container {
      position: relative;
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  margin: 0 !important;
}

#s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container {
      position: relative;
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6e596b-eff4-49b3-8c71-0d0ce75bf53f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-91c7c0de-7f65-42bd-be08-ba41c557ceaa {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-91c7c0de-7f65-42bd-be08-ba41c557ceaa .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-11c2117f-aedd-4b26-8067-0daa99af316b {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-bottom: 7px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(0, 105, 55, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-11c2117f-aedd-4b26-8067-0daa99af316b {
  display: none;
}
#s-11c2117f-aedd-4b26-8067-0daa99af316b, #wrap-s-11c2117f-aedd-4b26-8067-0daa99af316b, #wrap-content-s-11c2117f-aedd-4b26-8067-0daa99af316b { display: none !important; }}@media (max-width: 767px){#s-11c2117f-aedd-4b26-8067-0daa99af316b {
  display: none;
}
#s-11c2117f-aedd-4b26-8067-0daa99af316b, #wrap-s-11c2117f-aedd-4b26-8067-0daa99af316b, #wrap-content-s-11c2117f-aedd-4b26-8067-0daa99af316b { display: none !important; }}







#s-11c2117f-aedd-4b26-8067-0daa99af316b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11c2117f-aedd-4b26-8067-0daa99af316b.shg-box.shg-c {
  justify-content: center;
}

#s-7e910eec-9a85-40b0-ab84-5d2826d3764b {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e910eec-9a85-40b0-ab84-5d2826d3764b {
  display: none;
}
#s-7e910eec-9a85-40b0-ab84-5d2826d3764b, #wrap-s-7e910eec-9a85-40b0-ab84-5d2826d3764b, #wrap-content-s-7e910eec-9a85-40b0-ab84-5d2826d3764b { display: none !important; }}@media (max-width: 767px){#s-7e910eec-9a85-40b0-ab84-5d2826d3764b {
  display: none;
}
#s-7e910eec-9a85-40b0-ab84-5d2826d3764b, #wrap-s-7e910eec-9a85-40b0-ab84-5d2826d3764b, #wrap-content-s-7e910eec-9a85-40b0-ab84-5d2826d3764b { display: none !important; }}
@media (min-width: 0px) {
[id="s-7e910eec-9a85-40b0-ab84-5d2826d3764b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e910eec-9a85-40b0-ab84-5d2826d3764b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7e910eec-9a85-40b0-ab84-5d2826d3764b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7e910eec-9a85-40b0-ab84-5d2826d3764b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7e910eec-9a85-40b0-ab84-5d2826d3764b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e910eec-9a85-40b0-ab84-5d2826d3764b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7e910eec-9a85-40b0-ab84-5d2826d3764b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

}

#s-0aa6d969-b60a-46f2-b50b-a8c0e6865c13 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0aa6d969-b60a-46f2-b50b-a8c0e6865c13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0aa6d969-b60a-46f2-b50b-a8c0e6865c13.shg-box.shg-c {
  justify-content: center;
}

#s-0e17fd92-fac5-4e8d-a49c-8fb09d72e7d9 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e17fd92-fac5-4e8d-a49c-8fb09d72e7d9 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: right;
}



#s-9d198b2c-9704-4d5d-af1d-cdad61eb20bc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9d198b2c-9704-4d5d-af1d-cdad61eb20bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d198b2c-9704-4d5d-af1d-cdad61eb20bc.shg-box.shg-c {
  justify-content: center;
}

#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}
#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab:hover {opacity: 1 !important;}
#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  margin: 0 !important;
}

#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  padding-top: 0%;
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 0%;
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shogun-image-content {
  
    justify-content: center;
  
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image {
  box-sizing: border-box;
}


.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container {
      position: relative;
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  margin: 0 !important;
}

#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shogun-image-content {
  
    justify-content: center;
  
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image {
  box-sizing: border-box;
}


.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container {
      position: relative;
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  margin: 0 !important;
}

#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shogun-image-content {
  
    justify-content: center;
  
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image {
  box-sizing: border-box;
}


.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container {
      position: relative;
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  margin: 0 !important;
}

#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shogun-image-content {
  
    justify-content: center;
  
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image {
  box-sizing: border-box;
}


.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container {
      position: relative;
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  margin: 0 !important;
}

#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shogun-image-content {
  
    justify-content: center;
  
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image {
  box-sizing: border-box;
}


.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container {
      position: relative;
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d64b03d7-7dca-41bd-95ce-cbd01ea84eab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-159f5faa-216a-4fa5-b5a0-d4484c5f2e10 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(22, 64, 111, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-159f5faa-216a-4fa5-b5a0-d4484c5f2e10 {
  
}
}@media (max-width: 767px){#s-159f5faa-216a-4fa5-b5a0-d4484c5f2e10 {
  
}
}







#s-159f5faa-216a-4fa5-b5a0-d4484c5f2e10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-159f5faa-216a-4fa5-b5a0-d4484c5f2e10.shg-box.shg-c {
  justify-content: center;
}

#s-716220aa-11b8-4409-8b62-b273e7f843a0 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 105, 55, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0.95);
}








#s-716220aa-11b8-4409-8b62-b273e7f843a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-716220aa-11b8-4409-8b62-b273e7f843a0.shg-box.shg-c {
  justify-content: center;
}

#s-9ef4dd67-9f19-45b3-b8d3-f9caf2484983 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 105, 55, 0);
}

#s-9ef4dd67-9f19-45b3-b8d3-f9caf2484983 .shogun-heading-component h3 {
  color: rgba(22, 64, 111, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-7b20821c-cda1-4193-9239-4341a09a5e2f {
  margin-left: 7%;
margin-right: 7%;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-7b20821c-cda1-4193-9239-4341a09a5e2f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-7b20821c-cda1-4193-9239-4341a09a5e2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7b20821c-cda1-4193-9239-4341a09a5e2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7b20821c-cda1-4193-9239-4341a09a5e2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-1cb26e1c-8a9c-4f63-8c82-e822a4f8ead8 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-1cb26e1c-8a9c-4f63-8c82-e822a4f8ead8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-1cb26e1c-8a9c-4f63-8c82-e822a4f8ead8 {
  cursor: pointer;
}#s-1cb26e1c-8a9c-4f63-8c82-e822a4f8ead8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4d176e40-3498-4460-9479-ba68b08e4c39 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4d176e40-3498-4460-9479-ba68b08e4c39 {
  margin: 0 !important;
}

#s-4d176e40-3498-4460-9479-ba68b08e4c39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d176e40-3498-4460-9479-ba68b08e4c39 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4d176e40-3498-4460-9479-ba68b08e4c39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d176e40-3498-4460-9479-ba68b08e4c39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d176e40-3498-4460-9479-ba68b08e4c39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d176e40-3498-4460-9479-ba68b08e4c39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d176e40-3498-4460-9479-ba68b08e4c39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4d176e40-3498-4460-9479-ba68b08e4c39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d176e40-3498-4460-9479-ba68b08e4c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d176e40-3498-4460-9479-ba68b08e4c39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container {
      position: relative;
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-4d176e40-3498-4460-9479-ba68b08e4c39 {
  margin: 0 !important;
}

#s-4d176e40-3498-4460-9479-ba68b08e4c39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d176e40-3498-4460-9479-ba68b08e4c39 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4d176e40-3498-4460-9479-ba68b08e4c39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d176e40-3498-4460-9479-ba68b08e4c39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d176e40-3498-4460-9479-ba68b08e4c39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d176e40-3498-4460-9479-ba68b08e4c39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d176e40-3498-4460-9479-ba68b08e4c39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4d176e40-3498-4460-9479-ba68b08e4c39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d176e40-3498-4460-9479-ba68b08e4c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d176e40-3498-4460-9479-ba68b08e4c39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container {
      position: relative;
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39 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-4d176e40-3498-4460-9479-ba68b08e4c39 {
  margin: 0 !important;
}

#s-4d176e40-3498-4460-9479-ba68b08e4c39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d176e40-3498-4460-9479-ba68b08e4c39 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4d176e40-3498-4460-9479-ba68b08e4c39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d176e40-3498-4460-9479-ba68b08e4c39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d176e40-3498-4460-9479-ba68b08e4c39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d176e40-3498-4460-9479-ba68b08e4c39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d176e40-3498-4460-9479-ba68b08e4c39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4d176e40-3498-4460-9479-ba68b08e4c39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d176e40-3498-4460-9479-ba68b08e4c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d176e40-3498-4460-9479-ba68b08e4c39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container {
      position: relative;
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39 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-4d176e40-3498-4460-9479-ba68b08e4c39 {
  margin: 0 !important;
}

#s-4d176e40-3498-4460-9479-ba68b08e4c39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d176e40-3498-4460-9479-ba68b08e4c39 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4d176e40-3498-4460-9479-ba68b08e4c39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d176e40-3498-4460-9479-ba68b08e4c39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d176e40-3498-4460-9479-ba68b08e4c39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d176e40-3498-4460-9479-ba68b08e4c39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d176e40-3498-4460-9479-ba68b08e4c39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4d176e40-3498-4460-9479-ba68b08e4c39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d176e40-3498-4460-9479-ba68b08e4c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d176e40-3498-4460-9479-ba68b08e4c39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container {
      position: relative;
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-4d176e40-3498-4460-9479-ba68b08e4c39 {
  margin: 0 !important;
}

#s-4d176e40-3498-4460-9479-ba68b08e4c39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d176e40-3498-4460-9479-ba68b08e4c39 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4d176e40-3498-4460-9479-ba68b08e4c39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d176e40-3498-4460-9479-ba68b08e4c39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d176e40-3498-4460-9479-ba68b08e4c39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d176e40-3498-4460-9479-ba68b08e4c39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d176e40-3498-4460-9479-ba68b08e4c39 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4d176e40-3498-4460-9479-ba68b08e4c39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d176e40-3498-4460-9479-ba68b08e4c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d176e40-3498-4460-9479-ba68b08e4c39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container {
      position: relative;
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d176e40-3498-4460-9479-ba68b08e4c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-d9d1a989-ad21-4446-8792-dff0d8faf515 {
  margin-top: 0px;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-d9d1a989-ad21-4446-8792-dff0d8faf515 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-308e9369-4d07-4e06-b97b-2d5da119b4e2 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-308e9369-4d07-4e06-b97b-2d5da119b4e2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-308e9369-4d07-4e06-b97b-2d5da119b4e2 {
  cursor: pointer;
}#s-308e9369-4d07-4e06-b97b-2d5da119b4e2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  margin: 0 !important;
}

#s-571721e3-83c4-4824-a9bc-b4b1653ab301-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-571721e3-83c4-4824-a9bc-b4b1653ab301 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shogun-image-content {
  
    justify-content: center;
  
}

.s-571721e3-83c4-4824-a9bc-b4b1653ab301.shg-align-container {
  display: flex;
  justify-content: center
}

.s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container {
      position: relative;
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  margin: 0 !important;
}

#s-571721e3-83c4-4824-a9bc-b4b1653ab301-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-571721e3-83c4-4824-a9bc-b4b1653ab301 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shogun-image-content {
  
    justify-content: center;
  
}

.s-571721e3-83c4-4824-a9bc-b4b1653ab301.shg-align-container {
  display: flex;
  justify-content: center
}

.s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container {
      position: relative;
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301 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-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  margin: 0 !important;
}

#s-571721e3-83c4-4824-a9bc-b4b1653ab301-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-571721e3-83c4-4824-a9bc-b4b1653ab301 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shogun-image-content {
  
    justify-content: center;
  
}

.s-571721e3-83c4-4824-a9bc-b4b1653ab301.shg-align-container {
  display: flex;
  justify-content: center
}

.s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container {
      position: relative;
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301 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-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  margin: 0 !important;
}

#s-571721e3-83c4-4824-a9bc-b4b1653ab301-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-571721e3-83c4-4824-a9bc-b4b1653ab301 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shogun-image-content {
  
    justify-content: center;
  
}

.s-571721e3-83c4-4824-a9bc-b4b1653ab301.shg-align-container {
  display: flex;
  justify-content: center
}

.s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container {
      position: relative;
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  margin: 0 !important;
}

#s-571721e3-83c4-4824-a9bc-b4b1653ab301-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-571721e3-83c4-4824-a9bc-b4b1653ab301 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-571721e3-83c4-4824-a9bc-b4b1653ab301 .shogun-image-content {
  
    justify-content: center;
  
}

.s-571721e3-83c4-4824-a9bc-b4b1653ab301.shg-align-container {
  display: flex;
  justify-content: center
}

.s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-571721e3-83c4-4824-a9bc-b4b1653ab301 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container {
      position: relative;
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-571721e3-83c4-4824-a9bc-b4b1653ab301 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-aa220587-fda2-432e-8f10-7fc8bffb311e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-aa220587-fda2-432e-8f10-7fc8bffb311e .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-daddd3d3-c489-486f-83c8-0be2d88ef8d5 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-daddd3d3-c489-486f-83c8-0be2d88ef8d5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-daddd3d3-c489-486f-83c8-0be2d88ef8d5 {
  cursor: pointer;
}#s-daddd3d3-c489-486f-83c8-0be2d88ef8d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  margin: 0 !important;
}

#s-0c2a3455-98f1-479b-a9cb-607677c7d77d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c2a3455-98f1-479b-a9cb-607677c7d77d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container {
      position: relative;
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  margin: 0 !important;
}

#s-0c2a3455-98f1-479b-a9cb-607677c7d77d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c2a3455-98f1-479b-a9cb-607677c7d77d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container {
      position: relative;
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d 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-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  margin: 0 !important;
}

#s-0c2a3455-98f1-479b-a9cb-607677c7d77d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c2a3455-98f1-479b-a9cb-607677c7d77d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container {
      position: relative;
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d 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-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  margin: 0 !important;
}

#s-0c2a3455-98f1-479b-a9cb-607677c7d77d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c2a3455-98f1-479b-a9cb-607677c7d77d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container {
      position: relative;
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  margin: 0 !important;
}

#s-0c2a3455-98f1-479b-a9cb-607677c7d77d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c2a3455-98f1-479b-a9cb-607677c7d77d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0c2a3455-98f1-479b-a9cb-607677c7d77d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container {
      position: relative;
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c2a3455-98f1-479b-a9cb-607677c7d77d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-4ac91e18-72ff-406a-8158-9ea2fc6ba541 {
  margin-left: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-4ac91e18-72ff-406a-8158-9ea2fc6ba541 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-3420376f-c947-4dc2-bbf9-7456110793bc {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
opacity: 1;
}








#s-3420376f-c947-4dc2-bbf9-7456110793bc > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-3420376f-c947-4dc2-bbf9-7456110793bc {
  cursor: pointer;
}#s-3420376f-c947-4dc2-bbf9-7456110793bc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  margin: 0 !important;
}

#s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container {
      position: relative;
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  margin: 0 !important;
}

#s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container {
      position: relative;
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 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-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  margin: 0 !important;
}

#s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container {
      position: relative;
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 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-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  margin: 0 !important;
}

#s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container {
      position: relative;
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  margin: 0 !important;
}

#s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container {
      position: relative;
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e79c5c88-f5c2-4245-a4cb-0f9a8abe2de9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-1ef77ab8-2680-40b6-a89c-fb1de69f290c {
  box-shadow:0px 0px 0px 0px ;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
border-radius: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-1ef77ab8-2680-40b6-a89c-fb1de69f290c .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-22b93c7e-5518-448b-9a75-29169e3ab092 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-22b93c7e-5518-448b-9a75-29169e3ab092 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-22b93c7e-5518-448b-9a75-29169e3ab092 {
  cursor: pointer;
}#s-22b93c7e-5518-448b-9a75-29169e3ab092.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  margin: 0 !important;
}

#s-5324b259-5e86-4fd7-b594-dff1d9aceb38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container {
      position: relative;
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  margin: 0 !important;
}

#s-5324b259-5e86-4fd7-b594-dff1d9aceb38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container {
      position: relative;
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38 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-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  margin: 0 !important;
}

#s-5324b259-5e86-4fd7-b594-dff1d9aceb38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container {
      position: relative;
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38 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-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  margin: 0 !important;
}

#s-5324b259-5e86-4fd7-b594-dff1d9aceb38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container {
      position: relative;
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  margin: 0 !important;
}

#s-5324b259-5e86-4fd7-b594-dff1d9aceb38-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5324b259-5e86-4fd7-b594-dff1d9aceb38 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-5324b259-5e86-4fd7-b594-dff1d9aceb38 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container {
      position: relative;
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5324b259-5e86-4fd7-b594-dff1d9aceb38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-802e9fe3-14ce-47d6-95fb-832d0a761a32 {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-802e9fe3-14ce-47d6-95fb-832d0a761a32 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-9310f837-b068-4412-b714-a4be872e3352 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.35);
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 10px;
min-height: 225px;
}








#s-9310f837-b068-4412-b714-a4be872e3352 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-9310f837-b068-4412-b714-a4be872e3352 {
  cursor: pointer;
}#s-9310f837-b068-4412-b714-a4be872e3352.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  margin: 0 !important;
}

#s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container {
      position: relative;
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  margin: 0 !important;
}

#s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container {
      position: relative;
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a 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-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  margin: 0 !important;
}

#s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container {
      position: relative;
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a 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-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  margin: 0 !important;
}

#s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container {
      position: relative;
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  margin: 0 !important;
}

#s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container {
      position: relative;
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e23d4e8b-2ea9-4422-97db-c1f429ab1e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-749e9006-837b-458e-bdf4-61f3e166efa4 {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-749e9006-837b-458e-bdf4-61f3e166efa4 .shogun-heading-component h4 {
  color: rgba(77, 88, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-5a6f8315-4405-40e2-9305-89dff687fd01 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
margin-top: 30px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(77, 88, 88, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0.95);
}








#s-5a6f8315-4405-40e2-9305-89dff687fd01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a6f8315-4405-40e2-9305-89dff687fd01.shg-box.shg-c {
  justify-content: center;
}

#s-a8d9cfc5-dc3e-4a15-afce-5fb55ecc052d {
  margin-left: auto;
margin-right: auto;
padding-left: 15%;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-a8d9cfc5-dc3e-4a15-afce-5fb55ecc052d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8d9cfc5-dc3e-4a15-afce-5fb55ecc052d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a8d9cfc5-dc3e-4a15-afce-5fb55ecc052d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a8d9cfc5-dc3e-4a15-afce-5fb55ecc052d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a8d9cfc5-dc3e-4a15-afce-5fb55ecc052d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a8d9cfc5-dc3e-4a15-afce-5fb55ecc052d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a8d9cfc5-dc3e-4a15-afce-5fb55ecc052d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: right;
}
@media (max-width: 767px){#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  display: none;
}
#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93, #wrap-s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93, #wrap-content-s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 { display: none !important; }}
#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  margin: 0 !important;
}

#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container {
      position: relative;
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  margin: 0 !important;
}

#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container {
      position: relative;
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  margin: 0 !important;
}

#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container {
      position: relative;
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  margin: 0 !important;
}

#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container {
      position: relative;
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  margin: 0 !important;
}

#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container {
      position: relative;
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c8d1dce-6784-46f1-9f88-d189c2b9ee93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-b9875a18-23b1-4d69-ab21-8ed8167c0a1d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b9875a18-23b1-4d69-ab21-8ed8167c0a1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9875a18-23b1-4d69-ab21-8ed8167c0a1d.shg-box.shg-c {
  justify-content: center;
}

#s-796aeae3-00d3-41cd-9a51-e0d37bf663b8 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
background-color: rgba(77, 88, 88, 0);
}

#s-796aeae3-00d3-41cd-9a51-e0d37bf663b8 .shogun-heading-component h3 {
  color: rgba(22, 64, 111, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-d70f17c9-8d70-431f-b8d6-383b6165dcaa {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-07fb2ab5-d3c6-42b8-aeff-06496be7157d {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-07fb2ab5-d3c6-42b8-aeff-06496be7157d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-07fb2ab5-d3c6-42b8-aeff-06496be7157d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-07fb2ab5-d3c6-42b8-aeff-06496be7157d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-07fb2ab5-d3c6-42b8-aeff-06496be7157d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-48364302-70a5-46fa-a798-cc445370eda0 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
background-attachment: scroll;
}








#s-48364302-70a5-46fa-a798-cc445370eda0 > .shg-box-overlay {
  background-color: rgba(22, 64, 111, 1);
  opacity: 0.6;
  display: block;
}#s-48364302-70a5-46fa-a798-cc445370eda0 {
  cursor: pointer;
}#s-48364302-70a5-46fa-a798-cc445370eda0.shg-box.shg-c {
  justify-content: flex-end;
}

#s-ec3fecf0-c1e5-49b9-a2b1-a284b67e0e2f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ec3fecf0-c1e5-49b9-a2b1-a284b67e0e2f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  margin-top: 15px;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: left;
}

#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  margin: 0 !important;
}

#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 15px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image {
  box-sizing: border-box;
}


.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container {
      position: relative;
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  margin: 0 !important;
}

#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image {
  box-sizing: border-box;
}


.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container {
      position: relative;
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  margin: 0 !important;
}

#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image {
  box-sizing: border-box;
}


.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container {
      position: relative;
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  margin: 0 !important;
}

#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image {
  box-sizing: border-box;
}


.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container {
      position: relative;
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  margin: 0 !important;
}

#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image {
  box-sizing: border-box;
}


.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container {
      position: relative;
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19ecdbd0-35b5-4fef-9553-cacd45f2ab4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-e7cc0245-eefe-4909-8e55-31372ef47377 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
}








#s-e7cc0245-eefe-4909-8e55-31372ef47377 > .shg-box-overlay {
  background-color: rgba(22, 64, 111, 1);
  opacity: 0.6;
  display: block;
}#s-e7cc0245-eefe-4909-8e55-31372ef47377 {
  cursor: pointer;
}#s-e7cc0245-eefe-4909-8e55-31372ef47377.shg-box.shg-c {
  justify-content: flex-end;
}

#s-80f6aa42-05a5-4035-ac7d-40a3186445af {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-80f6aa42-05a5-4035-ac7d-40a3186445af .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  margin-top: 15px;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: left;
}

#s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  margin: 0 !important;
}

#s-586d6ccf-7dd5-4075-a052-7708a1c98194-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 15px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-586d6ccf-7dd5-4075-a052-7708a1c98194 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shogun-image-content {
  
    justify-content: center;
  
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image {
  box-sizing: border-box;
}


.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container {
      position: relative;
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  margin: 0 !important;
}

#s-586d6ccf-7dd5-4075-a052-7708a1c98194-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-586d6ccf-7dd5-4075-a052-7708a1c98194 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shogun-image-content {
  
    justify-content: center;
  
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image {
  box-sizing: border-box;
}


.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container {
      position: relative;
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  margin: 0 !important;
}

#s-586d6ccf-7dd5-4075-a052-7708a1c98194-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-586d6ccf-7dd5-4075-a052-7708a1c98194 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shogun-image-content {
  
    justify-content: center;
  
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image {
  box-sizing: border-box;
}


.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container {
      position: relative;
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  margin: 0 !important;
}

#s-586d6ccf-7dd5-4075-a052-7708a1c98194-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-586d6ccf-7dd5-4075-a052-7708a1c98194 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shogun-image-content {
  
    justify-content: center;
  
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image {
  box-sizing: border-box;
}


.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container {
      position: relative;
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  margin: 0 !important;
}

#s-586d6ccf-7dd5-4075-a052-7708a1c98194-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-586d6ccf-7dd5-4075-a052-7708a1c98194 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shogun-image-content {
  
    justify-content: center;
  
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image {
  box-sizing: border-box;
}


.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-586d6ccf-7dd5-4075-a052-7708a1c98194 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-586d6ccf-7dd5-4075-a052-7708a1c98194 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container {
      position: relative;
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-586d6ccf-7dd5-4075-a052-7708a1c98194 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-4c9af911-01e4-4760-afa8-3815e75b24d0 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
}








#s-4c9af911-01e4-4760-afa8-3815e75b24d0 > .shg-box-overlay {
  background-color: rgba(22, 64, 111, 1);
  opacity: 0.6;
  display: block;
}#s-4c9af911-01e4-4760-afa8-3815e75b24d0 {
  cursor: pointer;
}#s-4c9af911-01e4-4760-afa8-3815e75b24d0.shg-box.shg-c {
  justify-content: flex-end;
}

#s-423e5430-b83b-4f7d-9351-f2311fdf77a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-423e5430-b83b-4f7d-9351-f2311fdf77a9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  margin-top: 15px;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: left;
}

#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  margin: 0 !important;
}

#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 15px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image {
  box-sizing: border-box;
}


.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container {
      position: relative;
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  margin: 0 !important;
}

#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image {
  box-sizing: border-box;
}


.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container {
      position: relative;
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  margin: 0 !important;
}

#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image {
  box-sizing: border-box;
}


.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container {
      position: relative;
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  margin: 0 !important;
}

#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image {
  box-sizing: border-box;
}


.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container {
      position: relative;
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  margin: 0 !important;
}

#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image {
  box-sizing: border-box;
}


.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container {
      position: relative;
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1739acb0-ff8c-4d2a-b2f2-6ae7506324ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-bf5ced2f-69a6-437b-b89c-047e8f914516 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(22, 64, 111, 1);
border-style: solid;
border-radius: 10px;
min-height: 250px;
background-position: center center;
}








#s-bf5ced2f-69a6-437b-b89c-047e8f914516 > .shg-box-overlay {
  background-color: rgba(22, 64, 111, 1);
  opacity: 0.6;
  display: block;
}#s-bf5ced2f-69a6-437b-b89c-047e8f914516 {
  cursor: pointer;
}#s-bf5ced2f-69a6-437b-b89c-047e8f914516.shg-box.shg-c {
  justify-content: flex-end;
}

#s-2ccba9a1-56b8-48fa-be6a-d95d57682cc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2ccba9a1-56b8-48fa-be6a-d95d57682cc7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  margin-top: 15px;
margin-right: auto;
max-width: 75px;
aspect-ratio: 1/1;
text-align: left;
}

#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  margin: 0 !important;
}

#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 15px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image {
  box-sizing: border-box;
}


.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container {
      position: relative;
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

@media (min-width: 1200px){#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  margin: 0 !important;
}

#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image {
  box-sizing: border-box;
}


.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container {
      position: relative;
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  margin: 0 !important;
}

#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image {
  box-sizing: border-box;
}


.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container {
      position: relative;
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  margin: 0 !important;
}

#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image {
  box-sizing: border-box;
}


.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container {
      position: relative;
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}@media (max-width: 767px){#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  margin: 0 !important;
}

#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a61295ef-5b08-4ceb-87e2-81463b5ef15d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 75px;
  }



  img.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image {
    
    
    
    max-height: 75px;
  }


.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image {
  box-sizing: border-box;
}


.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a61295ef-5b08-4ceb-87e2-81463b5ef15d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container {
      position: relative;
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a61295ef-5b08-4ceb-87e2-81463b5ef15d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 75px;
    }
  }

}
#s-b014be8b-bb62-47a7-a7cf-8a1df349a47c {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-b014be8b-bb62-47a7-a7cf-8a1df349a47c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDE0YTQwOWUtOTJmNy00OWRlLTg1YmUtMzM1ZjI2ZDc2ODkyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzQ4MDgwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNGQ1ODU4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MTRhNDA5ZS05MmY3LTQ5ZGUtODViZS0zMzVmMjZkNzY4OTIpIi8+PC9zdmc+);
}








#s-b014be8b-bb62-47a7-a7cf-8a1df349a47c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b014be8b-bb62-47a7-a7cf-8a1df349a47c.shg-box.shg-c {
  justify-content: center;
}

#s-5a57eb0d-f2cb-452f-b3d1-cf8066c5505a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
max-width: 1388px;
}








#s-5a57eb0d-f2cb-452f-b3d1-cf8066c5505a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a57eb0d-f2cb-452f-b3d1-cf8066c5505a.shg-box.shg-c {
  justify-content: center;
}

#s-5ac7f581-3e26-4df8-9001-165981fbc7d4 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ac7f581-3e26-4df8-9001-165981fbc7d4 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  
}



#s-2117e4f3-6160-459f-bb51-cda14cbc63c1 {
  margin-top: 15px;
margin-bottom: 50px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-2117e4f3-6160-459f-bb51-cda14cbc63c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-2117e4f3-6160-459f-bb51-cda14cbc63c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-2117e4f3-6160-459f-bb51-cda14cbc63c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-2117e4f3-6160-459f-bb51-cda14cbc63c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-a709351d-09c8-40f7-b5dc-1a514e44a785 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
}








#s-a709351d-09c8-40f7-b5dc-1a514e44a785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a709351d-09c8-40f7-b5dc-1a514e44a785.shg-box.shg-c {
  justify-content: center;
}

#s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-41a41556-7591-4fd7-bb85-f1e397ba4022:hover {opacity: 0.85 !important;}
#s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  margin: 0 !important;
}

#s-41a41556-7591-4fd7-bb85-f1e397ba4022-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 0px;
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41a41556-7591-4fd7-bb85-f1e397ba4022 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41a41556-7591-4fd7-bb85-f1e397ba4022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container {
      position: relative;
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  margin: 0 !important;
}

#s-41a41556-7591-4fd7-bb85-f1e397ba4022-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41a41556-7591-4fd7-bb85-f1e397ba4022 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41a41556-7591-4fd7-bb85-f1e397ba4022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container {
      position: relative;
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  margin: 0 !important;
}

#s-41a41556-7591-4fd7-bb85-f1e397ba4022-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41a41556-7591-4fd7-bb85-f1e397ba4022 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41a41556-7591-4fd7-bb85-f1e397ba4022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container {
      position: relative;
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  margin: 0 !important;
}

#s-41a41556-7591-4fd7-bb85-f1e397ba4022-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41a41556-7591-4fd7-bb85-f1e397ba4022 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41a41556-7591-4fd7-bb85-f1e397ba4022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container {
      position: relative;
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  margin: 0 !important;
}

#s-41a41556-7591-4fd7-bb85-f1e397ba4022-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41a41556-7591-4fd7-bb85-f1e397ba4022 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-41a41556-7591-4fd7-bb85-f1e397ba4022 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41a41556-7591-4fd7-bb85-f1e397ba4022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41a41556-7591-4fd7-bb85-f1e397ba4022 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container {
      position: relative;
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41a41556-7591-4fd7-bb85-f1e397ba4022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-796cf164-5d81-4d34-9902-6d6e6e3333cb {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-796cf164-5d81-4d34-9902-6d6e6e3333cb:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-796cf164-5d81-4d34-9902-6d6e6e3333cb:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-796cf164-5d81-4d34-9902-6d6e6e3333cb-root {
    text-align: center;
  }


#s-796cf164-5d81-4d34-9902-6d6e6e3333cb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-796cf164-5d81-4d34-9902-6d6e6e3333cb-root {
    text-align: center;
  }


#s-796cf164-5d81-4d34-9902-6d6e6e3333cb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-796cf164-5d81-4d34-9902-6d6e6e3333cb-root {
    text-align: center;
  }


#s-796cf164-5d81-4d34-9902-6d6e6e3333cb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-796cf164-5d81-4d34-9902-6d6e6e3333cb-root {
    text-align: center;
  }


#s-796cf164-5d81-4d34-9902-6d6e6e3333cb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-796cf164-5d81-4d34-9902-6d6e6e3333cb-root {
    text-align: center;
  }


#s-796cf164-5d81-4d34-9902-6d6e6e3333cb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-6d2e2ae3-dd24-4bf4-9c33-51c90c6fca60 {
  min-height: 50px;
}








#s-6d2e2ae3-dd24-4bf4-9c33-51c90c6fca60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d2e2ae3-dd24-4bf4-9c33-51c90c6fca60.shg-box.shg-c {
  justify-content: center;
}

#s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-4beb4403-d6b0-42ad-8444-a87c26fe112f:hover {opacity: 0.85 !important;}
#s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  margin: 0 !important;
}

#s-4beb4403-d6b0-42ad-8444-a87c26fe112f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4beb4403-d6b0-42ad-8444-a87c26fe112f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container {
      position: relative;
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  margin: 0 !important;
}

#s-4beb4403-d6b0-42ad-8444-a87c26fe112f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4beb4403-d6b0-42ad-8444-a87c26fe112f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container {
      position: relative;
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  margin: 0 !important;
}

#s-4beb4403-d6b0-42ad-8444-a87c26fe112f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4beb4403-d6b0-42ad-8444-a87c26fe112f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container {
      position: relative;
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  margin: 0 !important;
}

#s-4beb4403-d6b0-42ad-8444-a87c26fe112f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4beb4403-d6b0-42ad-8444-a87c26fe112f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container {
      position: relative;
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  margin: 0 !important;
}

#s-4beb4403-d6b0-42ad-8444-a87c26fe112f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4beb4403-d6b0-42ad-8444-a87c26fe112f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4beb4403-d6b0-42ad-8444-a87c26fe112f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container {
      position: relative;
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4beb4403-d6b0-42ad-8444-a87c26fe112f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-aed402aa-8ff5-4c83-ab41-92e7811a46eb {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-aed402aa-8ff5-4c83-ab41-92e7811a46eb:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-aed402aa-8ff5-4c83-ab41-92e7811a46eb:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-aed402aa-8ff5-4c83-ab41-92e7811a46eb-root {
    text-align: center;
  }


#s-aed402aa-8ff5-4c83-ab41-92e7811a46eb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-aed402aa-8ff5-4c83-ab41-92e7811a46eb-root {
    text-align: center;
  }


#s-aed402aa-8ff5-4c83-ab41-92e7811a46eb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aed402aa-8ff5-4c83-ab41-92e7811a46eb-root {
    text-align: center;
  }


#s-aed402aa-8ff5-4c83-ab41-92e7811a46eb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aed402aa-8ff5-4c83-ab41-92e7811a46eb-root {
    text-align: center;
  }


#s-aed402aa-8ff5-4c83-ab41-92e7811a46eb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-aed402aa-8ff5-4c83-ab41-92e7811a46eb-root {
    text-align: center;
  }


#s-aed402aa-8ff5-4c83-ab41-92e7811a46eb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-62ed4dbc-dc66-4526-921f-c5cc2475f40b {
  min-height: 50px;
}








#s-62ed4dbc-dc66-4526-921f-c5cc2475f40b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62ed4dbc-dc66-4526-921f-c5cc2475f40b.shg-box.shg-c {
  justify-content: center;
}

#s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-754e95a9-7ef5-4c32-a098-087ba27ca892:hover {opacity: 0.85 !important;}
#s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  margin: 0 !important;
}

#s-754e95a9-7ef5-4c32-a098-087ba27ca892-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-754e95a9-7ef5-4c32-a098-087ba27ca892 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shogun-image-content {
  
    justify-content: center;
  
}

.s-754e95a9-7ef5-4c32-a098-087ba27ca892.shg-align-container {
  display: flex;
  justify-content: center
}

.s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container {
      position: relative;
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  margin: 0 !important;
}

#s-754e95a9-7ef5-4c32-a098-087ba27ca892-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-754e95a9-7ef5-4c32-a098-087ba27ca892 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shogun-image-content {
  
    justify-content: center;
  
}

.s-754e95a9-7ef5-4c32-a098-087ba27ca892.shg-align-container {
  display: flex;
  justify-content: center
}

.s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container {
      position: relative;
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  margin: 0 !important;
}

#s-754e95a9-7ef5-4c32-a098-087ba27ca892-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-754e95a9-7ef5-4c32-a098-087ba27ca892 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shogun-image-content {
  
    justify-content: center;
  
}

.s-754e95a9-7ef5-4c32-a098-087ba27ca892.shg-align-container {
  display: flex;
  justify-content: center
}

.s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container {
      position: relative;
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  margin: 0 !important;
}

#s-754e95a9-7ef5-4c32-a098-087ba27ca892-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-754e95a9-7ef5-4c32-a098-087ba27ca892 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shogun-image-content {
  
    justify-content: center;
  
}

.s-754e95a9-7ef5-4c32-a098-087ba27ca892.shg-align-container {
  display: flex;
  justify-content: center
}

.s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container {
      position: relative;
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  margin: 0 !important;
}

#s-754e95a9-7ef5-4c32-a098-087ba27ca892-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-754e95a9-7ef5-4c32-a098-087ba27ca892 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-754e95a9-7ef5-4c32-a098-087ba27ca892 .shogun-image-content {
  
    justify-content: center;
  
}

.s-754e95a9-7ef5-4c32-a098-087ba27ca892.shg-align-container {
  display: flex;
  justify-content: center
}

.s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-754e95a9-7ef5-4c32-a098-087ba27ca892 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container {
      position: relative;
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-754e95a9-7ef5-4c32-a098-087ba27ca892 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-9618e650-524f-46f3-9419-3943c7cf07bc {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-9618e650-524f-46f3-9419-3943c7cf07bc:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-9618e650-524f-46f3-9419-3943c7cf07bc:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-9618e650-524f-46f3-9419-3943c7cf07bc-root {
    text-align: center;
  }


#s-9618e650-524f-46f3-9419-3943c7cf07bc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9618e650-524f-46f3-9419-3943c7cf07bc-root {
    text-align: center;
  }


#s-9618e650-524f-46f3-9419-3943c7cf07bc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9618e650-524f-46f3-9419-3943c7cf07bc-root {
    text-align: center;
  }


#s-9618e650-524f-46f3-9419-3943c7cf07bc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9618e650-524f-46f3-9419-3943c7cf07bc-root {
    text-align: center;
  }


#s-9618e650-524f-46f3-9419-3943c7cf07bc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9618e650-524f-46f3-9419-3943c7cf07bc-root {
    text-align: center;
  }


#s-9618e650-524f-46f3-9419-3943c7cf07bc.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-dfb4f53e-83ca-4e04-9617-75a045fe0de1 {
  min-height: 50px;
}








#s-dfb4f53e-83ca-4e04-9617-75a045fe0de1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dfb4f53e-83ca-4e04-9617-75a045fe0de1.shg-box.shg-c {
  justify-content: center;
}

#s-53191d29-72a1-44a0-9052-0f980875f1da {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-53191d29-72a1-44a0-9052-0f980875f1da:hover {opacity: 0.85 !important;}
#s-53191d29-72a1-44a0-9052-0f980875f1da {
  margin: 0 !important;
}

#s-53191d29-72a1-44a0-9052-0f980875f1da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53191d29-72a1-44a0-9052-0f980875f1da {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-53191d29-72a1-44a0-9052-0f980875f1da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 10px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53191d29-72a1-44a0-9052-0f980875f1da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-53191d29-72a1-44a0-9052-0f980875f1da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53191d29-72a1-44a0-9052-0f980875f1da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53191d29-72a1-44a0-9052-0f980875f1da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-53191d29-72a1-44a0-9052-0f980875f1da .shogun-image-content {
  
    justify-content: center;
  
}

.s-53191d29-72a1-44a0-9052-0f980875f1da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53191d29-72a1-44a0-9052-0f980875f1da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container {
      position: relative;
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-53191d29-72a1-44a0-9052-0f980875f1da {
  margin: 0 !important;
}

#s-53191d29-72a1-44a0-9052-0f980875f1da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53191d29-72a1-44a0-9052-0f980875f1da {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-53191d29-72a1-44a0-9052-0f980875f1da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53191d29-72a1-44a0-9052-0f980875f1da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-53191d29-72a1-44a0-9052-0f980875f1da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53191d29-72a1-44a0-9052-0f980875f1da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53191d29-72a1-44a0-9052-0f980875f1da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-53191d29-72a1-44a0-9052-0f980875f1da .shogun-image-content {
  
    justify-content: center;
  
}

.s-53191d29-72a1-44a0-9052-0f980875f1da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53191d29-72a1-44a0-9052-0f980875f1da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container {
      position: relative;
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-53191d29-72a1-44a0-9052-0f980875f1da {
  margin: 0 !important;
}

#s-53191d29-72a1-44a0-9052-0f980875f1da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53191d29-72a1-44a0-9052-0f980875f1da {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-53191d29-72a1-44a0-9052-0f980875f1da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53191d29-72a1-44a0-9052-0f980875f1da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-53191d29-72a1-44a0-9052-0f980875f1da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53191d29-72a1-44a0-9052-0f980875f1da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53191d29-72a1-44a0-9052-0f980875f1da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-53191d29-72a1-44a0-9052-0f980875f1da .shogun-image-content {
  
    justify-content: center;
  
}

.s-53191d29-72a1-44a0-9052-0f980875f1da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53191d29-72a1-44a0-9052-0f980875f1da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container {
      position: relative;
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-53191d29-72a1-44a0-9052-0f980875f1da {
  margin: 0 !important;
}

#s-53191d29-72a1-44a0-9052-0f980875f1da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53191d29-72a1-44a0-9052-0f980875f1da {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-53191d29-72a1-44a0-9052-0f980875f1da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53191d29-72a1-44a0-9052-0f980875f1da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-53191d29-72a1-44a0-9052-0f980875f1da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53191d29-72a1-44a0-9052-0f980875f1da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53191d29-72a1-44a0-9052-0f980875f1da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-53191d29-72a1-44a0-9052-0f980875f1da .shogun-image-content {
  
    justify-content: center;
  
}

.s-53191d29-72a1-44a0-9052-0f980875f1da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53191d29-72a1-44a0-9052-0f980875f1da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container {
      position: relative;
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-53191d29-72a1-44a0-9052-0f980875f1da {
  margin: 0 !important;
}

#s-53191d29-72a1-44a0-9052-0f980875f1da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53191d29-72a1-44a0-9052-0f980875f1da {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-53191d29-72a1-44a0-9052-0f980875f1da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53191d29-72a1-44a0-9052-0f980875f1da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-53191d29-72a1-44a0-9052-0f980875f1da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53191d29-72a1-44a0-9052-0f980875f1da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53191d29-72a1-44a0-9052-0f980875f1da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-53191d29-72a1-44a0-9052-0f980875f1da .shogun-image-content {
  
    justify-content: center;
  
}

.s-53191d29-72a1-44a0-9052-0f980875f1da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53191d29-72a1-44a0-9052-0f980875f1da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container {
      position: relative;
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53191d29-72a1-44a0-9052-0f980875f1da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-635725a8-3ff8-4b45-aeff-18a6c1f243f8 {
  border-style: solid;
margin-left: 15%;
margin-right: 15%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-635725a8-3ff8-4b45-aeff-18a6c1f243f8:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-635725a8-3ff8-4b45-aeff-18a6c1f243f8:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-635725a8-3ff8-4b45-aeff-18a6c1f243f8-root {
    text-align: center;
  }


#s-635725a8-3ff8-4b45-aeff-18a6c1f243f8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-635725a8-3ff8-4b45-aeff-18a6c1f243f8-root {
    text-align: center;
  }


#s-635725a8-3ff8-4b45-aeff-18a6c1f243f8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-635725a8-3ff8-4b45-aeff-18a6c1f243f8-root {
    text-align: center;
  }


#s-635725a8-3ff8-4b45-aeff-18a6c1f243f8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-635725a8-3ff8-4b45-aeff-18a6c1f243f8-root {
    text-align: center;
  }


#s-635725a8-3ff8-4b45-aeff-18a6c1f243f8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-635725a8-3ff8-4b45-aeff-18a6c1f243f8-root {
    text-align: center;
  }


#s-635725a8-3ff8-4b45-aeff-18a6c1f243f8.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  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}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
