.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-7e35e20c-efe7-4c04-b13e-aba6d86cb29f {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-position: center center;
}
@media (min-width: 1200px){#s-7e35e20c-efe7-4c04-b13e-aba6d86cb29f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e35e20c-efe7-4c04-b13e-aba6d86cb29f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e35e20c-efe7-4c04-b13e-aba6d86cb29f {
  display: none;
}
#s-7e35e20c-efe7-4c04-b13e-aba6d86cb29f, #wrap-s-7e35e20c-efe7-4c04-b13e-aba6d86cb29f { display: none !important; }}@media (max-width: 767px){#s-7e35e20c-efe7-4c04-b13e-aba6d86cb29f {
  display: none;
}
#s-7e35e20c-efe7-4c04-b13e-aba6d86cb29f, #wrap-s-7e35e20c-efe7-4c04-b13e-aba6d86cb29f { display: none !important; }}
#s-7e35e20c-efe7-4c04-b13e-aba6d86cb29f {
  background-image: url(https://i.shgcdn.com/f01ed9db-adbc-4a0b-94ca-a41f302cc61f/);
}








#s-7e35e20c-efe7-4c04-b13e-aba6d86cb29f > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.1;
  display: block;
}#s-7e35e20c-efe7-4c04-b13e-aba6d86cb29f.shg-box.shg-c {
  justify-content: center;
}

#s-d7f3d579-5cd2-422a-a1b2-9df5d6973902 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
max-width: 1388px;
}








#s-d7f3d579-5cd2-422a-a1b2-9df5d6973902 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7f3d579-5cd2-422a-a1b2-9df5d6973902.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-28aaa82f-9f6b-4abb-829c-b3bfc1617fd5 {
  margin-top: 100px;
margin-left: 0%;
margin-bottom: 100px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1388px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-28aaa82f-9f6b-4abb-829c-b3bfc1617fd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28aaa82f-9f6b-4abb-829c-b3bfc1617fd5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-28aaa82f-9f6b-4abb-829c-b3bfc1617fd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-28aaa82f-9f6b-4abb-829c-b3bfc1617fd5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-28aaa82f-9f6b-4abb-829c-b3bfc1617fd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-28aaa82f-9f6b-4abb-829c-b3bfc1617fd5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-28aaa82f-9f6b-4abb-829c-b3bfc1617fd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 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-5b196c1e-4d80-4249-8981-26c615946652 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5b196c1e-4d80-4249-8981-26c615946652 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 54px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-5471041d-9f8a-4242-94f8-3d180855289a {
  margin-top: 10px;
margin-bottom: 35px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 15%;
text-align: left;
}

#s-5471041d-9f8a-4242-94f8-3d180855289a .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}



.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-ac59e751-28cf-4bca-8052-99239dc928df {
  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-ac59e751-28cf-4bca-8052-99239dc928df: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-ac59e751-28cf-4bca-8052-99239dc928df: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-ac59e751-28cf-4bca-8052-99239dc928df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac59e751-28cf-4bca-8052-99239dc928df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac59e751-28cf-4bca-8052-99239dc928df {
  
}
}@media (max-width: 767px){#s-ac59e751-28cf-4bca-8052-99239dc928df {
  
}
}

  #s-ac59e751-28cf-4bca-8052-99239dc928df-root {
    text-align: left;
  }


#s-ac59e751-28cf-4bca-8052-99239dc928df.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-ac59e751-28cf-4bca-8052-99239dc928df-root {
    text-align: left;
  }


#s-ac59e751-28cf-4bca-8052-99239dc928df.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-ac59e751-28cf-4bca-8052-99239dc928df-root {
    text-align: left;
  }


#s-ac59e751-28cf-4bca-8052-99239dc928df.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-ac59e751-28cf-4bca-8052-99239dc928df-root {
    text-align: left;
  }


#s-ac59e751-28cf-4bca-8052-99239dc928df.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-ac59e751-28cf-4bca-8052-99239dc928df-root {
    text-align: left;
  }


#s-ac59e751-28cf-4bca-8052-99239dc928df.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-0b5bbfd1-998a-4f74-b5c9-3183b3aebf7d {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
background-position: right center;
}
@media (min-width: 1200px){#s-0b5bbfd1-998a-4f74-b5c9-3183b3aebf7d {
  display: none;
}
#s-0b5bbfd1-998a-4f74-b5c9-3183b3aebf7d, #wrap-s-0b5bbfd1-998a-4f74-b5c9-3183b3aebf7d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b5bbfd1-998a-4f74-b5c9-3183b3aebf7d {
  display: none;
}
#s-0b5bbfd1-998a-4f74-b5c9-3183b3aebf7d, #wrap-s-0b5bbfd1-998a-4f74-b5c9-3183b3aebf7d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b5bbfd1-998a-4f74-b5c9-3183b3aebf7d {
  
}
}@media (max-width: 767px){#s-0b5bbfd1-998a-4f74-b5c9-3183b3aebf7d {
  
}
}
#s-0b5bbfd1-998a-4f74-b5c9-3183b3aebf7d {
  background-image: url(https://i.shgcdn.com/f0ee1411-8392-4813-a672-9f8a3758727e/);
}








#s-0b5bbfd1-998a-4f74-b5c9-3183b3aebf7d > .shg-box-overlay {
  background-color: rgba(22, 64, 111, 1);
  opacity: 0.7;
  display: block;
}#s-0b5bbfd1-998a-4f74-b5c9-3183b3aebf7d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e1d24e3b-e4cf-475a-bfc6-691bda388a12 {
  margin-top: 100px;
margin-bottom: 0px;
min-height: 50px;
}








#s-e1d24e3b-e4cf-475a-bfc6-691bda388a12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1d24e3b-e4cf-475a-bfc6-691bda388a12.shg-box.shg-c {
  justify-content: center;
}

#s-0c913c97-773c-42e3-a6bc-5d9f9afdc8e0 {
  margin-top: 40px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0c913c97-773c-42e3-a6bc-5d9f9afdc8e0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-b143e2d5-23c4-41d5-ab19-a9cd593e0604 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
}

#s-909669f1-7c81-4673-b0bc-fb3038b82413 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjYzNWYyM2QtNDUxMi00ZDU2LWJlYzQtOGFjZTQzYzA0YTA2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmJiYTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjY4NzIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNjM1ZjIzZC00NTEyLTRkNTYtYmVjNC04YWNlNDNjMDRhMDYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 50px;
padding-top: 12px;
padding-left: 20%;
padding-bottom: 12px;
padding-right: 20%;
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-909669f1-7c81-4673-b0bc-fb3038b82413: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-909669f1-7c81-4673-b0bc-fb3038b82413: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-909669f1-7c81-4673-b0bc-fb3038b82413 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-909669f1-7c81-4673-b0bc-fb3038b82413 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-909669f1-7c81-4673-b0bc-fb3038b82413 {
  
}
}@media (max-width: 767px){#s-909669f1-7c81-4673-b0bc-fb3038b82413 {
  
}
}

  #s-909669f1-7c81-4673-b0bc-fb3038b82413-root {
    text-align: center;
  }


#s-909669f1-7c81-4673-b0bc-fb3038b82413.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-909669f1-7c81-4673-b0bc-fb3038b82413-root {
    text-align: center;
  }


#s-909669f1-7c81-4673-b0bc-fb3038b82413.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-909669f1-7c81-4673-b0bc-fb3038b82413-root {
    text-align: center;
  }


#s-909669f1-7c81-4673-b0bc-fb3038b82413.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-909669f1-7c81-4673-b0bc-fb3038b82413-root {
    text-align: center;
  }


#s-909669f1-7c81-4673-b0bc-fb3038b82413.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-909669f1-7c81-4673-b0bc-fb3038b82413-root {
    text-align: center;
  }


#s-909669f1-7c81-4673-b0bc-fb3038b82413.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-3b5d991e-8cac-48a6-8863-a5ef455623eb {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 105, 55, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-3b5d991e-8cac-48a6-8863-a5ef455623eb {
  
}
}@media (max-width: 767px){#s-3b5d991e-8cac-48a6-8863-a5ef455623eb {
  
}
}







#s-3b5d991e-8cac-48a6-8863-a5ef455623eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b5d991e-8cac-48a6-8863-a5ef455623eb.shg-box.shg-c {
  justify-content: center;
}

#s-39842958-1935-444d-ae7d-a7a979535f4e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
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-39842958-1935-444d-ae7d-a7a979535f4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39842958-1935-444d-ae7d-a7a979535f4e.shg-box.shg-c {
  justify-content: center;
}

#s-e01a3556-a2ce-42ad-bd96-e8a06b3ca5ee {
  max-width: 1388px;
background-color: rgba(244, 244, 244, 0);
}

@media (min-width: 0px) {
[id="s-e01a3556-a2ce-42ad-bd96-e8a06b3ca5ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e01a3556-a2ce-42ad-bd96-e8a06b3ca5ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e01a3556-a2ce-42ad-bd96-e8a06b3ca5ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e01a3556-a2ce-42ad-bd96-e8a06b3ca5ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-7084aa78-1c68-4189-b1e4-f392c73966f8 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 7%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(18, 50, 86, 1);
border-style: solid;
border-radius: 5px;
min-height: 450px;
}

#s-7084aa78-1c68-4189-b1e4-f392c73966f8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2RhNTIwMzQtNzk2OS00NDJhLWFhZTUtNDZlMTE3ZTQ1ZTIzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMWY1MDg4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTAzNDViO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZGE1MjAzNC03OTY5LTQ0MmEtYWFlNS00NmUxMTdlNDVlMjMpIi8+PC9zdmc+);
}








#s-7084aa78-1c68-4189-b1e4-f392c73966f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7084aa78-1c68-4189-b1e4-f392c73966f8.shg-box.shg-c {
  justify-content: center;
}

#s-ca0d7036-0037-45b1-8038-a2c90026d65a {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca0d7036-0037-45b1-8038-a2c90026d65a .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;
  
  text-align: left;
}



#s-605c6a8b-686b-497c-bc7b-bb371d07cee7 {
  margin-bottom: 5px;
}

#s-d2272a9d-fde5-4b2d-9507-fee2e930a598 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 450px;
background-position: center center;
}

#s-d2272a9d-fde5-4b2d-9507-fee2e930a598 {
  background-image: url(https://i.shgcdn.com/3449ae76-2900-4504-a1d0-aaf9bdaa160e/);
}








#s-d2272a9d-fde5-4b2d-9507-fee2e930a598 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-d2272a9d-fde5-4b2d-9507-fee2e930a598 {
  cursor: pointer;
}#s-d2272a9d-fde5-4b2d-9507-fee2e930a598.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0fdc1ab9-426a-4368-b57b-cd72e155ec1e {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-0fdc1ab9-426a-4368-b57b-cd72e155ec1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0fdc1ab9-426a-4368-b57b-cd72e155ec1e.shg-box.shg-c {
  justify-content: center;
}

.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-eef199ee-e452-477a-926c-4ea001794928 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-eef199ee-e452-477a-926c-4ea001794928 {
  margin: 0 !important;
}

