.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-f3de136f-b4aa-4913-929c-70f804a00a68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f3de136f-b4aa-4913-929c-70f804a00a68 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



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

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

#s-6c80d995-8af7-415e-a2f6-040693a9e8ef hr {
  border-top: 2px solid #ddd;
}

#s-2bc18592-0f14-40b9-821c-3a3f8dd5fd24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2bc18592-0f14-40b9-821c-3a3f8dd5fd24 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-af12978c-f354-4edf-be57-6532a44edcf7 {
  min-height: 50px;
}








#s-af12978c-f354-4edf-be57-6532a44edcf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af12978c-f354-4edf-be57-6532a44edcf7.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;
}

@media (min-width: 0px) {
[id="s-8bc95cc4-324e-429d-bd95-fecaa7f0fd29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bc95cc4-324e-429d-bd95-fecaa7f0fd29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-8bc95cc4-324e-429d-bd95-fecaa7f0fd29"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-8bc95cc4-324e-429d-bd95-fecaa7f0fd29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-8bc95cc4-324e-429d-bd95-fecaa7f0fd29"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-8bc95cc4-324e-429d-bd95-fecaa7f0fd29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-8bc95cc4-324e-429d-bd95-fecaa7f0fd29"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.5px);
}

}

#s-c4bb194f-2d5e-401e-88ba-cfd365c00757 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4bb194f-2d5e-401e-88ba-cfd365c00757 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9d39c080-1b8f-4696-8c3b-aa4755f2718b {
  text-align: left;
}

#s-9d39c080-1b8f-4696-8c3b-aa4755f2718b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9d39c080-1b8f-4696-8c3b-aa4755f2718b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9d39c080-1b8f-4696-8c3b-aa4755f2718b .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-d2b44f6b-2a20-4b8e-a8bd-b061fa1c4bbb {
  min-height: 50px;
}








#s-d2b44f6b-2a20-4b8e-a8bd-b061fa1c4bbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2b44f6b-2a20-4b8e-a8bd-b061fa1c4bbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-348eaaec-7665-4417-8b70-56f76ecd466e {
  min-height: 50px;
}








#s-348eaaec-7665-4417-8b70-56f76ecd466e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-348eaaec-7665-4417-8b70-56f76ecd466e.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;
  }
}

#s-0b7464a4-c1c0-4c86-8e8c-11ad0db5c4d0 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-0b7464a4-c1c0-4c86-8e8c-11ad0db5c4d0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0b7464a4-c1c0-4c86-8e8c-11ad0db5c4d0 .shg-sld-nav-button.shg-sld-left,
#s-0b7464a4-c1c0-4c86-8e8c-11ad0db5c4d0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-93d0b52e-f2e4-420f-b442-cdf718d5e118 {
  text-align: center;
}







  #s-93d0b52e-f2e4-420f-b442-cdf718d5e118 img.shogun-image {
    

    
    
    
  }


#s-93d0b52e-f2e4-420f-b442-cdf718d5e118 .shogun-image-content {
  
    align-items: center;
  
}

#s-92b5c297-a44d-49a9-b530-7e1d42d2cb9d {
  text-align: center;
}







  #s-92b5c297-a44d-49a9-b530-7e1d42d2cb9d img.shogun-image {
    

    
    
    
  }


#s-92b5c297-a44d-49a9-b530-7e1d42d2cb9d .shogun-image-content {
  
    align-items: center;
  
}

#s-89380c1d-d637-4f62-b12c-53a54fe44b78 {
  text-align: center;
}







  #s-89380c1d-d637-4f62-b12c-53a54fe44b78 img.shogun-image {
    

    
    
    
  }


#s-89380c1d-d637-4f62-b12c-53a54fe44b78 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb99d736-bd10-4ce7-b785-d4c62b285ccc {
  min-height: 50px;
}








#s-fb99d736-bd10-4ce7-b785-d4c62b285ccc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb99d736-bd10-4ce7-b785-d4c62b285ccc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8294d949-6e29-4175-af73-5a7740a0f45c {
  min-height: 50px;
}








#s-8294d949-6e29-4175-af73-5a7740a0f45c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8294d949-6e29-4175-af73-5a7740a0f45c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5930197-2a25-4f58-8949-b06c4ee0bcb4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e5930197-2a25-4f58-8949-b06c4ee0bcb4 {
  display: none;
}
#s-e5930197-2a25-4f58-8949-b06c4ee0bcb4, #wrap-s-e5930197-2a25-4f58-8949-b06c4ee0bcb4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5930197-2a25-4f58-8949-b06c4ee0bcb4 {
  display: none;
}
#s-e5930197-2a25-4f58-8949-b06c4ee0bcb4, #wrap-s-e5930197-2a25-4f58-8949-b06c4ee0bcb4 { display: none !important; }}







#s-e5930197-2a25-4f58-8949-b06c4ee0bcb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5930197-2a25-4f58-8949-b06c4ee0bcb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39015e02-bb9f-4fd6-a406-957c599f5dc5 {
  text-align: center;
}







  #s-39015e02-bb9f-4fd6-a406-957c599f5dc5 img.shogun-image {
    

    
    
    
  }


