.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-fcf6f3cb-5479-4caa-b0ed-2a0140bda238 {
  margin-right: 0px;
min-height: 50px;
background-color: rgba(245, 245, 246, 1);
}








#s-fcf6f3cb-5479-4caa-b0ed-2a0140bda238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcf6f3cb-5479-4caa-b0ed-2a0140bda238.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-6cd985c9-5be5-4bdf-9f1d-0f7a5f4297c9 {
  margin-top: 64px;
margin-bottom: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cd985c9-5be5-4bdf-9f1d-0f7a5f4297c9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-6cd985c9-5be5-4bdf-9f1d-0f7a5f4297c9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-9828ec12-7594-44ab-95dc-5e9cb01db6bc {
  min-height: 50px;
}








#s-9828ec12-7594-44ab-95dc-5e9cb01db6bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9828ec12-7594-44ab-95dc-5e9cb01db6bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7419df8c-9fb2-4ab3-bdad-c9f116a34cf8 {
  margin-bottom: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7419df8c-9fb2-4ab3-bdad-c9f116a34cf8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2deaba96-11de-494e-b78b-c9c5a1ee858a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 300px;
}








#s-2deaba96-11de-494e-b78b-c9c5a1ee858a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2deaba96-11de-494e-b78b-c9c5a1ee858a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bd37303-66db-40a8-a691-70ae3eb41742 {
  margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-c190da19-8727-45e3-85c7-38cdf5f1e314 {
  margin-bottom: 64px;
min-height: 50px;
background-color: rgba(245, 245, 246, 1);
}








#s-c190da19-8727-45e3-85c7-38cdf5f1e314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c190da19-8727-45e3-85c7-38cdf5f1e314.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09cac6f8-5e02-4f2c-9aec-60d1a96fd16c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.22);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-bottom: 32px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.0022);
border-style: solid;
border-radius: 6px;
}

#s-09cac6f8-5e02-4f2c-9aec-60d1a96fd16c {
  background-image: url();
}








#s-09cac6f8-5e02-4f2c-9aec-60d1a96fd16c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09cac6f8-5e02-4f2c-9aec-60d1a96fd16c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de1bb333-d7c4-4941-b748-2e7ee76d5b6e {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}
@media (min-width: 1200px){#s-de1bb333-d7c4-4941-b748-2e7ee76d5b6e {
  display: none;
}
#s-de1bb333-d7c4-4941-b748-2e7ee76d5b6e, #wrap-s-de1bb333-d7c4-4941-b748-2e7ee76d5b6e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de1bb333-d7c4-4941-b748-2e7ee76d5b6e {
  display: none;
}
#s-de1bb333-d7c4-4941-b748-2e7ee76d5b6e, #wrap-s-de1bb333-d7c4-4941-b748-2e7ee76d5b6e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de1bb333-d7c4-4941-b748-2e7ee76d5b6e {
  display: none;
}
#s-de1bb333-d7c4-4941-b748-2e7ee76d5b6e, #wrap-s-de1bb333-d7c4-4941-b748-2e7ee76d5b6e { display:none !important; }}







#s-de1bb333-d7c4-4941-b748-2e7ee76d5b6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de1bb333-d7c4-4941-b748-2e7ee76d5b6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@media (min-width: 1200px){#s-fde660cb-8be9-4071-ae8b-f880988b6f86 {
  display: none;
}
#s-fde660cb-8be9-4071-ae8b-f880988b6f86, #wrap-s-fde660cb-8be9-4071-ae8b-f880988b6f86 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fde660cb-8be9-4071-ae8b-f880988b6f86 {
  display: none;
}
#s-fde660cb-8be9-4071-ae8b-f880988b6f86, #wrap-s-fde660cb-8be9-4071-ae8b-f880988b6f86 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fde660cb-8be9-4071-ae8b-f880988b6f86 {
  display: none;
}
#s-fde660cb-8be9-4071-ae8b-f880988b6f86, #wrap-s-fde660cb-8be9-4071-ae8b-f880988b6f86 { display:none !important; }}
#s-fde660cb-8be9-4071-ae8b-f880988b6f86 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fde660cb-8be9-4071-ae8b-f880988b6f86 .shg-sld-nav-button.shg-sld-left,
#s-fde660cb-8be9-4071-ae8b-f880988b6f86 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-51e63e23-e376-4c85-9c50-281374dc0255 {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
max-width: 400px;
}








#s-51e63e23-e376-4c85-9c50-281374dc0255 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51e63e23-e376-4c85-9c50-281374dc0255.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-737594c1-002e-4a87-8776-054297e7caa5 {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
max-width: 400px;
}








#s-737594c1-002e-4a87-8776-054297e7caa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-737594c1-002e-4a87-8776-054297e7caa5.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-eaed7bd1-8c51-4499-a9ac-591cd7ed3262 {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
max-width: 400px;
}








#s-eaed7bd1-8c51-4499-a9ac-591cd7ed3262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaed7bd1-8c51-4499-a9ac-591cd7ed3262.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-bca45f63-23e8-4c0a-a681-616f0f3d7c88 {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
max-width: 400px;
}








#s-bca45f63-23e8-4c0a-a681-616f0f3d7c88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bca45f63-23e8-4c0a-a681-616f0f3d7c88.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-467d2c5b-aed3-4d5d-8424-a56ee4d6ca3f {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
max-width: 400px;
}








#s-467d2c5b-aed3-4d5d-8424-a56ee4d6ca3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-467d2c5b-aed3-4d5d-8424-a56ee4d6ca3f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-79d2fc38-d25c-4e3c-b9c0-cf422ef55de1 {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
max-width: 400px;
}








#s-79d2fc38-d25c-4e3c-b9c0-cf422ef55de1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79d2fc38-d25c-4e3c-b9c0-cf422ef55de1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-150c1d3f-6b55-4274-84cb-0245c429054e {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 395px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-150c1d3f-6b55-4274-84cb-0245c429054e {
  margin-bottom: 32px;
}
}







#s-150c1d3f-6b55-4274-84cb-0245c429054e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-150c1d3f-6b55-4274-84cb-0245c429054e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-81aba94f-8073-4ab4-8808-8e394f552ef7 {
  min-height: 350px;
}








#s-81aba94f-8073-4ab4-8808-8e394f552ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81aba94f-8073-4ab4-8808-8e394f552ef7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-42c64065-c802-4216-ae88-76ea75c87553 {
  margin-bottom: 8px;
text-align: left;
}

#s-42c64065-c802-4216-ae88-76ea75c87553 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-91158a08-7201-4780-9add-c098742c6f44 {
  margin-bottom: 16px;
text-align: left;
}

#s-91158a08-7201-4780-9add-c098742c6f44 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2a4a98a4-341f-4392-88f8-e619e5e13a49 {
  text-align: left;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-2225fadb-78de-472c-9ca3-ee1ca55f57fd {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-2225fadb-78de-472c-9ca3-ee1ca55f57fd hr {
  border-top: 1px solid #ddd;
}

#s-12b7eb03-16dd-436f-9317-d8c2c4d021ca {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-12b7eb03-16dd-436f-9317-d8c2c4d021ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12b7eb03-16dd-436f-9317-d8c2c4d021ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0688b57-3219-4e80-902c-0903319aa201 {
  padding-bottom: 8px;
text-align: left;
}

#s-d0688b57-3219-4e80-902c-0903319aa201 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-55666fa3-2785-4030-8234-1faf1adf4f37 {
  padding-bottom: 8px;
text-align: left;
}

#s-55666fa3-2785-4030-8234-1faf1adf4f37 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e2b0d468-884d-4cdb-9fbe-7ba06e6e029d {
  padding-bottom: 8px;
text-align: left;
}

#s-e2b0d468-884d-4cdb-9fbe-7ba06e6e029d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-aadbe4e8-79ea-4d92-a6bd-d83a67d4eded {
  padding-bottom: 8px;
text-align: left;
}

#s-aadbe4e8-79ea-4d92-a6bd-d83a67d4eded .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c724c66b-5f3f-4da9-9e5d-de9c0c1283d5 {
  padding-bottom: 8px;
text-align: left;
}

#s-c724c66b-5f3f-4da9-9e5d-de9c0c1283d5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c262a7d0-6b15-490c-9f7d-d984828894a8 {
  padding-bottom: 8px;
text-align: left;
}

#s-c262a7d0-6b15-490c-9f7d-d984828894a8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e422849e-9cf7-4e5e-a147-1bfa17823ee9 {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 395px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e422849e-9cf7-4e5e-a147-1bfa17823ee9 {
  margin-bottom: 32px;
}
}







#s-e422849e-9cf7-4e5e-a147-1bfa17823ee9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e422849e-9cf7-4e5e-a147-1bfa17823ee9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3b7e68ee-8189-4ac3-80e8-4d7007f426db {
  min-height: 350px;
}








#s-3b7e68ee-8189-4ac3-80e8-4d7007f426db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b7e68ee-8189-4ac3-80e8-4d7007f426db.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dafbaaaa-06ac-4529-a9b8-42095c0ebd2f {
  margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dafbaaaa-06ac-4529-a9b8-42095c0ebd2f .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d410258c-dcaf-4c66-a154-4b3434e05d90 {
  text-align: left;
}

#s-8d924f12-5516-4f9a-b2cc-be01ad5827df {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-8d924f12-5516-4f9a-b2cc-be01ad5827df hr {
  border-top: 1px solid #ddd;
}

#s-fb259c72-dec9-496b-b176-0b6c1943278d {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-fb259c72-dec9-496b-b176-0b6c1943278d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb259c72-dec9-496b-b176-0b6c1943278d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16a03a11-46e8-4830-ae95-bcfc06127a33 {
  padding-bottom: 8px;
text-align: left;
}

#s-16a03a11-46e8-4830-ae95-bcfc06127a33 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-ebb86bf4-b725-4e11-8cb3-d8c3625beee4 {
  padding-bottom: 8px;
text-align: left;
}

#s-ebb86bf4-b725-4e11-8cb3-d8c3625beee4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-58e475ef-655d-4623-a81b-f18e281c6544 {
  padding-bottom: 8px;
text-align: left;
}

#s-58e475ef-655d-4623-a81b-f18e281c6544 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-4de21f9f-43d4-4f0d-86d6-8980a4af40af {
  padding-bottom: 8px;
text-align: left;
}

#s-4de21f9f-43d4-4f0d-86d6-8980a4af40af .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-72ccb34d-5a31-43fe-899c-43c86c2a3e5e {
  padding-bottom: 8px;
text-align: left;
}

#s-72ccb34d-5a31-43fe-899c-43c86c2a3e5e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-1869e417-df05-4c29-af85-a70ee42c6c12 {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 395px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1869e417-df05-4c29-af85-a70ee42c6c12 {
  margin-bottom: 32px;
}
}







#s-1869e417-df05-4c29-af85-a70ee42c6c12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1869e417-df05-4c29-af85-a70ee42c6c12.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e8a5e700-aaa2-4e83-86c9-942986331cd5 {
  min-height: 350px;
}








#s-e8a5e700-aaa2-4e83-86c9-942986331cd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8a5e700-aaa2-4e83-86c9-942986331cd5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e68b6aad-7a55-4362-9e1f-a2d4b66a2e6f {
  margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e68b6aad-7a55-4362-9e1f-a2d4b66a2e6f .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-c25ff63b-5587-4f84-ab3f-e0df89828a6d {
  text-align: left;
}

#s-52f03136-4a8b-4326-9028-a105add7ea4f {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-52f03136-4a8b-4326-9028-a105add7ea4f hr {
  border-top: 1px solid #ddd;
}