#s-eef199ee-e452-477a-926c-4ea001794928-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eef199ee-e452-477a-926c-4ea001794928 {
  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-eef199ee-e452-477a-926c-4ea001794928 {
  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-eef199ee-e452-477a-926c-4ea001794928 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eef199ee-e452-477a-926c-4ea001794928 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eef199ee-e452-477a-926c-4ea001794928 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eef199ee-e452-477a-926c-4ea001794928 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-eef199ee-e452-477a-926c-4ea001794928.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-eef199ee-e452-477a-926c-4ea001794928 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eef199ee-e452-477a-926c-4ea001794928.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eef199ee-e452-477a-926c-4ea001794928.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eef199ee-e452-477a-926c-4ea001794928 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container {
      position: relative;
    }

    .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eef199ee-e452-477a-926c-4ea001794928 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-eef199ee-e452-477a-926c-4ea001794928 {
  margin: 0 !important;
}

#s-eef199ee-e452-477a-926c-4ea001794928-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eef199ee-e452-477a-926c-4ea001794928 {
  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-eef199ee-e452-477a-926c-4ea001794928 {
  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-eef199ee-e452-477a-926c-4ea001794928 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eef199ee-e452-477a-926c-4ea001794928 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eef199ee-e452-477a-926c-4ea001794928 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eef199ee-e452-477a-926c-4ea001794928 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-eef199ee-e452-477a-926c-4ea001794928.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-eef199ee-e452-477a-926c-4ea001794928 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eef199ee-e452-477a-926c-4ea001794928.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eef199ee-e452-477a-926c-4ea001794928.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eef199ee-e452-477a-926c-4ea001794928 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container {
      position: relative;
    }

    .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eef199ee-e452-477a-926c-4ea001794928 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eef199ee-e452-477a-926c-4ea001794928 {
  margin: 0 !important;
}

#s-eef199ee-e452-477a-926c-4ea001794928-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eef199ee-e452-477a-926c-4ea001794928 {
  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-eef199ee-e452-477a-926c-4ea001794928 {
  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-eef199ee-e452-477a-926c-4ea001794928 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eef199ee-e452-477a-926c-4ea001794928 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eef199ee-e452-477a-926c-4ea001794928 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eef199ee-e452-477a-926c-4ea001794928 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-eef199ee-e452-477a-926c-4ea001794928.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-eef199ee-e452-477a-926c-4ea001794928 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eef199ee-e452-477a-926c-4ea001794928.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eef199ee-e452-477a-926c-4ea001794928.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eef199ee-e452-477a-926c-4ea001794928 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container {
      position: relative;
    }

    .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eef199ee-e452-477a-926c-4ea001794928 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eef199ee-e452-477a-926c-4ea001794928 {
  margin: 0 !important;
}

#s-eef199ee-e452-477a-926c-4ea001794928-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eef199ee-e452-477a-926c-4ea001794928 {
  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-eef199ee-e452-477a-926c-4ea001794928 {
  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-eef199ee-e452-477a-926c-4ea001794928 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eef199ee-e452-477a-926c-4ea001794928 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eef199ee-e452-477a-926c-4ea001794928 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eef199ee-e452-477a-926c-4ea001794928 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-eef199ee-e452-477a-926c-4ea001794928.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-eef199ee-e452-477a-926c-4ea001794928 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eef199ee-e452-477a-926c-4ea001794928.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eef199ee-e452-477a-926c-4ea001794928.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eef199ee-e452-477a-926c-4ea001794928 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container {
      position: relative;
    }

    .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eef199ee-e452-477a-926c-4ea001794928 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-eef199ee-e452-477a-926c-4ea001794928 {
  margin: 0 !important;
}

#s-eef199ee-e452-477a-926c-4ea001794928-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eef199ee-e452-477a-926c-4ea001794928 {
  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-eef199ee-e452-477a-926c-4ea001794928 {
  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-eef199ee-e452-477a-926c-4ea001794928 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eef199ee-e452-477a-926c-4ea001794928 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eef199ee-e452-477a-926c-4ea001794928 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eef199ee-e452-477a-926c-4ea001794928 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-eef199ee-e452-477a-926c-4ea001794928.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-eef199ee-e452-477a-926c-4ea001794928 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eef199ee-e452-477a-926c-4ea001794928.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eef199ee-e452-477a-926c-4ea001794928.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eef199ee-e452-477a-926c-4ea001794928 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container {
      position: relative;
    }

    .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eef199ee-e452-477a-926c-4ea001794928.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eef199ee-e452-477a-926c-4ea001794928 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-c61457ae-77cc-4d67-90fe-e4cf9b205696 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-c61457ae-77cc-4d67-90fe-e4cf9b205696 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-4d3495c6-8b84-4347-8a6c-e9d2326fc1b0 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 64, 64, 1);
border-style: solid;
border-radius: 5px;
min-height: 450px;
background-position: center center;
opacity: 1;
}

#s-4d3495c6-8b84-4347-8a6c-e9d2326fc1b0 {
  background-image: url(https://i.shgcdn.com/8117b3bd-98c2-42f5-9143-1b2a308fcdc0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4d3495c6-8b84-4347-8a6c-e9d2326fc1b0 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-4d3495c6-8b84-4347-8a6c-e9d2326fc1b0 {
  cursor: pointer;
}#s-4d3495c6-8b84-4347-8a6c-e9d2326fc1b0.shg-box.shg-c {
  justify-content: flex-end;
}

#s-a1ebd283-679a-43c4-b229-427f7a049e59 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-a1ebd283-679a-43c4-b229-427f7a049e59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1ebd283-679a-43c4-b229-427f7a049e59.shg-box.shg-c {
  justify-content: center;
}

#s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  margin: 0 !important;
}

#s-18cfe6b2-024b-4a33-9f89-451bba938bd2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  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-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  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-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18cfe6b2-024b-4a33-9f89-451bba938bd2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container {
      position: relative;
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  margin: 0 !important;
}

#s-18cfe6b2-024b-4a33-9f89-451bba938bd2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  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-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  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-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18cfe6b2-024b-4a33-9f89-451bba938bd2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container {
      position: relative;
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  margin: 0 !important;
}

#s-18cfe6b2-024b-4a33-9f89-451bba938bd2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  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-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  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-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18cfe6b2-024b-4a33-9f89-451bba938bd2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container {
      position: relative;
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  margin: 0 !important;
}

#s-18cfe6b2-024b-4a33-9f89-451bba938bd2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  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-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  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-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18cfe6b2-024b-4a33-9f89-451bba938bd2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container {
      position: relative;
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  margin: 0 !important;
}

#s-18cfe6b2-024b-4a33-9f89-451bba938bd2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  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-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
  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-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18cfe6b2-024b-4a33-9f89-451bba938bd2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-18cfe6b2-024b-4a33-9f89-451bba938bd2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container {
      position: relative;
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18cfe6b2-024b-4a33-9f89-451bba938bd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-8f8ada1c-6751-4712-a761-3f0b47743882 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-8f8ada1c-6751-4712-a761-3f0b47743882 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-4a5ec909-2ad5-47d2-af21-ece82c7bff51 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 450px;
background-position: center center;
}

#s-4a5ec909-2ad5-47d2-af21-ece82c7bff51 {
  background-image: url(https://i.shgcdn.com/ecf9db3d-ce13-42d6-a8ae-b4d22aa79687/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4a5ec909-2ad5-47d2-af21-ece82c7bff51 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-4a5ec909-2ad5-47d2-af21-ece82c7bff51 {
  cursor: pointer;
}#s-4a5ec909-2ad5-47d2-af21-ece82c7bff51.shg-box.shg-c {
  justify-content: flex-end;
}

#s-7ba74324-db18-4e50-9a11-b763206250b6 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-7ba74324-db18-4e50-9a11-b763206250b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ba74324-db18-4e50-9a11-b763206250b6.shg-box.shg-c {
  justify-content: center;
}

#s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  margin: 0 !important;
}

#s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  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-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  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-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shogun-image-content {
  
    justify-content: center;
  
}

.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container {
      position: relative;
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  margin: 0 !important;
}

#s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  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-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  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-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shogun-image-content {
  
    justify-content: center;
  
}

.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container {
      position: relative;
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b 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-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  margin: 0 !important;
}

#s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  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-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  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-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shogun-image-content {
  
    justify-content: center;
  
}

.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container {
      position: relative;
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b 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-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  margin: 0 !important;
}

#s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  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-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  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-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shogun-image-content {
  
    justify-content: center;
  
}

.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container {
      position: relative;
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  margin: 0 !important;
}

#s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  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-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
  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-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b .shogun-image-content {
  
    justify-content: center;
  
}

.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container {
      position: relative;
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29835b7d-d2a6-41b0-ac6e-64ddb2c3635b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-52686848-86e1-4690-8f0d-c2079440d6cd {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-52686848-86e1-4690-8f0d-c2079440d6cd .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-8fff0788-b2f8-4f45-916d-f84572f0aafc {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-8fff0788-b2f8-4f45-916d-f84572f0aafc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8fff0788-b2f8-4f45-916d-f84572f0aafc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8fff0788-b2f8-4f45-916d-f84572f0aafc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8fff0788-b2f8-4f45-916d-f84572f0aafc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-be241feb-f0f9-482d-9927-5c21e7d4b3c0 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 450px;
background-position: center center;
}








#s-be241feb-f0f9-482d-9927-5c21e7d4b3c0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-be241feb-f0f9-482d-9927-5c21e7d4b3c0 {
  cursor: pointer;
}#s-be241feb-f0f9-482d-9927-5c21e7d4b3c0.shg-box.shg-c {
  justify-content: flex-end;
}

#s-b57a10f6-6352-42b4-a27c-a6c6bdd730c3 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-b57a10f6-6352-42b4-a27c-a6c6bdd730c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b57a10f6-6352-42b4-a27c-a6c6bdd730c3.shg-box.shg-c {
  justify-content: center;
}

#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  margin: 0 !important;
}

#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  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-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  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-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container {
      position: relative;
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  margin: 0 !important;
}

#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  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-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  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-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container {
      position: relative;
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  margin: 0 !important;
}

#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  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-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  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-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container {
      position: relative;
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  margin: 0 !important;
}

#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  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-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  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-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container {
      position: relative;
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  margin: 0 !important;
}

#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  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-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
  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-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container {
      position: relative;
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16657e4-cfba-41e1-9ee1-a4ca60d10794 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-b64599d1-e4a2-4e60-be37-e7e3a8a5bbd6 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-b64599d1-e4a2-4e60-be37-e7e3a8a5bbd6 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-e80284c2-08c0-4dc9-ac4a-baa1596ef2a0 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 450px;
background-position: center center;
}








#s-e80284c2-08c0-4dc9-ac4a-baa1596ef2a0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-e80284c2-08c0-4dc9-ac4a-baa1596ef2a0 {
  cursor: pointer;
}#s-e80284c2-08c0-4dc9-ac4a-baa1596ef2a0.shg-box.shg-c {
  justify-content: flex-end;
}

#s-10d2176c-6fa6-4d22-9045-e3c985832c10 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-10d2176c-6fa6-4d22-9045-e3c985832c10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10d2176c-6fa6-4d22-9045-e3c985832c10.shg-box.shg-c {
  justify-content: center;
}

#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  margin: 0 !important;
}

#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  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-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  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-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container {
      position: relative;
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  margin: 0 !important;
}

#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  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-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  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-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container {
      position: relative;
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  margin: 0 !important;
}

#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  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-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  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-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container {
      position: relative;
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  margin: 0 !important;
}

#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  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-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  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-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container {
      position: relative;
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  margin: 0 !important;
}

#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  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-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
  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-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container {
      position: relative;
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b252ce1-e3eb-4586-bfd0-76a84e3df8e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-24aa1aa7-f764-4d5d-b775-f8c79a134cd1 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-24aa1aa7-f764-4d5d-b775-f8c79a134cd1 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-1e24dd69-9d27-4409-87e6-c6f73ee4822f {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 64, 64, 1);
border-style: solid;
border-radius: 5px;
min-height: 450px;
background-position: center center;
opacity: 1;
}








#s-1e24dd69-9d27-4409-87e6-c6f73ee4822f > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-1e24dd69-9d27-4409-87e6-c6f73ee4822f {
  cursor: pointer;
}#s-1e24dd69-9d27-4409-87e6-c6f73ee4822f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-913e7256-7c42-41e0-b092-165771350030 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-913e7256-7c42-41e0-b092-165771350030 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-913e7256-7c42-41e0-b092-165771350030.shg-box.shg-c {
  justify-content: center;
}

#s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  margin: 0 !important;
}

#s-6fbfd402-b80a-4601-8afc-747fb3b73a44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  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-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  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-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6fbfd402-b80a-4601-8afc-747fb3b73a44 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container {
      position: relative;
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  margin: 0 !important;
}

#s-6fbfd402-b80a-4601-8afc-747fb3b73a44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  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-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  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-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6fbfd402-b80a-4601-8afc-747fb3b73a44 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container {
      position: relative;
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  margin: 0 !important;
}

#s-6fbfd402-b80a-4601-8afc-747fb3b73a44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  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-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  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-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6fbfd402-b80a-4601-8afc-747fb3b73a44 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container {
      position: relative;
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  margin: 0 !important;
}

#s-6fbfd402-b80a-4601-8afc-747fb3b73a44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  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-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  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-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6fbfd402-b80a-4601-8afc-747fb3b73a44 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container {
      position: relative;
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  margin: 0 !important;
}

