.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  text-transform: none;
  font-weight: normal;
  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-63febb4d-d4bc-4e44-a1e0-192a1f082b38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-63febb4d-d4bc-4e44-a1e0-192a1f082b38 .shogun-heading-component h1 {
  color: #000;
  font-weight:  200 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-8094c28f-4aaf-499b-b6a2-430270d8d367 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}








#s-8094c28f-4aaf-499b-b6a2-430270d8d367 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.9;
}#s-8094c28f-4aaf-499b-b6a2-430270d8d367.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec580365-f177-4765-a5b8-8cb9338a204b {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-ec580365-f177-4765-a5b8-8cb9338a204b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: center;
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

#s-c322a66b-cf1e-438f-b159-819a1abbc55e {
  margin-top: 22px;
margin-bottom: 22px;
}

@media (min-width: 0px) {
[id="s-c322a66b-cf1e-438f-b159-819a1abbc55e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c322a66b-cf1e-438f-b159-819a1abbc55e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c322a66b-cf1e-438f-b159-819a1abbc55e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c322a66b-cf1e-438f-b159-819a1abbc55e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-3aea1fd3-53ce-4451-8d29-36ae017258ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3aea1fd3-53ce-4451-8d29-36ae017258ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3aea1fd3-53ce-4451-8d29-36ae017258ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3aea1fd3-53ce-4451-8d29-36ae017258ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3aea1fd3-53ce-4451-8d29-36ae017258ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3aea1fd3-53ce-4451-8d29-36ae017258ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3aea1fd3-53ce-4451-8d29-36ae017258ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-7437adfc-0ef9-4287-9570-ec517d838036 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-7437adfc-0ef9-4287-9570-ec517d838036 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7437adfc-0ef9-4287-9570-ec517d838036.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4267fa34-598f-47ba-a2d9-0554ff1fc30c {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4267fa34-598f-47ba-a2d9-0554ff1fc30c {
  margin-left: 12px;
margin-right: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-4267fa34-598f-47ba-a2d9-0554ff1fc30c .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-4267fa34-598f-47ba-a2d9-0554ff1fc30c .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}
@media (max-width: 767px){#s-bf4555fc-facf-462a-a120-fa92e76f1a86 {
  margin-left: 12px;
margin-right: 12px;
}
}
@media (min-width: 0px) {
[id="s-bf4555fc-facf-462a-a120-fa92e76f1a86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf4555fc-facf-462a-a120-fa92e76f1a86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf4555fc-facf-462a-a120-fa92e76f1a86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf4555fc-facf-462a-a120-fa92e76f1a86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf4555fc-facf-462a-a120-fa92e76f1a86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf4555fc-facf-462a-a120-fa92e76f1a86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf4555fc-facf-462a-a120-fa92e76f1a86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-10618ae3-fcec-4cec-ad72-dc1ef3a9562d {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-10618ae3-fcec-4cec-ad72-dc1ef3a9562d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10618ae3-fcec-4cec-ad72-dc1ef3a9562d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13ca4929-394d-43b6-bd21-04b857cd9af1 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-13ca4929-394d-43b6-bd21-04b857cd9af1 {
  margin-left: 12px;
margin-right: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-13ca4929-394d-43b6-bd21-04b857cd9af1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-13ca4929-394d-43b6-bd21-04b857cd9af1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}
#s-9a5d2aa9-9c63-4166-ac05-b89340e43cf4 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-9a5d2aa9-9c63-4166-ac05-b89340e43cf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a5d2aa9-9c63-4166-ac05-b89340e43cf4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a5d2aa9-9c63-4166-ac05-b89340e43cf4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a5d2aa9-9c63-4166-ac05-b89340e43cf4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a5d2aa9-9c63-4166-ac05-b89340e43cf4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a5d2aa9-9c63-4166-ac05-b89340e43cf4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a5d2aa9-9c63-4166-ac05-b89340e43cf4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-8fda896b-c495-468d-8e55-6fbde4b76cac {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-8fda896b-c495-468d-8e55-6fbde4b76cac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fda896b-c495-468d-8e55-6fbde4b76cac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eab9f114-15c7-4619-8808-11e6e19634f1 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-eab9f114-15c7-4619-8808-11e6e19634f1 {
  margin-left: 12px;
margin-right: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-eab9f114-15c7-4619-8808-11e6e19634f1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-eab9f114-15c7-4619-8808-11e6e19634f1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}
#s-0060efb1-a154-4799-a724-506b264c0a76 {
  margin-top: 22px;
margin-bottom: 22px;
}

@media (min-width: 0px) {
[id="s-0060efb1-a154-4799-a724-506b264c0a76"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0060efb1-a154-4799-a724-506b264c0a76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0060efb1-a154-4799-a724-506b264c0a76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0060efb1-a154-4799-a724-506b264c0a76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-3709e93f-842c-4aec-9020-032fd642c8f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3709e93f-842c-4aec-9020-032fd642c8f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3709e93f-842c-4aec-9020-032fd642c8f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3709e93f-842c-4aec-9020-032fd642c8f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3709e93f-842c-4aec-9020-032fd642c8f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3709e93f-842c-4aec-9020-032fd642c8f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3709e93f-842c-4aec-9020-032fd642c8f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e565396c-1884-4fe8-92ef-0d217e9413aa {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-e565396c-1884-4fe8-92ef-0d217e9413aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e565396c-1884-4fe8-92ef-0d217e9413aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0ef8d52-c9ef-4fd1-a248-03b09f59f04a {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c0ef8d52-c9ef-4fd1-a248-03b09f59f04a {
  margin-left: 12px;
margin-right: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-c0ef8d52-c9ef-4fd1-a248-03b09f59f04a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-c0ef8d52-c9ef-4fd1-a248-03b09f59f04a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}
@media (max-width: 767px){#s-f088719d-b22c-4efa-a042-b9a18e961697 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-f088719d-b22c-4efa-a042-b9a18e961697"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f088719d-b22c-4efa-a042-b9a18e961697"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f088719d-b22c-4efa-a042-b9a18e961697"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f088719d-b22c-4efa-a042-b9a18e961697"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f088719d-b22c-4efa-a042-b9a18e961697"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f088719d-b22c-4efa-a042-b9a18e961697"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f088719d-b22c-4efa-a042-b9a18e961697"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-62df4fd3-73d2-45b6-96ea-0d81d91e81d2 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-62df4fd3-73d2-45b6-96ea-0d81d91e81d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62df4fd3-73d2-45b6-96ea-0d81d91e81d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-581d66d2-0133-4056-bf8d-6174665cfad3 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-581d66d2-0133-4056-bf8d-6174665cfad3 {
  margin-left: 12px;
margin-right: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-581d66d2-0133-4056-bf8d-6174665cfad3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-581d66d2-0133-4056-bf8d-6174665cfad3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}
#s-3670d684-e748-49cf-8f09-7d64b29766fc {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-3670d684-e748-49cf-8f09-7d64b29766fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3670d684-e748-49cf-8f09-7d64b29766fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3670d684-e748-49cf-8f09-7d64b29766fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3670d684-e748-49cf-8f09-7d64b29766fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3670d684-e748-49cf-8f09-7d64b29766fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3670d684-e748-49cf-8f09-7d64b29766fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3670d684-e748-49cf-8f09-7d64b29766fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-994aa681-823e-4780-8c99-408310e209a3 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-994aa681-823e-4780-8c99-408310e209a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-994aa681-823e-4780-8c99-408310e209a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f11a9b3-89db-459c-8a92-2caaafbb04b3 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-1f11a9b3-89db-459c-8a92-2caaafbb04b3 {
  margin-left: 12px;
margin-right: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-1f11a9b3-89db-459c-8a92-2caaafbb04b3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-1f11a9b3-89db-459c-8a92-2caaafbb04b3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}
#s-56beb92e-5b51-434f-b319-fb2e6a340413 {
  margin-top: 22px;
margin-bottom: 22px;
}

@media (min-width: 0px) {
[id="s-56beb92e-5b51-434f-b319-fb2e6a340413"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-56beb92e-5b51-434f-b319-fb2e6a340413"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-56beb92e-5b51-434f-b319-fb2e6a340413"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-56beb92e-5b51-434f-b319-fb2e6a340413"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-6c4969f3-ca1e-43bd-a6fe-fe437a47112b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c4969f3-ca1e-43bd-a6fe-fe437a47112b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c4969f3-ca1e-43bd-a6fe-fe437a47112b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c4969f3-ca1e-43bd-a6fe-fe437a47112b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c4969f3-ca1e-43bd-a6fe-fe437a47112b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c4969f3-ca1e-43bd-a6fe-fe437a47112b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c4969f3-ca1e-43bd-a6fe-fe437a47112b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ebb1e0e8-0790-42ff-8e72-e5f2f72d383e {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-ebb1e0e8-0790-42ff-8e72-e5f2f72d383e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebb1e0e8-0790-42ff-8e72-e5f2f72d383e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e31bcac-a683-4651-a468-e17e278d7385 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7e31bcac-a683-4651-a468-e17e278d7385 {
  margin-left: 12px;
margin-right: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-7e31bcac-a683-4651-a468-e17e278d7385 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-7e31bcac-a683-4651-a468-e17e278d7385 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}
@media (max-width: 767px){#s-7eed56fd-a122-4210-916a-ee1666b0002d {
  margin-left: 12px;
margin-right: 12px;
}
}
@media (min-width: 0px) {
[id="s-7eed56fd-a122-4210-916a-ee1666b0002d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7eed56fd-a122-4210-916a-ee1666b0002d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7eed56fd-a122-4210-916a-ee1666b0002d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7eed56fd-a122-4210-916a-ee1666b0002d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7eed56fd-a122-4210-916a-ee1666b0002d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7eed56fd-a122-4210-916a-ee1666b0002d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7eed56fd-a122-4210-916a-ee1666b0002d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-1b1796c5-393e-4747-99e6-4310a355d4fd {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-1b1796c5-393e-4747-99e6-4310a355d4fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b1796c5-393e-4747-99e6-4310a355d4fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-602ff981-73c5-4437-8ce1-1a2974403c76 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-602ff981-73c5-4437-8ce1-1a2974403c76 {
  margin-left: 12px;
margin-right: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-602ff981-73c5-4437-8ce1-1a2974403c76 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-602ff981-73c5-4437-8ce1-1a2974403c76 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}
#s-9496098b-216e-4b37-83b5-53edb80e48fe {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-9496098b-216e-4b37-83b5-53edb80e48fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9496098b-216e-4b37-83b5-53edb80e48fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9496098b-216e-4b37-83b5-53edb80e48fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9496098b-216e-4b37-83b5-53edb80e48fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9496098b-216e-4b37-83b5-53edb80e48fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9496098b-216e-4b37-83b5-53edb80e48fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9496098b-216e-4b37-83b5-53edb80e48fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-53b19f31-f778-4572-b000-d86583b38e6b {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-53b19f31-f778-4572-b000-d86583b38e6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53b19f31-f778-4572-b000-d86583b38e6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59336da8-a685-4fec-8ee8-134f4ffa6f6a {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-59336da8-a685-4fec-8ee8-134f4ffa6f6a {
  margin-left: 12px;
margin-right: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-59336da8-a685-4fec-8ee8-134f4ffa6f6a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-59336da8-a685-4fec-8ee8-134f4ffa6f6a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}
#s-090710f1-2f9e-46af-b1d2-218f0bc2ed1f {
  margin-top: 22px;
margin-bottom: 22px;
}

@media (min-width: 0px) {
[id="s-090710f1-2f9e-46af-b1d2-218f0bc2ed1f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-090710f1-2f9e-46af-b1d2-218f0bc2ed1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-090710f1-2f9e-46af-b1d2-218f0bc2ed1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-090710f1-2f9e-46af-b1d2-218f0bc2ed1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-bc3f4bcb-8517-4750-be9c-8273126be908 {
  margin-left: 12px;
margin-right: 12px;
}
}
@media (min-width: 0px) {
[id="s-bc3f4bcb-8517-4750-be9c-8273126be908"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc3f4bcb-8517-4750-be9c-8273126be908"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc3f4bcb-8517-4750-be9c-8273126be908"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc3f4bcb-8517-4750-be9c-8273126be908"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc3f4bcb-8517-4750-be9c-8273126be908"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc3f4bcb-8517-4750-be9c-8273126be908"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc3f4bcb-8517-4750-be9c-8273126be908"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-605379de-c9cf-447c-9825-4b1b1c882762 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-605379de-c9cf-447c-9825-4b1b1c882762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-605379de-c9cf-447c-9825-4b1b1c882762.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f18a0b9a-ae51-43b7-bd83-95fab7b7a1a8 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-f18a0b9a-ae51-43b7-bd83-95fab7b7a1a8 {
  margin-left: 12px;
margin-right: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-f18a0b9a-ae51-43b7-bd83-95fab7b7a1a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-f18a0b9a-ae51-43b7-bd83-95fab7b7a1a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}


}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-26d641b7-da99-4d74-8677-1a848c3625a6 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 810px;
background-position: center center;
}
@media (min-width: 1200px){#s-26d641b7-da99-4d74-8677-1a848c3625a6 {
  display: none;
}
#s-26d641b7-da99-4d74-8677-1a848c3625a6, #wrap-s-26d641b7-da99-4d74-8677-1a848c3625a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26d641b7-da99-4d74-8677-1a848c3625a6 {
  display: none;
}
#s-26d641b7-da99-4d74-8677-1a848c3625a6, #wrap-s-26d641b7-da99-4d74-8677-1a848c3625a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26d641b7-da99-4d74-8677-1a848c3625a6 {
  display: none;
}
#s-26d641b7-da99-4d74-8677-1a848c3625a6, #wrap-s-26d641b7-da99-4d74-8677-1a848c3625a6 { display:none !important; }}@media (max-width: 767px){#s-26d641b7-da99-4d74-8677-1a848c3625a6 {
  display: none;
}
#s-26d641b7-da99-4d74-8677-1a848c3625a6, #wrap-s-26d641b7-da99-4d74-8677-1a848c3625a6 { display:none !important; }}