#s-46d80c10-88c2-4f3f-84e6-42cef2b5b03f {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-46d80c10-88c2-4f3f-84e6-42cef2b5b03f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46d80c10-88c2-4f3f-84e6-42cef2b5b03f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2dbd3d1f-e390-4252-a0ab-f93ac2ba3619 {
  padding-bottom: 8px;
text-align: left;
}

#s-2dbd3d1f-e390-4252-a0ab-f93ac2ba3619 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-b4d80b94-7114-43c8-a007-76019e02c313 {
  padding-bottom: 8px;
text-align: left;
}

#s-b4d80b94-7114-43c8-a007-76019e02c313 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-010ed95d-4ee8-431b-b490-1d3599b71b0c {
  padding-bottom: 8px;
text-align: left;
}

#s-010ed95d-4ee8-431b-b490-1d3599b71b0c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9146257e-7fee-4a4d-a9af-62ac0a5bae2d {
  padding-bottom: 8px;
text-align: left;
}

#s-9146257e-7fee-4a4d-a9af-62ac0a5bae2d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9797e6de-38e2-4101-8220-fa2549ad3a27 {
  padding-bottom: 8px;
text-align: left;
}

#s-9797e6de-38e2-4101-8220-fa2549ad3a27 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-34d7d63e-26e1-42b1-8b90-a10be5d66288 {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 395px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-34d7d63e-26e1-42b1-8b90-a10be5d66288 {
  margin-bottom: 32px;
}
}







#s-34d7d63e-26e1-42b1-8b90-a10be5d66288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34d7d63e-26e1-42b1-8b90-a10be5d66288.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b94b64f1-f9c3-443e-819d-a675751dd7e0 {
  min-height: 350px;
}








#s-b94b64f1-f9c3-443e-819d-a675751dd7e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b94b64f1-f9c3-443e-819d-a675751dd7e0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ccd94907-a4f2-4853-9fbb-04bca5a05b51 {
  margin-bottom: 8px;
text-align: left;
}

#s-ccd94907-a4f2-4853-9fbb-04bca5a05b51 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e7a97987-d21d-48e1-9f88-d90490b6baac {
  margin-bottom: 16px;
text-align: left;
}

#s-e7a97987-d21d-48e1-9f88-d90490b6baac .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-01198988-834a-48fd-ad62-d25b3f443aef {
  text-align: left;
}

#s-6431c7a0-5203-4be8-93fb-dfe4aabf3e15 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-6431c7a0-5203-4be8-93fb-dfe4aabf3e15 hr {
  border-top: 1px solid #ddd;
}

#s-ce122161-2fa8-43ef-9794-d69b60a6aa74 {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-ce122161-2fa8-43ef-9794-d69b60a6aa74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce122161-2fa8-43ef-9794-d69b60a6aa74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3172e4f6-af95-4caf-b590-16bed2f17657 {
  padding-bottom: 8px;
text-align: left;
}

#s-3172e4f6-af95-4caf-b590-16bed2f17657 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2fdbc0f6-fc01-4dec-a723-e5879c50993b {
  padding-bottom: 8px;
text-align: left;
}

#s-2fdbc0f6-fc01-4dec-a723-e5879c50993b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-1b35eef2-a7c6-46fb-9130-f91550303a07 {
  padding-bottom: 8px;
text-align: left;
}

#s-1b35eef2-a7c6-46fb-9130-f91550303a07 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-fe6d3159-09e3-4a84-bdbd-de2236ca93ec {
  padding-bottom: 8px;
text-align: left;
}

#s-fe6d3159-09e3-4a84-bdbd-de2236ca93ec .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a872edb9-cfac-495b-8816-2c16a9974a2c {
  padding-bottom: 8px;
text-align: left;
}

#s-a872edb9-cfac-495b-8816-2c16a9974a2c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0a630ebf-38d1-4c14-addc-e41c62a20a7b {
  padding-bottom: 8px;
text-align: left;
}

#s-0a630ebf-38d1-4c14-addc-e41c62a20a7b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-4e7f632d-e216-465e-89c8-59f62901d363 {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 395px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4e7f632d-e216-465e-89c8-59f62901d363 {
  margin-bottom: 32px;
}
}







#s-4e7f632d-e216-465e-89c8-59f62901d363 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e7f632d-e216-465e-89c8-59f62901d363.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2d478279-d80a-492a-b7a5-ff70bd113894 {
  min-height: 350px;
}








#s-2d478279-d80a-492a-b7a5-ff70bd113894 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d478279-d80a-492a-b7a5-ff70bd113894.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-524f6392-5b46-47b1-82d5-7f774f3960e0 {
  margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-524f6392-5b46-47b1-82d5-7f774f3960e0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-210360a1-0776-4fe6-95cc-2c4c5604ef78 {
  text-align: left;
}

#s-378dd148-6a3b-42af-b1df-4e9da7e2dfbc {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-378dd148-6a3b-42af-b1df-4e9da7e2dfbc hr {
  border-top: 1px solid #ddd;
}

#s-5a3ccd44-dc4a-4d89-b616-9ad121913de2 {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-5a3ccd44-dc4a-4d89-b616-9ad121913de2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a3ccd44-dc4a-4d89-b616-9ad121913de2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05980887-f9e1-4804-b766-fa0429f7f956 {
  padding-bottom: 8px;
text-align: left;
}

#s-05980887-f9e1-4804-b766-fa0429f7f956 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9cadd775-46fb-4cbc-ac0c-87c64736459e {
  padding-bottom: 8px;
text-align: left;
}

#s-9cadd775-46fb-4cbc-ac0c-87c64736459e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-1089579e-bbd7-43a3-9733-b64aaac5d636 {
  padding-bottom: 8px;
text-align: left;
}

#s-1089579e-bbd7-43a3-9733-b64aaac5d636 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-b05c7db4-541e-421f-8c83-987169d4918e {
  padding-bottom: 8px;
text-align: left;
}

#s-b05c7db4-541e-421f-8c83-987169d4918e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9f3303ba-bdb1-4613-93fd-4f9c340bfe92 {
  padding-bottom: 8px;
text-align: left;
}

#s-9f3303ba-bdb1-4613-93fd-4f9c340bfe92 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-41c85be7-ad18-49e4-b926-8f55af2b6efd {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 395px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-41c85be7-ad18-49e4-b926-8f55af2b6efd {
  margin-bottom: 32px;
}
}







#s-41c85be7-ad18-49e4-b926-8f55af2b6efd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41c85be7-ad18-49e4-b926-8f55af2b6efd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6ad3b9b7-7f6f-477e-9147-87cd53aa831b {
  min-height: 350px;
}








#s-6ad3b9b7-7f6f-477e-9147-87cd53aa831b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ad3b9b7-7f6f-477e-9147-87cd53aa831b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-41c45116-9d86-450b-8f01-cb5aca8f2761 {
  margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41c45116-9d86-450b-8f01-cb5aca8f2761 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-f281f8d3-ac37-4c67-87cc-9fac87deec20 {
  text-align: left;
}

#s-804f6fa8-e5e7-4e77-a316-6718cd4d0969 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-804f6fa8-e5e7-4e77-a316-6718cd4d0969 hr {
  border-top: 1px solid #ddd;
}

#s-cb37bbbf-aa7b-4f67-a730-24b00d48a116 {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-cb37bbbf-aa7b-4f67-a730-24b00d48a116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb37bbbf-aa7b-4f67-a730-24b00d48a116.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba2f6dbf-b784-47f7-9e87-e287f60fa03b {
  padding-bottom: 8px;
text-align: left;
}

#s-ba2f6dbf-b784-47f7-9e87-e287f60fa03b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-615a7f41-a977-4170-a4c4-292d9530cf6e {
  padding-bottom: 8px;
text-align: left;
}

#s-615a7f41-a977-4170-a4c4-292d9530cf6e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-32be2ffc-2951-46ee-b6f9-70def0a67516 {
  padding-bottom: 8px;
text-align: left;
}

#s-32be2ffc-2951-46ee-b6f9-70def0a67516 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-649a1389-f408-463a-8501-9f08eae11d58 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-649a1389-f408-463a-8501-9f08eae11d58 {
  display: none;
}
#s-649a1389-f408-463a-8501-9f08eae11d58, #wrap-s-649a1389-f408-463a-8501-9f08eae11d58 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-649a1389-f408-463a-8501-9f08eae11d58 {
  display: none;
}
#s-649a1389-f408-463a-8501-9f08eae11d58, #wrap-s-649a1389-f408-463a-8501-9f08eae11d58 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-649a1389-f408-463a-8501-9f08eae11d58 {
  display: none;
}
#s-649a1389-f408-463a-8501-9f08eae11d58, #wrap-s-649a1389-f408-463a-8501-9f08eae11d58 { display:none !important; }}
#s-649a1389-f408-463a-8501-9f08eae11d58 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-649a1389-f408-463a-8501-9f08eae11d58 .shg-sld-nav-button.shg-sld-left,
#s-649a1389-f408-463a-8501-9f08eae11d58 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-623b61ab-144f-463c-92fe-512d9e09ed4c {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
max-width: 400px;
}








#s-623b61ab-144f-463c-92fe-512d9e09ed4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-623b61ab-144f-463c-92fe-512d9e09ed4c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-001685f8-cccd-48de-aebb-c3e619e4aa86 {
  padding-top: 16px;
}

#s-e13b536f-2e7d-4a04-a0a7-b65d37eb94e8 {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
max-width: 400px;
}








#s-e13b536f-2e7d-4a04-a0a7-b65d37eb94e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e13b536f-2e7d-4a04-a0a7-b65d37eb94e8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-cd1bb75f-a51c-4dcf-a510-1a2e866f9f87 {
  padding-top: 16px;
}

#s-134e0cb5-b8c4-4c71-bcaf-279ac777a9d7 {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
max-width: 400px;
}








#s-134e0cb5-b8c4-4c71-bcaf-279ac777a9d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-134e0cb5-b8c4-4c71-bcaf-279ac777a9d7.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b0244b19-abd8-4f5f-8b4c-626e27de71fa {
  padding-top: 16px;
}

#s-eb43bdc3-1490-4e9b-b11b-f12873cd322f {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
max-width: 400px;
}








#s-eb43bdc3-1490-4e9b-b11b-f12873cd322f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb43bdc3-1490-4e9b-b11b-f12873cd322f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-7c258690-7c01-439f-b388-4828fdef1f3b {
  padding-top: 16px;
}

#s-b2ef4d40-5c42-41ed-982e-18bc0c094664 {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
max-width: 400px;
}








#s-b2ef4d40-5c42-41ed-982e-18bc0c094664 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2ef4d40-5c42-41ed-982e-18bc0c094664.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1a8e55d5-d84b-40fd-8b5b-987f04f6373d {
  padding-top: 16px;
}

#s-5b33ec44-160a-4229-8f3d-2329de053753 {
  margin-left: auto;
margin-right: auto;
min-height: 55px;
max-width: 400px;
}








#s-5b33ec44-160a-4229-8f3d-2329de053753 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b33ec44-160a-4229-8f3d-2329de053753.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-12fbf444-09d0-4b4f-b62e-0f994f2d6670 {
  padding-top: 16px;
}

#s-38bfc276-4f84-419a-b306-d3f9f0290c06 {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 395px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-38bfc276-4f84-419a-b306-d3f9f0290c06 {
  margin-bottom: 32px;
}
}