#s-6fbfd402-b80a-4601-8afc-747fb3b73a44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  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-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
  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-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6fbfd402-b80a-4601-8afc-747fb3b73a44 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-6fbfd402-b80a-4601-8afc-747fb3b73a44 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container {
      position: relative;
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fbfd402-b80a-4601-8afc-747fb3b73a44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-fe97cca6-3ed6-4d40-a841-1f8da699f811 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-fe97cca6-3ed6-4d40-a841-1f8da699f811 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-3e290cfc-02e2-4181-8d86-0af8841f4990 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 450px;
background-position: center center;
}








#s-3e290cfc-02e2-4181-8d86-0af8841f4990 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-3e290cfc-02e2-4181-8d86-0af8841f4990 {
  cursor: pointer;
}#s-3e290cfc-02e2-4181-8d86-0af8841f4990.shg-box.shg-c {
  justify-content: flex-end;
}

#s-f64908af-a086-4bca-aafe-704481fb3a05 {
  margin-left: auto;
margin-right: auto;
min-height: 150px;
}








#s-f64908af-a086-4bca-aafe-704481fb3a05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f64908af-a086-4bca-aafe-704481fb3a05.shg-box.shg-c {
  justify-content: center;
}

#s-28c63309-c059-49f2-9196-8eb842233a03 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-28c63309-c059-49f2-9196-8eb842233a03 {
  margin: 0 !important;
}

#s-28c63309-c059-49f2-9196-8eb842233a03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28c63309-c059-49f2-9196-8eb842233a03 {
  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-28c63309-c059-49f2-9196-8eb842233a03 {
  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-28c63309-c059-49f2-9196-8eb842233a03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28c63309-c059-49f2-9196-8eb842233a03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28c63309-c059-49f2-9196-8eb842233a03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28c63309-c059-49f2-9196-8eb842233a03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-28c63309-c059-49f2-9196-8eb842233a03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28c63309-c059-49f2-9196-8eb842233a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28c63309-c059-49f2-9196-8eb842233a03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container {
      position: relative;
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-28c63309-c059-49f2-9196-8eb842233a03 {
  margin: 0 !important;
}

#s-28c63309-c059-49f2-9196-8eb842233a03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28c63309-c059-49f2-9196-8eb842233a03 {
  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-28c63309-c059-49f2-9196-8eb842233a03 {
  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-28c63309-c059-49f2-9196-8eb842233a03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28c63309-c059-49f2-9196-8eb842233a03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28c63309-c059-49f2-9196-8eb842233a03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28c63309-c059-49f2-9196-8eb842233a03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-28c63309-c059-49f2-9196-8eb842233a03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28c63309-c059-49f2-9196-8eb842233a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28c63309-c059-49f2-9196-8eb842233a03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container {
      position: relative;
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-28c63309-c059-49f2-9196-8eb842233a03 {
  margin: 0 !important;
}

#s-28c63309-c059-49f2-9196-8eb842233a03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28c63309-c059-49f2-9196-8eb842233a03 {
  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-28c63309-c059-49f2-9196-8eb842233a03 {
  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-28c63309-c059-49f2-9196-8eb842233a03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28c63309-c059-49f2-9196-8eb842233a03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28c63309-c059-49f2-9196-8eb842233a03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28c63309-c059-49f2-9196-8eb842233a03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-28c63309-c059-49f2-9196-8eb842233a03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28c63309-c059-49f2-9196-8eb842233a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28c63309-c059-49f2-9196-8eb842233a03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container {
      position: relative;
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-28c63309-c059-49f2-9196-8eb842233a03 {
  margin: 0 !important;
}

#s-28c63309-c059-49f2-9196-8eb842233a03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28c63309-c059-49f2-9196-8eb842233a03 {
  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-28c63309-c059-49f2-9196-8eb842233a03 {
  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-28c63309-c059-49f2-9196-8eb842233a03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28c63309-c059-49f2-9196-8eb842233a03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28c63309-c059-49f2-9196-8eb842233a03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28c63309-c059-49f2-9196-8eb842233a03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-28c63309-c059-49f2-9196-8eb842233a03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28c63309-c059-49f2-9196-8eb842233a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28c63309-c059-49f2-9196-8eb842233a03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container {
      position: relative;
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-28c63309-c059-49f2-9196-8eb842233a03 {
  margin: 0 !important;
}

#s-28c63309-c059-49f2-9196-8eb842233a03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28c63309-c059-49f2-9196-8eb842233a03 {
  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-28c63309-c059-49f2-9196-8eb842233a03 {
  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-28c63309-c059-49f2-9196-8eb842233a03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-28c63309-c059-49f2-9196-8eb842233a03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28c63309-c059-49f2-9196-8eb842233a03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28c63309-c059-49f2-9196-8eb842233a03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-28c63309-c059-49f2-9196-8eb842233a03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-28c63309-c059-49f2-9196-8eb842233a03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28c63309-c059-49f2-9196-8eb842233a03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container {
      position: relative;
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28c63309-c059-49f2-9196-8eb842233a03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-8717ea57-c50c-477c-843e-c13389829f6e {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-8717ea57-c50c-477c-843e-c13389829f6e .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-be5fcab7-64f8-4748-a6d8-f6fd271e5a3b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
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: 768px) and (max-width: 991px){#s-be5fcab7-64f8-4748-a6d8-f6fd271e5a3b {
  
}
}@media (max-width: 767px){#s-be5fcab7-64f8-4748-a6d8-f6fd271e5a3b {
  
}
}







#s-be5fcab7-64f8-4748-a6d8-f6fd271e5a3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be5fcab7-64f8-4748-a6d8-f6fd271e5a3b.shg-box.shg-c {
  justify-content: center;
}

#s-0f81e726-aca8-4e4a-b50b-76a2799ad251 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
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-0f81e726-aca8-4e4a-b50b-76a2799ad251 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f81e726-aca8-4e4a-b50b-76a2799ad251.shg-box.shg-c {
  justify-content: center;
}

#s-8580c737-c775-4afe-9160-fc5de1cf0adb {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-8580c737-c775-4afe-9160-fc5de1cf0adb .shogun-heading-component h3 {
  color: rgba(22, 64, 111, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-b0415d3b-46eb-4ae3-99f2-932ec25ebd15 {
  margin-bottom: 10px;
}

#s-1a7504dd-89ce-4060-92fa-b8a6d9d45d97 {
  max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-1a7504dd-89ce-4060-92fa-b8a6d9d45d97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1a7504dd-89ce-4060-92fa-b8a6d9d45d97"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-1a7504dd-89ce-4060-92fa-b8a6d9d45d97"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a7504dd-89ce-4060-92fa-b8a6d9d45d97"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-bbaeb2ec-dfcd-4430-bc90-eb44f62ac5d0 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 64, 64, 1);
border-style: solid;
border-radius: 5px;
min-height: 350px;
background-position: center center;
opacity: 1;
}








#s-bbaeb2ec-dfcd-4430-bc90-eb44f62ac5d0 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-bbaeb2ec-dfcd-4430-bc90-eb44f62ac5d0 {
  cursor: pointer;
}#s-bbaeb2ec-dfcd-4430-bc90-eb44f62ac5d0.shg-box.shg-c {
  justify-content: flex-end;
}

#s-85856d6f-a6cb-4fb7-b0bb-7189385f0c00 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-85856d6f-a6cb-4fb7-b0bb-7189385f0c00 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-123d8fee-0a51-4fee-a58c-f43e81c109b1 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 350px;
background-position: center center;
}








#s-123d8fee-0a51-4fee-a58c-f43e81c109b1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-123d8fee-0a51-4fee-a58c-f43e81c109b1 {
  cursor: pointer;
}#s-123d8fee-0a51-4fee-a58c-f43e81c109b1.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1ae15cc4-ab01-45db-a1c0-0a28b16be4a2 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-1ae15cc4-ab01-45db-a1c0-0a28b16be4a2 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-6e48d191-0152-4367-98a8-98d2c05a8fd1 {
  box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 350px;
background-position: center center;
}








#s-6e48d191-0152-4367-98a8-98d2c05a8fd1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-6e48d191-0152-4367-98a8-98d2c05a8fd1 {
  cursor: pointer;
}#s-6e48d191-0152-4367-98a8-98d2c05a8fd1.shg-box.shg-c {
  justify-content: flex-end;
}

#s-dd4d911a-ad98-4600-ab8b-ea26578741ef {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-dd4d911a-ad98-4600-ab8b-ea26578741ef .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-b3529aef-6382-4991-b8da-2b461352ada3 {
  box-shadow:2px 3px 10px 4px rgba(58, 66, 66, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(56, 64, 64, 1);
border-style: solid;
border-radius: 5px;
min-height: 350px;
background-position: center center;
opacity: 1;
}








#s-b3529aef-6382-4991-b8da-2b461352ada3 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-b3529aef-6382-4991-b8da-2b461352ada3 {
  cursor: pointer;
}#s-b3529aef-6382-4991-b8da-2b461352ada3.shg-box.shg-c {
  justify-content: flex-end;
}

#s-aba31429-3fe5-49d2-b279-5355d8c3d2f9 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-aba31429-3fe5-49d2-b279-5355d8c3d2f9 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-7f1813dc-2092-4976-b844-b247c53e88bc {
  box-shadow:2px 3px 10px 4px rgba(58, 66, 66, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 350px;
background-position: center center;
}








#s-7f1813dc-2092-4976-b844-b247c53e88bc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-7f1813dc-2092-4976-b844-b247c53e88bc {
  cursor: pointer;
}#s-7f1813dc-2092-4976-b844-b247c53e88bc.shg-box.shg-c {
  justify-content: flex-end;
}

#s-a07c1eca-50de-4ff7-9dda-ccbf89582447 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-a07c1eca-50de-4ff7-9dda-ccbf89582447 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-163eb19d-4594-4758-8071-9414d7443d12 {
  background-repeat: no-repeat;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
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: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-163eb19d-4594-4758-8071-9414d7443d12 {
  
}
}@media (max-width: 767px){#s-163eb19d-4594-4758-8071-9414d7443d12 {
  
}
}
#s-163eb19d-4594-4758-8071-9414d7443d12 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjFkYTFiZmQtMWE1OS00YWE3LWE2MTItNWNkMWFiNDIxZjY0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMWY1MDg4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMGUyZjU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMWRhMWJmZC0xYTU5LTRhYTctYTYxMi01Y2QxYWI0MjFmNjQpIi8+PC9zdmc+);
}








#s-163eb19d-4594-4758-8071-9414d7443d12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-163eb19d-4594-4758-8071-9414d7443d12.shg-box.shg-c {
  justify-content: center;
}

#s-2a11f36a-e383-4224-b145-2541f806785a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: none;
border-radius: 10px;
min-height: 50px;
max-width: 1365px;
background-color: rgba(0, 105, 55, 0);
}








#s-2a11f36a-e383-4224-b145-2541f806785a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a11f36a-e383-4224-b145-2541f806785a.shg-box.shg-c {
  justify-content: center;
}

#s-8a8a3632-f82f-4be6-85b3-22c27cb97f12 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-8a8a3632-f82f-4be6-85b3-22c27cb97f12 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-2e08d1f4-6bd9-4c2e-9b39-ecadd3dcc206 {
  margin-bottom: 0px;
}

#s-83687b16-498b-4bd8-a54c-1929cab0fd8a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-83687b16-498b-4bd8-a54c-1929cab0fd8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-83687b16-498b-4bd8-a54c-1929cab0fd8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-83687b16-498b-4bd8-a54c-1929cab0fd8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-83687b16-498b-4bd8-a54c-1929cab0fd8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-d230c971-2040-420a-afed-cb4e2951471d {
  box-shadow:2px 2px 5px 2px rgba(1, 46, 24, 0.5);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 5%;
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-style: solid;
border-radius: 5px;
min-height: 450px;
background-position: center center;
opacity: 1;
}








#s-d230c971-2040-420a-afed-cb4e2951471d > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-d230c971-2040-420a-afed-cb4e2951471d {
  cursor: pointer;
}#s-d230c971-2040-420a-afed-cb4e2951471d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-4e6936a2-16bb-4be4-ac56-ff0739ac2bdc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4e6936a2-16bb-4be4-ac56-ff0739ac2bdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e6936a2-16bb-4be4-ac56-ff0739ac2bdc.shg-box.shg-c {
  justify-content: center;
}

#s-4cbe69c1-2241-4e1d-b5b1-0cc6a3ec5905 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-4cbe69c1-2241-4e1d-b5b1-0cc6a3ec5905 .shogun-heading-component h2 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-f0f229ad-179f-4d1c-9266-8af5218bf4f0 {
  box-shadow:2px 2px 5px 2px rgba(1, 46, 24, 0.5);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 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: 5px;
