.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-3c1b5cbc-c7b1-4aaa-b013-a0fede237805 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -4%;
min-height: 550px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c1b5cbc-c7b1-4aaa-b013-a0fede237805 {
  display: none;
}
#s-3c1b5cbc-c7b1-4aaa-b013-a0fede237805, #wrap-s-3c1b5cbc-c7b1-4aaa-b013-a0fede237805, #wrap-content-s-3c1b5cbc-c7b1-4aaa-b013-a0fede237805 { display: none !important; }}@media (max-width: 767px){#s-3c1b5cbc-c7b1-4aaa-b013-a0fede237805 {
  display: none;
}
#s-3c1b5cbc-c7b1-4aaa-b013-a0fede237805, #wrap-s-3c1b5cbc-c7b1-4aaa-b013-a0fede237805, #wrap-content-s-3c1b5cbc-c7b1-4aaa-b013-a0fede237805 { display: none !important; }}
#s-3c1b5cbc-c7b1-4aaa-b013-a0fede237805 {
  background-image: url(https://i.shgcdn.com/5d2cb4fc-9089-4dad-af68-399def42841d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3c1b5cbc-c7b1-4aaa-b013-a0fede237805 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c1b5cbc-c7b1-4aaa-b013-a0fede237805.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-b18ff6bf-bfda-4f65-996e-dc1639cba7eb {
  margin-left: auto;
margin-right: auto;
max-width: 88%;
}

@media (min-width: 0px) {
[id="s-b18ff6bf-bfda-4f65-996e-dc1639cba7eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b18ff6bf-bfda-4f65-996e-dc1639cba7eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b18ff6bf-bfda-4f65-996e-dc1639cba7eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b18ff6bf-bfda-4f65-996e-dc1639cba7eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b18ff6bf-bfda-4f65-996e-dc1639cba7eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b18ff6bf-bfda-4f65-996e-dc1639cba7eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b18ff6bf-bfda-4f65-996e-dc1639cba7eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-f9772999-926b-4bdc-a82c-6dacb208baa0 {
  min-height: 50px;
}








#s-f9772999-926b-4bdc-a82c-6dacb208baa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9772999-926b-4bdc-a82c-6dacb208baa0.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Assistant";
  text-transform: none;
  font-weight: 400;
  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-a797a0e8-09ab-47e9-89e0-efa957de16ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a797a0e8-09ab-47e9-89e0-efa957de16ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 53px;
  
  
  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 {
  font-weight: 400;
  font-family: "Assistant";
}

.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-bebb57fb-809d-40bc-bd3e-6fd60150d33c {
  box-shadow:7px 7px 49px 0px rgba(255, 181, 4, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWU0MGY1NjctNzY5ZC00YzBjLTg5ZjEtNGVlYTBlMzgxYmRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNTA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmI4NzAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZTQwZjU2Ny03NjlkLTRjMGMtODlmMS00ZWVhMGUzODFiZGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 181, 4, 1);
border-radius: 100px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffb504"}, {"id"=>2, "pos"=>1, "color"=>"#fb8700"}];
}
#s-bebb57fb-809d-40bc-bd3e-6fd60150d33c:hover {background-color: rgba(251, 135, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bebb57fb-809d-40bc-bd3e-6fd60150d33c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bebb57fb-809d-40bc-bd3e-6fd60150d33c-root {
    text-align: left;
  }


#s-bebb57fb-809d-40bc-bd3e-6fd60150d33c.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bebb57fb-809d-40bc-bd3e-6fd60150d33c-root {
    text-align: left;
  }


#s-bebb57fb-809d-40bc-bd3e-6fd60150d33c.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bebb57fb-809d-40bc-bd3e-6fd60150d33c-root {
    text-align: left;
  }


#s-bebb57fb-809d-40bc-bd3e-6fd60150d33c.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bebb57fb-809d-40bc-bd3e-6fd60150d33c-root {
    text-align: left;
  }


#s-bebb57fb-809d-40bc-bd3e-6fd60150d33c.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bebb57fb-809d-40bc-bd3e-6fd60150d33c-root {
    text-align: left;
  }


#s-bebb57fb-809d-40bc-bd3e-6fd60150d33c.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}
#s-6a30a0fc-5e9f-4574-8ac5-24c7793ad3b4 {
  margin-top: 0%;
margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-6a30a0fc-5e9f-4574-8ac5-24c7793ad3b4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}



#s-9060a061-c6a3-49ca-b222-e648a42833d4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -5%;
min-height: 850px;
background-position: center center;
}
@media (min-width: 1200px){#s-9060a061-c6a3-49ca-b222-e648a42833d4 {
  display: none;
}
#s-9060a061-c6a3-49ca-b222-e648a42833d4, #wrap-s-9060a061-c6a3-49ca-b222-e648a42833d4, #wrap-content-s-9060a061-c6a3-49ca-b222-e648a42833d4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9060a061-c6a3-49ca-b222-e648a42833d4 {
  display: none;
}
#s-9060a061-c6a3-49ca-b222-e648a42833d4, #wrap-s-9060a061-c6a3-49ca-b222-e648a42833d4, #wrap-content-s-9060a061-c6a3-49ca-b222-e648a42833d4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9060a061-c6a3-49ca-b222-e648a42833d4 {
  margin-top: -7%;
min-height: 550px;
}
}@media (max-width: 767px){#s-9060a061-c6a3-49ca-b222-e648a42833d4 {
  margin-top: -7%;
min-height: 390px;
}
}
#s-9060a061-c6a3-49ca-b222-e648a42833d4 {
  background-image: url(https://i.shgcdn.com/c9aab89c-5c1e-4e13-a127-e97a1970502c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9060a061-c6a3-49ca-b222-e648a42833d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9060a061-c6a3-49ca-b222-e648a42833d4.shg-box.shg-c {
  justify-content: center;
}

#s-ff915cf0-5ae3-47dc-8800-d40b6666c124 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 89%;
}
@media (max-width: 767px){#s-ff915cf0-5ae3-47dc-8800-d40b6666c124 {
  max-width: 92%;
}
}







#s-ff915cf0-5ae3-47dc-8800-d40b6666c124 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff915cf0-5ae3-47dc-8800-d40b6666c124.shg-box.shg-c {
  justify-content: center;
}

#s-18cdcd6e-91d2-44ca-86f0-094ff81f82df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18cdcd6e-91d2-44ca-86f0-094ff81f82df .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 53px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-18cdcd6e-91d2-44ca-86f0-094ff81f82df .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: center;
}


}
#s-efc485cc-a340-40c5-8e27-08242d5460a2 {
  box-shadow:7px 7px 49px 0px rgba(255, 181, 4, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWE0MzYwMmItNGJmNy00ZjE1LTg3NDQtYjQyNDg0MWRiYWIzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNTA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmI4NzAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhYTQzNjAyYi00YmY3LTRmMTUtODc0NC1iNDI0ODQxZGJhYjMpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 181, 4, 0);
border-radius: 100px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffb504"}, {"id"=>2, "pos"=>1, "color"=>"#fb8700"}];
}
#s-efc485cc-a340-40c5-8e27-08242d5460a2:hover {background-color: rgba(251, 135, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-efc485cc-a340-40c5-8e27-08242d5460a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-efc485cc-a340-40c5-8e27-08242d5460a2-root {
    text-align: center;
  }


#s-efc485cc-a340-40c5-8e27-08242d5460a2.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-efc485cc-a340-40c5-8e27-08242d5460a2-root {
    text-align: center;
  }


#s-efc485cc-a340-40c5-8e27-08242d5460a2.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-efc485cc-a340-40c5-8e27-08242d5460a2-root {
    text-align: center;
  }


#s-efc485cc-a340-40c5-8e27-08242d5460a2.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-efc485cc-a340-40c5-8e27-08242d5460a2-root {
    text-align: center;
  }


#s-efc485cc-a340-40c5-8e27-08242d5460a2.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-efc485cc-a340-40c5-8e27-08242d5460a2-root {
    text-align: center;
  }


#s-efc485cc-a340-40c5-8e27-08242d5460a2.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}
#s-97335f5f-e889-4ea7-8020-54668e5a73d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97335f5f-e889-4ea7-8020-54668e5a73d4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-988dc731-deb8-4810-a1cc-0c7447528f69 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-988dc731-deb8-4810-a1cc-0c7447528f69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-988dc731-deb8-4810-a1cc-0c7447528f69.shg-box.shg-c {
  justify-content: center;
}