#s-39015e02-bb9f-4fd6-a406-957c599f5dc5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8d7e7d27-5507-4109-acaa-0beb687a6df2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-8d7e7d27-5507-4109-acaa-0beb687a6df2 .shogun-heading-component h1 {
  color: rgba(3, 3, 3, 0);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 0.1px;
  
  
  text-align: right;
}



#s-f267fbef-c32c-4dfe-ba84-a59ba9fe8bda {
  text-align: center;
}







  #s-f267fbef-c32c-4dfe-ba84-a59ba9fe8bda img.shogun-image {
    

    
    
    
  }


#s-f267fbef-c32c-4dfe-ba84-a59ba9fe8bda .shogun-image-content {
  
    align-items: center;
  
}

#s-3e27b79a-b4c2-454a-aa03-dc2fcf14b576 {
  min-height: 50px;
}








#s-3e27b79a-b4c2-454a-aa03-dc2fcf14b576 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e27b79a-b4c2-454a-aa03-dc2fcf14b576.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c019e8c5-5095-42ea-9b68-91ab2ce50789 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c019e8c5-5095-42ea-9b68-91ab2ce50789 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6ed73002-d8db-4447-bef2-4b54a0a8af7d {
  text-align: center;
}







  #s-6ed73002-d8db-4447-bef2-4b54a0a8af7d img.shogun-image {
    

    
    
    
  }


#s-6ed73002-d8db-4447-bef2-4b54a0a8af7d .shogun-image-content {
  
    align-items: center;
  
}

#s-2f76159e-7d77-48f6-bfd5-aaa30a902b75 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(132, 216, 204, 1);
}








#s-2f76159e-7d77-48f6-bfd5-aaa30a902b75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f76159e-7d77-48f6-bfd5-aaa30a902b75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7ababbf-0c61-491a-9b61-f8a5a62e5f81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7ababbf-0c61-491a-9b61-f8a5a62e5f81 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.5em;
  
  
}



#s-aebd77e3-c4d0-49d5-8dcb-d4268e1d3735 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aebd77e3-c4d0-49d5-8dcb-d4268e1d3735 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 0.5em;
  
  
}



#s-d6b968fe-7460-45a7-ac76-b838a1f391ff {
  text-align: center;
}







  #s-d6b968fe-7460-45a7-ac76-b838a1f391ff img.shogun-image {
    

    
    
    
  }


#s-d6b968fe-7460-45a7-ac76-b838a1f391ff .shogun-image-content {
  
    align-items: center;
  
}

#s-20628266-0f8b-4eb2-a8d1-5518af118ca8 {
  min-height: 50px;
}








#s-20628266-0f8b-4eb2-a8d1-5518af118ca8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20628266-0f8b-4eb2-a8d1-5518af118ca8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8cf816d-e24e-4505-a436-cbec8e4c5c18 {
  min-height: 50px;
}








#s-b8cf816d-e24e-4505-a436-cbec8e4c5c18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8cf816d-e24e-4505-a436-cbec8e4c5c18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b41c7752-74ef-40af-91ab-93d8c2797fd9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b41c7752-74ef-40af-91ab-93d8c2797fd9 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.5em;
  
  
}



#s-4af4df5d-2c61-40f3-9371-bf71979d6b7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4af4df5d-2c61-40f3-9371-bf71979d6b7b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.5em;
  
  
}



#s-536a0038-1cd7-43c4-90d3-355e284329fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-536a0038-1cd7-43c4-90d3-355e284329fb .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}



#s-59257bc4-0608-48fb-97f2-b8fed34f7bdf {
  text-align: center;
}







  #s-59257bc4-0608-48fb-97f2-b8fed34f7bdf img.shogun-image {
    

    
    
    
  }


#s-59257bc4-0608-48fb-97f2-b8fed34f7bdf .shogun-image-content {
  
    align-items: center;
  
}

#s-de01fa2d-e46e-49d1-9c6c-6f4c6c163df6 {
  margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(132, 216, 204, 1);
}








#s-de01fa2d-e46e-49d1-9c6c-6f4c6c163df6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de01fa2d-e46e-49d1-9c6c-6f4c6c163df6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-105f5e66-01f9-4dc5-8ec9-555d489235d9 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-105f5e66-01f9-4dc5-8ec9-555d489235d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-105f5e66-01f9-4dc5-8ec9-555d489235d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-718da7db-7720-42b2-8c8d-feb4b50c3477 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-718da7db-7720-42b2-8c8d-feb4b50c3477 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 0.5em;
  
  
}



#s-e2211b0b-a330-46df-840d-ae5abacfdb7b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e2211b0b-a330-46df-840d-ae5abacfdb7b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  
  
}



#s-ea5fa39e-3cb9-42cf-a46e-5a9aed469f7e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-ea5fa39e-3cb9-42cf-a46e-5a9aed469f7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea5fa39e-3cb9-42cf-a46e-5a9aed469f7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89b950ab-27c6-49b2-9f54-7b56e3036a4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89b950ab-27c6-49b2-9f54-7b56e3036a4f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 0.5em;
  
  
}



#s-3c008e5a-c561-4ef4-a83d-0b65b017f8d1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3c008e5a-c561-4ef4-a83d-0b65b017f8d1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  
  
}