#s-26d641b7-da99-4d74-8677-1a848c3625a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26d641b7-da99-4d74-8677-1a848c3625a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-39ee74ec-3a9b-4c3f-8bb5-457c02f4e1ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39ee74ec-3a9b-4c3f-8bb5-457c02f4e1ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-39ee74ec-3a9b-4c3f-8bb5-457c02f4e1ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-39ee74ec-3a9b-4c3f-8bb5-457c02f4e1ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cf8d13ff-5d72-4bc2-84c0-d60406bd39da {
  
}








#s-cf8d13ff-5d72-4bc2-84c0-d60406bd39da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf8d13ff-5d72-4bc2-84c0-d60406bd39da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75ae0807-2973-47c6-a10e-bbb55316c95a {
  padding-left: 50px;
padding-right: 50px;
}

#s-75ae0807-2973-47c6-a10e-bbb55316c95a {
  background-image: url();
}








#s-75ae0807-2973-47c6-a10e-bbb55316c95a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75ae0807-2973-47c6-a10e-bbb55316c95a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca83d0ed-ad6f-4573-b049-bfdfaf91833e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ca83d0ed-ad6f-4573-b049-bfdfaf91833e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Circular_Std-Bold";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-d18ae338-1767-44b7-bb5d-8c0a13073c54 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d18ae338-1767-44b7-bb5d-8c0a13073c54 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Montserrat-Regular";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-9810a06f-1b9c-4e97-9b45-eb16381ff5f0 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}








#s-9810a06f-1b9c-4e97-9b45-eb16381ff5f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9810a06f-1b9c-4e97-9b45-eb16381ff5f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f3b53544-35c6-47a9-9283-71321d7fb325"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3b53544-35c6-47a9-9283-71321d7fb325"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f3b53544-35c6-47a9-9283-71321d7fb325"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3b53544-35c6-47a9-9283-71321d7fb325"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f3b53544-35c6-47a9-9283-71321d7fb325"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-23819d74-af4d-45c8-ad1d-1f464def7cfd {
  padding-left: 50px;
padding-right: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-23819d74-af4d-45c8-ad1d-1f464def7cfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23819d74-af4d-45c8-ad1d-1f464def7cfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1c864d8-f8c8-44bd-902a-4ebf5f56fee9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c1c864d8-f8c8-44bd-902a-4ebf5f56fee9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Circular_Std-Bold";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-ea005d38-a668-491d-ac76-ee3bc9265f4b {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ea005d38-a668-491d-ac76-ee3bc9265f4b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Circular_Std";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-5a1db0b2-f5df-4c47-8e3d-99acbe478003 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 810px;
background-position: center center;
}








#s-5a1db0b2-f5df-4c47-8e3d-99acbe478003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a1db0b2-f5df-4c47-8e3d-99acbe478003.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6b9a28b-12ef-4869-a24a-0f4211e0ebc1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-d6b9a28b-12ef-4869-a24a-0f4211e0ebc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.4;
}#s-d6b9a28b-12ef-4869-a24a-0f4211e0ebc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7feb4e48-2885-4eaa-9a91-7f0daed1c90f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7feb4e48-2885-4eaa-9a91-7f0daed1c90f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7feb4e48-2885-4eaa-9a91-7f0daed1c90f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7feb4e48-2885-4eaa-9a91-7f0daed1c90f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8cc1a89b-1b15-4825-84a2-05abd0f336a1 {
  background-repeat: no-repeat;
background-size: 500px 500px;
min-height: 810px;
background-position: center center;
}








#s-8cc1a89b-1b15-4825-84a2-05abd0f336a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cc1a89b-1b15-4825-84a2-05abd0f336a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a16aa46a-fe6c-482c-aea3-6753b0808640 {
  padding-left: 50px;
padding-right: 50px;
}

#s-a16aa46a-fe6c-482c-aea3-6753b0808640 {
  background-image: url();
}








#s-a16aa46a-fe6c-482c-aea3-6753b0808640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a16aa46a-fe6c-482c-aea3-6753b0808640.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90b18809-14c9-4d09-b96e-b31b7352e132 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-90b18809-14c9-4d09-b96e-b31b7352e132 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Circular_Std-Bold";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-dc3e2a19-76a1-4cf1-9409-ba7b5c39c27d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dc3e2a19-76a1-4cf1-9409-ba7b5c39c27d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Circular_Std";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-045a258a-6731-4eac-8c13-8ccbf343d152 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(242, 240, 161, 1);
}








#s-045a258a-6731-4eac-8c13-8ccbf343d152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-045a258a-6731-4eac-8c13-8ccbf343d152.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9806b298-7723-461b-b978-80e9753ee43d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9806b298-7723-461b-b978-80e9753ee43d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9806b298-7723-461b-b978-80e9753ee43d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9806b298-7723-461b-b978-80e9753ee43d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8585b248-0e94-4cc1-8bf2-040c602afbd4 {
  padding-left: 50px;
padding-right: 50px;
}








#s-8585b248-0e94-4cc1-8bf2-040c602afbd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8585b248-0e94-4cc1-8bf2-040c602afbd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2d612f8-d139-4a73-a469-112e5c7e6c1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c2d612f8-d139-4a73-a469-112e5c7e6c1b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Circular_Std-Bold";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-85784351-9cc1-4923-9d3c-55f2d750ff0c {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-85784351-9cc1-4923-9d3c-55f2d750ff0c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Circular_Std";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-d7585fe8-282c-4a15-8ecc-622510975400 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d7585fe8-282c-4a15-8ecc-622510975400"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7585fe8-282c-4a15-8ecc-622510975400"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d7585fe8-282c-4a15-8ecc-622510975400"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7585fe8-282c-4a15-8ecc-622510975400"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-98224b78-29a6-438d-aa98-86709866cc5d {
  text-align: left;
}







  #s-98224b78-29a6-438d-aa98-86709866cc5d img.shogun-image {
    

    
    
    
  }


#s-98224b78-29a6-438d-aa98-86709866cc5d .shogun-image-content {
  
    align-items: center;
  
}

#s-3ac4b567-6ff2-46a1-94e2-1d68e90cab56 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 810px;
background-position: left center;
}