#s-72ffaede-d6dd-4359-8045-779199c15cc2 {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 88%;
}
@media (min-width: 768px) and (max-width: 991px){#s-72ffaede-d6dd-4359-8045-779199c15cc2 {
  max-width: 92%;
}
}@media (max-width: 767px){#s-72ffaede-d6dd-4359-8045-779199c15cc2 {
  max-width: 94%;
}
}







#s-72ffaede-d6dd-4359-8045-779199c15cc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72ffaede-d6dd-4359-8045-779199c15cc2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8d193049-193c-4725-9f62-83f214f8fd0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d193049-193c-4725-9f62-83f214f8fd0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d193049-193c-4725-9f62-83f214f8fd0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d193049-193c-4725-9f62-83f214f8fd0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d193049-193c-4725-9f62-83f214f8fd0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d193049-193c-4725-9f62-83f214f8fd0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d193049-193c-4725-9f62-83f214f8fd0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-8d193049-193c-4725-9f62-83f214f8fd0d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4a240d69-6656-491e-8547-e85818203990 {
  min-height: 500px;
}
@media (max-width: 767px){#s-4a240d69-6656-491e-8547-e85818203990 {
  min-height: 330px;
}
}







#s-4a240d69-6656-491e-8547-e85818203990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a240d69-6656-491e-8547-e85818203990.shg-box.shg-c {
  justify-content: center;
}

#s-bb4c212f-22ea-4d5a-b391-380a52e8c565 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb4c212f-22ea-4d5a-b391-380a52e8c565 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 31px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-bb4c212f-22ea-4d5a-b391-380a52e8c565 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-bb4c212f-22ea-4d5a-b391-380a52e8c565 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-81cc0b28-f8f6-46f7-abc0-b84de4b5401d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-81cc0b28-f8f6-46f7-abc0-b84de4b5401d .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-81cc0b28-f8f6-46f7-abc0-b84de4b5401d .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-81cc0b28-f8f6-46f7-abc0-b84de4b5401d .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-637c9044-07a8-4ddd-8e63-5bd6817636eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-637c9044-07a8-4ddd-8e63-5bd6817636eb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-637c9044-07a8-4ddd-8e63-5bd6817636eb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-637c9044-07a8-4ddd-8e63-5bd6817636eb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  text-align: 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;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  margin-top: 2%;
max-width: 832px;
aspect-ratio: 832/75;
text-align: center;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 2%;
  
}

.shg-image-content-margin-container-s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shg-image-content-wrapper {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }

    #s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shogun-image-link {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 832px;
  }



  img.s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image {
    
    
    
    max-height: 832px;
  }


.s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-685bea0e-d0da-4281-9955-b56dc172d5c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image {
  box-sizing: border-box;
}



.s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
      --shg-aspect-ratio: calc(832/75); 
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container {
      position: relative;
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 832px;
    }
  }

@media (min-width: 1200px){#s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shg-image-content-wrapper {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }

    #s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shogun-image-link {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 832px;
  }



  img.s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image {
    
    
    
    max-height: 832px;
  }


.s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-685bea0e-d0da-4281-9955-b56dc172d5c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image {
  box-sizing: border-box;
}



.s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
      --shg-aspect-ratio: calc(832/75); 
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container {
      position: relative;
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 832px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shg-image-content-wrapper {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }

    #s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shogun-image-link {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 832px;
  }



  img.s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image {
    
    
    
    max-height: 832px;
  }


.s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-685bea0e-d0da-4281-9955-b56dc172d5c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image {
  box-sizing: border-box;
}



.s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
      --shg-aspect-ratio: calc(832/75); 
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container {
      position: relative;
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 832px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shg-image-content-wrapper {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }

    #s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shogun-image-link {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 832px;
  }



  img.s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image {
    
    
    
    max-height: 832px;
  }


.s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-685bea0e-d0da-4281-9955-b56dc172d5c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image {
  box-sizing: border-box;
}



.s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
      --shg-aspect-ratio: calc(832/75); 
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container {
      position: relative;
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 832px;
    }
  }

}@media (max-width: 767px){#s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shg-image-content-wrapper {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }

    #s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shogun-image-link {
      aspect-ratio: 832/75;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 832px;
  }



  img.s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image {
    
    
    
    max-height: 832px;
  }