#s-38bfc276-4f84-419a-b306-d3f9f0290c06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38bfc276-4f84-419a-b306-d3f9f0290c06.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-acf357b3-60ff-4667-9d02-9f85d95ed10c {
  min-height: 350px;
}








#s-acf357b3-60ff-4667-9d02-9f85d95ed10c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acf357b3-60ff-4667-9d02-9f85d95ed10c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9f66e615-f802-4ea1-a7c5-8b02008a7505 {
  margin-bottom: 8px;
text-align: left;
}

#s-9f66e615-f802-4ea1-a7c5-8b02008a7505 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-feffc9fc-16aa-41cb-808e-8aac254568d3 {
  margin-bottom: 16px;
text-align: left;
}

#s-feffc9fc-16aa-41cb-808e-8aac254568d3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8e1f261b-debb-4bbc-903d-27c84bbc9bf5 {
  text-align: left;
}

#s-27df30cd-0e7a-46ea-9288-d107e48519d5 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-27df30cd-0e7a-46ea-9288-d107e48519d5 hr {
  border-top: 1px solid #ddd;
}

#s-5c8b65ba-c335-4e16-bd17-e72913aa8c1e {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-5c8b65ba-c335-4e16-bd17-e72913aa8c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c8b65ba-c335-4e16-bd17-e72913aa8c1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e1061d4-4072-49af-a2df-2c146468a6fc {
  padding-bottom: 8px;
text-align: left;
}

#s-9e1061d4-4072-49af-a2df-2c146468a6fc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d0a538d6-d880-4b76-afe6-0c840ab2a7d4 {
  padding-bottom: 8px;
text-align: left;
}

#s-d0a538d6-d880-4b76-afe6-0c840ab2a7d4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-87e226b6-9ecb-4642-8b1f-d020e5c5aaaf {
  padding-bottom: 8px;
text-align: left;
}

#s-87e226b6-9ecb-4642-8b1f-d020e5c5aaaf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-defa1281-e69b-467e-bd28-e3a3e8ecbf27 {
  padding-bottom: 8px;
text-align: left;
}

#s-defa1281-e69b-467e-bd28-e3a3e8ecbf27 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-fc7706de-b0d7-4e83-9f22-3d04894ffab0 {
  padding-bottom: 8px;
text-align: left;
}

#s-fc7706de-b0d7-4e83-9f22-3d04894ffab0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e1f615e6-b288-41f4-993b-76cd9914d5c6 {
  padding-bottom: 8px;
text-align: left;
}

#s-e1f615e6-b288-41f4-993b-76cd9914d5c6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-df255a5c-d71a-4688-9db6-500e65443cd8 {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 395px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-df255a5c-d71a-4688-9db6-500e65443cd8 {
  margin-bottom: 32px;
}
}







#s-df255a5c-d71a-4688-9db6-500e65443cd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df255a5c-d71a-4688-9db6-500e65443cd8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-99535b6c-e87a-410f-b55e-cd0fdf8f5f2f {
  min-height: 350px;
}








#s-99535b6c-e87a-410f-b55e-cd0fdf8f5f2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99535b6c-e87a-410f-b55e-cd0fdf8f5f2f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c7e3c89b-73d5-4413-8090-ad840815eee7 {
  margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c7e3c89b-73d5-4413-8090-ad840815eee7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7c96492b-80d3-48c2-96cb-3a89abc3d43d {
  text-align: left;
}

#s-bdfbfec8-a662-4667-99f8-477f411805ae {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-bdfbfec8-a662-4667-99f8-477f411805ae hr {
  border-top: 1px solid #ddd;
}

#s-3e8d0d7f-c66b-48cc-9077-e959a52532ac {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-3e8d0d7f-c66b-48cc-9077-e959a52532ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e8d0d7f-c66b-48cc-9077-e959a52532ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7935caca-189d-4b3e-ae42-4b728ffb11c6 {
  padding-bottom: 8px;
text-align: left;
}

#s-7935caca-189d-4b3e-ae42-4b728ffb11c6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-4996784b-c278-406f-a0ee-42008a57d566 {
  padding-bottom: 8px;
text-align: left;
}

#s-4996784b-c278-406f-a0ee-42008a57d566 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-18d08d43-9bea-4ee2-8661-297311c63ef2 {
  padding-bottom: 8px;
text-align: left;
}

#s-18d08d43-9bea-4ee2-8661-297311c63ef2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5912af4f-6a5e-41ae-8523-695f8cc48670 {
  padding-bottom: 8px;
text-align: left;
}

#s-5912af4f-6a5e-41ae-8523-695f8cc48670 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-34dee30b-4578-44c6-9ad4-27bc5fd1a176 {
  padding-bottom: 8px;
text-align: left;
}

#s-34dee30b-4578-44c6-9ad4-27bc5fd1a176 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0fb84bc5-511f-4798-9f2d-f1eaf90c463c {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 395px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0fb84bc5-511f-4798-9f2d-f1eaf90c463c {
  margin-bottom: 32px;
}
}







#s-0fb84bc5-511f-4798-9f2d-f1eaf90c463c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fb84bc5-511f-4798-9f2d-f1eaf90c463c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-96b95860-0e85-4589-b7ee-f0f5e1298553 {
  min-height: 350px;
}








#s-96b95860-0e85-4589-b7ee-f0f5e1298553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96b95860-0e85-4589-b7ee-f0f5e1298553.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-def43ba2-30c6-4c68-8c78-6cff455624f9 {
  margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-def43ba2-30c6-4c68-8c78-6cff455624f9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-db5942e2-a21a-4d82-b6d8-224caa8a9315 {
  text-align: left;
}

#s-db9f12d2-612e-4d60-93e1-40bcb212bfd5 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-db9f12d2-612e-4d60-93e1-40bcb212bfd5 hr {
  border-top: 1px solid #ddd;
}

#s-b62d5a38-fae0-4f1d-af47-ca701c9799cc {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-b62d5a38-fae0-4f1d-af47-ca701c9799cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b62d5a38-fae0-4f1d-af47-ca701c9799cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dff41a03-dc1c-4fa8-a1fa-6153707f9d99 {
  padding-bottom: 8px;
text-align: left;
}

#s-dff41a03-dc1c-4fa8-a1fa-6153707f9d99 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-518fc5c2-3207-4448-be13-73531a2786a7 {
  padding-bottom: 8px;
text-align: left;
}

#s-518fc5c2-3207-4448-be13-73531a2786a7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-86dea481-eb80-4586-93d9-477f48849d0a {
  padding-bottom: 8px;
text-align: left;
}

#s-86dea481-eb80-4586-93d9-477f48849d0a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-964716cc-24b9-42b0-a3f5-3ee7c2cea15d {
  padding-bottom: 8px;
text-align: left;
}

#s-964716cc-24b9-42b0-a3f5-3ee7c2cea15d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-11d49316-22e2-47d6-ab06-cf67fae673e3 {
  padding-bottom: 8px;
text-align: left;
}

#s-11d49316-22e2-47d6-ab06-cf67fae673e3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a77770e8-f05b-4055-adb9-922e46b556ab {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 395px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a77770e8-f05b-4055-adb9-922e46b556ab {
  margin-bottom: 32px;
}
}







#s-a77770e8-f05b-4055-adb9-922e46b556ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a77770e8-f05b-4055-adb9-922e46b556ab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-62eeded4-a1c6-4fa2-9d66-2e82e1667433 {
  min-height: 350px;
}








#s-62eeded4-a1c6-4fa2-9d66-2e82e1667433 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62eeded4-a1c6-4fa2-9d66-2e82e1667433.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-78b6c48b-8044-4b08-a3c8-f4aa1ae4cc41 {
  margin-bottom: 8px;
text-align: left;
}

#s-78b6c48b-8044-4b08-a3c8-f4aa1ae4cc41 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-51f0ab73-e426-4013-be7e-90db3372bb82 {
  margin-bottom: 16px;
text-align: left;
}

#s-51f0ab73-e426-4013-be7e-90db3372bb82 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-788fd883-3d77-4b06-84a7-3699477a80e9 {
  text-align: left;
}

#s-17761446-190f-47f5-b6f2-f21ad383f759 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-17761446-190f-47f5-b6f2-f21ad383f759 hr {
  border-top: 1px solid #ddd;
}

#s-912d077f-7e61-4437-943a-ca7f94b0a33e {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-912d077f-7e61-4437-943a-ca7f94b0a33e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-912d077f-7e61-4437-943a-ca7f94b0a33e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6d6e9ae-51bc-466a-8678-2079241990dc {
  padding-bottom: 8px;
text-align: left;
}

#s-d6d6e9ae-51bc-466a-8678-2079241990dc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-6bd4ea56-acd7-410f-980f-d723af81b07f {
  padding-bottom: 8px;
text-align: left;
}

#s-6bd4ea56-acd7-410f-980f-d723af81b07f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-89d324c9-134b-41a6-9094-a4257cd10be7 {
  padding-bottom: 8px;
text-align: left;
}

#s-89d324c9-134b-41a6-9094-a4257cd10be7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-48138fcb-5657-46ff-b844-d92f91e09a16 {
  padding-bottom: 8px;
text-align: left;
}

#s-48138fcb-5657-46ff-b844-d92f91e09a16 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e55f2162-5ab8-44e8-89a8-bac03222f846 {
  padding-bottom: 8px;
text-align: left;
}

#s-e55f2162-5ab8-44e8-89a8-bac03222f846 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-923223df-4226-447d-ad7d-7cdedb7ac533 {
  padding-bottom: 8px;
text-align: left;
}

#s-923223df-4226-447d-ad7d-7cdedb7ac533 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-f57e79d6-e862-4ea5-ab20-4f8b454fac9a {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 395px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f57e79d6-e862-4ea5-ab20-4f8b454fac9a {
  margin-bottom: 32px;
}
}







#s-f57e79d6-e862-4ea5-ab20-4f8b454fac9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f57e79d6-e862-4ea5-ab20-4f8b454fac9a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-345ba5bf-85b0-4b93-9921-f8943dd13053 {
  min-height: 350px;
}








#s-345ba5bf-85b0-4b93-9921-f8943dd13053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-345ba5bf-85b0-4b93-9921-f8943dd13053.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-adea243f-b19a-44ce-8f6f-e58a06a0d193 {
  margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-adea243f-b19a-44ce-8f6f-e58a06a0d193 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0676cb87-d58c-448b-b064-15fd1e013389 {
  text-align: left;
}

#s-b43b19cf-474f-452c-a31c-caa450819bb4 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-b43b19cf-474f-452c-a31c-caa450819bb4 hr {
  border-top: 1px solid #ddd;
}

#s-5ac30c0e-c36d-4499-b5fd-bddb57404038 {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-5ac30c0e-c36d-4499-b5fd-bddb57404038 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ac30c0e-c36d-4499-b5fd-bddb57404038.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8adffe89-e5b5-4167-97bb-df7c0b76ec17 {
  padding-bottom: 8px;
text-align: left;
}

#s-8adffe89-e5b5-4167-97bb-df7c0b76ec17 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-78d21432-d7d9-4b49-b0af-1575eef43b04 {
  padding-bottom: 8px;
text-align: left;
}

#s-78d21432-d7d9-4b49-b0af-1575eef43b04 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-186500c9-c4a0-4653-aad8-908598203c1c {
  padding-bottom: 8px;
text-align: left;
}

#s-186500c9-c4a0-4653-aad8-908598203c1c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2ae2a141-da2f-4522-a179-5ebf3c0d42c3 {
  padding-bottom: 8px;
text-align: left;
}

#s-2ae2a141-da2f-4522-a179-5ebf3c0d42c3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-b07933a7-036a-4d2a-b2a5-88c016336d2b {
  padding-bottom: 8px;