#s-3ac4b567-6ff2-46a1-94e2-1d68e90cab56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ac4b567-6ff2-46a1-94e2-1d68e90cab56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44b03b3f-6719-4674-9cc8-a0e3a3abfa99 {
  background-size: cover;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 600px;
background-position: center center;
background-repeat: no-repeat;
background-color: rgba(199, 221, 208, 1);
}








#s-44b03b3f-6719-4674-9cc8-a0e3a3abfa99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44b03b3f-6719-4674-9cc8-a0e3a3abfa99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2250b9f4-d1eb-4425-b6e5-1c7348daa358"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2250b9f4-d1eb-4425-b6e5-1c7348daa358"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2250b9f4-d1eb-4425-b6e5-1c7348daa358"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2250b9f4-d1eb-4425-b6e5-1c7348daa358"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4649e789-16ec-4baf-bb3e-4d40aed0c2b7 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 810px;
background-position: center center;
}








#s-4649e789-16ec-4baf-bb3e-4d40aed0c2b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4649e789-16ec-4baf-bb3e-4d40aed0c2b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c48a1ee-8dda-454a-b0be-04e550831ba5 {
  padding-left: 50px;
padding-right: 50px;
}








#s-6c48a1ee-8dda-454a-b0be-04e550831ba5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c48a1ee-8dda-454a-b0be-04e550831ba5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b1a9125-8b38-4df7-8808-e5e2a525455b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2b1a9125-8b38-4df7-8808-e5e2a525455b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Circular_Std-Bold";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-5c2855eb-534f-4702-b22d-1a3af7bb9959 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5c2855eb-534f-4702-b22d-1a3af7bb9959 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Circular_Std";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-a600f95e-5b0b-49c2-a06f-01e296409c4e {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-a600f95e-5b0b-49c2-a06f-01e296409c4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a600f95e-5b0b-49c2-a06f-01e296409c4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a600f95e-5b0b-49c2-a06f-01e296409c4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a600f95e-5b0b-49c2-a06f-01e296409c4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-7c7b23b2-afc0-48bc-b69e-5c6fd619c548 {
  text-align: left;
}







  #s-7c7b23b2-afc0-48bc-b69e-5c6fd619c548 img.shogun-image {
    

    
    
    
  }


#s-7c7b23b2-afc0-48bc-b69e-5c6fd619c548 .shogun-image-content {
  
    align-items: center;
  
}

#s-18e64120-f787-461a-a504-b2108564b4a8 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(49, 84, 112, 1);
}








#s-18e64120-f787-461a-a504-b2108564b4a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18e64120-f787-461a-a504-b2108564b4a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3f8c4f91-ab7d-4dd6-87cc-34561a21f08a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f8c4f91-ab7d-4dd6-87cc-34561a21f08a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3f8c4f91-ab7d-4dd6-87cc-34561a21f08a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f8c4f91-ab7d-4dd6-87cc-34561a21f08a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2a2b0b9e-8b2e-4b08-8852-0d6373b9d74b {
  padding-left: 50px;
padding-right: 50px;
}








#s-2a2b0b9e-8b2e-4b08-8852-0d6373b9d74b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a2b0b9e-8b2e-4b08-8852-0d6373b9d74b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebd2137e-8a3e-437c-aeef-49d31a393109 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ebd2137e-8a3e-437c-aeef-49d31a393109 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Circular_Std-Bold";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-7b8f1dc8-96c6-423a-855f-1e9db4311e3e {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7b8f1dc8-96c6-423a-855f-1e9db4311e3e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Circular_Std";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-8c6c697e-e5ec-4438-9b3f-cdf641c91ee9 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-8c6c697e-e5ec-4438-9b3f-cdf641c91ee9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c6c697e-e5ec-4438-9b3f-cdf641c91ee9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8c6c697e-e5ec-4438-9b3f-cdf641c91ee9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c6c697e-e5ec-4438-9b3f-cdf641c91ee9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c0da3dc0-e6ce-4afd-9d76-12710247ce03 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}







  #s-c0da3dc0-e6ce-4afd-9d76-12710247ce03 img.shogun-image {
    

    
    
    
  }


#s-c0da3dc0-e6ce-4afd-9d76-12710247ce03 .shogun-image-content {
  
    align-items: center;
  
}

#s-1190b6b0-4dbd-469b-9af0-3ce958952d7b {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}







  #s-1190b6b0-4dbd-469b-9af0-3ce958952d7b img.shogun-image {
    

    
    
    
  }


#s-1190b6b0-4dbd-469b-9af0-3ce958952d7b .shogun-image-content {
  
    align-items: center;
  
}

#s-2d76249c-4d28-4815-ba0f-71cfdd83a56f {
  background-repeat: no-repeat;
background-size: contain;
min-height: 800px;
background-position: center center;
}








#s-2d76249c-4d28-4815-ba0f-71cfdd83a56f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d76249c-4d28-4815-ba0f-71cfdd83a56f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3915123-8fad-43e0-a853-d255237fbf07 {
  min-height: 600px;
background-color: rgba(229, 114, 98, 1);
}








#s-a3915123-8fad-43e0-a853-d255237fbf07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3915123-8fad-43e0-a853-d255237fbf07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e3641d0d-0c9d-4646-af95-8500d761614f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3641d0d-0c9d-4646-af95-8500d761614f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3641d0d-0c9d-4646-af95-8500d761614f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3641d0d-0c9d-4646-af95-8500d761614f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e3641d0d-0c9d-4646-af95-8500d761614f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0c2a6481-7908-4db0-b4b4-26cde2376f58 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 810px;
background-position: center center;
}








#s-0c2a6481-7908-4db0-b4b4-26cde2376f58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c2a6481-7908-4db0-b4b4-26cde2376f58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad08129e-77c7-4d18-8360-51109890e394 {
  padding-left: 50px;
padding-right: 50px;
}

#s-ad08129e-77c7-4d18-8360-51109890e394 {
  background-image: url();
}








#s-ad08129e-77c7-4d18-8360-51109890e394 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad08129e-77c7-4d18-8360-51109890e394.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-619786ae-8371-4675-ac00-01c2a17543e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-619786ae-8371-4675-ac00-01c2a17543e4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Circular_Std-Bold";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-4e9777aa-defb-46a0-ae4f-e02e1f6d43c5 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4e9777aa-defb-46a0-ae4f-e02e1f6d43c5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Circular_Std";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-4a4cf03b-76a6-4625-8ba0-8b197e68ebac {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center center;
}








#s-4a4cf03b-76a6-4625-8ba0-8b197e68ebac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a4cf03b-76a6-4625-8ba0-8b197e68ebac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97b58dfc-8bd4-4e83-931c-854b4c5a4679 {
  min-height: 50px;
}








#s-97b58dfc-8bd4-4e83-931c-854b4c5a4679 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97b58dfc-8bd4-4e83-931c-854b4c5a4679.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e3cbde0-19e8-4002-9a9b-c6fa82dd11a9 {
  min-height: 50px;
}








#s-2e3cbde0-19e8-4002-9a9b-c6fa82dd11a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e3cbde0-19e8-4002-9a9b-c6fa82dd11a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56a0730f-816e-4028-a7b1-e4f9e19a5a87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-56a0730f-816e-4028-a7b1-e4f9e19a5a87 {
  margin-top: 25px;
margin-bottom: 25px;
}
}
#s-56a0730f-816e-4028-a7b1-e4f9e19a5a87 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-3fa9a18f-44cb-4fef-b8ed-abcbff9ea93d {
  min-height: 50px;
}