.s-685bea0e-d0da-4281-9955-b56dc172d5c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-685bea0e-d0da-4281-9955-b56dc172d5c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image {
  box-sizing: border-box;
}



.s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-685bea0e-d0da-4281-9955-b56dc172d5c3 {
      --shg-aspect-ratio: calc(832/75); 
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container {
      position: relative;
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-685bea0e-d0da-4281-9955-b56dc172d5c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 832px;
    }
  }

}
#s-0afd3fe8-a9fb-4cff-9e69-69953b9c2087 {
  min-height: 500px;
max-width: 700px;
}
@media (max-width: 767px){#s-0afd3fe8-a9fb-4cff-9e69-69953b9c2087 {
  min-height: 0px;
}
}







#s-0afd3fe8-a9fb-4cff-9e69-69953b9c2087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0afd3fe8-a9fb-4cff-9e69-69953b9c2087.shg-box.shg-c {
  justify-content: center;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  max-width: 992px;
aspect-ratio: 1/1;
text-align: center;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 992px;
  }



  img.s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image {
    
    
    
    max-height: 992px;
  }


.s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image {
  box-sizing: border-box;
}



.s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container {
      position: relative;
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 992px;
    }
  }

@media (min-width: 1200px){#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 992px;
  }



  img.s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image {
    
    
    
    max-height: 992px;
  }


.s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image {
  box-sizing: border-box;
}



.s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container {
      position: relative;
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 992px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 992px;
  }



  img.s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image {
    
    
    
    max-height: 992px;
  }


.s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image {
  box-sizing: border-box;
}



.s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container {
      position: relative;
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 992px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 992px;
  }



  img.s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image {
    
    
    
    max-height: 992px;
  }


.s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image {
  box-sizing: border-box;
}



.s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container {
      position: relative;
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 992px;
    }
  }

}@media (max-width: 767px){#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 992px;
  }



  img.s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image {
    
    
    
    max-height: 992px;
  }


.s-87a2197d-d45f-48c2-808f-2a37ecc007b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image {
  box-sizing: border-box;
}



.s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container {
      position: relative;
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87a2197d-d45f-48c2-808f-2a37ecc007b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 992px;
    }
  }

}
#s-287257e3-51d9-45c2-825c-97fb94ac5fdf {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 4%;
margin-bottom: 0%;
min-height: 180px;
background-position: center center;
}








#s-287257e3-51d9-45c2-825c-97fb94ac5fdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-287257e3-51d9-45c2-825c-97fb94ac5fdf.shg-box.shg-c {
  justify-content: center;
}

#s-68654d83-806c-411c-b15b-a9f8d4152f8c {
  margin-left: auto;
margin-right: auto;
max-width: 88%;
}
@media (min-width: 768px) and (max-width: 991px){#s-68654d83-806c-411c-b15b-a9f8d4152f8c {
  max-width: 94%;
}
}@media (max-width: 767px){#s-68654d83-806c-411c-b15b-a9f8d4152f8c {
  max-width: 94%;
}
}
@media (min-width: 0px) {
[id="s-68654d83-806c-411c-b15b-a9f8d4152f8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68654d83-806c-411c-b15b-a9f8d4152f8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68654d83-806c-411c-b15b-a9f8d4152f8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68654d83-806c-411c-b15b-a9f8d4152f8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68654d83-806c-411c-b15b-a9f8d4152f8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68654d83-806c-411c-b15b-a9f8d4152f8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-68654d83-806c-411c-b15b-a9f8d4152f8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-1e8ca81e-5f2b-48eb-97d6-7c26291dae0b {
  min-height: 180px;
}
@media (max-width: 767px){#s-1e8ca81e-5f2b-48eb-97d6-7c26291dae0b {
  min-height: 150px;
}
}







#s-1e8ca81e-5f2b-48eb-97d6-7c26291dae0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e8ca81e-5f2b-48eb-97d6-7c26291dae0b.shg-box.shg-c {
  justify-content: center;
}