text-align: left;
}

#s-b07933a7-036a-4d2a-b2a5-88c016336d2b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-b9a2adc4-b020-4b32-aa93-d5ba647d2f0b {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 395px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b9a2adc4-b020-4b32-aa93-d5ba647d2f0b {
  margin-bottom: 32px;
}
}







#s-b9a2adc4-b020-4b32-aa93-d5ba647d2f0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9a2adc4-b020-4b32-aa93-d5ba647d2f0b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-38fc19b9-4fcd-4fad-87e9-9efed0c6a2d3 {
  min-height: 350px;
}








#s-38fc19b9-4fcd-4fad-87e9-9efed0c6a2d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38fc19b9-4fcd-4fad-87e9-9efed0c6a2d3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d77b0870-7adb-4d01-8db4-cd6d530602fa {
  margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d77b0870-7adb-4d01-8db4-cd6d530602fa .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-15b8aba6-82fb-47ee-8449-74683539d259 {
  text-align: left;
}

#s-0dc753be-e8db-4f9c-be57-ad5dc3576fe7 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-0dc753be-e8db-4f9c-be57-ad5dc3576fe7 hr {
  border-top: 1px solid #ddd;
}

#s-ea0d99c7-9529-4954-8db0-8b6b4697e6f1 {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-ea0d99c7-9529-4954-8db0-8b6b4697e6f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea0d99c7-9529-4954-8db0-8b6b4697e6f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fe7f687-63fd-4b48-a3c1-4d7f4bebc9e2 {
  padding-bottom: 8px;
text-align: left;
}

#s-8fe7f687-63fd-4b48-a3c1-4d7f4bebc9e2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-77482e84-28d6-45f7-905e-cc0e9f83dc50 {
  padding-bottom: 8px;
text-align: left;
}

#s-77482e84-28d6-45f7-905e-cc0e9f83dc50 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-38f59092-e1ab-4295-bf27-39de2a1ee00e {
  padding-bottom: 8px;
text-align: left;
}

#s-38f59092-e1ab-4295-bf27-39de2a1ee00e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-58daba65-b0ba-4ebf-a69f-bfbce36c3c4c {
  margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-58daba65-b0ba-4ebf-a69f-bfbce36c3c4c {
  display: none;
}
#s-58daba65-b0ba-4ebf-a69f-bfbce36c3c4c, #wrap-s-58daba65-b0ba-4ebf-a69f-bfbce36c3c4c { display:none !important; }}







#s-58daba65-b0ba-4ebf-a69f-bfbce36c3c4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58daba65-b0ba-4ebf-a69f-bfbce36c3c4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-93c7c0e1-4765-421b-afb6-78925134c912 {
  margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
max-width: 1208px;
}
@media (max-width: 767px){#s-93c7c0e1-4765-421b-afb6-78925134c912 {
  display: none;
}
#s-93c7c0e1-4765-421b-afb6-78925134c912, #wrap-s-93c7c0e1-4765-421b-afb6-78925134c912 { display:none !important; }}
@media (min-width: 0px) {
[id="s-93c7c0e1-4765-421b-afb6-78925134c912"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-93c7c0e1-4765-421b-afb6-78925134c912"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-93c7c0e1-4765-421b-afb6-78925134c912"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-93c7c0e1-4765-421b-afb6-78925134c912"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4c42b1bb-c2b5-4aa8-b60f-092d6586d00d {
  min-height: 55px;
}








#s-4c42b1bb-c2b5-4aa8-b60f-092d6586d00d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c42b1bb-c2b5-4aa8-b60f-092d6586d00d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c75c7d3c-aef3-4e05-a02c-a94d88a5ed55 {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 465px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c75c7d3c-aef3-4e05-a02c-a94d88a5ed55 {
  margin-bottom: 32px;
}
}







#s-c75c7d3c-aef3-4e05-a02c-a94d88a5ed55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c75c7d3c-aef3-4e05-a02c-a94d88a5ed55.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-72fd9af1-e7cf-4fa1-a899-c71109dd50cb {
  min-height: 350px;
}








#s-72fd9af1-e7cf-4fa1-a899-c71109dd50cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72fd9af1-e7cf-4fa1-a899-c71109dd50cb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-65a0ce00-8233-4299-b6bd-5be16a53eab1 {
  margin-bottom: 16px;
text-align: left;
}

#s-65a0ce00-8233-4299-b6bd-5be16a53eab1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-10790646-14cf-4f50-9245-ccaa3c75efc0 {
  text-align: left;
}

#s-fc618f99-2936-4199-a5df-c357449e693d {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-fc618f99-2936-4199-a5df-c357449e693d hr {
  border-top: 1px solid #ddd;
}

#s-24475a63-057c-49d0-af6f-c3739fc194ff {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-24475a63-057c-49d0-af6f-c3739fc194ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24475a63-057c-49d0-af6f-c3739fc194ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd469a32-567f-4453-a47a-34d0c5e362c8 {
  padding-bottom: 8px;
text-align: left;
}

#s-fd469a32-567f-4453-a47a-34d0c5e362c8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-33ad93ae-1c5c-45ed-94f5-7ae28e8f5a54 {
  padding-bottom: 8px;
text-align: left;
}

#s-33ad93ae-1c5c-45ed-94f5-7ae28e8f5a54 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e2144523-595b-46ec-9408-0052c10733d4 {
  padding-bottom: 8px;
text-align: left;
}

#s-e2144523-595b-46ec-9408-0052c10733d4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5f43f0cf-9d8b-4262-a033-3c7282a451bf {
  min-height: 55px;
}








#s-5f43f0cf-9d8b-4262-a033-3c7282a451bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f43f0cf-9d8b-4262-a033-3c7282a451bf.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-fbe46a5b-72d0-4bed-a478-53ed7d3e3a2d {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 465px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-fbe46a5b-72d0-4bed-a478-53ed7d3e3a2d {
  margin-bottom: 32px;
}
}







#s-fbe46a5b-72d0-4bed-a478-53ed7d3e3a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbe46a5b-72d0-4bed-a478-53ed7d3e3a2d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a95a97c0-2454-48ae-a322-88f26c9e3380 {
  min-height: 350px;
}








#s-a95a97c0-2454-48ae-a322-88f26c9e3380 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a95a97c0-2454-48ae-a322-88f26c9e3380.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1c72b382-7bfe-4d8a-a892-8ef0f4be2f1c {
  margin-bottom: 16px;
text-align: left;
}

#s-1c72b382-7bfe-4d8a-a892-8ef0f4be2f1c .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-00545b81-35a0-4bb3-9c49-2bae3f10cb95 {
  text-align: left;
}

#s-b4b0322d-5f9d-4bce-9b6f-67db8cf42918 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-b4b0322d-5f9d-4bce-9b6f-67db8cf42918 hr {
  border-top: 1px solid #ddd;
}

#s-b762a330-d3de-4743-bcba-5de455accea2 {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-b762a330-d3de-4743-bcba-5de455accea2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b762a330-d3de-4743-bcba-5de455accea2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-566b9524-abbb-40a4-a2ed-bd116816de9f {
  padding-bottom: 8px;
text-align: left;
}

#s-566b9524-abbb-40a4-a2ed-bd116816de9f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0fe18fba-5f22-4fa3-b3a7-b5815e3b089f {
  padding-bottom: 8px;
text-align: left;
}

#s-0fe18fba-5f22-4fa3-b3a7-b5815e3b089f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-dbff0449-843b-473b-93d0-e7d702347392 {
  padding-bottom: 8px;
text-align: left;
}

#s-dbff0449-843b-473b-93d0-e7d702347392 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d9c6a624-64fc-43d1-ad7e-8eb1da718faf {
  padding-bottom: 8px;
text-align: left;
}

#s-d9c6a624-64fc-43d1-ad7e-8eb1da718faf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7b850581-6e87-4412-99b2-fa1d1d02d006 {
  padding-bottom: 8px;
text-align: left;
}

#s-7b850581-6e87-4412-99b2-fa1d1d02d006 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-fb15b2fc-06e7-48f0-8154-532510d24505 {
  min-height: 55px;
}








#s-fb15b2fc-06e7-48f0-8154-532510d24505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb15b2fc-06e7-48f0-8154-532510d24505.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6f7fac73-bf60-4136-8ea4-1ba552333180 {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 465px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6f7fac73-bf60-4136-8ea4-1ba552333180 {
  margin-bottom: 32px;
}
}







#s-6f7fac73-bf60-4136-8ea4-1ba552333180 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f7fac73-bf60-4136-8ea4-1ba552333180.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fbee28c8-d915-4fd9-931d-f53bad04d4b0 {
  min-height: 350px;
}








#s-fbee28c8-d915-4fd9-931d-f53bad04d4b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbee28c8-d915-4fd9-931d-f53bad04d4b0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3a110f2a-1833-4a75-a70b-b65ce280e0be {
  margin-bottom: 16px;
text-align: left;
}

#s-3a110f2a-1833-4a75-a70b-b65ce280e0be .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-969f075a-0bbb-4d52-bf43-e145d569804c {
  margin-bottom: 16px;
text-align: left;
}

#s-969f075a-0bbb-4d52-bf43-e145d569804c .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-779c1558-1bfb-423f-bcda-c43f3129180d {
  text-align: left;
}

#s-6f5771b0-ea39-4bc2-ac44-6df347f24312 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-6f5771b0-ea39-4bc2-ac44-6df347f24312 hr {
  border-top: 1px solid #ddd;
}

#s-4022ccbe-5221-4661-bfa1-b413d9a49afe {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-4022ccbe-5221-4661-bfa1-b413d9a49afe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4022ccbe-5221-4661-bfa1-b413d9a49afe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b105ee84-9994-4170-8d0a-c91f5e6c14e2 {
  padding-bottom: 8px;
text-align: left;
}

#s-b105ee84-9994-4170-8d0a-c91f5e6c14e2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a55b1741-9edb-4a35-b553-8883024aff3f {
  padding-bottom: 8px;
text-align: left;
}

#s-a55b1741-9edb-4a35-b553-8883024aff3f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-38693181-4e73-4178-b14c-d535eef4eeed {
  padding-bottom: 8px;
text-align: left;
}

#s-38693181-4e73-4178-b14c-d535eef4eeed .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7fa008d7-2acb-402a-bb51-60d1cd801986 {
  padding-bottom: 8px;
text-align: left;
}

#s-7fa008d7-2acb-402a-bb51-60d1cd801986 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-aa125273-7e98-4871-b8ea-6b1dc52b7d71 {
  padding-bottom: 8px;
text-align: left;
}

#s-aa125273-7e98-4871-b8ea-6b1dc52b7d71 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a38cc80b-8044-4a57-8098-f9dbc9669bd3 {
  padding-bottom: 8px;
text-align: left;
}

#s-a38cc80b-8044-4a57-8098-f9dbc9669bd3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-27602186-dfa0-4fb0-8180-ea9c6b6f69fa {
  margin-left: auto;