#s-3fa9a18f-44cb-4fef-b8ed-abcbff9ea93d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fa9a18f-44cb-4fef-b8ed-abcbff9ea93d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-da1d20c8-e69e-4e49-8596-446dec1e1c1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da1d20c8-e69e-4e49-8596-446dec1e1c1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-da1d20c8-e69e-4e49-8596-446dec1e1c1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-da1d20c8-e69e-4e49-8596-446dec1e1c1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7be57481-f465-462a-866a-f3049e2b76d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7be57481-f465-462a-866a-f3049e2b76d0 .shogun-heading-component h1 {
  color: rgba(255, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

#s-2bd1de9c-6310-4a2e-b36e-ba88d4b04d16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bd1de9c-6310-4a2e-b36e-ba88d4b04d16 .shogun-heading-component h1 {
  color: rgba(255, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-53b89608-91c2-4030-9a4d-7163f95bc014 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53b89608-91c2-4030-9a4d-7163f95bc014 .shogun-heading-component h1 {
  color: rgba(255, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-82dce671-5e4b-4ef6-a6bc-29afb231bdf0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82dce671-5e4b-4ef6-a6bc-29afb231bdf0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-82dce671-5e4b-4ef6-a6bc-29afb231bdf0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-82dce671-5e4b-4ef6-a6bc-29afb231bdf0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-62c53736-8ddc-4122-8688-4ecce206827a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62c53736-8ddc-4122-8688-4ecce206827a .shogun-heading-component h1 {
  color: rgba(255, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-14d9486d-abf3-4155-9c4d-c65b22c0fe2c {
  margin-left: 50px;
margin-right: 50px;
}

#s-1deb4635-fc46-4285-962c-433b0d766cc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1deb4635-fc46-4285-962c-433b0d766cc4 .shogun-heading-component h1 {
  color: rgba(255, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2f15847e-b088-441e-bda9-b618c1372248 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f15847e-b088-441e-bda9-b618c1372248 .shogun-heading-component h1 {
  color: rgba(255, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-9654abd9-ae1b-41fa-8961-8e9a124b830d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9654abd9-ae1b-41fa-8961-8e9a124b830d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9654abd9-ae1b-41fa-8961-8e9a124b830d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9654abd9-ae1b-41fa-8961-8e9a124b830d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4c98231a-7e5b-41e6-9033-dd505e6bb5e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c98231a-7e5b-41e6-9033-dd505e6bb5e1 .shogun-heading-component h1 {
  color: rgba(255, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7a44a7bb-0925-4855-9f5f-a770b8ab73c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a44a7bb-0925-4855-9f5f-a770b8ab73c4 .shogun-heading-component h1 {
  color: rgba(255, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0b256935-5e34-4b04-b844-beab077e81d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b256935-5e34-4b04-b844-beab077e81d9 .shogun-heading-component h1 {
  color: rgba(255, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-698b4810-b064-4138-bc4b-662fa6d42c58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-698b4810-b064-4138-bc4b-662fa6d42c58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-698b4810-b064-4138-bc4b-662fa6d42c58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-698b4810-b064-4138-bc4b-662fa6d42c58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-edf640b5-9a35-4f1c-af26-48fae93053b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edf640b5-9a35-4f1c-af26-48fae93053b2 .shogun-heading-component h1 {
  color: rgba(255, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b90c5469-1d48-4a17-aeef-174dec46709e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b90c5469-1d48-4a17-aeef-174dec46709e .shogun-heading-component h1 {
  color: rgba(255, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b9952e4a-6711-457c-967c-8eb094ee0af4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9952e4a-6711-457c-967c-8eb094ee0af4 .shogun-heading-component h1 {
  color: rgba(255, 252, 252, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-0e8e30da-71c4-4ba8-af7e-149f1d0abc04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e8e30da-71c4-4ba8-af7e-149f1d0abc04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0e8e30da-71c4-4ba8-af7e-149f1d0abc04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e8e30da-71c4-4ba8-af7e-149f1d0abc04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

.shg-btn-text {
  font-weight: normal;
  font-family: Assistant, sans-serif;
}

.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-a4297406-5985-4671-ad75-366a198393ea {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 100px;
padding-bottom: 20px;
padding-right: 100px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
}
#s-a4297406-5985-4671-ad75-366a198393ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4297406-5985-4671-ad75-366a198393ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a4297406-5985-4671-ad75-366a198393ea-root {
    text-align: center;
  }


#s-a4297406-5985-4671-ad75-366a198393ea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a4297406-5985-4671-ad75-366a198393ea-root {
    text-align: center;
  }


#s-a4297406-5985-4671-ad75-366a198393ea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4297406-5985-4671-ad75-366a198393ea-root {
    text-align: center;
  }


#s-a4297406-5985-4671-ad75-366a198393ea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4297406-5985-4671-ad75-366a198393ea-root {
    text-align: center;
  }


#s-a4297406-5985-4671-ad75-366a198393ea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a4297406-5985-4671-ad75-366a198393ea-root {
    text-align: center;
  }


#s-a4297406-5985-4671-ad75-366a198393ea.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-556bd9d5-ac1c-44f3-846e-859f90fb06e7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 100px;
padding-bottom: 20px;
padding-right: 100px;
border-radius: 2px;
background-color: rgba(42, 92, 170, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-556bd9d5-ac1c-44f3-846e-859f90fb06e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-556bd9d5-ac1c-44f3-846e-859f90fb06e7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-556bd9d5-ac1c-44f3-846e-859f90fb06e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-556bd9d5-ac1c-44f3-846e-859f90fb06e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-556bd9d5-ac1c-44f3-846e-859f90fb06e7 {
  
}
}@media (max-width: 767px){#s-556bd9d5-ac1c-44f3-846e-859f90fb06e7 {
  
}
}

  #s-556bd9d5-ac1c-44f3-846e-859f90fb06e7-root {
    text-align: center;
  }


#s-556bd9d5-ac1c-44f3-846e-859f90fb06e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-556bd9d5-ac1c-44f3-846e-859f90fb06e7-root {
    text-align: center;
  }


#s-556bd9d5-ac1c-44f3-846e-859f90fb06e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-556bd9d5-ac1c-44f3-846e-859f90fb06e7-root {
    text-align: center;
  }


#s-556bd9d5-ac1c-44f3-846e-859f90fb06e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-556bd9d5-ac1c-44f3-846e-859f90fb06e7-root {
    text-align: center;
  }


#s-556bd9d5-ac1c-44f3-846e-859f90fb06e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-556bd9d5-ac1c-44f3-846e-859f90fb06e7-root {
    text-align: center;
  }


#s-556bd9d5-ac1c-44f3-846e-859f90fb06e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8ad2e448-6bf0-47ad-91a4-89954822c3e8 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 20px;
padding-left: 100px;
padding-bottom: 20px;
padding-right: 100px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8ad2e448-6bf0-47ad-91a4-89954822c3e8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ad2e448-6bf0-47ad-91a4-89954822c3e8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ad2e448-6bf0-47ad-91a4-89954822c3e8-root {
    text-align: center;
  }


#s-8ad2e448-6bf0-47ad-91a4-89954822c3e8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ad2e448-6bf0-47ad-91a4-89954822c3e8-root {
    text-align: center;
  }


#s-8ad2e448-6bf0-47ad-91a4-89954822c3e8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ad2e448-6bf0-47ad-91a4-89954822c3e8-root {
    text-align: center;
  }


#s-8ad2e448-6bf0-47ad-91a4-89954822c3e8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ad2e448-6bf0-47ad-91a4-89954822c3e8-root {
    text-align: center;
  }


#s-8ad2e448-6bf0-47ad-91a4-89954822c3e8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ad2e448-6bf0-47ad-91a4-89954822c3e8-root {
    text-align: center;
  }


#s-8ad2e448-6bf0-47ad-91a4-89954822c3e8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c1ba27e9-0279-4829-9613-a2885bdbc72f {
  min-height: 50px;
}








#s-c1ba27e9-0279-4829-9613-a2885bdbc72f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1ba27e9-0279-4829-9613-a2885bdbc72f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b6d7193-87b3-47a5-b879-777032b8b73d {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-3b6d7193-87b3-47a5-b879-777032b8b73d {
  min-height: 800px;
}
}







#s-3b6d7193-87b3-47a5-b879-777032b8b73d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-3b6d7193-87b3-47a5-b879-777032b8b73d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f8b97f1-6514-40d1-a20f-ed2dbe3afaa5 {
  min-height: 50px;
}








#s-5f8b97f1-6514-40d1-a20f-ed2dbe3afaa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f8b97f1-6514-40d1-a20f-ed2dbe3afaa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdf3fef3-d66f-4cbd-aad3-709b218e5efc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-cdf3fef3-d66f-4cbd-aad3-709b218e5efc {
  margin-top: 25px;
margin-bottom: 25px;
}
}
#s-cdf3fef3-d66f-4cbd-aad3-709b218e5efc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-90a03000-8021-4a43-8aaf-6e0cdfd46c96 {
  min-height: 50px;
}








#s-90a03000-8021-4a43-8aaf-6e0cdfd46c96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90a03000-8021-4a43-8aaf-6e0cdfd46c96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fd8db72-9164-45ee-b985-dd1e9e8c9e46 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-8fd8db72-9164-45ee-b985-dd1e9e8c9e46"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8fd8db72-9164-45ee-b985-dd1e9e8c9e46"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-8fd8db72-9164-45ee-b985-dd1e9e8c9e46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-8fd8db72-9164-45ee-b985-dd1e9e8c9e46"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-8fd8db72-9164-45ee-b985-dd1e9e8c9e46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fd8db72-9164-45ee-b985-dd1e9e8c9e46"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-8fd8db72-9164-45ee-b985-dd1e9e8c9e46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

}

#s-99c4933c-14ff-4f45-866e-97eebfe908da {
  min-height: 50px;
}








#s-99c4933c-14ff-4f45-866e-97eebfe908da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99c4933c-14ff-4f45-866e-97eebfe908da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1efe08a8-154e-466b-bf7a-a585ea2ca9e9 {
  min-height: 50px;
}








#s-1efe08a8-154e-466b-bf7a-a585ea2ca9e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1efe08a8-154e-466b-bf7a-a585ea2ca9e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea154f0b-283e-44c8-8e4e-3aec7bcc225e {
  background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
background-position: center center;
}
@media (max-width: 767px){#s-ea154f0b-283e-44c8-8e4e-3aec7bcc225e {
  min-height: 75px;
}
}







#s-ea154f0b-283e-44c8-8e4e-3aec7bcc225e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea154f0b-283e-44c8-8e4e-3aec7bcc225e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-136edf67-da45-4be8-877f-648886619c7c {
  margin-top: -4px;
margin-bottom: -4px;
min-height: 25px;
}








#s-136edf67-da45-4be8-877f-648886619c7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-136edf67-da45-4be8-877f-648886619c7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-894d0392-672d-46a7-9ae5-82a38bb0cf53 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-894d0392-672d-46a7-9ae5-82a38bb0cf53 .shogun-heading-component h1 {
  color: rgba(251, 249, 249, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-f37123ee-3846-4422-8db5-765f09042974 {
  min-height: 50px;
}








#s-f37123ee-3846-4422-8db5-765f09042974 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f37123ee-3846-4422-8db5-765f09042974.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84433a37-e751-4e4f-91f4-0761cf92b034 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 125px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-84433a37-e751-4e4f-91f4-0761cf92b034 {
  min-height: 200px;
}
}







#s-84433a37-e751-4e4f-91f4-0761cf92b034 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84433a37-e751-4e4f-91f4-0761cf92b034.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e2c22cb-8a6e-4fe3-b342-f77a8e27b112 {
  margin-top: -4px;
margin-bottom: -4px;
min-height: 50px;
}








#s-6e2c22cb-8a6e-4fe3-b342-f77a8e27b112 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e2c22cb-8a6e-4fe3-b342-f77a8e27b112.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa4086cf-2ab5-4e54-9b65-dec5fa29fd3c {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa4086cf-2ab5-4e54-9b65-dec5fa29fd3c .shogun-heading-component h1 {
  color: rgba(251, 249, 249, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-e721ddfd-d256-4c2f-a112-94ba07843fa3 {
  min-height: 50px;
}








#s-e721ddfd-d256-4c2f-a112-94ba07843fa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e721ddfd-d256-4c2f-a112-94ba07843fa3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66c1fac0-2d6a-4fa2-ae7c-69b4e6ddda5a {
  min-height: 50px;
}








#s-66c1fac0-2d6a-4fa2-ae7c-69b4e6ddda5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66c1fac0-2d6a-4fa2-ae7c-69b4e6ddda5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e67bd02f-f850-41e9-940b-c852b342a979 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: center center;
}
@media (max-width: 767px){#s-e67bd02f-f850-41e9-940b-c852b342a979 {
  min-height: 75px;
}
}