min-height: 450px;
background-position: center center;
}








#s-f0f229ad-179f-4d1c-9266-8af5218bf4f0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-f0f229ad-179f-4d1c-9266-8af5218bf4f0 {
  cursor: pointer;
}#s-f0f229ad-179f-4d1c-9266-8af5218bf4f0.shg-box.shg-c {
  justify-content: flex-end;
}

#s-3a896caf-1b17-4985-bfba-85a76761cf50 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-3a896caf-1b17-4985-bfba-85a76761cf50 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-30bd9ab5-cd63-415c-aebd-8067ebe280a4 {
  box-shadow:2px 2px 5px 2px rgba(1, 46, 24, 0.5);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 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: 5px;
min-height: 450px;
background-position: center center;
}








#s-30bd9ab5-cd63-415c-aebd-8067ebe280a4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-30bd9ab5-cd63-415c-aebd-8067ebe280a4 {
  cursor: pointer;
}#s-30bd9ab5-cd63-415c-aebd-8067ebe280a4.shg-box.shg-c {
  justify-content: flex-end;
}

#s-df453c69-bbce-4267-b901-be309571b3aa {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-df453c69-bbce-4267-b901-be309571b3aa .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-db15b2f0-ea8f-4527-9f07-ce7fc1e1090f {
  box-shadow:2px 2px 5px 2px rgba(1, 46, 24, 0.5);
background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 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: 5px;
min-height: 450px;
background-position: center center;
}








#s-db15b2f0-ea8f-4527-9f07-ce7fc1e1090f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-db15b2f0-ea8f-4527-9f07-ce7fc1e1090f {
  cursor: pointer;
}#s-db15b2f0-ea8f-4527-9f07-ce7fc1e1090f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-11c41bd9-523e-4d70-b39f-d8c3831527de {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-11c41bd9-523e-4d70-b39f-d8c3831527de .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-86e537d2-4d9c-4f9c-89cb-04830b34d3ef {
  box-shadow:1px 1px 1px 1px rgba(1, 46, 24, 0);
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(76, 171, 85, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(60, 138, 68, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-86e537d2-4d9c-4f9c-89cb-04830b34d3ef {
  display: none;
}
#s-86e537d2-4d9c-4f9c-89cb-04830b34d3ef, #wrap-s-86e537d2-4d9c-4f9c-89cb-04830b34d3ef { display: none !important; }}@media (max-width: 767px){#s-86e537d2-4d9c-4f9c-89cb-04830b34d3ef {
  display: none;
}
#s-86e537d2-4d9c-4f9c-89cb-04830b34d3ef, #wrap-s-86e537d2-4d9c-4f9c-89cb-04830b34d3ef { display: none !important; }}







#s-86e537d2-4d9c-4f9c-89cb-04830b34d3ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86e537d2-4d9c-4f9c-89cb-04830b34d3ef.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4976b2d8-dbf0-4d7a-8f09-cf5881d08695 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4976b2d8-dbf0-4d7a-8f09-cf5881d08695"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4976b2d8-dbf0-4d7a-8f09-cf5881d08695"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4976b2d8-dbf0-4d7a-8f09-cf5881d08695"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4976b2d8-dbf0-4d7a-8f09-cf5881d08695"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4976b2d8-dbf0-4d7a-8f09-cf5881d08695"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4976b2d8-dbf0-4d7a-8f09-cf5881d08695"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4976b2d8-dbf0-4d7a-8f09-cf5881d08695"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-82971d6a-1f97-4b28-b5f8-cca511cdedae {
  box-shadow:2px 2px 5px 2px rgba(1, 46, 24, 0.5);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(246, 135, 34, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-position: center bottom;
}








#s-82971d6a-1f97-4b28-b5f8-cca511cdedae > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-82971d6a-1f97-4b28-b5f8-cca511cdedae.shg-box.shg-c {
  justify-content: flex-end;
}

#s-9fc3d2dd-87dd-4137-9496-f7dd69b0a387 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9fc3d2dd-87dd-4137-9496-f7dd69b0a387 {
  display: none;
}
#s-9fc3d2dd-87dd-4137-9496-f7dd69b0a387, #wrap-s-9fc3d2dd-87dd-4137-9496-f7dd69b0a387 { display: none !important; }}@media (max-width: 767px){#s-9fc3d2dd-87dd-4137-9496-f7dd69b0a387 {
  display: none;
}
#s-9fc3d2dd-87dd-4137-9496-f7dd69b0a387, #wrap-s-9fc3d2dd-87dd-4137-9496-f7dd69b0a387 { display: none !important; }}







#s-9fc3d2dd-87dd-4137-9496-f7dd69b0a387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9fc3d2dd-87dd-4137-9496-f7dd69b0a387.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e5bc7415-9895-457f-ad25-7cddc6276510 {
  margin-left: auto;
margin-right: 0%;
max-width: 150px;
aspect-ratio: 1/1;
text-align: left;
}

#s-e5bc7415-9895-457f-ad25-7cddc6276510 {
  margin: 0 !important;
}

#s-e5bc7415-9895-457f-ad25-7cddc6276510-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5bc7415-9895-457f-ad25-7cddc6276510 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 0%;
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e5bc7415-9895-457f-ad25-7cddc6276510 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  margin-right: 0%;
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e5bc7415-9895-457f-ad25-7cddc6276510 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5bc7415-9895-457f-ad25-7cddc6276510 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5bc7415-9895-457f-ad25-7cddc6276510 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5bc7415-9895-457f-ad25-7cddc6276510 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e5bc7415-9895-457f-ad25-7cddc6276510 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5bc7415-9895-457f-ad25-7cddc6276510.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5bc7415-9895-457f-ad25-7cddc6276510 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container {
      position: relative;
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-e5bc7415-9895-457f-ad25-7cddc6276510 {
  margin: 0 !important;
}

#s-e5bc7415-9895-457f-ad25-7cddc6276510-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5bc7415-9895-457f-ad25-7cddc6276510 {
  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-e5bc7415-9895-457f-ad25-7cddc6276510 {
  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-e5bc7415-9895-457f-ad25-7cddc6276510 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5bc7415-9895-457f-ad25-7cddc6276510 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5bc7415-9895-457f-ad25-7cddc6276510 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5bc7415-9895-457f-ad25-7cddc6276510 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e5bc7415-9895-457f-ad25-7cddc6276510 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5bc7415-9895-457f-ad25-7cddc6276510.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5bc7415-9895-457f-ad25-7cddc6276510 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container {
      position: relative;
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510 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-e5bc7415-9895-457f-ad25-7cddc6276510 {
  margin: 0 !important;
}

#s-e5bc7415-9895-457f-ad25-7cddc6276510-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5bc7415-9895-457f-ad25-7cddc6276510 {
  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-e5bc7415-9895-457f-ad25-7cddc6276510 {
  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-e5bc7415-9895-457f-ad25-7cddc6276510 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5bc7415-9895-457f-ad25-7cddc6276510 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5bc7415-9895-457f-ad25-7cddc6276510 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5bc7415-9895-457f-ad25-7cddc6276510 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e5bc7415-9895-457f-ad25-7cddc6276510 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5bc7415-9895-457f-ad25-7cddc6276510.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5bc7415-9895-457f-ad25-7cddc6276510 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container {
      position: relative;
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510 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-e5bc7415-9895-457f-ad25-7cddc6276510 {
  margin: 0 !important;
}

#s-e5bc7415-9895-457f-ad25-7cddc6276510-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5bc7415-9895-457f-ad25-7cddc6276510 {
  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-e5bc7415-9895-457f-ad25-7cddc6276510 {
  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-e5bc7415-9895-457f-ad25-7cddc6276510 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5bc7415-9895-457f-ad25-7cddc6276510 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5bc7415-9895-457f-ad25-7cddc6276510 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5bc7415-9895-457f-ad25-7cddc6276510 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e5bc7415-9895-457f-ad25-7cddc6276510 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5bc7415-9895-457f-ad25-7cddc6276510.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5bc7415-9895-457f-ad25-7cddc6276510 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container {
      position: relative;
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-e5bc7415-9895-457f-ad25-7cddc6276510 {
  margin: 0 !important;
}

#s-e5bc7415-9895-457f-ad25-7cddc6276510-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5bc7415-9895-457f-ad25-7cddc6276510 {
  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-e5bc7415-9895-457f-ad25-7cddc6276510 {
  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-e5bc7415-9895-457f-ad25-7cddc6276510 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e5bc7415-9895-457f-ad25-7cddc6276510 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e5bc7415-9895-457f-ad25-7cddc6276510 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e5bc7415-9895-457f-ad25-7cddc6276510 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-e5bc7415-9895-457f-ad25-7cddc6276510 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e5bc7415-9895-457f-ad25-7cddc6276510.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5bc7415-9895-457f-ad25-7cddc6276510 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container {
      position: relative;
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5bc7415-9895-457f-ad25-7cddc6276510 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-8899ec38-e30b-4821-b214-27842459a6c0 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8899ec38-e30b-4821-b214-27842459a6c0 .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;
  
  text-align: left;
}



#s-f9b04bf6-2905-439e-b8ed-df8d4195d68a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDNkNGYzNWEtZGZjOS00ZWExLWJjZmItODU2MjRlOTRjMWZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmJiYTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjY4NzIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwM2Q0ZjM1YS1kZmM5LTRlYTEtYmNmYi04NTYyNGU5NGMxZmMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 10%;
padding-bottom: 12px;
padding-right: 10%;
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-f9b04bf6-2905-439e-b8ed-df8d4195d68a: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-f9b04bf6-2905-439e-b8ed-df8d4195d68a: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-f9b04bf6-2905-439e-b8ed-df8d4195d68a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9b04bf6-2905-439e-b8ed-df8d4195d68a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9b04bf6-2905-439e-b8ed-df8d4195d68a {
  
}
}@media (max-width: 767px){#s-f9b04bf6-2905-439e-b8ed-df8d4195d68a {
  
}
}

  #s-f9b04bf6-2905-439e-b8ed-df8d4195d68a-root {
    text-align: left;
  }


#s-f9b04bf6-2905-439e-b8ed-df8d4195d68a.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-f9b04bf6-2905-439e-b8ed-df8d4195d68a-root {
    text-align: left;
  }


#s-f9b04bf6-2905-439e-b8ed-df8d4195d68a.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-f9b04bf6-2905-439e-b8ed-df8d4195d68a-root {
    text-align: left;
  }


#s-f9b04bf6-2905-439e-b8ed-df8d4195d68a.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-f9b04bf6-2905-439e-b8ed-df8d4195d68a-root {
    text-align: left;
  }


#s-f9b04bf6-2905-439e-b8ed-df8d4195d68a.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-f9b04bf6-2905-439e-b8ed-df8d4195d68a-root {
    text-align: left;
  }


#s-f9b04bf6-2905-439e-b8ed-df8d4195d68a.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-594160db-fa8e-4376-aaa5-aef7f7da3948 {
  box-shadow:2px 2px 5px 2px rgba(1, 46, 24, 0.5);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(206, 255, 0, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-position: center center;
}

#s-594160db-fa8e-4376-aaa5-aef7f7da3948 {
  background-image: url(https://i.shgcdn.com/5727ebfe-5f65-426c-84bb-00b1e622c706/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-594160db-fa8e-4376-aaa5-aef7f7da3948 {
  background-image: url(https://i.shgcdn.com/5727ebfe-5f65-426c-84bb-00b1e622c706/-/resize/480x/);
}
#s-594160db-fa8e-4376-aaa5-aef7f7da3948.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-594160db-fa8e-4376-aaa5-aef7f7da3948 {
  background-image: url(https://i.shgcdn.com/5727ebfe-5f65-426c-84bb-00b1e622c706/-/resize/960x/);
}
#s-594160db-fa8e-4376-aaa5-aef7f7da3948.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-594160db-fa8e-4376-aaa5-aef7f7da3948 {
  background-image: url(https://i.shgcdn.com/5727ebfe-5f65-426c-84bb-00b1e622c706/-/resize/768x/);
}
#s-594160db-fa8e-4376-aaa5-aef7f7da3948.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-594160db-fa8e-4376-aaa5-aef7f7da3948 {
  background-image: url(https://i.shgcdn.com/5727ebfe-5f65-426c-84bb-00b1e622c706/-/resize/1536x/);
}
#s-594160db-fa8e-4376-aaa5-aef7f7da3948.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-594160db-fa8e-4376-aaa5-aef7f7da3948 {
  background-image: url(https://i.shgcdn.com/5727ebfe-5f65-426c-84bb-00b1e622c706/-/resize/1024x/);
}
#s-594160db-fa8e-4376-aaa5-aef7f7da3948.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-594160db-fa8e-4376-aaa5-aef7f7da3948 {
  background-image: url(https://i.shgcdn.com/5727ebfe-5f65-426c-84bb-00b1e622c706/-/resize/2048x/);
}
#s-594160db-fa8e-4376-aaa5-aef7f7da3948.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-594160db-fa8e-4376-aaa5-aef7f7da3948 {
  background-image: url(https://i.shgcdn.com/5727ebfe-5f65-426c-84bb-00b1e622c706/-/resize/1200x/);
}
#s-594160db-fa8e-4376-aaa5-aef7f7da3948.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-594160db-fa8e-4376-aaa5-aef7f7da3948 {
  background-image: url(https://i.shgcdn.com/5727ebfe-5f65-426c-84bb-00b1e622c706/-/resize/2048x/);
}
#s-594160db-fa8e-4376-aaa5-aef7f7da3948.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-594160db-fa8e-4376-aaa5-aef7f7da3948 > .shg-box-overlay {
  background-color: rgba(29, 35, 28, 1);
  opacity: 0.5;
  display: block;
}#s-594160db-fa8e-4376-aaa5-aef7f7da3948.shg-box.shg-c {
  justify-content: flex-end;
}