#s-f9d20390-a298-4972-895e-028627c9db60 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-f9d20390-a298-4972-895e-028627c9db60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9d20390-a298-4972-895e-028627c9db60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af425a7d-1d72-4cdc-ad13-1cec34f4acc1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af425a7d-1d72-4cdc-ad13-1cec34f4acc1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 0.5em;
  
  
}



#s-31cafe5e-3cde-45b2-8b07-43cd899ac786 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-31cafe5e-3cde-45b2-8b07-43cd899ac786 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31cafe5e-3cde-45b2-8b07-43cd899ac786.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1b4cee4-b1d6-4356-953a-2036e42dacb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1b4cee4-b1d6-4356-953a-2036e42dacb2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 0.5em;
  
  
}



#s-96c2e6bb-34c0-46e6-89b3-27c293c1a1ed {
  text-align: center;
}







  #s-96c2e6bb-34c0-46e6-89b3-27c293c1a1ed img.shogun-image {
    

    
    
    
  }


#s-96c2e6bb-34c0-46e6-89b3-27c293c1a1ed .shogun-image-content {
  
    align-items: center;
  
}

#s-6f05ca1a-f845-41ec-92e2-90ac81b7ddff {
  text-align: center;
}







  #s-6f05ca1a-f845-41ec-92e2-90ac81b7ddff img.shogun-image {
    

    
    
    
  }


#s-6f05ca1a-f845-41ec-92e2-90ac81b7ddff .shogun-image-content {
  
    align-items: center;
  
}

#s-88cd7c0f-36ed-4a6c-b2e1-a290d8313bb0 {
  text-align: center;
}







  #s-88cd7c0f-36ed-4a6c-b2e1-a290d8313bb0 img.shogun-image {
    

    
    
    
  }


#s-88cd7c0f-36ed-4a6c-b2e1-a290d8313bb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b47c034d-8970-4dfe-af2d-578e303e5f1d {
  text-align: center;
}







  #s-b47c034d-8970-4dfe-af2d-578e303e5f1d img.shogun-image {
    

    
    
    
  }


#s-b47c034d-8970-4dfe-af2d-578e303e5f1d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8e73806c-d820-439e-9fac-3f3204304df2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-8e73806c-d820-439e-9fac-3f3204304df2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 0);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 0.5px;
  
  
  text-align: right;
}



.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-e1ec22fb-f459-42b8-8999-12fe15cb6324 {
  text-align: left;
}

#s-e1ec22fb-f459-42b8-8999-12fe15cb6324 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-e1ec22fb-f459-42b8-8999-12fe15cb6324 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-e1ec22fb-f459-42b8-8999-12fe15cb6324 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-e1ec22fb-f459-42b8-8999-12fe15cb6324 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-e1ec22fb-f459-42b8-8999-12fe15cb6324 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-e1ec22fb-f459-42b8-8999-12fe15cb6324 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-e1ec22fb-f459-42b8-8999-12fe15cb6324 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-e1ec22fb-f459-42b8-8999-12fe15cb6324 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-e1ec22fb-f459-42b8-8999-12fe15cb6324 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-f84a84b6-1e63-47df-8076-001d036c6742 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f84a84b6-1e63-47df-8076-001d036c6742 {
  display: none;
}
#s-f84a84b6-1e63-47df-8076-001d036c6742, #wrap-s-f84a84b6-1e63-47df-8076-001d036c6742 { display: none !important; }}@media (max-width: 767px){#s-f84a84b6-1e63-47df-8076-001d036c6742 {
  display: none;
}
#s-f84a84b6-1e63-47df-8076-001d036c6742, #wrap-s-f84a84b6-1e63-47df-8076-001d036c6742 { display: none !important; }}







#s-f84a84b6-1e63-47df-8076-001d036c6742 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f84a84b6-1e63-47df-8076-001d036c6742.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d1b94f0-9eeb-4e67-b599-c4e285d315e1 {
  min-height: 50px;
}








#s-4d1b94f0-9eeb-4e67-b599-c4e285d315e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d1b94f0-9eeb-4e67-b599-c4e285d315e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d443a1d-55e6-44f6-9c1c-6d0e359b313f {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8d443a1d-55e6-44f6-9c1c-6d0e359b313f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d443a1d-55e6-44f6-9c1c-6d0e359b313f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8d443a1d-55e6-44f6-9c1c-6d0e359b313f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8d443a1d-55e6-44f6-9c1c-6d0e359b313f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8d443a1d-55e6-44f6-9c1c-6d0e359b313f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d443a1d-55e6-44f6-9c1c-6d0e359b313f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8d443a1d-55e6-44f6-9c1c-6d0e359b313f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-11788402-df49-4acf-8668-71d61ed7b95a {
  text-align: center;
}







  #s-11788402-df49-4acf-8668-71d61ed7b95a img.shogun-image {
    

    
    
    
  }


#s-11788402-df49-4acf-8668-71d61ed7b95a .shogun-image-content {
  
    align-items: center;
  
}

#s-89bde358-5132-478e-a961-2ef7ad59ca8b {
  min-height: 50px;
}








#s-89bde358-5132-478e-a961-2ef7ad59ca8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89bde358-5132-478e-a961-2ef7ad59ca8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6caabf0-0ab2-46bd-a674-250c8b4ed4c5 {
  min-height: 50px;
}