#s-e67bd02f-f850-41e9-940b-c852b342a979 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e67bd02f-f850-41e9-940b-c852b342a979.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1e21d41-6135-45e0-a283-c7f38cdedf0d {
  min-height: 50px;
}








#s-b1e21d41-6135-45e0-a283-c7f38cdedf0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1e21d41-6135-45e0-a283-c7f38cdedf0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d99a0600-68c4-437a-ac64-6248b203bf3e {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d99a0600-68c4-437a-ac64-6248b203bf3e .shogun-heading-component h1 {
  color: rgba(251, 249, 249, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-2e415e9b-f12c-49c2-9863-9978eb889be8 {
  min-height: 50px;
}








#s-2e415e9b-f12c-49c2-9863-9978eb889be8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e415e9b-f12c-49c2-9863-9978eb889be8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99014b25-3617-47d8-b286-a337b427bb32 {
  min-height: 50px;
}








#s-99014b25-3617-47d8-b286-a337b427bb32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99014b25-3617-47d8-b286-a337b427bb32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed4026df-8c70-41fa-bbc6-5fc8c3b94df2 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: center center;
}
@media (max-width: 767px){#s-ed4026df-8c70-41fa-bbc6-5fc8c3b94df2 {
  min-height: 75px;
}
}







#s-ed4026df-8c70-41fa-bbc6-5fc8c3b94df2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed4026df-8c70-41fa-bbc6-5fc8c3b94df2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7244685d-a150-4c71-a3ee-303519cb9eef {
  min-height: 50px;
}








#s-7244685d-a150-4c71-a3ee-303519cb9eef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7244685d-a150-4c71-a3ee-303519cb9eef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de8f753a-c5f4-4b67-9767-14a5e65c8f85 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-de8f753a-c5f4-4b67-9767-14a5e65c8f85 {
  margin-bottom: 60px;
}
}
#s-de8f753a-c5f4-4b67-9767-14a5e65c8f85 .shogun-heading-component h1 {
  color: rgba(251, 249, 249, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-620f7051-c4be-4eb8-8aab-2cc380c3604f {
  min-height: 50px;
}








#s-620f7051-c4be-4eb8-8aab-2cc380c3604f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-620f7051-c4be-4eb8-8aab-2cc380c3604f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73d20fb0-42f6-44ef-a173-94c1b05962fd {
  min-height: 50px;
}








#s-73d20fb0-42f6-44ef-a173-94c1b05962fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73d20fb0-42f6-44ef-a173-94c1b05962fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0ace205-7393-4873-8204-1674df8547e2 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: center center;
}
@media (max-width: 767px){#s-e0ace205-7393-4873-8204-1674df8547e2 {
  min-height: 75px;
}
}







#s-e0ace205-7393-4873-8204-1674df8547e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0ace205-7393-4873-8204-1674df8547e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2785dee3-8ec9-411f-b5d1-a157971209b6 {
  min-height: 50px;
}








#s-2785dee3-8ec9-411f-b5d1-a157971209b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2785dee3-8ec9-411f-b5d1-a157971209b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6742309d-69dc-49c6-87a9-8b1c754f4513 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6742309d-69dc-49c6-87a9-8b1c754f4513 {
  margin-bottom: 60px;
}
}
#s-6742309d-69dc-49c6-87a9-8b1c754f4513 .shogun-heading-component h1 {
  color: rgba(251, 249, 249, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-964d848f-556a-4a86-9d72-d036e6f6ef44 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-964d848f-556a-4a86-9d72-d036e6f6ef44 {
  margin-left: 200px;
margin-right: 200px;
}
}







#s-964d848f-556a-4a86-9d72-d036e6f6ef44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.9;
}#s-964d848f-556a-4a86-9d72-d036e6f6ef44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17c2d9b3-1efc-499f-ba06-9b936cd5abbf {
  min-height: 50px;
}








#s-17c2d9b3-1efc-499f-ba06-9b936cd5abbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17c2d9b3-1efc-499f-ba06-9b936cd5abbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e0258a2-6e67-44bd-87b6-7f84a5f295da {
  min-height: 50px;
}








#s-3e0258a2-6e67-44bd-87b6-7f84a5f295da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e0258a2-6e67-44bd-87b6-7f84a5f295da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4946b9c-c187-40d2-bc2e-a6399b717f3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4946b9c-c187-40d2-bc2e-a6399b717f3b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


@media (max-width: 767px){#s-d4946b9c-c187-40d2-bc2e-a6399b717f3b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-8483d640-12f6-4680-8ac9-9c4d84a20308 {
  margin-left: 50px;
margin-right: 50px;
min-height: 600px;
}
@media (min-width: 1200px){#s-8483d640-12f6-4680-8ac9-9c4d84a20308 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-8483d640-12f6-4680-8ac9-9c4d84a20308 {
  margin-left: 25px;
margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-8483d640-12f6-4680-8ac9-9c4d84a20308"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-8483d640-12f6-4680-8ac9-9c4d84a20308"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-8483d640-12f6-4680-8ac9-9c4d84a20308"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-8483d640-12f6-4680-8ac9-9c4d84a20308"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-5a50f70b-c8c5-41c8-b265-ca9e064ac609 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 1px;
}

#s-5a50f70b-c8c5-41c8-b265-ca9e064ac609 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5a50f70b-c8c5-41c8-b265-ca9e064ac609 td.shogun-table-column {
  background-color: rgba(243, 243, 243, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-5a50f70b-c8c5-41c8-b265-ca9e064ac609 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-5a50f70b-c8c5-41c8-b265-ca9e064ac609 td.shogun-table-column, #s-5a50f70b-c8c5-41c8-b265-ca9e064ac609 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-bf8bd135-7b63-4aa7-9bfd-29b8ae112d81 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-bf8bd135-7b63-4aa7-9bfd-29b8ae112d81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf8bd135-7b63-4aa7-9bfd-29b8ae112d81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66a2bcd6-5ec2-4aed-b225-763bedbc8d19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66a2bcd6-5ec2-4aed-b225-763bedbc8d19 .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-94459b28-1c58-4113-8755-99f277872a33 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-94459b28-1c58-4113-8755-99f277872a33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94459b28-1c58-4113-8755-99f277872a33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79f57b97-0275-4d39-bc6a-f8a211926102 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79f57b97-0275-4d39-bc6a-f8a211926102 .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f6e5ff99-c030-46f4-9c04-be95eca4c89a {
  min-height: 50px;
}








#s-f6e5ff99-c030-46f4-9c04-be95eca4c89a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6e5ff99-c030-46f4-9c04-be95eca4c89a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91170a71-03f3-4b46-a482-05b2e0de6f46 {
  display: none;
}
#s-6b5e1d4b-aa17-4ba8-b858-5c21cc0bfa81 {
  padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 22px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(3, 3, 3, 1);
}
#s-6b5e1d4b-aa17-4ba8-b858-5c21cc0bfa81:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6b5e1d4b-aa17-4ba8-b858-5c21cc0bfa81:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6b5e1d4b-aa17-4ba8-b858-5c21cc0bfa81-root {
    text-align: center;
  }


#s-6b5e1d4b-aa17-4ba8-b858-5c21cc0bfa81.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b5e1d4b-aa17-4ba8-b858-5c21cc0bfa81-root {
    text-align: center;
  }


#s-6b5e1d4b-aa17-4ba8-b858-5c21cc0bfa81.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b5e1d4b-aa17-4ba8-b858-5c21cc0bfa81-root {
    text-align: center;
  }


#s-6b5e1d4b-aa17-4ba8-b858-5c21cc0bfa81.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b5e1d4b-aa17-4ba8-b858-5c21cc0bfa81-root {
    text-align: center;
  }


#s-6b5e1d4b-aa17-4ba8-b858-5c21cc0bfa81.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b5e1d4b-aa17-4ba8-b858-5c21cc0bfa81-root {
    text-align: center;
  }


#s-6b5e1d4b-aa17-4ba8-b858-5c21cc0bfa81.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e9793df7-a133-4534-9793-24ebe5e6bd8d {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-e9793df7-a133-4534-9793-24ebe5e6bd8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9793df7-a133-4534-9793-24ebe5e6bd8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f66de6c2-658c-4fcb-9770-b9f2ce03b87c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f66de6c2-658c-4fcb-9770-b9f2ce03b87c .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-04228df3-c429-4116-813f-bf5ce814698b {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-04228df3-c429-4116-813f-bf5ce814698b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04228df3-c429-4116-813f-bf5ce814698b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23de47ff-4a40-4dcb-9c88-64d8363e6d7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23de47ff-4a40-4dcb-9c88-64d8363e6d7b .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-81bfcd14-8e68-4544-a657-9a9855ca3903 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-81bfcd14-8e68-4544-a657-9a9855ca3903 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81bfcd14-8e68-4544-a657-9a9855ca3903.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-986e7a3b-f8ab-47e1-9ccc-45cc7bf7512f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-986e7a3b-f8ab-47e1-9ccc-45cc7bf7512f .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-9301b2c7-40c3-481f-8f82-a75c3ecda559 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-9301b2c7-40c3-481f-8f82-a75c3ecda559 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9301b2c7-40c3-481f-8f82-a75c3ecda559.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c21c22ec-45ef-4ce3-a64f-c387d636bbbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c21c22ec-45ef-4ce3-a64f-c387d636bbbb .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-76e4a5b6-10a7-4d6c-81ed-4419e0ce6601 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-76e4a5b6-10a7-4d6c-81ed-4419e0ce6601 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76e4a5b6-10a7-4d6c-81ed-4419e0ce6601.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3dd4a44-b6f2-49ad-94c9-2a592a4adc8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3dd4a44-b6f2-49ad-94c9-2a592a4adc8d .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-203ff234-0a0b-4a3b-9864-b739dfd2bc7e {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-203ff234-0a0b-4a3b-9864-b739dfd2bc7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-203ff234-0a0b-4a3b-9864-b739dfd2bc7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9c7ec7a-cd78-4215-b98e-e48ccf607513 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9c7ec7a-cd78-4215-b98e-e48ccf607513 .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-072558cb-d8a5-418b-9140-9d09396f8d36 {
  min-height: 50px;
}