margin-right: auto;
max-width: 1208px;
}
@media (max-width: 767px){#s-27602186-dfa0-4fb0-8180-ea9c6b6f69fa {
  display: none;
}
#s-27602186-dfa0-4fb0-8180-ea9c6b6f69fa, #wrap-s-27602186-dfa0-4fb0-8180-ea9c6b6f69fa { display:none !important; }}
@media (min-width: 0px) {
[id="s-27602186-dfa0-4fb0-8180-ea9c6b6f69fa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-27602186-dfa0-4fb0-8180-ea9c6b6f69fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-27602186-dfa0-4fb0-8180-ea9c6b6f69fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-27602186-dfa0-4fb0-8180-ea9c6b6f69fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eae284e0-cae6-4c68-8ac8-dddb0f63f190 {
  min-height: 55px;
}








#s-eae284e0-cae6-4c68-8ac8-dddb0f63f190 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eae284e0-cae6-4c68-8ac8-dddb0f63f190.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-4c76a039-53d7-4888-af61-c7c0aaa4d7aa {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 465px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4c76a039-53d7-4888-af61-c7c0aaa4d7aa {
  margin-bottom: 32px;
}
}







#s-4c76a039-53d7-4888-af61-c7c0aaa4d7aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c76a039-53d7-4888-af61-c7c0aaa4d7aa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8b12f57a-a748-4470-8b18-6ebc54719ab7 {
  min-height: 350px;
}








#s-8b12f57a-a748-4470-8b18-6ebc54719ab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b12f57a-a748-4470-8b18-6ebc54719ab7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e947275-a363-4a23-957d-9fc493ab7b5b {
  margin-bottom: 16px;
text-align: left;
}

#s-3e947275-a363-4a23-957d-9fc493ab7b5b .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-2f526da2-ca27-4258-a663-259e99a9fa10 {
  text-align: left;
}

#s-1b63e343-9098-4ab0-a187-b6d24b0eb63c {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-1b63e343-9098-4ab0-a187-b6d24b0eb63c hr {
  border-top: 1px solid #ddd;
}

#s-c6f84c14-8d57-4bd8-aba7-b6be755b87bd {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-c6f84c14-8d57-4bd8-aba7-b6be755b87bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6f84c14-8d57-4bd8-aba7-b6be755b87bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-324bd908-e0b7-4e38-9777-93caf779740c {
  padding-bottom: 8px;
text-align: left;
}

#s-324bd908-e0b7-4e38-9777-93caf779740c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8bd70355-2eb2-4d5f-a972-908fcc055a86 {
  padding-bottom: 8px;
text-align: left;
}

#s-8bd70355-2eb2-4d5f-a972-908fcc055a86 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8a9cdf28-4aa4-444b-9927-12f5199d2d28 {
  padding-bottom: 8px;
text-align: left;
}

#s-8a9cdf28-4aa4-444b-9927-12f5199d2d28 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8952d9cd-d47f-4cf4-8cd2-46649e5b0c05 {
  padding-bottom: 8px;
text-align: left;
}

#s-8952d9cd-d47f-4cf4-8cd2-46649e5b0c05 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5cdc652e-df8f-43d4-a490-f3beadb5dbe8 {
  padding-bottom: 8px;
text-align: left;
}

#s-5cdc652e-df8f-43d4-a490-f3beadb5dbe8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-fc661f5d-7dbd-47e8-a226-279110140d70 {
  min-height: 55px;
}








#s-fc661f5d-7dbd-47e8-a226-279110140d70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc661f5d-7dbd-47e8-a226-279110140d70.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5ff39b7c-8c8e-420c-b51e-3cdf384df39e {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 465px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5ff39b7c-8c8e-420c-b51e-3cdf384df39e {
  margin-bottom: 32px;
}
}







#s-5ff39b7c-8c8e-420c-b51e-3cdf384df39e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ff39b7c-8c8e-420c-b51e-3cdf384df39e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-334d438f-0b33-4d15-9a67-2389577b0e1c {
  min-height: 350px;
}








#s-334d438f-0b33-4d15-9a67-2389577b0e1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-334d438f-0b33-4d15-9a67-2389577b0e1c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-623e374f-2a0a-4d48-a865-5ebea1acda5c {
  margin-bottom: 16px;
text-align: left;
}

#s-623e374f-2a0a-4d48-a865-5ebea1acda5c .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-f37ad02c-c3db-4c4c-b543-9b186f9e6bc2 {
  text-align: left;
}

#s-54218833-7091-4ad8-a379-624229a2ef7c {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-54218833-7091-4ad8-a379-624229a2ef7c hr {
  border-top: 1px solid #ddd;
}

#s-40b983b6-d451-445e-9f83-eeb79522daee {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-40b983b6-d451-445e-9f83-eeb79522daee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40b983b6-d451-445e-9f83-eeb79522daee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7163c38c-00ad-4ff8-aab2-97abad31d824 {
  padding-bottom: 8px;
text-align: left;
}

#s-7163c38c-00ad-4ff8-aab2-97abad31d824 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d6851126-28df-4a6f-ba40-2c4d54866a17 {
  padding-bottom: 8px;
text-align: left;
}

#s-d6851126-28df-4a6f-ba40-2c4d54866a17 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-788aaa95-95eb-4de4-b496-0da9fb161015 {
  padding-bottom: 8px;
text-align: left;
}

#s-788aaa95-95eb-4de4-b496-0da9fb161015 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-981302cd-86ff-4a4f-aef2-3099e143d71a {
  padding-bottom: 8px;
text-align: left;
}

#s-981302cd-86ff-4a4f-aef2-3099e143d71a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a82748e2-e53c-4fd5-84f4-616ce90f3c51 {
  padding-bottom: 8px;
text-align: left;
}

#s-a82748e2-e53c-4fd5-84f4-616ce90f3c51 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-63f02fc7-f4cc-4f0a-a23c-2df93bcde2a7 {
  min-height: 55px;
}








#s-63f02fc7-f4cc-4f0a-a23c-2df93bcde2a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63f02fc7-f4cc-4f0a-a23c-2df93bcde2a7.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2fefcb10-141a-4692-a290-2d1d5cf47450 {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 465px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2fefcb10-141a-4692-a290-2d1d5cf47450 {
  margin-bottom: 32px;
}
}







#s-2fefcb10-141a-4692-a290-2d1d5cf47450 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fefcb10-141a-4692-a290-2d1d5cf47450.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3fdb9ea5-ab95-406a-87cf-3890729cde6b {
  min-height: 350px;
}








#s-3fdb9ea5-ab95-406a-87cf-3890729cde6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fdb9ea5-ab95-406a-87cf-3890729cde6b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c9257376-f698-4e76-81ed-f16bce137abb {
  margin-bottom: 8px;
text-align: left;
}

#s-c9257376-f698-4e76-81ed-f16bce137abb .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-4e4386a7-ba8e-4bde-a9c4-33b9f2ee7906 {
  margin-bottom: 16px;
text-align: left;
}

#s-4e4386a7-ba8e-4bde-a9c4-33b9f2ee7906 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c98fa32c-cb45-49e4-8eec-a4bb05d7b1e7 {
  text-align: left;
}

#s-498241a7-5ae6-458f-b9d5-d91fa1414189 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-498241a7-5ae6-458f-b9d5-d91fa1414189 hr {
  border-top: 1px solid #ddd;
}

#s-98379053-e6a7-4f6d-9b69-6556a87a36a5 {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-98379053-e6a7-4f6d-9b69-6556a87a36a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98379053-e6a7-4f6d-9b69-6556a87a36a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b1aeb5c-1a1b-4531-a295-536746eed976 {
  padding-bottom: 8px;
text-align: left;
}

#s-5b1aeb5c-1a1b-4531-a295-536746eed976 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5a3d0af2-4b2c-446d-ae93-ef5ba0db3f04 {
  padding-bottom: 8px;
text-align: left;
}

#s-5a3d0af2-4b2c-446d-ae93-ef5ba0db3f04 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-b98d2102-17ba-43da-b876-7d61dc201f03 {
  padding-bottom: 8px;
text-align: left;
}

#s-b98d2102-17ba-43da-b876-7d61dc201f03 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e2e5ceae-627f-4aa8-821c-9eaa4368bb30 {
  padding-bottom: 8px;
text-align: left;
}

#s-e2e5ceae-627f-4aa8-821c-9eaa4368bb30 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2db126f8-4e02-4f53-acb9-62056218c842 {
  padding-bottom: 8px;
text-align: left;
}

#s-2db126f8-4e02-4f53-acb9-62056218c842 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-989ca1f3-6248-4f71-a84c-320f4babc088 {
  padding-bottom: 8px;
text-align: left;
}

#s-989ca1f3-6248-4f71-a84c-320f4babc088 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-87470c5f-38cd-4499-84ed-007e71cc0aa4 {
  margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-87470c5f-38cd-4499-84ed-007e71cc0aa4 {
  display: none;
}
#s-87470c5f-38cd-4499-84ed-007e71cc0aa4, #wrap-s-87470c5f-38cd-4499-84ed-007e71cc0aa4 { display:none !important; }}







#s-87470c5f-38cd-4499-84ed-007e71cc0aa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87470c5f-38cd-4499-84ed-007e71cc0aa4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2eb8619-a1f6-4f12-ab2d-8381e4e7852d {
  margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
max-width: 1208px;
}
@media (max-width: 767px){#s-d2eb8619-a1f6-4f12-ab2d-8381e4e7852d {
  display: none;
}
#s-d2eb8619-a1f6-4f12-ab2d-8381e4e7852d, #wrap-s-d2eb8619-a1f6-4f12-ab2d-8381e4e7852d { display:none !important; }}
@media (min-width: 0px) {
[id="s-d2eb8619-a1f6-4f12-ab2d-8381e4e7852d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d2eb8619-a1f6-4f12-ab2d-8381e4e7852d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d2eb8619-a1f6-4f12-ab2d-8381e4e7852d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2eb8619-a1f6-4f12-ab2d-8381e4e7852d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b7a8dc6f-7de0-43b5-b18c-229e58b86e44 {
  min-height: 55px;
}








#s-b7a8dc6f-7de0-43b5-b18c-229e58b86e44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7a8dc6f-7de0-43b5-b18c-229e58b86e44.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-96a83b06-6dea-49e1-8f68-1f6bfa5a320c {
  padding-top: 16px;
}

#s-722c73c4-6a7a-46f7-b228-c3fb5d92be06 {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 465px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-722c73c4-6a7a-46f7-b228-c3fb5d92be06 {
  margin-bottom: 32px;
}
}







#s-722c73c4-6a7a-46f7-b228-c3fb5d92be06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-722c73c4-6a7a-46f7-b228-c3fb5d92be06.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fe42461b-aa47-4588-9840-731cb76ebb90 {
  min-height: 350px;
}








#s-fe42461b-aa47-4588-9840-731cb76ebb90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe42461b-aa47-4588-9840-731cb76ebb90.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-282dd1ad-24a0-4fe5-a479-b3357a0dcbc5 {
  margin-bottom: 16px;
text-align: left;
}

#s-282dd1ad-24a0-4fe5-a479-b3357a0dcbc5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-3ec5bb82-b9f1-4b8b-9cfd-e477001e41aa {
  text-align: left;
}

#s-e3bbfcc3-b3b6-4603-958b-18e7c8d6715c {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-e3bbfcc3-b3b6-4603-958b-18e7c8d6715c hr {
  border-top: 1px solid #ddd;
}

#s-2f1d1ae6-a08c-4a34-b933-cf7730c706d7 {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-2f1d1ae6-a08c-4a34-b933-cf7730c706d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f1d1ae6-a08c-4a34-b933-cf7730c706d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbb5de08-c0ba-413f-ad4d-c21a19af9d4f {
  padding-bottom: 8px;
text-align: left;
}

#s-fbb5de08-c0ba-413f-ad4d-c21a19af9d4f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-bea00840-7596-498a-8537-e5b261249d2c {
  padding-bottom: 8px;
text-align: left;
}