#s-c6caabf0-0ab2-46bd-a674-250c8b4ed4c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6caabf0-0ab2-46bd-a674-250c8b4ed4c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bb34f19-2136-4345-b470-3b0f3714007f {
  text-align: center;
}







  #s-9bb34f19-2136-4345-b470-3b0f3714007f img.shogun-image {
    

    
    
    
  }


#s-9bb34f19-2136-4345-b470-3b0f3714007f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e95e30d4-628f-4d66-9052-cbd63931380a {
  min-height: 50px;
}








#s-e95e30d4-628f-4d66-9052-cbd63931380a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e95e30d4-628f-4d66-9052-cbd63931380a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bf6c34c-c26b-45e9-bdb0-14e32c965f4d {
  min-height: 50px;
}








#s-0bf6c34c-c26b-45e9-bdb0-14e32c965f4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bf6c34c-c26b-45e9-bdb0-14e32c965f4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad591f89-7de6-4650-8b05-9be9b9d897ba {
  min-height: 50px;
}








#s-ad591f89-7de6-4650-8b05-9be9b9d897ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad591f89-7de6-4650-8b05-9be9b9d897ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87ee4198-0b83-4554-95d6-dee930292cdd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87ee4198-0b83-4554-95d6-dee930292cdd .shogun-heading-component h1 {
  color: rgba(114, 113, 113, 1);
  font-weight:  200 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-17b6f48c-4c65-400f-bcf3-9b1f7be3782d {
  text-align: center;
}







  #s-17b6f48c-4c65-400f-bcf3-9b1f7be3782d img.shogun-image {
    

    
    
    
  }


#s-17b6f48c-4c65-400f-bcf3-9b1f7be3782d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-b1256721-e9f7-4a4c-8cd7-cc59f6b8eb99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1256721-e9f7-4a4c-8cd7-cc59f6b8eb99 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-6559ffe4-1acf-4c2e-9ccb-0c39f45a9340 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6559ffe4-1acf-4c2e-9ccb-0c39f45a9340 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-cd0b1dd3-1d15-45ec-b361-b8d25ab3d58d {
  text-align: center;
}
@media (min-width: 1200px){#s-cd0b1dd3-1d15-45ec-b361-b8d25ab3d58d {
  display: none;
}
#s-cd0b1dd3-1d15-45ec-b361-b8d25ab3d58d, #wrap-s-cd0b1dd3-1d15-45ec-b361-b8d25ab3d58d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd0b1dd3-1d15-45ec-b361-b8d25ab3d58d {
  display: none;
}
#s-cd0b1dd3-1d15-45ec-b361-b8d25ab3d58d, #wrap-s-cd0b1dd3-1d15-45ec-b361-b8d25ab3d58d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd0b1dd3-1d15-45ec-b361-b8d25ab3d58d {
  display: none;
}
#s-cd0b1dd3-1d15-45ec-b361-b8d25ab3d58d, #wrap-s-cd0b1dd3-1d15-45ec-b361-b8d25ab3d58d { display: none !important; }}@media (max-width: 767px){#s-cd0b1dd3-1d15-45ec-b361-b8d25ab3d58d {
  display: none;
}
#s-cd0b1dd3-1d15-45ec-b361-b8d25ab3d58d, #wrap-s-cd0b1dd3-1d15-45ec-b361-b8d25ab3d58d { display: none !important; }}






  #s-cd0b1dd3-1d15-45ec-b361-b8d25ab3d58d img.shogun-image {
    

    
    
    
  }


#s-cd0b1dd3-1d15-45ec-b361-b8d25ab3d58d .shogun-image-content {
  
    align-items: center;
  
}

#s-85b14af6-3d63-4c05-ad37-f1acba0afcb1 {
  min-height: 50px;
}








#s-85b14af6-3d63-4c05-ad37-f1acba0afcb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85b14af6-3d63-4c05-ad37-f1acba0afcb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6897654-eb24-4083-9901-7338246e155b {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-a6897654-eb24-4083-9901-7338246e155b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6897654-eb24-4083-9901-7338246e155b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eccee8c5-4174-4152-af6e-e1c532e92b73 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-eccee8c5-4174-4152-af6e-e1c532e92b73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eccee8c5-4174-4152-af6e-e1c532e92b73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eccee8c5-4174-4152-af6e-e1c532e92b73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eccee8c5-4174-4152-af6e-e1c532e92b73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-be421c4d-947f-41c5-8068-0828f8a01e30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be421c4d-947f-41c5-8068-0828f8a01e30 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-51ab9354-9c92-4f28-84cc-cd7b7470f3a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51ab9354-9c92-4f28-84cc-cd7b7470f3a1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e691de37-43bf-41c3-ad3b-1cbb6db05f6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e691de37-43bf-41c3-ad3b-1cbb6db05f6b .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-4d7fd2b1-a86e-4bc8-85ae-14c44f7ca6cc {
  min-height: 50px;
}








#s-4d7fd2b1-a86e-4bc8-85ae-14c44f7ca6cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d7fd2b1-a86e-4bc8-85ae-14c44f7ca6cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac1d8a48-7643-43a5-a409-5e13054b489f {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-ac1d8a48-7643-43a5-a409-5e13054b489f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac1d8a48-7643-43a5-a409-5e13054b489f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e7b02b6-3935-4b30-9e07-3e329472608e {
  min-height: 50px;
}