#s-072558cb-d8a5-418b-9140-9d09396f8d36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-072558cb-d8a5-418b-9140-9d09396f8d36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-445a99a5-8ab8-47a1-924e-431dd5feaff8 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
background-position: center center;
}








#s-445a99a5-8ab8-47a1-924e-431dd5feaff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-445a99a5-8ab8-47a1-924e-431dd5feaff8 {
  cursor: pointer;
}#s-445a99a5-8ab8-47a1-924e-431dd5feaff8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ea86569-3870-4ed4-b3b5-76b07a8ed14a {
  min-height: 50px;
}








#s-5ea86569-3870-4ed4-b3b5-76b07a8ed14a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ea86569-3870-4ed4-b3b5-76b07a8ed14a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-552cfd62-95d0-4523-9bcf-4ac13cec7ae6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-552cfd62-95d0-4523-9bcf-4ac13cec7ae6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2e0030b6-9240-4854-a5b0-bda1ce8f0bd5 {
  min-height: 50px;
}








#s-2e0030b6-9240-4854-a5b0-bda1ce8f0bd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e0030b6-9240-4854-a5b0-bda1ce8f0bd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cf59c6a-f579-4bf6-b4c2-ba8028359940 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cf59c6a-f579-4bf6-b4c2-ba8028359940 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e373f9f0-5e75-425b-b47f-f53d810d0edf {
  min-height: 50px;
}








#s-e373f9f0-5e75-425b-b47f-f53d810d0edf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e373f9f0-5e75-425b-b47f-f53d810d0edf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9822f96-026a-4b7d-966f-76921c4b128b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9822f96-026a-4b7d-966f-76921c4b128b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f375b54b-f5d5-4113-84d7-f85502650718 {
  min-height: 50px;
}








#s-f375b54b-f5d5-4113-84d7-f85502650718 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f375b54b-f5d5-4113-84d7-f85502650718.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28457036-99ac-4e01-bace-259d8503094c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28457036-99ac-4e01-bace-259d8503094c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-89bb4c99-8b64-43cc-8686-2a1c2dc20e0d {
  min-height: 50px;
}








#s-89bb4c99-8b64-43cc-8686-2a1c2dc20e0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89bb4c99-8b64-43cc-8686-2a1c2dc20e0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7451a4ff-7129-4b50-b653-e12471fc91dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7451a4ff-7129-4b50-b653-e12471fc91dc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0411076c-1903-41e2-90c0-77725c28d161 {
  min-height: 50px;
}








#s-0411076c-1903-41e2-90c0-77725c28d161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0411076c-1903-41e2-90c0-77725c28d161.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c0c91c9-7072-4e57-b9c2-535bec0af2e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c0c91c9-7072-4e57-b9c2-535bec0af2e1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a1b25f8a-a401-4941-8447-833219f1328a {
  min-height: 50px;
}








#s-a1b25f8a-a401-4941-8447-833219f1328a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1b25f8a-a401-4941-8447-833219f1328a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdcd2ea9-eee2-4586-9c9f-01a583e0e733 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdcd2ea9-eee2-4586-9c9f-01a583e0e733 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ef5e7ac2-a4c6-40e4-90c1-b05831b6f92f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef5e7ac2-a4c6-40e4-90c1-b05831b6f92f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-812c5385-4ae7-4dfb-860b-cc71f6ce6a09 {
  min-height: 50px;
}








#s-812c5385-4ae7-4dfb-860b-cc71f6ce6a09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-812c5385-4ae7-4dfb-860b-cc71f6ce6a09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0ade058-413c-41fa-81d2-5d60205ab144 {
  display: none;
}
#s-a8abea4e-f29c-4991-905b-d02e8dc1f1f2 {
  text-align: center;
}

#s-a8abea4e-f29c-4991-905b-d02e8dc1f1f2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a8abea4e-f29c-4991-905b-d02e8dc1f1f2 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-a8abea4e-f29c-4991-905b-d02e8dc1f1f2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-39a17357-19bb-46f9-bf8d-25e9e992622d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 1px;
}

#s-39a17357-19bb-46f9-bf8d-25e9e992622d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-39a17357-19bb-46f9-bf8d-25e9e992622d td.shogun-table-column {
  background-color: rgba(243, 243, 243, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-39a17357-19bb-46f9-bf8d-25e9e992622d td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-39a17357-19bb-46f9-bf8d-25e9e992622d td.shogun-table-column, #s-39a17357-19bb-46f9-bf8d-25e9e992622d td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-546571f4-b938-4d74-9839-333f634bdc97 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-546571f4-b938-4d74-9839-333f634bdc97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-546571f4-b938-4d74-9839-333f634bdc97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecb7c396-9041-4328-b59d-7e3ec306586b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecb7c396-9041-4328-b59d-7e3ec306586b .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7e184120-0a8e-4ed9-ab58-c7a6ed4e09f6 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-7e184120-0a8e-4ed9-ab58-c7a6ed4e09f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e184120-0a8e-4ed9-ab58-c7a6ed4e09f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec046d44-4bf0-46d2-82ce-c4e1efbbd3ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec046d44-4bf0-46d2-82ce-c4e1efbbd3ac .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-053435fe-27c7-49b8-b4b3-9ed372fb963b {
  min-height: 50px;
}








#s-053435fe-27c7-49b8-b4b3-9ed372fb963b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-053435fe-27c7-49b8-b4b3-9ed372fb963b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec92fce2-9cb1-4ecd-af67-dfbb4df01d2c {
  display: none;
}
#s-5e6d0dc3-4dbd-4f9b-9f26-ed63bd7941ae {
  padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 22px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(3, 3, 3, 1);
}
#s-5e6d0dc3-4dbd-4f9b-9f26-ed63bd7941ae:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5e6d0dc3-4dbd-4f9b-9f26-ed63bd7941ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e6d0dc3-4dbd-4f9b-9f26-ed63bd7941ae-root {
    text-align: center;
  }


#s-5e6d0dc3-4dbd-4f9b-9f26-ed63bd7941ae.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e6d0dc3-4dbd-4f9b-9f26-ed63bd7941ae-root {
    text-align: center;
  }


#s-5e6d0dc3-4dbd-4f9b-9f26-ed63bd7941ae.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e6d0dc3-4dbd-4f9b-9f26-ed63bd7941ae-root {
    text-align: center;
  }


#s-5e6d0dc3-4dbd-4f9b-9f26-ed63bd7941ae.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e6d0dc3-4dbd-4f9b-9f26-ed63bd7941ae-root {
    text-align: center;
  }


#s-5e6d0dc3-4dbd-4f9b-9f26-ed63bd7941ae.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e6d0dc3-4dbd-4f9b-9f26-ed63bd7941ae-root {
    text-align: center;
  }


#s-5e6d0dc3-4dbd-4f9b-9f26-ed63bd7941ae.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-31077405-a0e8-4e27-b22d-fe7cbae721bc {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-31077405-a0e8-4e27-b22d-fe7cbae721bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31077405-a0e8-4e27-b22d-fe7cbae721bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-daa4ce80-d75a-467e-8539-dc834cbba738 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-daa4ce80-d75a-467e-8539-dc834cbba738 .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e5cb1a3f-3672-4751-9721-3eac991e1cfb {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-e5cb1a3f-3672-4751-9721-3eac991e1cfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5cb1a3f-3672-4751-9721-3eac991e1cfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7d09025-c01a-47b6-b2af-9b1f6200a31e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7d09025-c01a-47b6-b2af-9b1f6200a31e .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e94cdfd4-8645-4666-961f-82fa67c0dcfc {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-e94cdfd4-8645-4666-961f-82fa67c0dcfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e94cdfd4-8645-4666-961f-82fa67c0dcfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af647fd6-74f2-4087-b66c-0cb8dcb3d01f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af647fd6-74f2-4087-b66c-0cb8dcb3d01f .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-d4cf6ad8-c8d1-47c4-945a-e2fbaac5a395 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-d4cf6ad8-c8d1-47c4-945a-e2fbaac5a395 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4cf6ad8-c8d1-47c4-945a-e2fbaac5a395.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a972d64-d55a-45ae-b701-4b487ded5ae5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a972d64-d55a-45ae-b701-4b487ded5ae5 .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e27cdf49-ef44-4d85-878e-a8b9b9e95b1d {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-e27cdf49-ef44-4d85-878e-a8b9b9e95b1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e27cdf49-ef44-4d85-878e-a8b9b9e95b1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c177869-61d6-4660-9054-d211d9afba58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c177869-61d6-4660-9054-d211d9afba58 .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-dabc8a7b-9e6c-4368-81af-6a988735e7ac {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-dabc8a7b-9e6c-4368-81af-6a988735e7ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dabc8a7b-9e6c-4368-81af-6a988735e7ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ece56ea8-f708-4d86-825e-d23f020f28c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ece56ea8-f708-4d86-825e-d23f020f28c2 .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-27e1b69b-5c88-43ff-a6cf-9f07f80ff081 {
  min-height: 50px;
}








#s-27e1b69b-5c88-43ff-a6cf-9f07f80ff081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27e1b69b-5c88-43ff-a6cf-9f07f80ff081.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9eea9341-1413-4345-9392-11a9e270bc8f {
  background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
background-position: center center;
}








#s-9eea9341-1413-4345-9392-11a9e270bc8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9eea9341-1413-4345-9392-11a9e270bc8f {
  cursor: pointer;
}#s-9eea9341-1413-4345-9392-11a9e270bc8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-770db91f-906e-4ac1-a1a5-c57a26ddb238 {
  min-height: 50px;
}








#s-770db91f-906e-4ac1-a1a5-c57a26ddb238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-770db91f-906e-4ac1-a1a5-c57a26ddb238.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19d1b329-68c4-4594-91ee-33806df4c6dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19d1b329-68c4-4594-91ee-33806df4c6dc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-429f2851-8c57-4deb-ac21-bb473068374f {
  min-height: 50px;
}








#s-429f2851-8c57-4deb-ac21-bb473068374f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-429f2851-8c57-4deb-ac21-bb473068374f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58639947-ee78-43ef-8a94-b2e6abba8518 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58639947-ee78-43ef-8a94-b2e6abba8518 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-45dec4a1-6d02-42b0-b083-39bc90d00ed5 {
  min-height: 50px;
}