#s-2e4cc0d8-1d43-4899-bc4c-6f52bd2cbeac {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2e4cc0d8-1d43-4899-bc4c-6f52bd2cbeac .shogun-heading-component h1 {
  color: rgba(230, 221, 59, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-2e4cc0d8-1d43-4899-bc4c-6f52bd2cbeac .shogun-heading-component h1 {
  color: rgba(230, 221, 59, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.3em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-2e4cc0d8-1d43-4899-bc4c-6f52bd2cbeac .shogun-heading-component h1 {
  color: rgba(230, 221, 59, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.3em;
  
  text-align: center;
}


}
#s-ad34b1a0-3dc7-4d8f-908b-3f417fc10d9a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ad34b1a0-3dc7-4d8f-908b-3f417fc10d9a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ad34b1a0-3dc7-4d8f-908b-3f417fc10d9a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-ad34b1a0-3dc7-4d8f-908b-3f417fc10d9a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.3em;
  
  text-align: center;
}


}
#s-1a3c57b4-53c2-48a0-87ed-608e07243f94 {
  min-height: 50px;
}








#s-1a3c57b4-53c2-48a0-87ed-608e07243f94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a3c57b4-53c2-48a0-87ed-608e07243f94.shg-box.shg-c {
  justify-content: center;
}

#s-46b40233-edbc-49f0-83eb-5049d19c7f67 {
  min-height: 180px;
}
@media (max-width: 767px){#s-46b40233-edbc-49f0-83eb-5049d19c7f67 {
  min-height: 140px;
}
}







#s-46b40233-edbc-49f0-83eb-5049d19c7f67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46b40233-edbc-49f0-83eb-5049d19c7f67.shg-box.shg-c {
  justify-content: center;
}

#s-787bad19-1a2a-4f38-b9d1-86b5db98a767 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-787bad19-1a2a-4f38-b9d1-86b5db98a767 .shogun-heading-component h1 {
  color: rgba(255, 206, 14, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-787bad19-1a2a-4f38-b9d1-86b5db98a767 .shogun-heading-component h1 {
  color: rgba(255, 206, 14, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  
}


}
#s-b04f054b-3647-4c4a-93d1-dcd3f80ee28d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b04f054b-3647-4c4a-93d1-dcd3f80ee28d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b04f054b-3647-4c4a-93d1-dcd3f80ee28d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}


}
#s-2e195f89-4911-4860-ad68-19e1da669d6f {
  box-shadow:7px 7px 49px 0px rgba(255, 181, 4, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTA2YTJiNTktMjRlNi00MjRmLWFlZTgtZDg2YjMyMDM2OTRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZiNTA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmI4NzAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MDZhMmI1OS0yNGU2LTQyNGYtYWVlOC1kODZiMzIwMzY5NGQpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 3%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 181, 4, 1);
border-radius: 100px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffb504"}, {"id"=>2, "pos"=>1, "color"=>"#fb8700"}];
}
#s-2e195f89-4911-4860-ad68-19e1da669d6f:hover {background-color: rgba(251, 135, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2e195f89-4911-4860-ad68-19e1da669d6f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2e195f89-4911-4860-ad68-19e1da669d6f-root {
    text-align: center;
  }


#s-2e195f89-4911-4860-ad68-19e1da669d6f.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e195f89-4911-4860-ad68-19e1da669d6f-root {
    text-align: center;
  }


#s-2e195f89-4911-4860-ad68-19e1da669d6f.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e195f89-4911-4860-ad68-19e1da669d6f-root {
    text-align: center;
  }


#s-2e195f89-4911-4860-ad68-19e1da669d6f.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e195f89-4911-4860-ad68-19e1da669d6f-root {
    text-align: center;
  }


#s-2e195f89-4911-4860-ad68-19e1da669d6f.shg-btn {
  color: #ffffff;
  font-size: 23px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e195f89-4911-4860-ad68-19e1da669d6f-root {
    text-align: center;
  }


#s-2e195f89-4911-4860-ad68-19e1da669d6f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: GilroyExtraBold;
  display:  inline-block ;
}
}
#s-b39c3af8-fdc9-4dab-97b8-1c5968d12d41 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(30, 111, 92, 1);
}








#s-b39c3af8-fdc9-4dab-97b8-1c5968d12d41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b39c3af8-fdc9-4dab-97b8-1c5968d12d41.shg-box.shg-c {
  justify-content: center;
}