#s-1e7b02b6-3935-4b30-9e07-3e329472608e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e7b02b6-3935-4b30-9e07-3e329472608e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a314d23a-8157-457e-857e-e789aaf29433 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-a314d23a-8157-457e-857e-e789aaf29433"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a314d23a-8157-457e-857e-e789aaf29433"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a314d23a-8157-457e-857e-e789aaf29433"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a314d23a-8157-457e-857e-e789aaf29433"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-31870b6c-897b-4bb9-88b6-0292278eb93b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31870b6c-897b-4bb9-88b6-0292278eb93b .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c5bb40a5-414a-4884-983e-a9d5242440a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5bb40a5-414a-4884-983e-a9d5242440a7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7ad103d5-5ded-49b3-ba47-7d3e1cb4f5cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ad103d5-5ded-49b3-ba47-7d3e1cb4f5cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-b7fe83c9-58d9-44ad-ba5d-266ee685ae6c {
  min-height: 50px;
}








#s-b7fe83c9-58d9-44ad-ba5d-266ee685ae6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7fe83c9-58d9-44ad-ba5d-266ee685ae6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-211202dd-e463-4b23-bf96-fab5e212d4f3 {
  text-align: center;
}







  #s-211202dd-e463-4b23-bf96-fab5e212d4f3 img.shogun-image {
    

    
    
    
  }


#s-211202dd-e463-4b23-bf96-fab5e212d4f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-54428c23-08c1-40cf-9160-7ca2ab0c8e54 {
  text-align: center;
}







  #s-54428c23-08c1-40cf-9160-7ca2ab0c8e54 img.shogun-image {
    

    
    
    
  }


#s-54428c23-08c1-40cf-9160-7ca2ab0c8e54 .shogun-image-content {
  
    align-items: center;
  
}

#s-286446a2-4422-4d93-9620-f97bb621b2eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-286446a2-4422-4d93-9620-f97bb621b2eb .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-c58b00a0-86f3-49b8-b3ad-12ceaff05b62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c58b00a0-86f3-49b8-b3ad-12ceaff05b62 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-2bd7bb8b-b60f-4452-8a45-d8085efa4eaa {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bd7bb8b-b60f-4452-8a45-d8085efa4eaa .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-51dd9013-5cae-4f97-a006-e74e3913462d {
  min-height: 50px;
}








#s-51dd9013-5cae-4f97-a006-e74e3913462d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51dd9013-5cae-4f97-a006-e74e3913462d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-286ece6d-08a6-4721-b601-31be4071d019 {
  min-height: 50px;
}








#s-286ece6d-08a6-4721-b601-31be4071d019 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-286ece6d-08a6-4721-b601-31be4071d019.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1de323e-74bb-4d5d-b878-6e04a15682b9 {
  text-align: center;
}







  #s-b1de323e-74bb-4d5d-b878-6e04a15682b9 img.shogun-image {
    

    
    
    
  }


#s-b1de323e-74bb-4d5d-b878-6e04a15682b9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e00fd91d-8fb0-40ca-b59a-f96645625fc8 {
  min-height: 50px;
}








#s-e00fd91d-8fb0-40ca-b59a-f96645625fc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e00fd91d-8fb0-40ca-b59a-f96645625fc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95e00672-7059-47e9-81a9-e4aabb47af2c {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-95e00672-7059-47e9-81a9-e4aabb47af2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95e00672-7059-47e9-81a9-e4aabb47af2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ba8fb485-fdb5-4b11-9e66-283cf493e024"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba8fb485-fdb5-4b11-9e66-283cf493e024"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ba8fb485-fdb5-4b11-9e66-283cf493e024"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ba8fb485-fdb5-4b11-9e66-283cf493e024"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ba8fb485-fdb5-4b11-9e66-283cf493e024"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba8fb485-fdb5-4b11-9e66-283cf493e024"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ba8fb485-fdb5-4b11-9e66-283cf493e024"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-0ed68248-a7c7-40a6-94e2-9bda07eaa489 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ed68248-a7c7-40a6-94e2-9bda07eaa489 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 0.5em;
  
  
}



#s-5ae86dfd-02f6-4afd-9e7e-5ea07c141e52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ae86dfd-02f6-4afd-9e7e-5ea07c141e52 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  
}



#s-b3f1939d-6a34-4ea2-9e1e-4a2e18a4447e {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-b3f1939d-6a34-4ea2-9e1e-4a2e18a4447e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3f1939d-6a34-4ea2-9e1e-4a2e18a4447e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa75b98f-6446-429e-955e-a4b7ea2a26e4 {
  margin-left: 4%;
}