#s-95fa5c7b-fe59-4ddc-80d5-95959ae57b04 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-95fa5c7b-fe59-4ddc-80d5-95959ae57b04 {
  display: none;
}
#s-95fa5c7b-fe59-4ddc-80d5-95959ae57b04, #wrap-s-95fa5c7b-fe59-4ddc-80d5-95959ae57b04 { display: none !important; }}@media (max-width: 767px){#s-95fa5c7b-fe59-4ddc-80d5-95959ae57b04 {
  display: none;
}
#s-95fa5c7b-fe59-4ddc-80d5-95959ae57b04, #wrap-s-95fa5c7b-fe59-4ddc-80d5-95959ae57b04 { display: none !important; }}







#s-95fa5c7b-fe59-4ddc-80d5-95959ae57b04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95fa5c7b-fe59-4ddc-80d5-95959ae57b04.shg-box.shg-c {
  justify-content: flex-start;
}

#s-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  margin-left: auto;
margin-right: 0%;
max-width: 350px;
text-align: center;
}

#s-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  margin: 0 !important;
}

#s-85fea0f7-cf25-4b13-ab53-343050c4d502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 0%;
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  margin-right: 0%;
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-85fea0f7-cf25-4b13-ab53-343050c4d502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85fea0f7-cf25-4b13-ab53-343050c4d502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85fea0f7-cf25-4b13-ab53-343050c4d502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85fea0f7-cf25-4b13-ab53-343050c4d502.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  margin: 0 !important;
}

#s-85fea0f7-cf25-4b13-ab53-343050c4d502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  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-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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






.s-85fea0f7-cf25-4b13-ab53-343050c4d502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85fea0f7-cf25-4b13-ab53-343050c4d502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85fea0f7-cf25-4b13-ab53-343050c4d502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85fea0f7-cf25-4b13-ab53-343050c4d502.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  margin: 0 !important;
}

#s-85fea0f7-cf25-4b13-ab53-343050c4d502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  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-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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






.s-85fea0f7-cf25-4b13-ab53-343050c4d502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85fea0f7-cf25-4b13-ab53-343050c4d502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85fea0f7-cf25-4b13-ab53-343050c4d502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85fea0f7-cf25-4b13-ab53-343050c4d502.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  margin: 0 !important;
}

#s-85fea0f7-cf25-4b13-ab53-343050c4d502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  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-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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






.s-85fea0f7-cf25-4b13-ab53-343050c4d502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85fea0f7-cf25-4b13-ab53-343050c4d502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85fea0f7-cf25-4b13-ab53-343050c4d502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85fea0f7-cf25-4b13-ab53-343050c4d502.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  margin: 0 !important;
}

#s-85fea0f7-cf25-4b13-ab53-343050c4d502-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  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-85fea0f7-cf25-4b13-ab53-343050c4d502 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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






.s-85fea0f7-cf25-4b13-ab53-343050c4d502 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85fea0f7-cf25-4b13-ab53-343050c4d502.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85fea0f7-cf25-4b13-ab53-343050c4d502.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85fea0f7-cf25-4b13-ab53-343050c4d502.shogun-image {
  box-sizing: border-box;
}




}
#s-85f241c8-5c01-4721-895a-131ac49ff6e5 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
text-align: center;
}

#s-85f241c8-5c01-4721-895a-131ac49ff6e5 .shogun-heading-component h3 {
  color: rgba(206, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: left;
}



#s-e2e986ea-4d54-4614-ba11-af3d349a558a {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2e986ea-4d54-4614-ba11-af3d349a558a .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: 1em;
  
  text-align: left;
}



#s-460ab201-1f72-491a-924e-26a16e8f6c27 {
  margin-top: 5px;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 12px;
padding-left: 10%;
padding-bottom: 12px;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(233, 254, 143, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: left;
background-color: rgba(206, 255, 0, 1);
font-size: 14px;
font-weight: bold;
color: rgba(48, 52, 59, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-460ab201-1f72-491a-924e-26a16e8f6c27: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;
opacity: 1 !important;
background-color: rgba(244, 244, 244, 0.15) !important;
color: rgba(244, 244, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-460ab201-1f72-491a-924e-26a16e8f6c27: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(206, 255, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 1) !important;
color: rgba(206, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-460ab201-1f72-491a-924e-26a16e8f6c27-root {
    text-align: left;
  }


#s-460ab201-1f72-491a-924e-26a16e8f6c27.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-460ab201-1f72-491a-924e-26a16e8f6c27-root {
    text-align: left;
  }


#s-460ab201-1f72-491a-924e-26a16e8f6c27.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-460ab201-1f72-491a-924e-26a16e8f6c27-root {
    text-align: left;
  }


#s-460ab201-1f72-491a-924e-26a16e8f6c27.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-460ab201-1f72-491a-924e-26a16e8f6c27-root {
    text-align: left;
  }


#s-460ab201-1f72-491a-924e-26a16e8f6c27.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-460ab201-1f72-491a-924e-26a16e8f6c27-root {
    text-align: left;
  }


#s-460ab201-1f72-491a-924e-26a16e8f6c27.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-c82dba7e-856e-4a59-a8f8-9c12cb28b811 {
  margin-bottom: 0px;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 105, 55, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c82dba7e-856e-4a59-a8f8-9c12cb28b811 {
  
}
}







#s-c82dba7e-856e-4a59-a8f8-9c12cb28b811 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c82dba7e-856e-4a59-a8f8-9c12cb28b811.shg-box.shg-c {
  justify-content: center;
}

#s-786e17a1-43a1-4b6e-ba2d-349e77870889 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
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: 10px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(244, 244, 244, 0);
}








#s-786e17a1-43a1-4b6e-ba2d-349e77870889 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-786e17a1-43a1-4b6e-ba2d-349e77870889.shg-box.shg-c {
  justify-content: flex-end;
}

#s-94117a1b-c247-4866-b582-b5e6a5c47771 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-94117a1b-c247-4866-b582-b5e6a5c47771 .shogun-heading-component h4 {
  color: rgba(22, 64, 111, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-b75e34fa-26c8-415c-9b26-44c3a4cf1bc6 {
  margin-top: 5px;
margin-bottom: 25px;
}

#s-3ea97831-cb72-42ad-965f-54161ab93f15 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
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;
background-color: rgba(255, 255, 255, 1);
}








#s-3ea97831-cb72-42ad-965f-54161ab93f15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ea97831-cb72-42ad-965f-54161ab93f15.shg-box.shg-c {
  justify-content: flex-end;
}

#s-22770a0f-100c-4ea9-92a0-2874bd3609b2 {
  margin-top: 60px;
text-align: left;
}

#s-7fc8672c-7098-4008-9c2e-df80dc71fa79 {
  box-shadow:3px 3px 10px 3px rgba(0, 0, 0, 0.15);
margin-top: 25px;
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.85);
}








#s-7fc8672c-7098-4008-9c2e-df80dc71fa79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fc8672c-7098-4008-9c2e-df80dc71fa79.shg-box.shg-c {
  justify-content: center;
}

#s-8204be06-2493-43a0-b602-c94eed5fc43b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 105, 55, 0);
}

#s-8204be06-2493-43a0-b602-c94eed5fc43b .shogun-heading-component h3 {
  color: rgba(22, 64, 111, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-dbe5474f-3995-4cbf-89f7-12f8cb8ec71e {
  margin-left: 7%;
margin-right: 7%;
max-width: 1388px;
}

@media (min-width: 0px) {
[id="s-dbe5474f-3995-4cbf-89f7-12f8cb8ec71e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-dbe5474f-3995-4cbf-89f7-12f8cb8ec71e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-dbe5474f-3995-4cbf-89f7-12f8cb8ec71e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-dbe5474f-3995-4cbf-89f7-12f8cb8ec71e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-a721644a-5a6c-4b7e-a722-354a4db4866d {
  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-a721644a-5a6c-4b7e-a722-354a4db4866d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-a721644a-5a6c-4b7e-a722-354a4db4866d {
  cursor: pointer;
}#s-a721644a-5a6c-4b7e-a722-354a4db4866d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  margin: 0 !important;
}

#s-3bdff4c0-e74c-4ab0-887c-e661b91b3763-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  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-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  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-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container {
      position: relative;
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  margin: 0 !important;
}

#s-3bdff4c0-e74c-4ab0-887c-e661b91b3763-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  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-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  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-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container {
      position: relative;
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 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-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  margin: 0 !important;
}

#s-3bdff4c0-e74c-4ab0-887c-e661b91b3763-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  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-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  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-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container {
      position: relative;
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 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-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  margin: 0 !important;
}

#s-3bdff4c0-e74c-4ab0-887c-e661b91b3763-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  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-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  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-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container {
      position: relative;
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  margin: 0 !important;
}