#s-5b1b4d1e-cefc-4879-bfb3-eb385f6d0ed8 {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
max-width: 88%;
background-color: rgba(30, 111, 92, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5b1b4d1e-cefc-4879-bfb3-eb385f6d0ed8 {
  margin-top: 5%;
max-width: 94%;
}
}@media (max-width: 767px){#s-5b1b4d1e-cefc-4879-bfb3-eb385f6d0ed8 {
  margin-top: 7%;
max-width: 94%;
}
}







#s-5b1b4d1e-cefc-4879-bfb3-eb385f6d0ed8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b1b4d1e-cefc-4879-bfb3-eb385f6d0ed8.shg-box.shg-c {
  justify-content: center;
}

#s-27ecd05d-25b4-4dbb-91d7-5509e265085e {
  padding-top: 1%;
padding-bottom: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 160px;
min-height: 380px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-27ecd05d-25b4-4dbb-91d7-5509e265085e {
  min-height: 360px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27ecd05d-25b4-4dbb-91d7-5509e265085e {
  min-height: 360px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-27ecd05d-25b4-4dbb-91d7-5509e265085e {
  border-radius: 110px;
min-height: 310px;
}
}@media (max-width: 767px){#s-27ecd05d-25b4-4dbb-91d7-5509e265085e {
  padding-top: 2%;
padding-bottom: 2%;
border-radius: 80px;
min-height: 310px;
}
}







#s-27ecd05d-25b4-4dbb-91d7-5509e265085e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27ecd05d-25b4-4dbb-91d7-5509e265085e.shg-box.shg-c {
  justify-content: center;
}

#s-374e49e0-25a7-4a76-a794-5fd4d1edc1eb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-374e49e0-25a7-4a76-a794-5fd4d1edc1eb .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 31px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-374e49e0-25a7-4a76-a794-5fd4d1edc1eb .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-374e49e0-25a7-4a76-a794-5fd4d1edc1eb .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-374e49e0-25a7-4a76-a794-5fd4d1edc1eb .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-374e49e0-25a7-4a76-a794-5fd4d1edc1eb .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-17109279-a12b-4733-b2da-3bf7663b0445 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-17109279-a12b-4733-b2da-3bf7663b0445 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-17109279-a12b-4733-b2da-3bf7663b0445 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-17109279-a12b-4733-b2da-3bf7663b0445 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-17109279-a12b-4733-b2da-3bf7663b0445 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-17109279-a12b-4733-b2da-3bf7663b0445 .shogun-heading-component h1 {
  color: rgba(30, 111, 92, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  text-align: center;
}


}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-9643599c-8524-4312-8def-96170b4e2586 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 60%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9643599c-8524-4312-8def-96170b4e2586 {
  max-width: 97%;
}
}@media (max-width: 767px){#s-9643599c-8524-4312-8def-96170b4e2586 {
  max-width: 100%;
}
}
#s-9643599c-8524-4312-8def-96170b4e2586 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9643599c-8524-4312-8def-96170b4e2586 .shg-sld-nav-button.shg-sld-left,
#s-9643599c-8524-4312-8def-96170b4e2586 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f661c2b6-4a0e-412c-af8c-5d0b9ad0de5b {
  min-height: 50px;
}








#s-f661c2b6-4a0e-412c-af8c-5d0b9ad0de5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f661c2b6-4a0e-412c-af8c-5d0b9ad0de5b.shg-box.shg-c {
  justify-content: center;
}

#s-d9b1fbb9-1730-4375-a29c-960249f3a4bd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9b1fbb9-1730-4375-a29c-960249f3a4bd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-d9b1fbb9-1730-4375-a29c-960249f3a4bd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-d9b1fbb9-1730-4375-a29c-960249f3a4bd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-7581bc62-5081-420d-a88b-c87ed8e152c5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7581bc62-5081-420d-a88b-c87ed8e152c5 .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-7581bc62-5081-420d-a88b-c87ed8e152c5 .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-7581bc62-5081-420d-a88b-c87ed8e152c5 .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-436f5293-8149-4b52-8316-7715bf7df890 {
  max-width: 170px;