@media (min-width: 0px) {
[id="s-fa75b98f-6446-429e-955e-a4b7ea2a26e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa75b98f-6446-429e-955e-a4b7ea2a26e4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa75b98f-6446-429e-955e-a4b7ea2a26e4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa75b98f-6446-429e-955e-a4b7ea2a26e4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa75b98f-6446-429e-955e-a4b7ea2a26e4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa75b98f-6446-429e-955e-a4b7ea2a26e4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fa75b98f-6446-429e-955e-a4b7ea2a26e4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-c25778fb-258b-432f-95cc-83e31f9d4a1b {
  min-height: 50px;
}








#s-c25778fb-258b-432f-95cc-83e31f9d4a1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c25778fb-258b-432f-95cc-83e31f9d4a1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6210390-697d-4162-ac3d-c763540adf91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d6210390-697d-4162-ac3d-c763540adf91 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-037cc8eb-e9be-4ec2-a20d-bcd447d98295 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-037cc8eb-e9be-4ec2-a20d-bcd447d98295 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-a400beff-ccef-471d-b7d0-22440f8d5b0d {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a400beff-ccef-471d-b7d0-22440f8d5b0d .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-4e1577ad-31bc-4326-a6ff-f2d0b4315849 {
  text-align: center;
}







  #s-4e1577ad-31bc-4326-a6ff-f2d0b4315849 img.shogun-image {
    

    
    
    
  }


#s-4e1577ad-31bc-4326-a6ff-f2d0b4315849 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d5bea9e-c74d-44af-b530-531aea7ad8ef {
  min-height: 50px;
}








#s-8d5bea9e-c74d-44af-b530-531aea7ad8ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d5bea9e-c74d-44af-b530-531aea7ad8ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10a08f69-9dfb-4158-bdfa-ee4f206415f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10a08f69-9dfb-4158-bdfa-ee4f206415f8 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}



#s-9f9b99ea-855e-4a87-aceb-a292f339464a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f9b99ea-855e-4a87-aceb-a292f339464a .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 0.7em;
  
  
}



#s-145c3546-0834-49b3-b903-49fbe5b16c89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-145c3546-0834-49b3-b903-49fbe5b16c89 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-e45829dc-2371-473e-b9af-6492ed7cf332 {
  text-align: center;
}







  #s-e45829dc-2371-473e-b9af-6492ed7cf332 img.shogun-image {
    

    
    
    
  }


#s-e45829dc-2371-473e-b9af-6492ed7cf332 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3242dcd-9c12-446b-8c22-81493700d5c7 {
  text-align: center;
}







  #s-a3242dcd-9c12-446b-8c22-81493700d5c7 img.shogun-image {
    

    
    
    
  }


#s-a3242dcd-9c12-446b-8c22-81493700d5c7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3f9ba255-73db-444a-a5fb-cea49371750b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3f9ba255-73db-444a-a5fb-cea49371750b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3f9ba255-73db-444a-a5fb-cea49371750b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3f9ba255-73db-444a-a5fb-cea49371750b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3f9ba255-73db-444a-a5fb-cea49371750b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3f9ba255-73db-444a-a5fb-cea49371750b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3f9ba255-73db-444a-a5fb-cea49371750b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

#s-8ffb591e-3ae2-4645-92f5-802bbc1de60a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8ffb591e-3ae2-4645-92f5-802bbc1de60a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-a59ca7f2-82c9-4119-be23-454f6a34c03d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a59ca7f2-82c9-4119-be23-454f6a34c03d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-ab528064-1701-46de-892e-ee9430b7e143 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ab528064-1701-46de-892e-ee9430b7e143 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-2d71b49c-6287-45ac-a812-97b08a3ac122 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d71b49c-6287-45ac-a812-97b08a3ac122 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-3d3bf16f-b296-4b17-8aa9-35850dd85e1a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3d3bf16f-b296-4b17-8aa9-35850dd85e1a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3d3bf16f-b296-4b17-8aa9-35850dd85e1a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3d3bf16f-b296-4b17-8aa9-35850dd85e1a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3d3bf16f-b296-4b17-8aa9-35850dd85e1a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3d3bf16f-b296-4b17-8aa9-35850dd85e1a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3d3bf16f-b296-4b17-8aa9-35850dd85e1a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

#s-0747f47f-e066-4c20-bb99-edb80cada4e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0747f47f-e066-4c20-bb99-edb80cada4e1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-d2270b47-c502-42a0-9223-0c71b9d8f087 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d2270b47-c502-42a0-9223-0c71b9d8f087 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-1f67908b-1d2e-454b-ac1d-09568af9ba4c {
  min-height: 50px;
}








#s-1f67908b-1d2e-454b-ac1d-09568af9ba4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f67908b-1d2e-454b-ac1d-09568af9ba4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d4554fa-832a-4b2b-b57d-a4f18cfacafa {
  text-align: center;
}







  #s-4d4554fa-832a-4b2b-b57d-a4f18cfacafa img.shogun-image {
    

    
    
    
  }


#s-4d4554fa-832a-4b2b-b57d-a4f18cfacafa .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8f4031ef-d609-42de-8aee-dbd7ba956c1f {
  min-height: 50px;
}








#s-8f4031ef-d609-42de-8aee-dbd7ba956c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f4031ef-d609-42de-8aee-dbd7ba956c1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebacd382-2b03-4d3e-a88d-770903089715 {
  min-height: 50px;
}








#s-ebacd382-2b03-4d3e-a88d-770903089715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebacd382-2b03-4d3e-a88d-770903089715.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56b05949-b1a3-47fd-a435-402489508871 {
  min-height: 50px;
}








#s-56b05949-b1a3-47fd-a435-402489508871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56b05949-b1a3-47fd-a435-402489508871.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c528635-6f1f-48c2-a72f-aa7aa48ff7be {
  min-height: 50px;
}