#s-bea00840-7596-498a-8537-e5b261249d2c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-64cb9279-7a48-47d1-bfbd-4b1586b43294 {
  padding-bottom: 8px;
text-align: left;
}

#s-64cb9279-7a48-47d1-bfbd-4b1586b43294 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2843961e-3f67-4390-b70b-30d8d831254d {
  min-height: 55px;
}








#s-2843961e-3f67-4390-b70b-30d8d831254d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2843961e-3f67-4390-b70b-30d8d831254d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2c99be07-c28c-4420-ba01-aec01be071d8 {
  padding-top: 16px;
}

#s-633817e3-b7c1-4aaa-a23b-bf75252eb862 {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 465px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-633817e3-b7c1-4aaa-a23b-bf75252eb862 {
  margin-bottom: 32px;
}
}







#s-633817e3-b7c1-4aaa-a23b-bf75252eb862 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-633817e3-b7c1-4aaa-a23b-bf75252eb862.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d6d1ef9f-9ff1-41b8-905f-442df4a07492 {
  min-height: 350px;
}








#s-d6d1ef9f-9ff1-41b8-905f-442df4a07492 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6d1ef9f-9ff1-41b8-905f-442df4a07492.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-822528a9-57bc-4a9c-abb6-c1b60174337a {
  margin-bottom: 16px;
text-align: left;
}

#s-822528a9-57bc-4a9c-abb6-c1b60174337a .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-dee9c81d-0bb4-43f4-a931-afd61944e3a6 {
  text-align: left;
}

#s-2a3f2f19-ace7-4219-b396-381ca78a963c {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-2a3f2f19-ace7-4219-b396-381ca78a963c hr {
  border-top: 1px solid #ddd;
}

#s-e2f6505b-3d46-4eef-8321-e659c54345ee {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-e2f6505b-3d46-4eef-8321-e659c54345ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2f6505b-3d46-4eef-8321-e659c54345ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d25dc1be-bf3d-4568-b27a-8e22012ee4ee {
  padding-bottom: 8px;
text-align: left;
}

#s-d25dc1be-bf3d-4568-b27a-8e22012ee4ee .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-91542358-a10d-485f-854c-5d0fbf480daa {
  padding-bottom: 8px;
text-align: left;
}

#s-91542358-a10d-485f-854c-5d0fbf480daa .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-90e0b4d7-d7a8-469d-ac17-89766f1931ed {
  padding-bottom: 8px;
text-align: left;
}

#s-90e0b4d7-d7a8-469d-ac17-89766f1931ed .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-6e536d8b-9a3c-4378-8d5f-2e6c81153efb {
  padding-bottom: 8px;
text-align: left;
}

#s-6e536d8b-9a3c-4378-8d5f-2e6c81153efb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-ed945b04-dc11-4b9d-b5ba-69b4e7a7e867 {
  padding-bottom: 8px;
text-align: left;
}

#s-ed945b04-dc11-4b9d-b5ba-69b4e7a7e867 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7e237e1b-8612-4486-9353-6876080b2fa4 {
  min-height: 55px;
}








#s-7e237e1b-8612-4486-9353-6876080b2fa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e237e1b-8612-4486-9353-6876080b2fa4.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-bbb32996-edbe-4856-861c-fd18b6814a71 {
  padding-top: 16px;
}

#s-336b394b-9b40-4729-9d61-9a0bce7aa1a2 {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 465px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-336b394b-9b40-4729-9d61-9a0bce7aa1a2 {
  margin-bottom: 32px;
}
}







#s-336b394b-9b40-4729-9d61-9a0bce7aa1a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-336b394b-9b40-4729-9d61-9a0bce7aa1a2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-66e2e960-18ba-402b-889d-313f3e6ebce4 {
  min-height: 350px;
}








#s-66e2e960-18ba-402b-889d-313f3e6ebce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66e2e960-18ba-402b-889d-313f3e6ebce4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3ed12c97-2af6-4777-9c71-f2b27dd9faf9 {
  margin-bottom: 16px;
text-align: left;
}

#s-3ed12c97-2af6-4777-9c71-f2b27dd9faf9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-af6eba6b-5230-4deb-8583-9cce062c422d {
  margin-bottom: 16px;
text-align: left;
}

#s-af6eba6b-5230-4deb-8583-9cce062c422d .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-aed3487a-3637-4767-beac-1478e88a1699 {
  text-align: left;
}

#s-7a62df93-b785-4849-b78a-81607f78fab1 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-7a62df93-b785-4849-b78a-81607f78fab1 hr {
  border-top: 1px solid #ddd;
}

#s-36059f4b-d500-438f-b6de-3c5865bcdf36 {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-36059f4b-d500-438f-b6de-3c5865bcdf36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36059f4b-d500-438f-b6de-3c5865bcdf36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-547cb1fe-87b0-42a2-bda6-0663ca484ebe {
  padding-bottom: 8px;
text-align: left;
}

#s-547cb1fe-87b0-42a2-bda6-0663ca484ebe .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-09d8c8fb-f1f7-46d3-a004-b6350971eb87 {
  padding-bottom: 8px;
text-align: left;
}

#s-09d8c8fb-f1f7-46d3-a004-b6350971eb87 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-41db60d8-2643-4e7a-9da3-a4bca30281a4 {
  padding-bottom: 8px;
text-align: left;
}

#s-41db60d8-2643-4e7a-9da3-a4bca30281a4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7e40fa0e-cacd-4cb6-8868-954765345ed4 {
  padding-bottom: 8px;
text-align: left;
}

#s-7e40fa0e-cacd-4cb6-8868-954765345ed4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c8a1034d-f67d-43ba-82ef-98f7c4155d02 {
  padding-bottom: 8px;
text-align: left;
}

#s-c8a1034d-f67d-43ba-82ef-98f7c4155d02 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e2c75fbd-b5bf-4ede-9ef1-dfe0e6f05f96 {
  padding-bottom: 8px;
text-align: left;
}

#s-e2c75fbd-b5bf-4ede-9ef1-dfe0e6f05f96 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-121edcff-7612-4bc6-8d04-e8a0cf036c2a {
  margin-left: auto;
margin-right: auto;
max-width: 1208px;
}
@media (max-width: 767px){#s-121edcff-7612-4bc6-8d04-e8a0cf036c2a {
  display: none;
}
#s-121edcff-7612-4bc6-8d04-e8a0cf036c2a, #wrap-s-121edcff-7612-4bc6-8d04-e8a0cf036c2a { display:none !important; }}
@media (min-width: 0px) {
[id="s-121edcff-7612-4bc6-8d04-e8a0cf036c2a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-121edcff-7612-4bc6-8d04-e8a0cf036c2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-121edcff-7612-4bc6-8d04-e8a0cf036c2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-121edcff-7612-4bc6-8d04-e8a0cf036c2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b552ded8-9b10-4ba4-8e6d-429936bf06fa {
  min-height: 55px;
}








#s-b552ded8-9b10-4ba4-8e6d-429936bf06fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b552ded8-9b10-4ba4-8e6d-429936bf06fa.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a90f7218-f1fd-42b3-a456-da2f455dccdc {
  padding-top: 16px;
}

#s-a89f08e2-44d1-476d-b716-887e8c71fec9 {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 465px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a89f08e2-44d1-476d-b716-887e8c71fec9 {
  margin-bottom: 32px;
}
}







#s-a89f08e2-44d1-476d-b716-887e8c71fec9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a89f08e2-44d1-476d-b716-887e8c71fec9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8f699f7c-ed6a-4c84-97b1-d149f4b049a4 {
  min-height: 350px;
}








#s-8f699f7c-ed6a-4c84-97b1-d149f4b049a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f699f7c-ed6a-4c84-97b1-d149f4b049a4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2bc5e77a-43e5-4748-9d6f-28eb6caef43c {
  margin-bottom: 16px;
text-align: left;
}

#s-2bc5e77a-43e5-4748-9d6f-28eb6caef43c .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b67c6d76-57e8-41f5-8fb5-425f821f5529 {
  text-align: left;
}

#s-29f2ea14-3b5d-4ca3-8474-8d57443f11ac {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-29f2ea14-3b5d-4ca3-8474-8d57443f11ac hr {
  border-top: 1px solid #ddd;
}

#s-3474db52-03af-4969-bf14-d7ee92ac1c90 {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-3474db52-03af-4969-bf14-d7ee92ac1c90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3474db52-03af-4969-bf14-d7ee92ac1c90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b591ad22-a282-43b9-9472-a36582b3f32b {
  padding-bottom: 8px;
text-align: left;
}

#s-b591ad22-a282-43b9-9472-a36582b3f32b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c7b67500-f5de-4a3c-a65e-00fba34b22c4 {
  padding-bottom: 8px;
text-align: left;
}

#s-c7b67500-f5de-4a3c-a65e-00fba34b22c4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d4e561b3-4bbd-4ee0-8298-e0f32ebc8bea {
  padding-bottom: 8px;
text-align: left;
}

#s-d4e561b3-4bbd-4ee0-8298-e0f32ebc8bea .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8a83e859-b0b1-4c04-96fd-cd7906baeffd {
  padding-bottom: 8px;
text-align: left;
}

#s-8a83e859-b0b1-4c04-96fd-cd7906baeffd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-ab99fe49-7166-4ada-b495-ed1bd6237812 {
  padding-bottom: 8px;
text-align: left;
}

#s-ab99fe49-7166-4ada-b495-ed1bd6237812 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7bd9309f-9285-4310-a5fc-b521b3dce2dd {
  min-height: 55px;
}








#s-7bd9309f-9285-4310-a5fc-b521b3dce2dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bd9309f-9285-4310-a5fc-b521b3dce2dd.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-72239534-18b7-4476-84fe-9f481257af61 {
  padding-top: 16px;
}

#s-fa70d291-b381-47c1-b82c-8739aaa2df88 {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 465px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-fa70d291-b381-47c1-b82c-8739aaa2df88 {
  margin-bottom: 32px;
}
}







#s-fa70d291-b381-47c1-b82c-8739aaa2df88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa70d291-b381-47c1-b82c-8739aaa2df88.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1b7b3a42-197a-44e2-812e-dfe1d85537e4 {
  min-height: 350px;
}








#s-1b7b3a42-197a-44e2-812e-dfe1d85537e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b7b3a42-197a-44e2-812e-dfe1d85537e4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-46f6cf91-25a6-4d3e-99a2-025f9aaa2297 {
  margin-bottom: 16px;
text-align: left;
}

#s-46f6cf91-25a6-4d3e-99a2-025f9aaa2297 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0efd70d2-48ff-4f7d-b683-755b456779f8 {
  text-align: left;
}

#s-ade46052-1f21-4908-ab84-bbb98a569545 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-ade46052-1f21-4908-ab84-bbb98a569545 hr {
  border-top: 1px solid #ddd;
}

#s-e117f185-8b5b-49a1-a09d-e8233af692ac {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-e117f185-8b5b-49a1-a09d-e8233af692ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e117f185-8b5b-49a1-a09d-e8233af692ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2b6a1e5-7e5c-463a-a7e9-2783c10db2e5 {
  padding-bottom: 8px;
text-align: left;
}

#s-e2b6a1e5-7e5c-463a-a7e9-2783c10db2e5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2eecfc38-fc78-40bb-993a-2a3b5e19a0c1 {
  padding-bottom: 8px;
text-align: left;
}

#s-2eecfc38-fc78-40bb-993a-2a3b5e19a0c1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-81ca61e5-67d9-49bc-9f26-13c4296d1132 {
  padding-bottom: 8px;
text-align: left;
}