#s-45dec4a1-6d02-42b0-b083-39bc90d00ed5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45dec4a1-6d02-42b0-b083-39bc90d00ed5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c4b9289-0baa-4109-87e1-2096b0b23b24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c4b9289-0baa-4109-87e1-2096b0b23b24 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a7618990-59f2-4ac5-8f4a-e9132153e261 {
  min-height: 50px;
}








#s-a7618990-59f2-4ac5-8f4a-e9132153e261 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7618990-59f2-4ac5-8f4a-e9132153e261.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ed3f7fb-7fd7-41d4-a3a9-fdf8e2eabb8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ed3f7fb-7fd7-41d4-a3a9-fdf8e2eabb8d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-9c5039fd-7ca0-4f7a-b3ae-8ce1a1efaa4b {
  min-height: 50px;
}








#s-9c5039fd-7ca0-4f7a-b3ae-8ce1a1efaa4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c5039fd-7ca0-4f7a-b3ae-8ce1a1efaa4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f244755-f226-45ed-a30a-fb60608f8892 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f244755-f226-45ed-a30a-fb60608f8892 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-364d201e-4671-42db-b33f-e08caaf8ab7c {
  min-height: 50px;
}








#s-364d201e-4671-42db-b33f-e08caaf8ab7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-364d201e-4671-42db-b33f-e08caaf8ab7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36238992-dc35-4ac4-9377-3b2df1a76930 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36238992-dc35-4ac4-9377-3b2df1a76930 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4ea91810-7c69-4e18-821d-518559c6eec7 {
  min-height: 50px;
}








#s-4ea91810-7c69-4e18-821d-518559c6eec7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ea91810-7c69-4e18-821d-518559c6eec7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b526d6d-1d66-4311-a3c3-374de880f541 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b526d6d-1d66-4311-a3c3-374de880f541 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2f6b3e78-1fd9-48f7-b3a1-cd9251729e4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f6b3e78-1fd9-48f7-b3a1-cd9251729e4f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7f99c8b3-88d1-47f7-bd56-de8320211d52 {
  min-height: 50px;
}








#s-7f99c8b3-88d1-47f7-bd56-de8320211d52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f99c8b3-88d1-47f7-bd56-de8320211d52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dcf88f2-bc20-42e3-98b0-48c5f856ccdf {
  display: none;
}
#s-c5148155-e1f7-4b6e-adaf-0638c7b76e33 {
  text-align: center;
}

#s-c5148155-e1f7-4b6e-adaf-0638c7b76e33 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c5148155-e1f7-4b6e-adaf-0638c7b76e33 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-c5148155-e1f7-4b6e-adaf-0638c7b76e33 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-daac772c-ce6f-403d-af0d-1c9a73922dc6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 1px;
}

#s-daac772c-ce6f-403d-af0d-1c9a73922dc6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-daac772c-ce6f-403d-af0d-1c9a73922dc6 td.shogun-table-column {
  background-color: rgba(243, 243, 243, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-daac772c-ce6f-403d-af0d-1c9a73922dc6 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-daac772c-ce6f-403d-af0d-1c9a73922dc6 td.shogun-table-column, #s-daac772c-ce6f-403d-af0d-1c9a73922dc6 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-5fd63755-ea8d-41d2-a943-9d3ed7d5f782 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-5fd63755-ea8d-41d2-a943-9d3ed7d5f782 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fd63755-ea8d-41d2-a943-9d3ed7d5f782.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27943ae4-2854-44d8-9539-0a7f7ae248c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27943ae4-2854-44d8-9539-0a7f7ae248c0 .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f5eeab09-e5ac-4694-8747-133d32bb731c {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-f5eeab09-e5ac-4694-8747-133d32bb731c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5eeab09-e5ac-4694-8747-133d32bb731c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfc7a42a-c856-41b5-9d6c-e4260c4379f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfc7a42a-c856-41b5-9d6c-e4260c4379f2 .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-d1340156-f5a4-4d13-9234-cfc85c7d6c71 {
  min-height: 50px;
}








#s-d1340156-f5a4-4d13-9234-cfc85c7d6c71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1340156-f5a4-4d13-9234-cfc85c7d6c71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-887e9441-ccb7-4d5f-b83c-2f80438fe710 {
  display: none;
}
#s-7e3b0230-b236-41cb-977c-a83e5278a768 {
  padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 22px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(3, 3, 3, 1);
}
#s-7e3b0230-b236-41cb-977c-a83e5278a768:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7e3b0230-b236-41cb-977c-a83e5278a768:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7e3b0230-b236-41cb-977c-a83e5278a768-root {
    text-align: center;
  }


#s-7e3b0230-b236-41cb-977c-a83e5278a768.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e3b0230-b236-41cb-977c-a83e5278a768-root {
    text-align: center;
  }


#s-7e3b0230-b236-41cb-977c-a83e5278a768.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e3b0230-b236-41cb-977c-a83e5278a768-root {
    text-align: center;
  }


#s-7e3b0230-b236-41cb-977c-a83e5278a768.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e3b0230-b236-41cb-977c-a83e5278a768-root {
    text-align: center;
  }


#s-7e3b0230-b236-41cb-977c-a83e5278a768.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e3b0230-b236-41cb-977c-a83e5278a768-root {
    text-align: center;
  }


#s-7e3b0230-b236-41cb-977c-a83e5278a768.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ee297c93-4d84-4476-8afe-098de70a52ad {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-ee297c93-4d84-4476-8afe-098de70a52ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee297c93-4d84-4476-8afe-098de70a52ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7145aa42-7527-421d-9461-993ab4800d7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7145aa42-7527-421d-9461-993ab4800d7a .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-d1d11d9b-3960-484d-ba21-1877a926fbdc {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-d1d11d9b-3960-484d-ba21-1877a926fbdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1d11d9b-3960-484d-ba21-1877a926fbdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb75085c-463f-4e6b-a816-e0acda5d2b2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb75085c-463f-4e6b-a816-e0acda5d2b2a .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-9134c342-a01b-4e0d-92c9-d52f7d175b70 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-9134c342-a01b-4e0d-92c9-d52f7d175b70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9134c342-a01b-4e0d-92c9-d52f7d175b70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1995adbb-d169-4ed0-8d67-1d00c1e66ae8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1995adbb-d169-4ed0-8d67-1d00c1e66ae8 .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-debfe542-1707-4cd1-bd14-ae8bb10e90f8 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-debfe542-1707-4cd1-bd14-ae8bb10e90f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-debfe542-1707-4cd1-bd14-ae8bb10e90f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d0c7202-bf49-4b9b-a0d3-2e7571a4a0ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d0c7202-bf49-4b9b-a0d3-2e7571a4a0ab .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7dea6efb-ba55-4340-8285-4cd7ea46a2a5 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-7dea6efb-ba55-4340-8285-4cd7ea46a2a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dea6efb-ba55-4340-8285-4cd7ea46a2a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89ed3718-bea1-4320-a77b-ab701ed25d81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89ed3718-bea1-4320-a77b-ab701ed25d81 .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-6a0a030c-9967-499e-8bd6-729a47c8f83f {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-6a0a030c-9967-499e-8bd6-729a47c8f83f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a0a030c-9967-499e-8bd6-729a47c8f83f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2eee24e-b739-45df-b049-ff80ed83c09d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2eee24e-b739-45df-b049-ff80ed83c09d .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1283b250-c868-4b40-839d-6a9f7740aff2 {
  min-height: 50px;
}








#s-1283b250-c868-4b40-839d-6a9f7740aff2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1283b250-c868-4b40-839d-6a9f7740aff2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78c827a7-663a-4ae4-9d84-c439f91f04d8 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
background-position: center center;
}








#s-78c827a7-663a-4ae4-9d84-c439f91f04d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78c827a7-663a-4ae4-9d84-c439f91f04d8 {
  cursor: pointer;
}#s-78c827a7-663a-4ae4-9d84-c439f91f04d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f75d2d8e-d38f-4265-a682-c115a3d8ea0e {
  min-height: 50px;
}








#s-f75d2d8e-d38f-4265-a682-c115a3d8ea0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f75d2d8e-d38f-4265-a682-c115a3d8ea0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72f799af-6842-47d0-9e52-26a971c08c95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72f799af-6842-47d0-9e52-26a971c08c95 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b458f17f-24cd-4261-932f-25772c6ccd36 {
  min-height: 50px;
}








#s-b458f17f-24cd-4261-932f-25772c6ccd36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b458f17f-24cd-4261-932f-25772c6ccd36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c74ca941-6dcc-40cc-893d-1636f7d3b179 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c74ca941-6dcc-40cc-893d-1636f7d3b179 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4aef4309-1cb4-432b-9072-f349066be192 {
  min-height: 50px;
}








#s-4aef4309-1cb4-432b-9072-f349066be192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aef4309-1cb4-432b-9072-f349066be192.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25a2aa87-a95c-41fa-a9aa-316e3392736a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25a2aa87-a95c-41fa-a9aa-316e3392736a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5fcae78a-0a52-4cf1-a0fb-4f539bc22c67 {
  min-height: 50px;
}








#s-5fcae78a-0a52-4cf1-a0fb-4f539bc22c67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fcae78a-0a52-4cf1-a0fb-4f539bc22c67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3166484-d231-4fd7-bd9c-bc56c2e38ea4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3166484-d231-4fd7-bd9c-bc56c2e38ea4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-646795ae-2090-4be1-a00d-aff052983681 {
  min-height: 50px;
}








#s-646795ae-2090-4be1-a00d-aff052983681 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-646795ae-2090-4be1-a00d-aff052983681.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd98cf8c-ac1c-4da9-af5f-b7d1f0484bb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd98cf8c-ac1c-4da9-af5f-b7d1f0484bb7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f69e9b64-a232-4167-8cc0-451704387ef1 {
  min-height: 50px;
}








#s-f69e9b64-a232-4167-8cc0-451704387ef1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f69e9b64-a232-4167-8cc0-451704387ef1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e83973b0-8a5c-4c5f-979c-6128d1a4538f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e83973b0-8a5c-4c5f-979c-6128d1a4538f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-595bdaf4-935d-4f83-9439-8a70e8593131 {
  min-height: 50px;
}