#s-0c528635-6f1f-48c2-a72f-aa7aa48ff7be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c528635-6f1f-48c2-a72f-aa7aa48ff7be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63bd1891-d15a-459f-baba-c8a457ece3f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63bd1891-d15a-459f-baba-c8a457ece3f1 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.3em;
  
  
}



#s-4e599ab6-180f-48df-b793-1cd4a0e421fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e599ab6-180f-48df-b793-1cd4a0e421fa .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-6356ad4c-5bd9-43df-866e-7e4d64b1343b {
  text-align: center;
}







  #s-6356ad4c-5bd9-43df-866e-7e4d64b1343b img.shogun-image {
    

    
    
    
  }


#s-6356ad4c-5bd9-43df-866e-7e4d64b1343b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-09d2aee4-90bb-4362-9325-d305f8224d8b {
  min-height: 50px;
}








#s-09d2aee4-90bb-4362-9325-d305f8224d8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09d2aee4-90bb-4362-9325-d305f8224d8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f268176f-2089-49e7-ba44-ca57c72f1d70 {
  min-height: 50px;
}








#s-f268176f-2089-49e7-ba44-ca57c72f1d70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f268176f-2089-49e7-ba44-ca57c72f1d70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6208eb1-8b5b-40f9-96af-23053c94d8b2 {
  min-height: 50px;
}








#s-b6208eb1-8b5b-40f9-96af-23053c94d8b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6208eb1-8b5b-40f9-96af-23053c94d8b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-913675cf-23b4-417f-986d-d3a31681bce8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-913675cf-23b4-417f-986d-d3a31681bce8 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  
  
}



#s-b8b29da3-058f-42bd-a53e-6b892f6e77fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8b29da3-058f-42bd-a53e-6b892f6e77fd .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-fd6914b4-9e10-4384-9513-97ac8543b67a {
  text-align: center;
}







  #s-fd6914b4-9e10-4384-9513-97ac8543b67a img.shogun-image {
    

    
    
    
  }


#s-fd6914b4-9e10-4384-9513-97ac8543b67a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8b474e1e-0a61-4299-b1f6-3ea5e568f703 {
  min-height: 50px;
}








#s-8b474e1e-0a61-4299-b1f6-3ea5e568f703 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b474e1e-0a61-4299-b1f6-3ea5e568f703.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f264489-7db3-4d83-9dd5-6f7411d8f11e {
  min-height: 50px;
}








#s-3f264489-7db3-4d83-9dd5-6f7411d8f11e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f264489-7db3-4d83-9dd5-6f7411d8f11e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81a65b19-76d7-48a0-8977-b86579691370 {
  min-height: 50px;
}








#s-81a65b19-76d7-48a0-8977-b86579691370 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81a65b19-76d7-48a0-8977-b86579691370.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25c4e9ae-6878-423f-b402-122a11cd7998 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25c4e9ae-6878-423f-b402-122a11cd7998 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  
  
}



#s-4eeb1cc3-3863-409d-ae99-af4dd2673000 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4eeb1cc3-3863-409d-ae99-af4dd2673000 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-618277d5-bc28-4e42-b7be-439181bebd48 {
  text-align: center;
}







  #s-618277d5-bc28-4e42-b7be-439181bebd48 img.shogun-image {
    

    
    
    
  }


#s-618277d5-bc28-4e42-b7be-439181bebd48 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c523ae9-e3e9-4a2c-ac10-122a604dc934 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-5c523ae9-e3e9-4a2c-ac10-122a604dc934"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c523ae9-e3e9-4a2c-ac10-122a604dc934"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c523ae9-e3e9-4a2c-ac10-122a604dc934"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c523ae9-e3e9-4a2c-ac10-122a604dc934"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ca757e0e-ee71-4527-acab-d6ce9910110f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ca757e0e-ee71-4527-acab-d6ce9910110f .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-03940920-ac08-47ce-9648-88ede12cae0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-03940920-ac08-47ce-9648-88ede12cae0d .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-1be7de39-7974-41e7-9583-680be8e51b68 {
  text-align: center;
}







  #s-1be7de39-7974-41e7-9583-680be8e51b68 img.shogun-image {
    

    
    
    
  }


#s-1be7de39-7974-41e7-9583-680be8e51b68 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-014585b7-5a3d-46ec-9991-953515b52d9c {
  min-height: 50px;
}








#s-014585b7-5a3d-46ec-9991-953515b52d9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-014585b7-5a3d-46ec-9991-953515b52d9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0f25c28-9498-4fe0-88fb-e5290675cb15 {
  min-height: 50px;
}








#s-c0f25c28-9498-4fe0-88fb-e5290675cb15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0f25c28-9498-4fe0-88fb-e5290675cb15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1560e360-205b-43ef-a6aa-ae6a7ad3eb1c {
  min-height: 50px;
}








#s-1560e360-205b-43ef-a6aa-ae6a7ad3eb1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1560e360-205b-43ef-a6aa-ae6a7ad3eb1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b88fbd5-e127-497b-9185-efa3219c31f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b88fbd5-e127-497b-9185-efa3219c31f3 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  
  
}