#s-3bdff4c0-e74c-4ab0-887c-e661b91b3763-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  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-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
  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-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container {
      position: relative;
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bdff4c0-e74c-4ab0-887c-e661b91b3763 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-ea8c1e02-822b-436a-9320-48ddc5208769 {
  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-ea8c1e02-822b-436a-9320-48ddc5208769 .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-8e08ae0b-fd84-4cdb-8544-4aa0e3b2d44d {
  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-8e08ae0b-fd84-4cdb-8544-4aa0e3b2d44d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-8e08ae0b-fd84-4cdb-8544-4aa0e3b2d44d {
  cursor: pointer;
}#s-8e08ae0b-fd84-4cdb-8544-4aa0e3b2d44d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-661e4f44-60f5-4fff-af50-7a079391250e {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-661e4f44-60f5-4fff-af50-7a079391250e {
  margin: 0 !important;
}

#s-661e4f44-60f5-4fff-af50-7a079391250e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-661e4f44-60f5-4fff-af50-7a079391250e {
  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-661e4f44-60f5-4fff-af50-7a079391250e {
  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-661e4f44-60f5-4fff-af50-7a079391250e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-661e4f44-60f5-4fff-af50-7a079391250e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-661e4f44-60f5-4fff-af50-7a079391250e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-661e4f44-60f5-4fff-af50-7a079391250e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-661e4f44-60f5-4fff-af50-7a079391250e .shogun-image-content {
  
    justify-content: center;
  
}

.s-661e4f44-60f5-4fff-af50-7a079391250e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-661e4f44-60f5-4fff-af50-7a079391250e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container {
      position: relative;
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-661e4f44-60f5-4fff-af50-7a079391250e {
  margin: 0 !important;
}

#s-661e4f44-60f5-4fff-af50-7a079391250e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-661e4f44-60f5-4fff-af50-7a079391250e {
  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-661e4f44-60f5-4fff-af50-7a079391250e {
  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-661e4f44-60f5-4fff-af50-7a079391250e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-661e4f44-60f5-4fff-af50-7a079391250e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-661e4f44-60f5-4fff-af50-7a079391250e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-661e4f44-60f5-4fff-af50-7a079391250e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-661e4f44-60f5-4fff-af50-7a079391250e .shogun-image-content {
  
    justify-content: center;
  
}

.s-661e4f44-60f5-4fff-af50-7a079391250e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-661e4f44-60f5-4fff-af50-7a079391250e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container {
      position: relative;
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e 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-661e4f44-60f5-4fff-af50-7a079391250e {
  margin: 0 !important;
}

#s-661e4f44-60f5-4fff-af50-7a079391250e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-661e4f44-60f5-4fff-af50-7a079391250e {
  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-661e4f44-60f5-4fff-af50-7a079391250e {
  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-661e4f44-60f5-4fff-af50-7a079391250e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-661e4f44-60f5-4fff-af50-7a079391250e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-661e4f44-60f5-4fff-af50-7a079391250e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-661e4f44-60f5-4fff-af50-7a079391250e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-661e4f44-60f5-4fff-af50-7a079391250e .shogun-image-content {
  
    justify-content: center;
  
}

.s-661e4f44-60f5-4fff-af50-7a079391250e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-661e4f44-60f5-4fff-af50-7a079391250e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container {
      position: relative;
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e 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-661e4f44-60f5-4fff-af50-7a079391250e {
  margin: 0 !important;
}

#s-661e4f44-60f5-4fff-af50-7a079391250e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-661e4f44-60f5-4fff-af50-7a079391250e {
  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-661e4f44-60f5-4fff-af50-7a079391250e {
  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-661e4f44-60f5-4fff-af50-7a079391250e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-661e4f44-60f5-4fff-af50-7a079391250e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-661e4f44-60f5-4fff-af50-7a079391250e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-661e4f44-60f5-4fff-af50-7a079391250e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-661e4f44-60f5-4fff-af50-7a079391250e .shogun-image-content {
  
    justify-content: center;
  
}

.s-661e4f44-60f5-4fff-af50-7a079391250e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-661e4f44-60f5-4fff-af50-7a079391250e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container {
      position: relative;
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-661e4f44-60f5-4fff-af50-7a079391250e {
  margin: 0 !important;
}

#s-661e4f44-60f5-4fff-af50-7a079391250e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-661e4f44-60f5-4fff-af50-7a079391250e {
  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-661e4f44-60f5-4fff-af50-7a079391250e {
  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-661e4f44-60f5-4fff-af50-7a079391250e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-661e4f44-60f5-4fff-af50-7a079391250e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-661e4f44-60f5-4fff-af50-7a079391250e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-661e4f44-60f5-4fff-af50-7a079391250e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-661e4f44-60f5-4fff-af50-7a079391250e .shogun-image-content {
  
    justify-content: center;
  
}

.s-661e4f44-60f5-4fff-af50-7a079391250e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-661e4f44-60f5-4fff-af50-7a079391250e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container {
      position: relative;
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-661e4f44-60f5-4fff-af50-7a079391250e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-4009bf2a-cf94-4674-87d1-5715fa376e38 {
  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-4009bf2a-cf94-4674-87d1-5715fa376e38 .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-ad2cde16-f20e-4c76-9fa6-ea5e9d14a9ed {
  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-ad2cde16-f20e-4c76-9fa6-ea5e9d14a9ed > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-ad2cde16-f20e-4c76-9fa6-ea5e9d14a9ed {
  cursor: pointer;
}#s-ad2cde16-f20e-4c76-9fa6-ea5e9d14a9ed.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fd229733-53a1-4c18-a281-0b6117e66002 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fd229733-53a1-4c18-a281-0b6117e66002 {
  margin: 0 !important;
}

#s-fd229733-53a1-4c18-a281-0b6117e66002-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fd229733-53a1-4c18-a281-0b6117e66002 {
  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-fd229733-53a1-4c18-a281-0b6117e66002 {
  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-fd229733-53a1-4c18-a281-0b6117e66002 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd229733-53a1-4c18-a281-0b6117e66002 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd229733-53a1-4c18-a281-0b6117e66002 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd229733-53a1-4c18-a281-0b6117e66002 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fd229733-53a1-4c18-a281-0b6117e66002 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd229733-53a1-4c18-a281-0b6117e66002.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd229733-53a1-4c18-a281-0b6117e66002 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container {
      position: relative;
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-fd229733-53a1-4c18-a281-0b6117e66002 {
  margin: 0 !important;
}

#s-fd229733-53a1-4c18-a281-0b6117e66002-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fd229733-53a1-4c18-a281-0b6117e66002 {
  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-fd229733-53a1-4c18-a281-0b6117e66002 {
  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-fd229733-53a1-4c18-a281-0b6117e66002 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd229733-53a1-4c18-a281-0b6117e66002 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd229733-53a1-4c18-a281-0b6117e66002 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd229733-53a1-4c18-a281-0b6117e66002 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fd229733-53a1-4c18-a281-0b6117e66002 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd229733-53a1-4c18-a281-0b6117e66002.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd229733-53a1-4c18-a281-0b6117e66002 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container {
      position: relative;
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002 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-fd229733-53a1-4c18-a281-0b6117e66002 {
  margin: 0 !important;
}

#s-fd229733-53a1-4c18-a281-0b6117e66002-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fd229733-53a1-4c18-a281-0b6117e66002 {
  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-fd229733-53a1-4c18-a281-0b6117e66002 {
  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-fd229733-53a1-4c18-a281-0b6117e66002 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd229733-53a1-4c18-a281-0b6117e66002 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd229733-53a1-4c18-a281-0b6117e66002 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd229733-53a1-4c18-a281-0b6117e66002 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fd229733-53a1-4c18-a281-0b6117e66002 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd229733-53a1-4c18-a281-0b6117e66002.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd229733-53a1-4c18-a281-0b6117e66002 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container {
      position: relative;
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002 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-fd229733-53a1-4c18-a281-0b6117e66002 {
  margin: 0 !important;
}

#s-fd229733-53a1-4c18-a281-0b6117e66002-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fd229733-53a1-4c18-a281-0b6117e66002 {
  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-fd229733-53a1-4c18-a281-0b6117e66002 {
  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-fd229733-53a1-4c18-a281-0b6117e66002 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd229733-53a1-4c18-a281-0b6117e66002 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd229733-53a1-4c18-a281-0b6117e66002 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd229733-53a1-4c18-a281-0b6117e66002 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fd229733-53a1-4c18-a281-0b6117e66002 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd229733-53a1-4c18-a281-0b6117e66002.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd229733-53a1-4c18-a281-0b6117e66002 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container {
      position: relative;
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-fd229733-53a1-4c18-a281-0b6117e66002 {
  margin: 0 !important;
}

#s-fd229733-53a1-4c18-a281-0b6117e66002-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fd229733-53a1-4c18-a281-0b6117e66002 {
  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-fd229733-53a1-4c18-a281-0b6117e66002 {
  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-fd229733-53a1-4c18-a281-0b6117e66002 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd229733-53a1-4c18-a281-0b6117e66002 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd229733-53a1-4c18-a281-0b6117e66002 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd229733-53a1-4c18-a281-0b6117e66002 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fd229733-53a1-4c18-a281-0b6117e66002 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd229733-53a1-4c18-a281-0b6117e66002.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd229733-53a1-4c18-a281-0b6117e66002 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container {
      position: relative;
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd229733-53a1-4c18-a281-0b6117e66002 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-7ddbaea0-0612-451d-be7b-d70c004e4f04 {
  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-7ddbaea0-0612-451d-be7b-d70c004e4f04 .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-f1cb3908-3e4e-4df7-bf44-e75451a75e67 {
  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-f1cb3908-3e4e-4df7-bf44-e75451a75e67 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0;
  display: block;
}#s-f1cb3908-3e4e-4df7-bf44-e75451a75e67 {
  cursor: pointer;
}#s-f1cb3908-3e4e-4df7-bf44-e75451a75e67.shg-box.shg-c {
  justify-content: flex-start;
}

#s-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  margin: 0 !important;
}

#s-73597ac8-549f-4f1d-abe6-7541361c79e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  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-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  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-73597ac8-549f-4f1d-abe6-7541361c79e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73597ac8-549f-4f1d-abe6-7541361c79e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73597ac8-549f-4f1d-abe6-7541361c79e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73597ac8-549f-4f1d-abe6-7541361c79e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-73597ac8-549f-4f1d-abe6-7541361c79e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73597ac8-549f-4f1d-abe6-7541361c79e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73597ac8-549f-4f1d-abe6-7541361c79e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container {
      position: relative;
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  margin: 0 !important;
}

#s-73597ac8-549f-4f1d-abe6-7541361c79e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  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-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  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-73597ac8-549f-4f1d-abe6-7541361c79e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73597ac8-549f-4f1d-abe6-7541361c79e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73597ac8-549f-4f1d-abe6-7541361c79e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73597ac8-549f-4f1d-abe6-7541361c79e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-73597ac8-549f-4f1d-abe6-7541361c79e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73597ac8-549f-4f1d-abe6-7541361c79e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73597ac8-549f-4f1d-abe6-7541361c79e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container {
      position: relative;
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9 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-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  margin: 0 !important;
}

#s-73597ac8-549f-4f1d-abe6-7541361c79e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  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-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  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-73597ac8-549f-4f1d-abe6-7541361c79e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73597ac8-549f-4f1d-abe6-7541361c79e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73597ac8-549f-4f1d-abe6-7541361c79e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73597ac8-549f-4f1d-abe6-7541361c79e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-73597ac8-549f-4f1d-abe6-7541361c79e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73597ac8-549f-4f1d-abe6-7541361c79e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73597ac8-549f-4f1d-abe6-7541361c79e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container {
      position: relative;
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9 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-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  margin: 0 !important;
}

#s-73597ac8-549f-4f1d-abe6-7541361c79e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  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-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  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-73597ac8-549f-4f1d-abe6-7541361c79e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73597ac8-549f-4f1d-abe6-7541361c79e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73597ac8-549f-4f1d-abe6-7541361c79e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73597ac8-549f-4f1d-abe6-7541361c79e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-73597ac8-549f-4f1d-abe6-7541361c79e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73597ac8-549f-4f1d-abe6-7541361c79e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73597ac8-549f-4f1d-abe6-7541361c79e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container {
      position: relative;
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  margin: 0 !important;
}

#s-73597ac8-549f-4f1d-abe6-7541361c79e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  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-73597ac8-549f-4f1d-abe6-7541361c79e9 {
  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-73597ac8-549f-4f1d-abe6-7541361c79e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73597ac8-549f-4f1d-abe6-7541361c79e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73597ac8-549f-4f1d-abe6-7541361c79e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73597ac8-549f-4f1d-abe6-7541361c79e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-73597ac8-549f-4f1d-abe6-7541361c79e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73597ac8-549f-4f1d-abe6-7541361c79e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73597ac8-549f-4f1d-abe6-7541361c79e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container {
      position: relative;
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73597ac8-549f-4f1d-abe6-7541361c79e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-8e25cb0c-aea9-4729-bde1-2cbb73c0d355 {
  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-8e25cb0c-aea9-4729-bde1-2cbb73c0d355 .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-465afc84-ea3f-4c28-b850-20228cd1feef {
  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-465afc84-ea3f-4c28-b850-20228cd1feef > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-465afc84-ea3f-4c28-b850-20228cd1feef {
  cursor: pointer;
}#s-465afc84-ea3f-4c28-b850-20228cd1feef.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  margin: 0 !important;
}

#s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  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-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  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-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container {
      position: relative;
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  margin: 0 !important;
}

#s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  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-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  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-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container {
      position: relative;
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 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-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  margin: 0 !important;
}

#s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  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-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  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-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container {
      position: relative;
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 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-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  margin: 0 !important;
}

#s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  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-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  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-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container {
      position: relative;
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  margin: 0 !important;
}

#s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  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-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
  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-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container {
      position: relative;
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fba5ffae-bdc0-4a4d-b6cf-83006fc4a866 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-c8de12ac-ef53-406c-bdee-cb2875076bec {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-c8de12ac-ef53-406c-bdee-cb2875076bec .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-1c69be29-ebc0-4f0c-be9f-a087e8103834 {
  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-1c69be29-ebc0-4f0c-be9f-a087e8103834 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-1c69be29-ebc0-4f0c-be9f-a087e8103834 {
  cursor: pointer;
}#s-1c69be29-ebc0-4f0c-be9f-a087e8103834.shg-box.shg-c {
  justify-content: flex-start;
}

#s-79f73356-fc39-403c-9f69-73e529794358 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-79f73356-fc39-403c-9f69-73e529794358 {
  margin: 0 !important;
}

#s-79f73356-fc39-403c-9f69-73e529794358-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79f73356-fc39-403c-9f69-73e529794358 {
  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-79f73356-fc39-403c-9f69-73e529794358 {
  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-79f73356-fc39-403c-9f69-73e529794358 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79f73356-fc39-403c-9f69-73e529794358 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79f73356-fc39-403c-9f69-73e529794358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79f73356-fc39-403c-9f69-73e529794358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-79f73356-fc39-403c-9f69-73e529794358.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-79f73356-fc39-403c-9f69-73e529794358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79f73356-fc39-403c-9f69-73e529794358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79f73356-fc39-403c-9f69-73e529794358.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79f73356-fc39-403c-9f69-73e529794358 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container {
      position: relative;
    }

    .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79f73356-fc39-403c-9f69-73e529794358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-79f73356-fc39-403c-9f69-73e529794358 {
  margin: 0 !important;
}

#s-79f73356-fc39-403c-9f69-73e529794358-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79f73356-fc39-403c-9f69-73e529794358 {
  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-79f73356-fc39-403c-9f69-73e529794358 {
  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-79f73356-fc39-403c-9f69-73e529794358 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79f73356-fc39-403c-9f69-73e529794358 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79f73356-fc39-403c-9f69-73e529794358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79f73356-fc39-403c-9f69-73e529794358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-79f73356-fc39-403c-9f69-73e529794358.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-79f73356-fc39-403c-9f69-73e529794358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79f73356-fc39-403c-9f69-73e529794358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79f73356-fc39-403c-9f69-73e529794358.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79f73356-fc39-403c-9f69-73e529794358 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container {
      position: relative;
    }

    .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79f73356-fc39-403c-9f69-73e529794358 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-79f73356-fc39-403c-9f69-73e529794358 {
  margin: 0 !important;
}

#s-79f73356-fc39-403c-9f69-73e529794358-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79f73356-fc39-403c-9f69-73e529794358 {
  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-79f73356-fc39-403c-9f69-73e529794358 {
  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-79f73356-fc39-403c-9f69-73e529794358 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79f73356-fc39-403c-9f69-73e529794358 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79f73356-fc39-403c-9f69-73e529794358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79f73356-fc39-403c-9f69-73e529794358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-79f73356-fc39-403c-9f69-73e529794358.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-79f73356-fc39-403c-9f69-73e529794358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79f73356-fc39-403c-9f69-73e529794358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79f73356-fc39-403c-9f69-73e529794358.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79f73356-fc39-403c-9f69-73e529794358 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container {
      position: relative;
    }

    .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79f73356-fc39-403c-9f69-73e529794358 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-79f73356-fc39-403c-9f69-73e529794358 {
  margin: 0 !important;
}

#s-79f73356-fc39-403c-9f69-73e529794358-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79f73356-fc39-403c-9f69-73e529794358 {
  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-79f73356-fc39-403c-9f69-73e529794358 {
  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-79f73356-fc39-403c-9f69-73e529794358 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79f73356-fc39-403c-9f69-73e529794358 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79f73356-fc39-403c-9f69-73e529794358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79f73356-fc39-403c-9f69-73e529794358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-79f73356-fc39-403c-9f69-73e529794358.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-79f73356-fc39-403c-9f69-73e529794358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79f73356-fc39-403c-9f69-73e529794358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79f73356-fc39-403c-9f69-73e529794358.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79f73356-fc39-403c-9f69-73e529794358 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container {
      position: relative;
    }

    .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79f73356-fc39-403c-9f69-73e529794358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-79f73356-fc39-403c-9f69-73e529794358 {
  margin: 0 !important;
}

#s-79f73356-fc39-403c-9f69-73e529794358-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79f73356-fc39-403c-9f69-73e529794358 {
  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-79f73356-fc39-403c-9f69-73e529794358 {
  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-79f73356-fc39-403c-9f69-73e529794358 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-79f73356-fc39-403c-9f69-73e529794358 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79f73356-fc39-403c-9f69-73e529794358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-79f73356-fc39-403c-9f69-73e529794358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-79f73356-fc39-403c-9f69-73e529794358.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-79f73356-fc39-403c-9f69-73e529794358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79f73356-fc39-403c-9f69-73e529794358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79f73356-fc39-403c-9f69-73e529794358.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79f73356-fc39-403c-9f69-73e529794358 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container {
      position: relative;
    }

    .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79f73356-fc39-403c-9f69-73e529794358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79f73356-fc39-403c-9f69-73e529794358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-bd5a6ec9-6a27-4b13-ae22-cd5343631118 {
  padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-bd5a6ec9-6a27-4b13-ae22-cd5343631118 .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-02ae494c-3d4f-4238-ab7d-3452c3666105 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-02ae494c-3d4f-4238-ab7d-3452c3666105 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2Q4OTY3YmMtY2QyOC00ZjQyLTlmZjgtMDk0Yjk3OTZkN2ZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzQ4MDgwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNGQ1ODU4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjZDg5NjdiYy1jZDI4LTRmNDItOWZmOC0wOTRiOTc5NmQ3ZmMpIi8+PC9zdmc+);
}








#s-02ae494c-3d4f-4238-ab7d-3452c3666105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02ae494c-3d4f-4238-ab7d-3452c3666105.shg-box.shg-c {
  justify-content: center;
}

#s-3e4b5de6-fce5-4cac-8e91-8b5781cdf606 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
min-height: 50px;
max-width: 1388px;
}








#s-3e4b5de6-fce5-4cac-8e91-8b5781cdf606 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e4b5de6-fce5-4cac-8e91-8b5781cdf606.shg-box.shg-c {
  justify-content: center;
}

#s-1e3ac733-6d0c-4d72-be5e-a0ddd6da30b2 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e3ac733-6d0c-4d72-be5e-a0ddd6da30b2 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-4a4b1227-30c1-4b9a-92f4-5601da14abac {
  margin-top: 15px;
margin-bottom: 50px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-4a4b1227-30c1-4b9a-92f4-5601da14abac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-4a4b1227-30c1-4b9a-92f4-5601da14abac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-4a4b1227-30c1-4b9a-92f4-5601da14abac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-4a4b1227-30c1-4b9a-92f4-5601da14abac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-b067665c-2a90-4e8c-b865-e455581784ff {
  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-b067665c-2a90-4e8c-b865-e455581784ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b067665c-2a90-4e8c-b865-e455581784ff.shg-box.shg-c {
  justify-content: center;
}

#s-b031221b-d02c-475e-b55b-907c55fcdae8 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-b031221b-d02c-475e-b55b-907c55fcdae8:hover {opacity: 0.85 !important;}
#s-b031221b-d02c-475e-b55b-907c55fcdae8 {
  margin: 0 !important;
}

#s-b031221b-d02c-475e-b55b-907c55fcdae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b031221b-d02c-475e-b55b-907c55fcdae8 {
  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-b031221b-d02c-475e-b55b-907c55fcdae8 {
  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-b031221b-d02c-475e-b55b-907c55fcdae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b031221b-d02c-475e-b55b-907c55fcdae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b031221b-d02c-475e-b55b-907c55fcdae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b031221b-d02c-475e-b55b-907c55fcdae8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b031221b-d02c-475e-b55b-907c55fcdae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b031221b-d02c-475e-b55b-907c55fcdae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b031221b-d02c-475e-b55b-907c55fcdae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container {
      position: relative;
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-b031221b-d02c-475e-b55b-907c55fcdae8 {
  margin: 0 !important;
}

#s-b031221b-d02c-475e-b55b-907c55fcdae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b031221b-d02c-475e-b55b-907c55fcdae8 {
  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-b031221b-d02c-475e-b55b-907c55fcdae8 {
  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-b031221b-d02c-475e-b55b-907c55fcdae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b031221b-d02c-475e-b55b-907c55fcdae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b031221b-d02c-475e-b55b-907c55fcdae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b031221b-d02c-475e-b55b-907c55fcdae8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b031221b-d02c-475e-b55b-907c55fcdae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b031221b-d02c-475e-b55b-907c55fcdae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b031221b-d02c-475e-b55b-907c55fcdae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container {
      position: relative;
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8 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-b031221b-d02c-475e-b55b-907c55fcdae8 {
  margin: 0 !important;
}

#s-b031221b-d02c-475e-b55b-907c55fcdae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b031221b-d02c-475e-b55b-907c55fcdae8 {
  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-b031221b-d02c-475e-b55b-907c55fcdae8 {
  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-b031221b-d02c-475e-b55b-907c55fcdae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b031221b-d02c-475e-b55b-907c55fcdae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b031221b-d02c-475e-b55b-907c55fcdae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b031221b-d02c-475e-b55b-907c55fcdae8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b031221b-d02c-475e-b55b-907c55fcdae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b031221b-d02c-475e-b55b-907c55fcdae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b031221b-d02c-475e-b55b-907c55fcdae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container {
      position: relative;
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8 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-b031221b-d02c-475e-b55b-907c55fcdae8 {
  margin: 0 !important;
}

#s-b031221b-d02c-475e-b55b-907c55fcdae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b031221b-d02c-475e-b55b-907c55fcdae8 {
  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-b031221b-d02c-475e-b55b-907c55fcdae8 {
  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-b031221b-d02c-475e-b55b-907c55fcdae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b031221b-d02c-475e-b55b-907c55fcdae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b031221b-d02c-475e-b55b-907c55fcdae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b031221b-d02c-475e-b55b-907c55fcdae8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b031221b-d02c-475e-b55b-907c55fcdae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b031221b-d02c-475e-b55b-907c55fcdae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b031221b-d02c-475e-b55b-907c55fcdae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container {
      position: relative;
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-b031221b-d02c-475e-b55b-907c55fcdae8 {
  margin: 0 !important;
}

#s-b031221b-d02c-475e-b55b-907c55fcdae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b031221b-d02c-475e-b55b-907c55fcdae8 {
  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-b031221b-d02c-475e-b55b-907c55fcdae8 {
  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-b031221b-d02c-475e-b55b-907c55fcdae8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b031221b-d02c-475e-b55b-907c55fcdae8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b031221b-d02c-475e-b55b-907c55fcdae8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b031221b-d02c-475e-b55b-907c55fcdae8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b031221b-d02c-475e-b55b-907c55fcdae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b031221b-d02c-475e-b55b-907c55fcdae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b031221b-d02c-475e-b55b-907c55fcdae8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container {
      position: relative;
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b031221b-d02c-475e-b55b-907c55fcdae8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-429f9f05-d223-4f67-8f7e-17b328f9a89f {
  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-429f9f05-d223-4f67-8f7e-17b328f9a89f: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-429f9f05-d223-4f67-8f7e-17b328f9a89f: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-429f9f05-d223-4f67-8f7e-17b328f9a89f-root {
    text-align: center;
  }


#s-429f9f05-d223-4f67-8f7e-17b328f9a89f.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-429f9f05-d223-4f67-8f7e-17b328f9a89f-root {
    text-align: center;
  }


#s-429f9f05-d223-4f67-8f7e-17b328f9a89f.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-429f9f05-d223-4f67-8f7e-17b328f9a89f-root {
    text-align: center;
  }


#s-429f9f05-d223-4f67-8f7e-17b328f9a89f.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-429f9f05-d223-4f67-8f7e-17b328f9a89f-root {
    text-align: center;
  }


#s-429f9f05-d223-4f67-8f7e-17b328f9a89f.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-429f9f05-d223-4f67-8f7e-17b328f9a89f-root {
    text-align: center;
  }


#s-429f9f05-d223-4f67-8f7e-17b328f9a89f.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-fb3118b7-cd66-42d7-ba9a-cc870bc9d8b4 {
  min-height: 50px;
}








#s-fb3118b7-cd66-42d7-ba9a-cc870bc9d8b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb3118b7-cd66-42d7-ba9a-cc870bc9d8b4.shg-box.shg-c {
  justify-content: center;
}

#s-3005fa5c-ba09-4177-932d-89c373f01311 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-3005fa5c-ba09-4177-932d-89c373f01311:hover {opacity: 0.85 !important;}
#s-3005fa5c-ba09-4177-932d-89c373f01311 {
  margin: 0 !important;
}

#s-3005fa5c-ba09-4177-932d-89c373f01311-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3005fa5c-ba09-4177-932d-89c373f01311 {
  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-3005fa5c-ba09-4177-932d-89c373f01311 {
  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-3005fa5c-ba09-4177-932d-89c373f01311 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3005fa5c-ba09-4177-932d-89c373f01311 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3005fa5c-ba09-4177-932d-89c373f01311 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3005fa5c-ba09-4177-932d-89c373f01311 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3005fa5c-ba09-4177-932d-89c373f01311 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3005fa5c-ba09-4177-932d-89c373f01311.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3005fa5c-ba09-4177-932d-89c373f01311 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container {
      position: relative;
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-3005fa5c-ba09-4177-932d-89c373f01311 {
  margin: 0 !important;
}

#s-3005fa5c-ba09-4177-932d-89c373f01311-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3005fa5c-ba09-4177-932d-89c373f01311 {
  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-3005fa5c-ba09-4177-932d-89c373f01311 {
  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-3005fa5c-ba09-4177-932d-89c373f01311 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3005fa5c-ba09-4177-932d-89c373f01311 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3005fa5c-ba09-4177-932d-89c373f01311 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3005fa5c-ba09-4177-932d-89c373f01311 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3005fa5c-ba09-4177-932d-89c373f01311 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3005fa5c-ba09-4177-932d-89c373f01311.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3005fa5c-ba09-4177-932d-89c373f01311 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container {
      position: relative;
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311 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-3005fa5c-ba09-4177-932d-89c373f01311 {
  margin: 0 !important;
}

#s-3005fa5c-ba09-4177-932d-89c373f01311-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3005fa5c-ba09-4177-932d-89c373f01311 {
  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-3005fa5c-ba09-4177-932d-89c373f01311 {
  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-3005fa5c-ba09-4177-932d-89c373f01311 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3005fa5c-ba09-4177-932d-89c373f01311 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3005fa5c-ba09-4177-932d-89c373f01311 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3005fa5c-ba09-4177-932d-89c373f01311 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3005fa5c-ba09-4177-932d-89c373f01311 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3005fa5c-ba09-4177-932d-89c373f01311.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3005fa5c-ba09-4177-932d-89c373f01311 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container {
      position: relative;
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311 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-3005fa5c-ba09-4177-932d-89c373f01311 {
  margin: 0 !important;
}

#s-3005fa5c-ba09-4177-932d-89c373f01311-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3005fa5c-ba09-4177-932d-89c373f01311 {
  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-3005fa5c-ba09-4177-932d-89c373f01311 {
  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-3005fa5c-ba09-4177-932d-89c373f01311 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3005fa5c-ba09-4177-932d-89c373f01311 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3005fa5c-ba09-4177-932d-89c373f01311 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3005fa5c-ba09-4177-932d-89c373f01311 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3005fa5c-ba09-4177-932d-89c373f01311 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3005fa5c-ba09-4177-932d-89c373f01311.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3005fa5c-ba09-4177-932d-89c373f01311 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container {
      position: relative;
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-3005fa5c-ba09-4177-932d-89c373f01311 {
  margin: 0 !important;
}

#s-3005fa5c-ba09-4177-932d-89c373f01311-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3005fa5c-ba09-4177-932d-89c373f01311 {
  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-3005fa5c-ba09-4177-932d-89c373f01311 {
  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-3005fa5c-ba09-4177-932d-89c373f01311 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3005fa5c-ba09-4177-932d-89c373f01311 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3005fa5c-ba09-4177-932d-89c373f01311 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3005fa5c-ba09-4177-932d-89c373f01311 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3005fa5c-ba09-4177-932d-89c373f01311 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3005fa5c-ba09-4177-932d-89c373f01311.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3005fa5c-ba09-4177-932d-89c373f01311 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container {
      position: relative;
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3005fa5c-ba09-4177-932d-89c373f01311 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-6f440865-de96-49ae-9148-98b4586a731d {
  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-6f440865-de96-49ae-9148-98b4586a731d: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-6f440865-de96-49ae-9148-98b4586a731d: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-6f440865-de96-49ae-9148-98b4586a731d-root {
    text-align: center;
  }


#s-6f440865-de96-49ae-9148-98b4586a731d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6f440865-de96-49ae-9148-98b4586a731d-root {
    text-align: center;
  }


#s-6f440865-de96-49ae-9148-98b4586a731d.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-6f440865-de96-49ae-9148-98b4586a731d-root {
    text-align: center;
  }


#s-6f440865-de96-49ae-9148-98b4586a731d.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-6f440865-de96-49ae-9148-98b4586a731d-root {
    text-align: center;
  }


#s-6f440865-de96-49ae-9148-98b4586a731d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6f440865-de96-49ae-9148-98b4586a731d-root {
    text-align: center;
  }


#s-6f440865-de96-49ae-9148-98b4586a731d.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-cf1aae9b-cc58-4458-9b02-60e15031da13 {
  min-height: 50px;
}








#s-cf1aae9b-cc58-4458-9b02-60e15031da13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf1aae9b-cc58-4458-9b02-60e15031da13.shg-box.shg-c {
  justify-content: center;
}

#s-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-31ac2635-857f-451f-a44a-f0fa689d1fa4:hover {opacity: 0.85 !important;}
#s-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  margin: 0 !important;
}

#s-31ac2635-857f-451f-a44a-f0fa689d1fa4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  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-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  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-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31ac2635-857f-451f-a44a-f0fa689d1fa4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container {
      position: relative;
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  margin: 0 !important;
}

#s-31ac2635-857f-451f-a44a-f0fa689d1fa4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  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-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  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-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31ac2635-857f-451f-a44a-f0fa689d1fa4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container {
      position: relative;
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4 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-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  margin: 0 !important;
}

#s-31ac2635-857f-451f-a44a-f0fa689d1fa4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  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-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  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-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31ac2635-857f-451f-a44a-f0fa689d1fa4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container {
      position: relative;
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4 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-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  margin: 0 !important;
}

#s-31ac2635-857f-451f-a44a-f0fa689d1fa4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  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-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  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-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31ac2635-857f-451f-a44a-f0fa689d1fa4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container {
      position: relative;
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  margin: 0 !important;
}

#s-31ac2635-857f-451f-a44a-f0fa689d1fa4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  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-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
  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-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31ac2635-857f-451f-a44a-f0fa689d1fa4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-31ac2635-857f-451f-a44a-f0fa689d1fa4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container {
      position: relative;
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31ac2635-857f-451f-a44a-f0fa689d1fa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-2a9ae861-282c-48e4-bac8-ab835c06c4ba {
  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-2a9ae861-282c-48e4-bac8-ab835c06c4ba: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-2a9ae861-282c-48e4-bac8-ab835c06c4ba: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-2a9ae861-282c-48e4-bac8-ab835c06c4ba-root {
    text-align: center;
  }


#s-2a9ae861-282c-48e4-bac8-ab835c06c4ba.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2a9ae861-282c-48e4-bac8-ab835c06c4ba-root {
    text-align: center;
  }


#s-2a9ae861-282c-48e4-bac8-ab835c06c4ba.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-2a9ae861-282c-48e4-bac8-ab835c06c4ba-root {
    text-align: center;
  }


#s-2a9ae861-282c-48e4-bac8-ab835c06c4ba.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-2a9ae861-282c-48e4-bac8-ab835c06c4ba-root {
    text-align: center;
  }


#s-2a9ae861-282c-48e4-bac8-ab835c06c4ba.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2a9ae861-282c-48e4-bac8-ab835c06c4ba-root {
    text-align: center;
  }


#s-2a9ae861-282c-48e4-bac8-ab835c06c4ba.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-eb621dae-a134-4810-aafa-ca80d7f18250 {
  min-height: 50px;
}








#s-eb621dae-a134-4810-aafa-ca80d7f18250 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb621dae-a134-4810-aafa-ca80d7f18250.shg-box.shg-c {
  justify-content: center;
}

#s-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  margin-bottom: 10px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
#s-1486a37f-09cb-4318-af37-a66a1f9ad909:hover {opacity: 0.85 !important;}
#s-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  margin: 0 !important;
}

#s-1486a37f-09cb-4318-af37-a66a1f9ad909-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  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-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  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-1486a37f-09cb-4318-af37-a66a1f9ad909 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1486a37f-09cb-4318-af37-a66a1f9ad909 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1486a37f-09cb-4318-af37-a66a1f9ad909 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1486a37f-09cb-4318-af37-a66a1f9ad909 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1486a37f-09cb-4318-af37-a66a1f9ad909 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1486a37f-09cb-4318-af37-a66a1f9ad909.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1486a37f-09cb-4318-af37-a66a1f9ad909 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container {
      position: relative;
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  margin: 0 !important;
}

#s-1486a37f-09cb-4318-af37-a66a1f9ad909-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  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-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  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-1486a37f-09cb-4318-af37-a66a1f9ad909 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1486a37f-09cb-4318-af37-a66a1f9ad909 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1486a37f-09cb-4318-af37-a66a1f9ad909 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1486a37f-09cb-4318-af37-a66a1f9ad909 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1486a37f-09cb-4318-af37-a66a1f9ad909 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1486a37f-09cb-4318-af37-a66a1f9ad909.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1486a37f-09cb-4318-af37-a66a1f9ad909 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container {
      position: relative;
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909 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-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  margin: 0 !important;
}

#s-1486a37f-09cb-4318-af37-a66a1f9ad909-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  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-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  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-1486a37f-09cb-4318-af37-a66a1f9ad909 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1486a37f-09cb-4318-af37-a66a1f9ad909 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1486a37f-09cb-4318-af37-a66a1f9ad909 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1486a37f-09cb-4318-af37-a66a1f9ad909 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1486a37f-09cb-4318-af37-a66a1f9ad909 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1486a37f-09cb-4318-af37-a66a1f9ad909.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1486a37f-09cb-4318-af37-a66a1f9ad909 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container {
      position: relative;
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909 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-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  margin: 0 !important;
}

#s-1486a37f-09cb-4318-af37-a66a1f9ad909-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  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-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  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-1486a37f-09cb-4318-af37-a66a1f9ad909 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1486a37f-09cb-4318-af37-a66a1f9ad909 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1486a37f-09cb-4318-af37-a66a1f9ad909 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1486a37f-09cb-4318-af37-a66a1f9ad909 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1486a37f-09cb-4318-af37-a66a1f9ad909 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1486a37f-09cb-4318-af37-a66a1f9ad909.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1486a37f-09cb-4318-af37-a66a1f9ad909 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container {
      position: relative;
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  margin: 0 !important;
}

#s-1486a37f-09cb-4318-af37-a66a1f9ad909-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  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-1486a37f-09cb-4318-af37-a66a1f9ad909 {
  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-1486a37f-09cb-4318-af37-a66a1f9ad909 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1486a37f-09cb-4318-af37-a66a1f9ad909 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1486a37f-09cb-4318-af37-a66a1f9ad909 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1486a37f-09cb-4318-af37-a66a1f9ad909 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-1486a37f-09cb-4318-af37-a66a1f9ad909 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1486a37f-09cb-4318-af37-a66a1f9ad909.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1486a37f-09cb-4318-af37-a66a1f9ad909 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container {
      position: relative;
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1486a37f-09cb-4318-af37-a66a1f9ad909 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-49f01848-4280-47d2-9cf6-b3501f3c86cb {
  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-49f01848-4280-47d2-9cf6-b3501f3c86cb: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-49f01848-4280-47d2-9cf6-b3501f3c86cb: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-49f01848-4280-47d2-9cf6-b3501f3c86cb-root {
    text-align: center;
  }


#s-49f01848-4280-47d2-9cf6-b3501f3c86cb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-49f01848-4280-47d2-9cf6-b3501f3c86cb-root {
    text-align: center;
  }


#s-49f01848-4280-47d2-9cf6-b3501f3c86cb.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-49f01848-4280-47d2-9cf6-b3501f3c86cb-root {
    text-align: center;
  }


#s-49f01848-4280-47d2-9cf6-b3501f3c86cb.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-49f01848-4280-47d2-9cf6-b3501f3c86cb-root {
    text-align: center;
  }


#s-49f01848-4280-47d2-9cf6-b3501f3c86cb.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-49f01848-4280-47d2-9cf6-b3501f3c86cb-root {
    text-align: center;
  }


#s-49f01848-4280-47d2-9cf6-b3501f3c86cb.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;
  }
}