aspect-ratio: 300/59;
text-align: center;
}
@media (max-width: 767px){#s-436f5293-8149-4b52-8316-7715bf7df890 {
  max-width: 150px;
}
}
#s-436f5293-8149-4b52-8316-7715bf7df890 {
  margin: 0 !important;
  overflow: visible;
}

#s-436f5293-8149-4b52-8316-7715bf7df890-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-436f5293-8149-4b52-8316-7715bf7df890 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-436f5293-8149-4b52-8316-7715bf7df890 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
  /* Add background color handling */
  
}

#s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-436f5293-8149-4b52-8316-7715bf7df890 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-436f5293-8149-4b52-8316-7715bf7df890 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-436f5293-8149-4b52-8316-7715bf7df890 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-436f5293-8149-4b52-8316-7715bf7df890 .shogun-image-content {
  
    justify-content: center;
  
}

.s-436f5293-8149-4b52-8316-7715bf7df890.shg-align-container {
  display: flex;
  justify-content: center
}

.s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image {
  box-sizing: border-box;
}



.s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-436f5293-8149-4b52-8316-7715bf7df890 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container {
      position: relative;
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-436f5293-8149-4b52-8316-7715bf7df890 {
  margin: 0 !important;
  overflow: visible;
}

#s-436f5293-8149-4b52-8316-7715bf7df890-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-436f5293-8149-4b52-8316-7715bf7df890 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-436f5293-8149-4b52-8316-7715bf7df890 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
  /* Add background color handling */
  
}

#s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-436f5293-8149-4b52-8316-7715bf7df890 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-436f5293-8149-4b52-8316-7715bf7df890 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-436f5293-8149-4b52-8316-7715bf7df890 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-436f5293-8149-4b52-8316-7715bf7df890 .shogun-image-content {
  
    justify-content: center;
  
}

.s-436f5293-8149-4b52-8316-7715bf7df890.shg-align-container {
  display: flex;
  justify-content: center
}

.s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image {
  box-sizing: border-box;
}



.s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-436f5293-8149-4b52-8316-7715bf7df890 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container {
      position: relative;
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-436f5293-8149-4b52-8316-7715bf7df890 {
  margin: 0 !important;
  overflow: visible;
}

#s-436f5293-8149-4b52-8316-7715bf7df890-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-436f5293-8149-4b52-8316-7715bf7df890 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-436f5293-8149-4b52-8316-7715bf7df890 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
  /* Add background color handling */
  
}

#s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-436f5293-8149-4b52-8316-7715bf7df890 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-436f5293-8149-4b52-8316-7715bf7df890 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-436f5293-8149-4b52-8316-7715bf7df890 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-436f5293-8149-4b52-8316-7715bf7df890 .shogun-image-content {
  
    justify-content: center;
  
}

.s-436f5293-8149-4b52-8316-7715bf7df890.shg-align-container {
  display: flex;
  justify-content: center
}

.s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image {
  box-sizing: border-box;
}



.s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-436f5293-8149-4b52-8316-7715bf7df890 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container {
      position: relative;
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-436f5293-8149-4b52-8316-7715bf7df890 {
  margin: 0 !important;
  overflow: visible;
}

#s-436f5293-8149-4b52-8316-7715bf7df890-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-436f5293-8149-4b52-8316-7715bf7df890 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-436f5293-8149-4b52-8316-7715bf7df890 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
  /* Add background color handling */
  
}

#s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-436f5293-8149-4b52-8316-7715bf7df890 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-436f5293-8149-4b52-8316-7715bf7df890 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-436f5293-8149-4b52-8316-7715bf7df890 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-436f5293-8149-4b52-8316-7715bf7df890 .shogun-image-content {
  
    justify-content: center;
  
}

.s-436f5293-8149-4b52-8316-7715bf7df890.shg-align-container {
  display: flex;
  justify-content: center
}

.s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image {
  box-sizing: border-box;
}



.s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-436f5293-8149-4b52-8316-7715bf7df890 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container {
      position: relative;
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-436f5293-8149-4b52-8316-7715bf7df890 {
  margin: 0 !important;
  overflow: visible;
}

#s-436f5293-8149-4b52-8316-7715bf7df890-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-436f5293-8149-4b52-8316-7715bf7df890 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-436f5293-8149-4b52-8316-7715bf7df890 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
  /* Add background color handling */
  
}