#s-e44688f2-e67c-46a1-a73c-06a559744bd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e44688f2-e67c-46a1-a73c-06a559744bd7 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-948e8930-4826-4090-a55f-0696ac7bbde1 {
  text-align: center;
}







  #s-948e8930-4826-4090-a55f-0696ac7bbde1 img.shogun-image {
    

    
    
    
  }


#s-948e8930-4826-4090-a55f-0696ac7bbde1 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7641101a-2383-423b-9ea9-a0358a3f4544 {
  min-height: 50px;
}








#s-7641101a-2383-423b-9ea9-a0358a3f4544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7641101a-2383-423b-9ea9-a0358a3f4544.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4808c2a1-daaa-475e-af3f-8dfc84cea16c {
  min-height: 50px;
}








#s-4808c2a1-daaa-475e-af3f-8dfc84cea16c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4808c2a1-daaa-475e-af3f-8dfc84cea16c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6633937-d1f7-4376-9370-30a98e5f1de9 {
  min-height: 50px;
}








#s-f6633937-d1f7-4376-9370-30a98e5f1de9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6633937-d1f7-4376-9370-30a98e5f1de9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e532779-220a-4b34-a2b2-b680038dab29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e532779-220a-4b34-a2b2-b680038dab29 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-958a9ba5-c01f-4150-b9a2-9708b217d72e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-958a9ba5-c01f-4150-b9a2-9708b217d72e .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  
  
}



#s-052d4910-4712-461e-a2ea-e33695882264 {
  text-align: center;
}







  #s-052d4910-4712-461e-a2ea-e33695882264 img.shogun-image {
    

    
    
    
  }


#s-052d4910-4712-461e-a2ea-e33695882264 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-721d05c3-cfa7-431b-87dd-4dccd5cac90d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-721d05c3-cfa7-431b-87dd-4dccd5cac90d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-721d05c3-cfa7-431b-87dd-4dccd5cac90d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-721d05c3-cfa7-431b-87dd-4dccd5cac90d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5299e8f5-5381-4ccd-8220-f9497aba951b {
  min-height: 50px;
}








#s-5299e8f5-5381-4ccd-8220-f9497aba951b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5299e8f5-5381-4ccd-8220-f9497aba951b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad950df3-500a-451b-a9ba-782940aa1364 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ad950df3-500a-451b-a9ba-782940aa1364 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-20691c38-d389-4fde-959d-a28fafebb61c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-20691c38-d389-4fde-959d-a28fafebb61c .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-0be172fd-03bf-42eb-8f38-42118e06a11b {
  margin-top: -20px;
margin-bottom: -20px;
min-height: 50px;
}








#s-0be172fd-03bf-42eb-8f38-42118e06a11b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0be172fd-03bf-42eb-8f38-42118e06a11b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb2b6c4a-9e93-4e5f-86b2-2b0ec51eae4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb2b6c4a-9e93-4e5f-86b2-2b0ec51eae4e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-322e1ccd-011c-400a-8bfd-09a8d31e5b78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-322e1ccd-011c-400a-8bfd-09a8d31e5b78 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-65dfc94f-3586-47cb-bb1c-532f9647a68d {
  margin-top: -20px;
margin-bottom: -20px;
min-height: 50px;
}








#s-65dfc94f-3586-47cb-bb1c-532f9647a68d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65dfc94f-3586-47cb-bb1c-532f9647a68d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7c6fc82-74c4-484c-9860-26ec2c7faeab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e7c6fc82-74c4-484c-9860-26ec2c7faeab .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-a5ec9124-db16-4a94-a8ea-adc195ba425b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a5ec9124-db16-4a94-a8ea-adc195ba425b .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-977be32f-4f34-4bce-ac4a-c65aa1af1fe2 {
  min-height: 50px;
}








#s-977be32f-4f34-4bce-ac4a-c65aa1af1fe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-977be32f-4f34-4bce-ac4a-c65aa1af1fe2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78118759-258e-4b4e-84d6-e9a6da8de07c {
  max-width: 8001px;
aspect-ratio: 8001/7084;
text-align: center;
}





  #s-78118759-258e-4b4e-84d6-e9a6da8de07c img.shogun-image,
  #s-78118759-258e-4b4e-84d6-e9a6da8de07c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78118759-258e-4b4e-84d6-e9a6da8de07c {
    width: 100%;
    height: auto;
  }



  #s-78118759-258e-4b4e-84d6-e9a6da8de07c img.shogun-image {
    

    
    
    
  }


#s-78118759-258e-4b4e-84d6-e9a6da8de07c .shogun-image-content {
  
    align-items: center;
  
}

#s-d6fabc84-cb02-49a4-8a66-8d716ecd2a20 {
  text-align: left;
}

#s-d6fabc84-cb02-49a4-8a66-8d716ecd2a20 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-d6fabc84-cb02-49a4-8a66-8d716ecd2a20 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-d6fabc84-cb02-49a4-8a66-8d716ecd2a20 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-d6fabc84-cb02-49a4-8a66-8d716ecd2a20 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-d6fabc84-cb02-49a4-8a66-8d716ecd2a20 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-d6fabc84-cb02-49a4-8a66-8d716ecd2a20 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-d6fabc84-cb02-49a4-8a66-8d716ecd2a20 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-d6fabc84-cb02-49a4-8a66-8d716ecd2a20 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-d6fabc84-cb02-49a4-8a66-8d716ecd2a20 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