#s-81ca61e5-67d9-49bc-9f26-13c4296d1132 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-3391a536-57a5-4032-94a2-34d81d1462ba {
  padding-bottom: 8px;
text-align: left;
}

#s-3391a536-57a5-4032-94a2-34d81d1462ba .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-f54aefac-96cd-4edc-a334-c4cb6855e99d {
  padding-bottom: 8px;
text-align: left;
}

#s-f54aefac-96cd-4edc-a334-c4cb6855e99d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a383fa6d-28ef-4fe5-bb33-59758f8911cb {
  min-height: 55px;
}








#s-a383fa6d-28ef-4fe5-bb33-59758f8911cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a383fa6d-28ef-4fe5-bb33-59758f8911cb.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3bdae17b-1354-4cb7-9611-a215e35c627c {
  padding-top: 16px;
}

#s-9acb40ff-3324-4485-bf68-8fbff2b35fd7 {
  box-shadow:0px 21px 52px 0px rgba(0, 0, 0, 0.16);
margin-top: -34px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 465px;
max-width: 367px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9acb40ff-3324-4485-bf68-8fbff2b35fd7 {
  margin-bottom: 32px;
}
}







#s-9acb40ff-3324-4485-bf68-8fbff2b35fd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9acb40ff-3324-4485-bf68-8fbff2b35fd7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3466260f-cc16-4426-b270-2c67ac65c3a5 {
  min-height: 350px;
}








#s-3466260f-cc16-4426-b270-2c67ac65c3a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3466260f-cc16-4426-b270-2c67ac65c3a5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5711d383-a7e4-4e6c-acdc-ff90065f5dac {
  margin-bottom: 8px;
text-align: left;
}

#s-5711d383-a7e4-4e6c-acdc-ff90065f5dac .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0989866a-e74b-41a1-b2ba-0417051757e1 {
  margin-bottom: 16px;
text-align: left;
}

#s-0989866a-e74b-41a1-b2ba-0417051757e1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-4bd24ffb-7d1f-460e-ac44-1247ca0ef34e {
  text-align: left;
}

#s-7107efcd-ef56-45a9-bd75-f5d2c76cc9c4 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-7107efcd-ef56-45a9-bd75-f5d2c76cc9c4 hr {
  border-top: 1px solid #ddd;
}

#s-0b08c472-089d-440c-87d8-d7ee039c3bb3 {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}








#s-0b08c472-089d-440c-87d8-d7ee039c3bb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b08c472-089d-440c-87d8-d7ee039c3bb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22e91145-0cc9-4cb4-965f-c6660523d8c3 {
  padding-bottom: 8px;
text-align: left;
}

#s-22e91145-0cc9-4cb4-965f-c6660523d8c3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-46bfd72d-b35b-46de-b73b-4716e3137efc {
  padding-bottom: 8px;
text-align: left;
}

#s-46bfd72d-b35b-46de-b73b-4716e3137efc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-63807f5f-92cb-4484-82f8-3b30a6df05af {
  padding-bottom: 8px;
text-align: left;
}

#s-63807f5f-92cb-4484-82f8-3b30a6df05af .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-60c6b8f6-ad05-4b06-a346-7772e97c52d5 {
  padding-bottom: 8px;
text-align: left;
}

#s-60c6b8f6-ad05-4b06-a346-7772e97c52d5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0dbecadb-7343-4eb1-9fd2-532c088ec9d3 {
  padding-bottom: 8px;
text-align: left;
}

#s-0dbecadb-7343-4eb1-9fd2-532c088ec9d3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-039994a2-45fa-4a95-b4ec-b150b459382f {
  padding-bottom: 8px;
text-align: left;
}

#s-039994a2-45fa-4a95-b4ec-b150b459382f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a7659fa1-ebe2-4384-9c73-5d3f2d3d7d71 {
  margin-top: 64px;
margin-left: auto;
margin-bottom: 128px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}
@media (max-width: 767px){#s-a7659fa1-ebe2-4384-9c73-5d3f2d3d7d71 {
  margin-bottom: 64px;
}
}







#s-a7659fa1-ebe2-4384-9c73-5d3f2d3d7d71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7659fa1-ebe2-4384-9c73-5d3f2d3d7d71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d297246e-f062-4790-aa54-79c02ce57ba9 {
  margin-left: 128px;
margin-bottom: 16px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-d297246e-f062-4790-aa54-79c02ce57ba9 {
  margin-left: 16px;
margin-bottom: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-d297246e-f062-4790-aa54-79c02ce57ba9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-d297246e-f062-4790-aa54-79c02ce57ba9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-4a1eb753-8253-4f55-9cfa-4dba0dde957c {
  margin-left: 128px;
margin-right: 128px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a1eb753-8253-4f55-9cfa-4dba0dde957c {
  display: none;
}
#s-4a1eb753-8253-4f55-9cfa-4dba0dde957c, #wrap-s-4a1eb753-8253-4f55-9cfa-4dba0dde957c { display:none !important; }}@media (max-width: 767px){#s-4a1eb753-8253-4f55-9cfa-4dba0dde957c {
  display: none;
}
#s-4a1eb753-8253-4f55-9cfa-4dba0dde957c, #wrap-s-4a1eb753-8253-4f55-9cfa-4dba0dde957c { display:none !important; }}







#s-4a1eb753-8253-4f55-9cfa-4dba0dde957c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a1eb753-8253-4f55-9cfa-4dba0dde957c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-972edb98-77bb-47ef-9471-2602641151be {
  margin-top: 32px;
margin-left: auto;
margin-bottom: 64px;
margin-right: auto;
min-height: 543px;
}

@media (min-width: 0px) {
[id="s-972edb98-77bb-47ef-9471-2602641151be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-972edb98-77bb-47ef-9471-2602641151be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-972edb98-77bb-47ef-9471-2602641151be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-972edb98-77bb-47ef-9471-2602641151be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-63958a85-3b96-4b77-bef1-a4b5482aec16 {
  min-height: 543px;
}

#s-63958a85-3b96-4b77-bef1-a4b5482aec16 {
  display: none;
}
#s-8a999dd9-1605-4ed8-8139-82251586a9b4 {
  min-height: 50px;
}








#s-8a999dd9-1605-4ed8-8139-82251586a9b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a999dd9-1605-4ed8-8139-82251586a9b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

#s-b116a731-d20b-423d-b74c-4292cf786c88 {
  margin-bottom: 8px;
text-align: left;
}



.shg-c#s-b116a731-d20b-423d-b74c-4292cf786c88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b116a731-d20b-423d-b74c-4292cf786c88 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b116a731-d20b-423d-b74c-4292cf786c88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b116a731-d20b-423d-b74c-4292cf786c88 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b116a731-d20b-423d-b74c-4292cf786c88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b116a731-d20b-423d-b74c-4292cf786c88 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b116a731-d20b-423d-b74c-4292cf786c88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b116a731-d20b-423d-b74c-4292cf786c88 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-b116a731-d20b-423d-b74c-4292cf786c88 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b116a731-d20b-423d-b74c-4292cf786c88 img.shogun-image {
  width: 100%;
}



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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-5283d079-6c8e-4be8-9de9-55080685c610 {
  margin-bottom: 8px;
text-align: left;
}

#s-5283d079-6c8e-4be8-9de9-55080685c610 .shg-product-title-component h3 {
  color: rgba(23, 23, 37, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

#s-0571695a-4dbc-4fea-ad92-7ff197d53f9f {
  margin-bottom: 8px;
text-align: left;
}

#s-0571695a-4dbc-4fea-ad92-7ff197d53f9f .shg-product-sold-out {
  display: none;
  color: rgba(82, 82, 97, 1);
  font-size: 22px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0571695a-4dbc-4fea-ad92-7ff197d53f9f .shg-product-price {
  color: rgba(82, 82, 97, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 22px;
}

#s-0571695a-4dbc-4fea-ad92-7ff197d53f9f .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;
}

.gm-button-lwa {
  min-width: 6.875rem;
  border-radius: 7px;
  padding: 10px 10px 10px 0 !important;
  border: none;
  background: none !important;
  letter-spacing: normal;
  color: #000;
  box-sizing: border-box;
  font-size: 17px;
  font-family: 'poppins' !important;
  font-weight: 800 !important;
  text-transform: unset !important;
  transition: all 0.5s;
  cursor: pointer;
}

.gm-button-lwa{
  z-index: 200 !important;
  left: -5px;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}

.gm-button-lwa:after {
  content: '>';
  position: absolute;
  font-weight: normal;
  top: 10px;
  right: -5px;
  transition: 0.5s;
}

.gm-button-lwa:hover{
  /*padding-left: 24px;*/
  /*padding-right:8px;*/
  background: none !important;
}

.gm-button-lwa:hover:after {
  right: -20px;
}
#s-f7581a7c-f331-481d-aad4-53e990c69d58 {
  padding-left: 5px;
padding-right: 0px;
text-align: left;
}

#s-7971578f-bc6d-4ba2-83d2-e2bef1c79486 {
  min-height: 543px;
}








#s-7971578f-bc6d-4ba2-83d2-e2bef1c79486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7971578f-bc6d-4ba2-83d2-e2bef1c79486.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e7270a8-dada-4d8a-bb4e-ddc89be3bd43 {
  min-height: 50px;
}








#s-3e7270a8-dada-4d8a-bb4e-ddc89be3bd43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e7270a8-dada-4d8a-bb4e-ddc89be3bd43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b885d1f8-baeb-484c-bd51-bc634606971e {
  display: none;
}
#s-43f40d38-8019-4cf8-9127-8645949fbaf9 {
  margin-bottom: 8px;
text-align: left;
}



.shg-c#s-43f40d38-8019-4cf8-9127-8645949fbaf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43f40d38-8019-4cf8-9127-8645949fbaf9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-43f40d38-8019-4cf8-9127-8645949fbaf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43f40d38-8019-4cf8-9127-8645949fbaf9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-43f40d38-8019-4cf8-9127-8645949fbaf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43f40d38-8019-4cf8-9127-8645949fbaf9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-43f40d38-8019-4cf8-9127-8645949fbaf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43f40d38-8019-4cf8-9127-8645949fbaf9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-43f40d38-8019-4cf8-9127-8645949fbaf9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-43f40d38-8019-4cf8-9127-8645949fbaf9 img.shogun-image {
  width: 100%;
}



}
#s-477e7fb9-4458-4e66-8b7c-84df0bd247ae {
  margin-bottom: 8px;
text-align: left;
}

#s-477e7fb9-4458-4e66-8b7c-84df0bd247ae .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

#s-6e6b4b9c-406c-4dd8-b0a2-351f4c39d554 {
  margin-bottom: 8px;
text-align: left;
}

#s-6e6b4b9c-406c-4dd8-b0a2-351f4c39d554 .shg-product-sold-out {
  display: none;
  color: rgba(82, 82, 97, 1);
  font-size: 22px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6e6b4b9c-406c-4dd8-b0a2-351f4c39d554 .shg-product-price {
  color: rgba(82, 82, 97, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 22px;
}

#s-6e6b4b9c-406c-4dd8-b0a2-351f4c39d554 .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-9b58d95b-38ce-450b-b77b-4cbe09e4ebca {
  padding-left: 5px;
padding-right: 0px;
text-align: left;
}

#s-745fbab3-b97f-473d-8c5c-288019363b67 {
  min-height: 543px;
}








#s-745fbab3-b97f-473d-8c5c-288019363b67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-745fbab3-b97f-473d-8c5c-288019363b67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68fcb38e-b6f4-453e-91b6-a8eb7daa9eb2 {
  min-height: 543px;
}