#s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-436f5293-8149-4b52-8316-7715bf7df890 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-436f5293-8149-4b52-8316-7715bf7df890 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-436f5293-8149-4b52-8316-7715bf7df890 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-436f5293-8149-4b52-8316-7715bf7df890 .shogun-image-content {
  
    justify-content: center;
  
}

.s-436f5293-8149-4b52-8316-7715bf7df890.shg-align-container {
  display: flex;
  justify-content: center
}

.s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image {
  box-sizing: border-box;
}



.s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-436f5293-8149-4b52-8316-7715bf7df890 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container {
      position: relative;
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-436f5293-8149-4b52-8316-7715bf7df890 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-75c8f190-49d2-4644-922b-d1a5d39f742f {
  min-height: 50px;
}








#s-75c8f190-49d2-4644-922b-d1a5d39f742f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75c8f190-49d2-4644-922b-d1a5d39f742f.shg-box.shg-c {
  justify-content: center;
}

#s-8ef199ba-e3df-4a15-8d0d-5218cfbbb955 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ef199ba-e3df-4a15-8d0d-5218cfbbb955 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-8ef199ba-e3df-4a15-8d0d-5218cfbbb955 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-8ef199ba-e3df-4a15-8d0d-5218cfbbb955 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-5b239e4e-02ac-40fe-99b7-cc80cce23a3e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5b239e4e-02ac-40fe-99b7-cc80cce23a3e .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-5b239e4e-02ac-40fe-99b7-cc80cce23a3e .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-5b239e4e-02ac-40fe-99b7-cc80cce23a3e .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  max-width: 170px;
aspect-ratio: 300/59;
text-align: center;
}
@media (max-width: 767px){#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  max-width: 150px;
}
}
#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image {
  box-sizing: border-box;
}



.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container {
      position: relative;
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image {
  box-sizing: border-box;
}



.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container {
      position: relative;
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image {
  box-sizing: border-box;
}



.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container {
      position: relative;
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image {
  box-sizing: border-box;
}



.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container {
      position: relative;
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image {
  box-sizing: border-box;
}



.s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container {
      position: relative;
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e67ec5c-2542-427a-86ec-2eac60b8f9e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
#s-98c02c04-b00b-4e5e-808b-52ee423efa30 {
  min-height: 50px;
}








#s-98c02c04-b00b-4e5e-808b-52ee423efa30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98c02c04-b00b-4e5e-808b-52ee423efa30.shg-box.shg-c {
  justify-content: center;
}

#s-39dc468a-9c4a-46a2-80f2-188b66ae5932 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39dc468a-9c4a-46a2-80f2-188b66ae5932 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-39dc468a-9c4a-46a2-80f2-188b66ae5932 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-39dc468a-9c4a-46a2-80f2-188b66ae5932 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GilroyMedium";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-c1f0f046-78b1-4a58-87b6-5d4737a94d0e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c1f0f046-78b1-4a58-87b6-5d4737a94d0e .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-c1f0f046-78b1-4a58-87b6-5d4737a94d0e .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-c1f0f046-78b1-4a58-87b6-5d4737a94d0e .shogun-heading-component h1 {
  color: rgba(41, 187, 137, 1);
  font-weight:  normal ;
  font-family: "GilroyBold";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  max-width: 170px;
aspect-ratio: 300/59;
text-align: center;
}
@media (max-width: 767px){#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  max-width: 150px;
}
}
#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image {
  box-sizing: border-box;
}



.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container {
      position: relative;
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

@media (min-width: 1200px){#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image {
  box-sizing: border-box;
}



.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container {
      position: relative;
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image {
  box-sizing: border-box;
}



.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container {
      position: relative;
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image {
  box-sizing: border-box;
}



.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container {
      position: relative;
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}@media (max-width: 767px){#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shg-image-content-wrapper {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }

    #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shogun-image-link {
      aspect-ratio: 300/59;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 170px;
  }



  img.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image {
    
    
    
    max-height: 170px;
  }


.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image {
  box-sizing: border-box;
}



.s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 {
      --shg-aspect-ratio: calc(300/59); 
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container {
      position: relative;
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0509b50-b70d-48d1-a16f-3ba0a4f95354 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 170px;
    }
  }

}
/*
  $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;
}