#s-595bdaf4-935d-4f83-9439-8a70e8593131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-595bdaf4-935d-4f83-9439-8a70e8593131.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11cb7ac7-b7d1-4e3e-91a0-73ad669fad8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11cb7ac7-b7d1-4e3e-91a0-73ad669fad8a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-01fcd01b-672a-4304-a2e1-ed224fd782e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01fcd01b-672a-4304-a2e1-ed224fd782e1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f3113295-1b8d-4ba2-9042-7799e221a2dc {
  min-height: 50px;
}








#s-f3113295-1b8d-4ba2-9042-7799e221a2dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3113295-1b8d-4ba2-9042-7799e221a2dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f84f7035-b685-41cc-9538-f09dd1fb4869 {
  display: none;
}
#s-975016ae-374a-4f5a-9de4-1697785edd79 {
  text-align: center;
}

#s-975016ae-374a-4f5a-9de4-1697785edd79 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-975016ae-374a-4f5a-9de4-1697785edd79 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-975016ae-374a-4f5a-9de4-1697785edd79 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e2b2a0a3-90c9-49e3-ab9c-6e041663d9a6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 1px;
}

#s-e2b2a0a3-90c9-49e3-ab9c-6e041663d9a6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e2b2a0a3-90c9-49e3-ab9c-6e041663d9a6 td.shogun-table-column {
  background-color: rgba(243, 243, 243, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e2b2a0a3-90c9-49e3-ab9c-6e041663d9a6 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-e2b2a0a3-90c9-49e3-ab9c-6e041663d9a6 td.shogun-table-column, #s-e2b2a0a3-90c9-49e3-ab9c-6e041663d9a6 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-d36377fb-801c-4fae-825f-502a67d35dc3 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-d36377fb-801c-4fae-825f-502a67d35dc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d36377fb-801c-4fae-825f-502a67d35dc3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24326f4b-dfcf-48f5-a240-41f3d527bc7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24326f4b-dfcf-48f5-a240-41f3d527bc7b .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-152e052e-9984-4680-b7e0-df9433d20e6f {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-152e052e-9984-4680-b7e0-df9433d20e6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-152e052e-9984-4680-b7e0-df9433d20e6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a67c914-ad34-47b1-925a-5b654a522f5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a67c914-ad34-47b1-925a-5b654a522f5c .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3c0c3155-9fda-434c-a88e-7338533b7f8a {
  min-height: 50px;
}








#s-3c0c3155-9fda-434c-a88e-7338533b7f8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c0c3155-9fda-434c-a88e-7338533b7f8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2e76486-f10f-4fdc-ba9e-e61f5e70ed52 {
  display: none;
}
#s-28350b92-7cff-44c8-87be-639ec58862a8 {
  padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 22px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(3, 3, 3, 1);
}
#s-28350b92-7cff-44c8-87be-639ec58862a8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-28350b92-7cff-44c8-87be-639ec58862a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28350b92-7cff-44c8-87be-639ec58862a8-root {
    text-align: center;
  }


#s-28350b92-7cff-44c8-87be-639ec58862a8.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-28350b92-7cff-44c8-87be-639ec58862a8-root {
    text-align: center;
  }


#s-28350b92-7cff-44c8-87be-639ec58862a8.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28350b92-7cff-44c8-87be-639ec58862a8-root {
    text-align: center;
  }


#s-28350b92-7cff-44c8-87be-639ec58862a8.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28350b92-7cff-44c8-87be-639ec58862a8-root {
    text-align: center;
  }


#s-28350b92-7cff-44c8-87be-639ec58862a8.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-28350b92-7cff-44c8-87be-639ec58862a8-root {
    text-align: center;
  }


#s-28350b92-7cff-44c8-87be-639ec58862a8.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d057cd04-3023-4bab-a0d4-1b8bc38a734d {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-d057cd04-3023-4bab-a0d4-1b8bc38a734d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d057cd04-3023-4bab-a0d4-1b8bc38a734d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa540df6-234e-4c99-b76e-2f11eb6069de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa540df6-234e-4c99-b76e-2f11eb6069de .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-16dc91ef-d022-4fed-921d-069dde9ba4ec {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-16dc91ef-d022-4fed-921d-069dde9ba4ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16dc91ef-d022-4fed-921d-069dde9ba4ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3b28a73-0821-47e6-adb9-6f3faa80b1b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3b28a73-0821-47e6-adb9-6f3faa80b1b1 .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-434c9464-fa84-4241-850e-6d0efcf14095 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-434c9464-fa84-4241-850e-6d0efcf14095 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-434c9464-fa84-4241-850e-6d0efcf14095.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-faadee3c-bc05-4178-be0a-f36144841f3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-faadee3c-bc05-4178-be0a-f36144841f3f .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2e48a5f3-4c6b-4995-87f6-f0f31a9a3872 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-2e48a5f3-4c6b-4995-87f6-f0f31a9a3872 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e48a5f3-4c6b-4995-87f6-f0f31a9a3872.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e871bdcc-323a-4570-8d5e-5cc464668c6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e871bdcc-323a-4570-8d5e-5cc464668c6b .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2b0def46-3019-44b0-8a99-21d1ac6af5de {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-2b0def46-3019-44b0-8a99-21d1ac6af5de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b0def46-3019-44b0-8a99-21d1ac6af5de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0171a430-b07d-4718-bf59-72808ac492ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0171a430-b07d-4718-bf59-72808ac492ad .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-cd4248b7-e3a9-4ff3-a199-cd8916d83d19 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-cd4248b7-e3a9-4ff3-a199-cd8916d83d19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd4248b7-e3a9-4ff3-a199-cd8916d83d19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abae1a35-e012-473e-8e4d-b97bfb3ca28f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abae1a35-e012-473e-8e4d-b97bfb3ca28f .shogun-heading-component h1 {
  color: rgba(42, 92, 170, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-d591b9b3-5440-4451-94b6-c0dca2b1bcc9 {
  min-height: 50px;
}








#s-d591b9b3-5440-4451-94b6-c0dca2b1bcc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d591b9b3-5440-4451-94b6-c0dca2b1bcc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-115dd358-2dea-4fae-9ba0-77a68e01b695 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
background-position: center center;
}








#s-115dd358-2dea-4fae-9ba0-77a68e01b695 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-115dd358-2dea-4fae-9ba0-77a68e01b695 {
  cursor: pointer;
}#s-115dd358-2dea-4fae-9ba0-77a68e01b695.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcc18aef-24dc-4478-89ec-b18be8ca27e7 {
  min-height: 50px;
}








#s-bcc18aef-24dc-4478-89ec-b18be8ca27e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcc18aef-24dc-4478-89ec-b18be8ca27e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de97ca06-9257-4bfd-b403-5b3cb95a9cab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de97ca06-9257-4bfd-b403-5b3cb95a9cab .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-284d9ff6-9dc6-4f25-a7d4-4578b3129460 {
  min-height: 50px;
}








#s-284d9ff6-9dc6-4f25-a7d4-4578b3129460 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-284d9ff6-9dc6-4f25-a7d4-4578b3129460.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db5034e2-31b2-4576-adec-a8cf41d6492b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db5034e2-31b2-4576-adec-a8cf41d6492b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1e198f86-0db5-435d-ac50-3adf8478ffb0 {
  min-height: 50px;
}








#s-1e198f86-0db5-435d-ac50-3adf8478ffb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e198f86-0db5-435d-ac50-3adf8478ffb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd0999d2-f0d0-49fd-a375-f80b4753a8fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd0999d2-f0d0-49fd-a375-f80b4753a8fa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2cf264c9-c8f8-402a-8f0c-5ee7821e7ae6 {
  min-height: 50px;
}








#s-2cf264c9-c8f8-402a-8f0c-5ee7821e7ae6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cf264c9-c8f8-402a-8f0c-5ee7821e7ae6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45331e69-a2dc-4846-9b17-cf23d4495b46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45331e69-a2dc-4846-9b17-cf23d4495b46 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5ac1ae46-4f9d-4935-9e67-4c0b1f53dc99 {
  min-height: 50px;
}








#s-5ac1ae46-4f9d-4935-9e67-4c0b1f53dc99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ac1ae46-4f9d-4935-9e67-4c0b1f53dc99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21f6d30c-e911-47fa-a5e1-05c4de26d3a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21f6d30c-e911-47fa-a5e1-05c4de26d3a5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e598dfd9-b079-4e7f-a0b4-fc3f608eead2 {
  min-height: 50px;
}








#s-e598dfd9-b079-4e7f-a0b4-fc3f608eead2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e598dfd9-b079-4e7f-a0b4-fc3f608eead2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9454c83d-1490-4d5d-b16b-38870ef198d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9454c83d-1490-4d5d-b16b-38870ef198d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-9d099dbb-a070-44f2-be45-edbdc4d632c8 {
  min-height: 50px;
}








#s-9d099dbb-a070-44f2-be45-edbdc4d632c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d099dbb-a070-44f2-be45-edbdc4d632c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68b4c8f2-e99d-453f-9a6e-59010c43be40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68b4c8f2-e99d-453f-9a6e-59010c43be40 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-393fb704-76a5-4065-b0af-1748126adac4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-393fb704-76a5-4065-b0af-1748126adac4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4cfa35cb-d959-4564-b11f-e2e4820cafae {
  min-height: 50px;
}








#s-4cfa35cb-d959-4564-b11f-e2e4820cafae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cfa35cb-d959-4564-b11f-e2e4820cafae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9547705-6a41-4ca8-ae93-288f71799f2e {
  display: none;
}
#s-9e337b5d-b7bd-47f8-97a9-d358f3c2d28b {
  text-align: center;
}

#s-9e337b5d-b7bd-47f8-97a9-d358f3c2d28b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-9e337b5d-b7bd-47f8-97a9-d358f3c2d28b .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 16px;
}

#s-9e337b5d-b7bd-47f8-97a9-d358f3c2d28b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0fdf3c14-020f-47cb-b205-8e441f02ac3c {
  min-height: 50px;
}








#s-0fdf3c14-020f-47cb-b205-8e441f02ac3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fdf3c14-020f-47cb-b205-8e441f02ac3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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;
  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-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;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;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