#s-68fcb38e-b6f4-453e-91b6-a8eb7daa9eb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68fcb38e-b6f4-453e-91b6-a8eb7daa9eb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65df77eb-b069-48d5-86fb-d2be6d1f83bc {
  min-height: 543px;
}

#s-65df77eb-b069-48d5-86fb-d2be6d1f83bc {
  display: none;
}
#s-e2192342-d4c0-475e-b07c-8236648e93f1 {
  margin-bottom: 8px;
text-align: left;
}



.shg-c#s-e2192342-d4c0-475e-b07c-8236648e93f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2192342-d4c0-475e-b07c-8236648e93f1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e2192342-d4c0-475e-b07c-8236648e93f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2192342-d4c0-475e-b07c-8236648e93f1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e2192342-d4c0-475e-b07c-8236648e93f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2192342-d4c0-475e-b07c-8236648e93f1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e2192342-d4c0-475e-b07c-8236648e93f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2192342-d4c0-475e-b07c-8236648e93f1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-e2192342-d4c0-475e-b07c-8236648e93f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2192342-d4c0-475e-b07c-8236648e93f1 img.shogun-image {
  width: 100%;
}



}
#s-268a2973-13ea-49ac-a9de-8aba1d8ad9dd {
  margin-bottom: 8px;
text-align: left;
}

#s-268a2973-13ea-49ac-a9de-8aba1d8ad9dd .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

#s-3609d3a6-812d-41b9-be88-43ac13bbacaf {
  margin-bottom: 8px;
text-align: left;
}

#s-3609d3a6-812d-41b9-be88-43ac13bbacaf .shg-product-sold-out {
  display: none;
  color: rgba(82, 82, 97, 1);
  font-size: 22px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3609d3a6-812d-41b9-be88-43ac13bbacaf .shg-product-price {
  color: rgba(82, 82, 97, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 22px;
}

#s-3609d3a6-812d-41b9-be88-43ac13bbacaf .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-0deaefad-1888-4ccd-8def-e2e2393f9502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0deaefad-1888-4ccd-8def-e2e2393f9502.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-56895860-5d1a-4fe2-9328-dc4dbdeda779 {
  padding-left: 5px;
padding-right: 5px;
text-align: left;
}

#s-1e852d0e-76f8-4fdd-a2fd-a4812d1625ed {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-1e852d0e-76f8-4fdd-a2fd-a4812d1625ed {
  display: none;
}
#s-1e852d0e-76f8-4fdd-a2fd-a4812d1625ed, #wrap-s-1e852d0e-76f8-4fdd-a2fd-a4812d1625ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e852d0e-76f8-4fdd-a2fd-a4812d1625ed {
  display: none;
}
#s-1e852d0e-76f8-4fdd-a2fd-a4812d1625ed, #wrap-s-1e852d0e-76f8-4fdd-a2fd-a4812d1625ed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e852d0e-76f8-4fdd-a2fd-a4812d1625ed {
  
}
}
#s-1e852d0e-76f8-4fdd-a2fd-a4812d1625ed .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1e852d0e-76f8-4fdd-a2fd-a4812d1625ed .shg-sld-nav-button.shg-sld-left,
#s-1e852d0e-76f8-4fdd-a2fd-a4812d1625ed .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0c26ca12-ee0f-44d4-aa14-44f2f8224eec {
  min-height: 50px;
}








#s-0c26ca12-ee0f-44d4-aa14-44f2f8224eec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c26ca12-ee0f-44d4-aa14-44f2f8224eec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfd26b39-0177-44dd-a962-aa17439dca62 {
  display: none;
}
#s-3344b123-bada-47c8-96d3-17f3eca45d4b {
  margin-bottom: 8px;
text-align: left;
}



.shg-c#s-3344b123-bada-47c8-96d3-17f3eca45d4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3344b123-bada-47c8-96d3-17f3eca45d4b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3344b123-bada-47c8-96d3-17f3eca45d4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3344b123-bada-47c8-96d3-17f3eca45d4b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3344b123-bada-47c8-96d3-17f3eca45d4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3344b123-bada-47c8-96d3-17f3eca45d4b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3344b123-bada-47c8-96d3-17f3eca45d4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3344b123-bada-47c8-96d3-17f3eca45d4b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-3344b123-bada-47c8-96d3-17f3eca45d4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3344b123-bada-47c8-96d3-17f3eca45d4b img.shogun-image {
  width: 100%;
}



}
#s-9875bdd9-7c36-443c-ac64-9e8aea9d2db0 {
  margin-bottom: 8px;
text-align: center;
}

#s-9875bdd9-7c36-443c-ac64-9e8aea9d2db0 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

#s-cc444a60-0587-48ab-a7b1-dd2a232042ea {
  margin-bottom: 8px;
text-align: center;
}

#s-cc444a60-0587-48ab-a7b1-dd2a232042ea .shg-product-sold-out {
  display: none;
  color: rgba(82, 82, 97, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-cc444a60-0587-48ab-a7b1-dd2a232042ea .shg-product-price {
  color: rgba(82, 82, 97, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-cc444a60-0587-48ab-a7b1-dd2a232042ea .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-5f60b9b9-dd30-4b90-824e-544e65514b49 {
  margin-bottom: 8px;
}

#s-34c0c795-a8d1-4153-bb70-993dff84d7df {
  text-align: center;
}

#s-eed0a2a7-9f6d-46e6-af3b-e6d3b7fa9c96 {
  min-height: 50px;
}








#s-eed0a2a7-9f6d-46e6-af3b-e6d3b7fa9c96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eed0a2a7-9f6d-46e6-af3b-e6d3b7fa9c96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fec93b9c-7645-4767-9248-40bae2663caf {
  display: none;
}
#s-a1cc589f-5d9c-4c21-97fe-f682d766baaa {
  text-align: left;
}



.shg-c#s-a1cc589f-5d9c-4c21-97fe-f682d766baaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1cc589f-5d9c-4c21-97fe-f682d766baaa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a1cc589f-5d9c-4c21-97fe-f682d766baaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1cc589f-5d9c-4c21-97fe-f682d766baaa img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a1cc589f-5d9c-4c21-97fe-f682d766baaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1cc589f-5d9c-4c21-97fe-f682d766baaa img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a1cc589f-5d9c-4c21-97fe-f682d766baaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1cc589f-5d9c-4c21-97fe-f682d766baaa img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a1cc589f-5d9c-4c21-97fe-f682d766baaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a1cc589f-5d9c-4c21-97fe-f682d766baaa img.shogun-image {
  width: 100%;
}



}
#s-e2cb7e16-af91-41f6-8c17-b1cf1c3d1376 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2cb7e16-af91-41f6-8c17-b1cf1c3d1376 .shg-product-title-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

#s-6d436f17-74d0-4961-bd35-c156bb64d08c {
  margin-bottom: 8px;
text-align: center;
}

#s-6d436f17-74d0-4961-bd35-c156bb64d08c .shg-product-sold-out {
  display: none;
  color: rgba(82, 82, 97, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6d436f17-74d0-4961-bd35-c156bb64d08c .shg-product-price {
  color: rgba(82, 82, 97, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-6d436f17-74d0-4961-bd35-c156bb64d08c .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-9ead0d6d-b47a-4195-b939-45c1be1b22c6 {
  margin-bottom: 8px;
text-align: center;
}

#s-9ead0d6d-b47a-4195-b939-45c1be1b22c6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-8da525c6-02ba-4940-aef0-74256cf13184 {
  text-align: center;
}

#s-20e853e9-0c71-495f-a172-891ee9843796 {
  min-height: 50px;
}








#s-20e853e9-0c71-495f-a172-891ee9843796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20e853e9-0c71-495f-a172-891ee9843796.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac17ae8e-a4a1-4035-84f5-9c150b342a21 {
  display: none;
}
#s-1e977015-372e-4554-8ac1-5d2956748bf0 {
  margin-bottom: 8px;
text-align: left;
}



.shg-c#s-1e977015-372e-4554-8ac1-5d2956748bf0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e977015-372e-4554-8ac1-5d2956748bf0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1e977015-372e-4554-8ac1-5d2956748bf0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e977015-372e-4554-8ac1-5d2956748bf0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1e977015-372e-4554-8ac1-5d2956748bf0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e977015-372e-4554-8ac1-5d2956748bf0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1e977015-372e-4554-8ac1-5d2956748bf0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e977015-372e-4554-8ac1-5d2956748bf0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-1e977015-372e-4554-8ac1-5d2956748bf0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e977015-372e-4554-8ac1-5d2956748bf0 img.shogun-image {
  width: 100%;
}



}
#s-f99e5566-a6c3-40df-b7ac-bbb719c73637 {
  margin-bottom: 8px;
text-align: center;
}

#s-f99e5566-a6c3-40df-b7ac-bbb719c73637 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

#s-4fa98924-9b0a-4046-a776-0f3da3619274 {
  margin-bottom: 8px;
text-align: center;
}

#s-4fa98924-9b0a-4046-a776-0f3da3619274 .shg-product-sold-out {
  display: none;
  color: rgba(82, 82, 97, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-4fa98924-9b0a-4046-a776-0f3da3619274 .shg-product-price {
  color: rgba(82, 82, 97, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-4fa98924-9b0a-4046-a776-0f3da3619274 .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-55c2d9ab-0f1d-4695-a81f-e86bdec1b9ba {
  margin-bottom: 8px;
}

#s-d8f785f3-d7a2-4e38-aaed-b0dc629289c1 {
  text-align: center;
}

#s-4ecf1173-791a-4f40-85f2-8dec40ada44c {
  min-height: 50px;
}








#s-4ecf1173-791a-4f40-85f2-8dec40ada44c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ecf1173-791a-4f40-85f2-8dec40ada44c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92f5a259-2a27-41e0-bd80-7797dad2d7c7 {
  display: none;
}
#s-c871e7a2-df28-429b-95ca-f452e81f6c2c {
  margin-bottom: 8px;
text-align: left;
}



.shg-c#s-c871e7a2-df28-429b-95ca-f452e81f6c2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c871e7a2-df28-429b-95ca-f452e81f6c2c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c871e7a2-df28-429b-95ca-f452e81f6c2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c871e7a2-df28-429b-95ca-f452e81f6c2c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c871e7a2-df28-429b-95ca-f452e81f6c2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c871e7a2-df28-429b-95ca-f452e81f6c2c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c871e7a2-df28-429b-95ca-f452e81f6c2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c871e7a2-df28-429b-95ca-f452e81f6c2c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c871e7a2-df28-429b-95ca-f452e81f6c2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c871e7a2-df28-429b-95ca-f452e81f6c2c img.shogun-image {
  width: 100%;
}



}
#s-ab421fec-3b99-40a8-84c1-c9932588f4f5 {
  margin-bottom: 8px;
text-align: center;
}

#s-ab421fec-3b99-40a8-84c1-c9932588f4f5 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

#s-67f83242-69a9-43de-954a-5cb44e766563 {
  margin-bottom: 8px;
text-align: center;
}

#s-67f83242-69a9-43de-954a-5cb44e766563 .shg-product-sold-out {
  display: none;
  color: rgba(82, 82, 97, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-67f83242-69a9-43de-954a-5cb44e766563 .shg-product-price {
  color: rgba(82, 82, 97, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-67f83242-69a9-43de-954a-5cb44e766563 .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-1dc28246-13d2-4fbb-9905-2d2ea0e0fa08 {
  margin-bottom: 8px;
}

#s-6cad4768-765b-4036-90c4-d0791e87fd95 {
  text-align: 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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}