.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;
}

.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-f2e41af2-7818-40b9-806a-981bb1b36a43 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f2e41af2-7818-40b9-806a-981bb1b36a43 {
  padding-top: 10%;
padding-left: 3%;
padding-bottom: 10%;
padding-right: 3%;
}
}







#s-f2e41af2-7818-40b9-806a-981bb1b36a43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2e41af2-7818-40b9-806a-981bb1b36a43.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: #000000;
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 700;
  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-e877f283-34da-4c9a-a63f-fc849fae0daa {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e877f283-34da-4c9a-a63f-fc849fae0daa .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e877f283-34da-4c9a-a63f-fc849fae0daa .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-e877f283-34da-4c9a-a63f-fc849fae0daa .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-2577ca33-e62c-4836-a25c-1a62f2eee87a {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-2577ca33-e62c-4836-a25c-1a62f2eee87a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2577ca33-e62c-4836-a25c-1a62f2eee87a.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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-0234614f-2e68-4f9b-ba4a-cf2338adbc68 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-0234614f-2e68-4f9b-ba4a-cf2338adbc68"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0234614f-2e68-4f9b-ba4a-cf2338adbc68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-0234614f-2e68-4f9b-ba4a-cf2338adbc68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-0234614f-2e68-4f9b-ba4a-cf2338adbc68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-8193dadd-08ed-4f8d-9c54-b11745a8f13d {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-0e167300-5913-47d9-88ae-489ac517af4a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0e167300-5913-47d9-88ae-489ac517af4a .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-0e167300-5913-47d9-88ae-489ac517af4a .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-0e167300-5913-47d9-88ae-489ac517af4a .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-0e167300-5913-47d9-88ae-489ac517af4a .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-0e167300-5913-47d9-88ae-489ac517af4a .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 700;
  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-54d65329-7d0b-443b-8f58-01974eeebad0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54d65329-7d0b-443b-8f58-01974eeebad0 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

.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-5f12b4dd-4581-4752-aec7-d6314a3f1a66 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-5f12b4dd-4581-4752-aec7-d6314a3f1a66 .shg-proportional-font-size,
#s-5f12b4dd-4581-4752-aec7-d6314a3f1a66 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-115e99ff-4ec7-4c1a-aae2-45b4086a6179 {
  margin-left: auto;
margin-right: auto;
}

#s-fbe9bb70-5511-4345-bf23-ccd70dd18f3b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fbe9bb70-5511-4345-bf23-ccd70dd18f3b .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-fbe9bb70-5511-4345-bf23-ccd70dd18f3b .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-fbe9bb70-5511-4345-bf23-ccd70dd18f3b .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-fbe9bb70-5511-4345-bf23-ccd70dd18f3b .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-fbe9bb70-5511-4345-bf23-ccd70dd18f3b .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-55c0a534-44be-4fcc-8019-8050fa49fafa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55c0a534-44be-4fcc-8019-8050fa49fafa .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-f181f53f-22e6-4fe4-b61a-f9812bef5314 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-f181f53f-22e6-4fe4-b61a-f9812bef5314 .shg-proportional-font-size,
#s-f181f53f-22e6-4fe4-b61a-f9812bef5314 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fd3ae64f-2a9b-4eb7-a980-b1b4436bb721 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-fd3ae64f-2a9b-4eb7-a980-b1b4436bb721 {
  margin-top: 10px;
}
}
#s-1c975941-c319-49f5-8588-2c86fce4efa3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1c975941-c319-49f5-8588-2c86fce4efa3 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-1c975941-c319-49f5-8588-2c86fce4efa3 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-1c975941-c319-49f5-8588-2c86fce4efa3 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-1c975941-c319-49f5-8588-2c86fce4efa3 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-1c975941-c319-49f5-8588-2c86fce4efa3 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-a989eb98-3615-4116-9b22-60c30dd7b81b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a989eb98-3615-4116-9b22-60c30dd7b81b .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-13067adc-5243-4cae-a71e-c545cb956b91 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-13067adc-5243-4cae-a71e-c545cb956b91 .shg-proportional-font-size,
#s-13067adc-5243-4cae-a71e-c545cb956b91 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-74d0ffc1-509a-489e-8bd4-23a8fc746d99 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-74d0ffc1-509a-489e-8bd4-23a8fc746d99 {
  margin-top: 10px;
}
}
#s-1558cdda-3568-4a5f-959e-ac31eb1f00ca {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1558cdda-3568-4a5f-959e-ac31eb1f00ca .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-1558cdda-3568-4a5f-959e-ac31eb1f00ca .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-1558cdda-3568-4a5f-959e-ac31eb1f00ca .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-1558cdda-3568-4a5f-959e-ac31eb1f00ca .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-1558cdda-3568-4a5f-959e-ac31eb1f00ca .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-c99aa6fc-97ba-4cc4-bd6e-cf48d3ae0c40 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c99aa6fc-97ba-4cc4-bd6e-cf48d3ae0c40 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-75529866-a8bb-4e00-b063-a7808f81b3fd {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-75529866-a8bb-4e00-b063-a7808f81b3fd .shg-proportional-font-size,
#s-75529866-a8bb-4e00-b063-a7808f81b3fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0d829c53-016a-49bc-912d-43d6d5b7d2e5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0d829c53-016a-49bc-912d-43d6d5b7d2e5 {
  margin-top: 10px;
}
}
#s-785d9fc7-5355-40f7-aab1-e19e0d8499d5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-785d9fc7-5355-40f7-aab1-e19e0d8499d5 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-785d9fc7-5355-40f7-aab1-e19e0d8499d5 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-785d9fc7-5355-40f7-aab1-e19e0d8499d5 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-785d9fc7-5355-40f7-aab1-e19e0d8499d5 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-785d9fc7-5355-40f7-aab1-e19e0d8499d5 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-d5fefcbc-c697-437e-983b-576e14462793 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5fefcbc-c697-437e-983b-576e14462793 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-8f79d467-8f1d-461a-9b0e-418eb30691ea {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-8f79d467-8f1d-461a-9b0e-418eb30691ea .shg-proportional-font-size,
#s-8f79d467-8f1d-461a-9b0e-418eb30691ea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f428cefb-8ff9-4a7c-8556-7e5e6ca35d91 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f428cefb-8ff9-4a7c-8556-7e5e6ca35d91 {
  margin-top: 10px;
}
}
#s-a4cdb4bb-2be3-488d-89a6-ae88f502ba8f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a4cdb4bb-2be3-488d-89a6-ae88f502ba8f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-a4cdb4bb-2be3-488d-89a6-ae88f502ba8f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-a4cdb4bb-2be3-488d-89a6-ae88f502ba8f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-a4cdb4bb-2be3-488d-89a6-ae88f502ba8f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-a4cdb4bb-2be3-488d-89a6-ae88f502ba8f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-b2ff2024-a184-4329-afa7-4dfd02d456fe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2ff2024-a184-4329-afa7-4dfd02d456fe .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-546d7218-fbed-4e67-a3cb-25b4b9359948 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-546d7218-fbed-4e67-a3cb-25b4b9359948 .shg-proportional-font-size,
#s-546d7218-fbed-4e67-a3cb-25b4b9359948 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-17fda813-2030-4f75-9430-2dbc811d6a71 {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-17fda813-2030-4f75-9430-2dbc811d6a71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-17fda813-2030-4f75-9430-2dbc811d6a71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-17fda813-2030-4f75-9430-2dbc811d6a71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-17fda813-2030-4f75-9430-2dbc811d6a71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-cf77ca96-2207-4f82-8890-ca418b95c150 {
  margin-left: auto;
margin-right: auto;
}

#s-31ae539a-d57f-48c2-bed6-851542673854 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-31ae539a-d57f-48c2-bed6-851542673854 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-31ae539a-d57f-48c2-bed6-851542673854 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-31ae539a-d57f-48c2-bed6-851542673854 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-31ae539a-d57f-48c2-bed6-851542673854 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-31ae539a-d57f-48c2-bed6-851542673854 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-c12f76ab-a604-4cbb-9e9e-b683bcc7a40a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c12f76ab-a604-4cbb-9e9e-b683bcc7a40a .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-cb769cdf-db41-4326-9cf0-38b65d22a930 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-cb769cdf-db41-4326-9cf0-38b65d22a930 .shg-proportional-font-size,
#s-cb769cdf-db41-4326-9cf0-38b65d22a930 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-11aea564-27ba-4e1a-9978-65a4273231f4 {
  margin-left: auto;
margin-right: auto;
}

#s-1034b84f-3890-42ce-b80b-97daceda44ad {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1034b84f-3890-42ce-b80b-97daceda44ad .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-1034b84f-3890-42ce-b80b-97daceda44ad .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-1034b84f-3890-42ce-b80b-97daceda44ad .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-1034b84f-3890-42ce-b80b-97daceda44ad .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-1034b84f-3890-42ce-b80b-97daceda44ad .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-b48066ec-bb7b-4cb2-9a88-204a48c7d629 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b48066ec-bb7b-4cb2-9a88-204a48c7d629 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-506d5dd5-fa36-4993-bdf7-af021545aa32 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-506d5dd5-fa36-4993-bdf7-af021545aa32 .shg-proportional-font-size,
#s-506d5dd5-fa36-4993-bdf7-af021545aa32 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a0959162-22f1-42d1-ac2f-0036ec1359b5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a0959162-22f1-42d1-ac2f-0036ec1359b5 {
  margin-top: 10px;
}
}
#s-25f27326-108b-48c9-92b9-1fd0c9360c8a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-25f27326-108b-48c9-92b9-1fd0c9360c8a .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-25f27326-108b-48c9-92b9-1fd0c9360c8a .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-25f27326-108b-48c9-92b9-1fd0c9360c8a .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-25f27326-108b-48c9-92b9-1fd0c9360c8a .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-25f27326-108b-48c9-92b9-1fd0c9360c8a .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-6e3f4d5a-f79c-4241-aaf9-a2b5dc0d85ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e3f4d5a-f79c-4241-aaf9-a2b5dc0d85ec .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-78e6aea2-7833-43ee-a030-68d8b2af48fd {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-78e6aea2-7833-43ee-a030-68d8b2af48fd .shg-proportional-font-size,
#s-78e6aea2-7833-43ee-a030-68d8b2af48fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9dbf7dea-0398-4085-b710-43ee49b4bee5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9dbf7dea-0398-4085-b710-43ee49b4bee5 {
  margin-top: 10px;
}
}
#s-7a764046-5cb4-473b-962b-6a8cbaa9d9ae {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7a764046-5cb4-473b-962b-6a8cbaa9d9ae .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-7a764046-5cb4-473b-962b-6a8cbaa9d9ae .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-7a764046-5cb4-473b-962b-6a8cbaa9d9ae .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-7a764046-5cb4-473b-962b-6a8cbaa9d9ae .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-7a764046-5cb4-473b-962b-6a8cbaa9d9ae .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-456c0590-2a22-4bfa-b6d6-ab5ef2aa3f40 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-456c0590-2a22-4bfa-b6d6-ab5ef2aa3f40 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-b399b41f-a5d0-4675-8c3a-3ff1abc3330c {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-b399b41f-a5d0-4675-8c3a-3ff1abc3330c .shg-proportional-font-size,
#s-b399b41f-a5d0-4675-8c3a-3ff1abc3330c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d560145f-f25b-4940-994d-6518b820695d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d560145f-f25b-4940-994d-6518b820695d {
  margin-top: 10px;
}
}
#s-dec87e0c-9e23-44d4-8531-a96383213b7d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-dec87e0c-9e23-44d4-8531-a96383213b7d .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-dec87e0c-9e23-44d4-8531-a96383213b7d .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-dec87e0c-9e23-44d4-8531-a96383213b7d .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-dec87e0c-9e23-44d4-8531-a96383213b7d .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-dec87e0c-9e23-44d4-8531-a96383213b7d .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-761218d1-7962-4fb7-af6a-fb9290be8fab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-761218d1-7962-4fb7-af6a-fb9290be8fab .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-b08a9ac0-dcab-47fa-9321-6d2a2f9f5945 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-b08a9ac0-dcab-47fa-9321-6d2a2f9f5945 .shg-proportional-font-size,
#s-b08a9ac0-dcab-47fa-9321-6d2a2f9f5945 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-65bea0a7-e7be-4006-ae9d-8ef8965749ba {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-65bea0a7-e7be-4006-ae9d-8ef8965749ba {
  margin-top: 10px;
}
}
#s-c8e86637-1414-4281-96b9-0e003c32bc5f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c8e86637-1414-4281-96b9-0e003c32bc5f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-c8e86637-1414-4281-96b9-0e003c32bc5f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-c8e86637-1414-4281-96b9-0e003c32bc5f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-c8e86637-1414-4281-96b9-0e003c32bc5f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-c8e86637-1414-4281-96b9-0e003c32bc5f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-ce2a8d67-a1c8-43e3-9061-dc6dbf08a69b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce2a8d67-a1c8-43e3-9061-dc6dbf08a69b .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-c7aa2d3b-b1c4-4f9d-870a-b561aabc6e64 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-c7aa2d3b-b1c4-4f9d-870a-b561aabc6e64 .shg-proportional-font-size,
#s-c7aa2d3b-b1c4-4f9d-870a-b561aabc6e64 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5781b7f9-4963-424e-b3c5-142706d45d7f {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-5781b7f9-4963-424e-b3c5-142706d45d7f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5781b7f9-4963-424e-b3c5-142706d45d7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-5781b7f9-4963-424e-b3c5-142706d45d7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-5781b7f9-4963-424e-b3c5-142706d45d7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-3f59b4fb-ad3d-4367-9132-1913bda948e0 {
  margin-left: auto;
margin-right: auto;
}

#s-3d8deb23-0d69-4946-87a5-880b04094b9d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3d8deb23-0d69-4946-87a5-880b04094b9d .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-3d8deb23-0d69-4946-87a5-880b04094b9d .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-3d8deb23-0d69-4946-87a5-880b04094b9d .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-3d8deb23-0d69-4946-87a5-880b04094b9d .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-3d8deb23-0d69-4946-87a5-880b04094b9d .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-1da9abdd-2416-40ea-9feb-ded86a323d13 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1da9abdd-2416-40ea-9feb-ded86a323d13 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-4e3849a5-880b-47cd-9ea1-ff9f630f0263 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-4e3849a5-880b-47cd-9ea1-ff9f630f0263 .shg-proportional-font-size,
#s-4e3849a5-880b-47cd-9ea1-ff9f630f0263 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5b801d76-b324-4ad5-bfa3-f19c4e8a14d4 {
  margin-left: auto;
margin-right: auto;
}

#s-a96d8bb0-07be-4148-8c57-4fda764c311e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a96d8bb0-07be-4148-8c57-4fda764c311e .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-a96d8bb0-07be-4148-8c57-4fda764c311e .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-a96d8bb0-07be-4148-8c57-4fda764c311e .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-a96d8bb0-07be-4148-8c57-4fda764c311e .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-a96d8bb0-07be-4148-8c57-4fda764c311e .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-17b0faaf-e544-4b1f-b29b-e46c92f8ea21 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17b0faaf-e544-4b1f-b29b-e46c92f8ea21 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-7f8fb573-ea98-4fc3-ab20-748f0fe102ed {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-7f8fb573-ea98-4fc3-ab20-748f0fe102ed .shg-proportional-font-size,
#s-7f8fb573-ea98-4fc3-ab20-748f0fe102ed .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-22966cf1-087a-4de0-a50c-8975d9a41e8d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-22966cf1-087a-4de0-a50c-8975d9a41e8d {
  margin-top: 10px;
}
}
#s-4b8482e9-c16d-4a33-85da-ee77cd11fe08 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4b8482e9-c16d-4a33-85da-ee77cd11fe08 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-4b8482e9-c16d-4a33-85da-ee77cd11fe08 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-4b8482e9-c16d-4a33-85da-ee77cd11fe08 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-4b8482e9-c16d-4a33-85da-ee77cd11fe08 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-4b8482e9-c16d-4a33-85da-ee77cd11fe08 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-3a9ba865-564e-462c-a047-66b74d57e9fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a9ba865-564e-462c-a047-66b74d57e9fa .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-e7e02b88-cb7f-4ec7-8a59-0819ce1614d5 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-e7e02b88-cb7f-4ec7-8a59-0819ce1614d5 .shg-proportional-font-size,
#s-e7e02b88-cb7f-4ec7-8a59-0819ce1614d5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6b25915d-d7d7-4dca-9016-42cef967be7a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6b25915d-d7d7-4dca-9016-42cef967be7a {
  margin-top: 10px;
}
}
#s-80ec2852-272b-44ac-8edc-17ee66fc9141 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-80ec2852-272b-44ac-8edc-17ee66fc9141 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-80ec2852-272b-44ac-8edc-17ee66fc9141 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-80ec2852-272b-44ac-8edc-17ee66fc9141 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-80ec2852-272b-44ac-8edc-17ee66fc9141 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-80ec2852-272b-44ac-8edc-17ee66fc9141 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-bfd76bc0-c419-429a-ad43-0f2a4d45c3c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfd76bc0-c419-429a-ad43-0f2a4d45c3c4 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-f0370cee-d6f7-47c9-b11e-f5b24dde4f74 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-f0370cee-d6f7-47c9-b11e-f5b24dde4f74 .shg-proportional-font-size,
#s-f0370cee-d6f7-47c9-b11e-f5b24dde4f74 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bc3ba95e-c29d-40c6-8a3e-9dd0f68e898c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-bc3ba95e-c29d-40c6-8a3e-9dd0f68e898c {
  margin-top: 10px;
}
}
#s-645da3b9-89c4-4f5a-825d-9ff79747a314 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-645da3b9-89c4-4f5a-825d-9ff79747a314 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-645da3b9-89c4-4f5a-825d-9ff79747a314 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-645da3b9-89c4-4f5a-825d-9ff79747a314 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-645da3b9-89c4-4f5a-825d-9ff79747a314 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-645da3b9-89c4-4f5a-825d-9ff79747a314 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-4c040e8c-2f2f-40be-9690-1565a35a6a18 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c040e8c-2f2f-40be-9690-1565a35a6a18 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-be95182c-df14-4ffb-b2a8-699b9a746c0c {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-be95182c-df14-4ffb-b2a8-699b9a746c0c .shg-proportional-font-size,
#s-be95182c-df14-4ffb-b2a8-699b9a746c0c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-70dc1ac6-c205-4f85-8d95-6e471a18d58c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-70dc1ac6-c205-4f85-8d95-6e471a18d58c {
  margin-top: 10px;
}
}
#s-7359b0a2-1d6f-44d0-9787-c4393cf32b4c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7359b0a2-1d6f-44d0-9787-c4393cf32b4c .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-7359b0a2-1d6f-44d0-9787-c4393cf32b4c .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-7359b0a2-1d6f-44d0-9787-c4393cf32b4c .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-7359b0a2-1d6f-44d0-9787-c4393cf32b4c .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-7359b0a2-1d6f-44d0-9787-c4393cf32b4c .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-3e3263f0-6a68-4a4a-b044-218afad7d7c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e3263f0-6a68-4a4a-b044-218afad7d7c4 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-b63c0bbf-509b-4ae6-bce6-5ac3f005159a {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-b63c0bbf-509b-4ae6-bce6-5ac3f005159a .shg-proportional-font-size,
#s-b63c0bbf-509b-4ae6-bce6-5ac3f005159a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-271d5c4e-e44e-4fba-9c53-99bc16267bc7 {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-271d5c4e-e44e-4fba-9c53-99bc16267bc7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-271d5c4e-e44e-4fba-9c53-99bc16267bc7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-271d5c4e-e44e-4fba-9c53-99bc16267bc7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-271d5c4e-e44e-4fba-9c53-99bc16267bc7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-8cda39ce-13f5-47f3-9b3e-272da0e0f2c8 {
  margin-left: auto;
margin-right: auto;
}

#s-d8dec45c-0bdd-475d-8062-763a38b38977 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d8dec45c-0bdd-475d-8062-763a38b38977 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-d8dec45c-0bdd-475d-8062-763a38b38977 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-d8dec45c-0bdd-475d-8062-763a38b38977 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-d8dec45c-0bdd-475d-8062-763a38b38977 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-d8dec45c-0bdd-475d-8062-763a38b38977 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-cf44c5c5-3faa-4e5f-b94a-58fd35826c91 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf44c5c5-3faa-4e5f-b94a-58fd35826c91 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-7bcb139a-1abb-4277-8d8e-15915aa02790 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-7bcb139a-1abb-4277-8d8e-15915aa02790 .shg-proportional-font-size,
#s-7bcb139a-1abb-4277-8d8e-15915aa02790 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d9ee12bd-6c11-4e09-8c26-5627144d9f87 {
  margin-left: auto;
margin-right: auto;
}

#s-6afe0202-814f-40b2-bec7-85652c92f894 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6afe0202-814f-40b2-bec7-85652c92f894 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-6afe0202-814f-40b2-bec7-85652c92f894 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-6afe0202-814f-40b2-bec7-85652c92f894 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-6afe0202-814f-40b2-bec7-85652c92f894 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-6afe0202-814f-40b2-bec7-85652c92f894 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-6a61468c-aa64-486c-b94c-40064e6d0605 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a61468c-aa64-486c-b94c-40064e6d0605 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-63e4610a-cec3-4dbf-8dd4-54ef1b1b51e8 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-63e4610a-cec3-4dbf-8dd4-54ef1b1b51e8 .shg-proportional-font-size,
#s-63e4610a-cec3-4dbf-8dd4-54ef1b1b51e8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a72051d9-4a88-4305-994e-066c4127aac0 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a72051d9-4a88-4305-994e-066c4127aac0 {
  margin-top: 10px;
}
}
#s-4fb3ad6a-066f-4565-9e8f-518912f34a1c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4fb3ad6a-066f-4565-9e8f-518912f34a1c .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-4fb3ad6a-066f-4565-9e8f-518912f34a1c .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-4fb3ad6a-066f-4565-9e8f-518912f34a1c .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-4fb3ad6a-066f-4565-9e8f-518912f34a1c .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-4fb3ad6a-066f-4565-9e8f-518912f34a1c .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-03236719-e673-430a-af1a-f911d8bd2f5c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03236719-e673-430a-af1a-f911d8bd2f5c .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-97136155-b7ef-4c69-ab87-2362bdd80bc8 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-97136155-b7ef-4c69-ab87-2362bdd80bc8 .shg-proportional-font-size,
#s-97136155-b7ef-4c69-ab87-2362bdd80bc8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-90dcce7c-5710-4892-8774-48c21fb86818 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-90dcce7c-5710-4892-8774-48c21fb86818 {
  margin-top: 10px;
}
}
#s-d34718a5-7f1a-4ab5-9d03-47ccf224ae22 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d34718a5-7f1a-4ab5-9d03-47ccf224ae22 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-d34718a5-7f1a-4ab5-9d03-47ccf224ae22 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-d34718a5-7f1a-4ab5-9d03-47ccf224ae22 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-d34718a5-7f1a-4ab5-9d03-47ccf224ae22 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-d34718a5-7f1a-4ab5-9d03-47ccf224ae22 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-4ee6cb9f-5954-42b5-9dff-69d1a071b7a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ee6cb9f-5954-42b5-9dff-69d1a071b7a9 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-8530abe0-d03a-49fd-93cf-ba5d397b675b {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-8530abe0-d03a-49fd-93cf-ba5d397b675b .shg-proportional-font-size,
#s-8530abe0-d03a-49fd-93cf-ba5d397b675b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2d313aaa-8491-49f2-858d-3ef9ebd45910 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-2d313aaa-8491-49f2-858d-3ef9ebd45910 {
  margin-top: 10px;
}
}
#s-a42c2ae1-89cc-4f7d-974f-be979ec59377 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a42c2ae1-89cc-4f7d-974f-be979ec59377 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-a42c2ae1-89cc-4f7d-974f-be979ec59377 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-a42c2ae1-89cc-4f7d-974f-be979ec59377 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-a42c2ae1-89cc-4f7d-974f-be979ec59377 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-a42c2ae1-89cc-4f7d-974f-be979ec59377 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-ceb2e1ee-66b9-4011-984f-88a3dbfecd8b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ceb2e1ee-66b9-4011-984f-88a3dbfecd8b .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-c00b6987-5a06-4e9f-bf36-d46c022e12ab {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-c00b6987-5a06-4e9f-bf36-d46c022e12ab .shg-proportional-font-size,
#s-c00b6987-5a06-4e9f-bf36-d46c022e12ab .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8244b795-6b50-4749-a874-034e1508e2e2 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8244b795-6b50-4749-a874-034e1508e2e2 {
  margin-top: 10px;
}
}
#s-81d5c9b7-2604-4230-a2ba-7a0f4a415c8f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-81d5c9b7-2604-4230-a2ba-7a0f4a415c8f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-81d5c9b7-2604-4230-a2ba-7a0f4a415c8f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-81d5c9b7-2604-4230-a2ba-7a0f4a415c8f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-81d5c9b7-2604-4230-a2ba-7a0f4a415c8f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-81d5c9b7-2604-4230-a2ba-7a0f4a415c8f .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-bbb98213-626e-4258-a596-e82cd54a0a9f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbb98213-626e-4258-a596-e82cd54a0a9f .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-00b6e744-0b3f-4c67-8cd4-a4f3575582c0 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-00b6e744-0b3f-4c67-8cd4-a4f3575582c0 .shg-proportional-font-size,
#s-00b6e744-0b3f-4c67-8cd4-a4f3575582c0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-84ae194e-1d0a-4761-9200-d46f507c3ce5 {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-84ae194e-1d0a-4761-9200-d46f507c3ce5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-84ae194e-1d0a-4761-9200-d46f507c3ce5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-84ae194e-1d0a-4761-9200-d46f507c3ce5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-84ae194e-1d0a-4761-9200-d46f507c3ce5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-d47eed44-45c0-44bc-9ae5-750adbac717a {
  margin-left: auto;
margin-right: auto;
}

#s-e83e53ae-78df-4f74-b80c-55e58ba37b10 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e83e53ae-78df-4f74-b80c-55e58ba37b10 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-e83e53ae-78df-4f74-b80c-55e58ba37b10 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-e83e53ae-78df-4f74-b80c-55e58ba37b10 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-e83e53ae-78df-4f74-b80c-55e58ba37b10 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-e83e53ae-78df-4f74-b80c-55e58ba37b10 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-09dc44d9-cdf2-4fd3-913d-c87b39d7ecb4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09dc44d9-cdf2-4fd3-913d-c87b39d7ecb4 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-7c75ff90-cc47-47b9-bc9e-14e0b780c229 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-7c75ff90-cc47-47b9-bc9e-14e0b780c229 .shg-proportional-font-size,
#s-7c75ff90-cc47-47b9-bc9e-14e0b780c229 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f269f875-ece4-4003-a947-c19c1363aeb9 {
  margin-left: auto;
margin-right: auto;
}

#s-ce7825be-62f0-45ca-9d3d-35f16f33bc5f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ce7825be-62f0-45ca-9d3d-35f16f33bc5f .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ce7825be-62f0-45ca-9d3d-35f16f33bc5f .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-ce7825be-62f0-45ca-9d3d-35f16f33bc5f .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-ce7825be-62f0-45ca-9d3d-35f16f33bc5f .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-ce7825be-62f0-45ca-9d3d-35f16f33bc5f .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-8cc2091b-e8b4-440d-8ab3-ce3809e67f2f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cc2091b-e8b4-440d-8ab3-ce3809e67f2f .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-b7d1292d-5af0-43fd-b387-f2270acdc4de {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-b7d1292d-5af0-43fd-b387-f2270acdc4de .shg-proportional-font-size,
#s-b7d1292d-5af0-43fd-b387-f2270acdc4de .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-81e96f5b-7b99-40ac-adf6-27e900b2c58c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-81e96f5b-7b99-40ac-adf6-27e900b2c58c {
  margin-top: 10px;
}
}
#s-ec0069a8-05ef-4d96-aa82-db211f2568f4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ec0069a8-05ef-4d96-aa82-db211f2568f4 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ec0069a8-05ef-4d96-aa82-db211f2568f4 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-ec0069a8-05ef-4d96-aa82-db211f2568f4 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-ec0069a8-05ef-4d96-aa82-db211f2568f4 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-ec0069a8-05ef-4d96-aa82-db211f2568f4 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-05781662-c335-4b00-a0fc-7a441e2db7ff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05781662-c335-4b00-a0fc-7a441e2db7ff .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-8cf556c2-09d6-400a-84b8-f3d1c0532927 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-8cf556c2-09d6-400a-84b8-f3d1c0532927 .shg-proportional-font-size,
#s-8cf556c2-09d6-400a-84b8-f3d1c0532927 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-72c3fb61-bcf1-4107-939b-2c2da2ccc762 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-72c3fb61-bcf1-4107-939b-2c2da2ccc762 {
  margin-top: 10px;
}
}
#s-38c9337e-8390-476b-b52b-94641b0be0c7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-38c9337e-8390-476b-b52b-94641b0be0c7 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-38c9337e-8390-476b-b52b-94641b0be0c7 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-38c9337e-8390-476b-b52b-94641b0be0c7 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-38c9337e-8390-476b-b52b-94641b0be0c7 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-38c9337e-8390-476b-b52b-94641b0be0c7 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-4d5d0cbf-8c5e-4a57-ad23-00f12cfe44ce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d5d0cbf-8c5e-4a57-ad23-00f12cfe44ce .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-51616408-ebb8-467a-b2e3-a90011afbdca {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-51616408-ebb8-467a-b2e3-a90011afbdca .shg-proportional-font-size,
#s-51616408-ebb8-467a-b2e3-a90011afbdca .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-249724bb-8904-4175-9182-ce6e32271f1b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-249724bb-8904-4175-9182-ce6e32271f1b {
  margin-top: 10px;
}
}
#s-3a560202-7c07-4b9e-aa01-b1eda67c2cb4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3a560202-7c07-4b9e-aa01-b1eda67c2cb4 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-3a560202-7c07-4b9e-aa01-b1eda67c2cb4 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-3a560202-7c07-4b9e-aa01-b1eda67c2cb4 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-3a560202-7c07-4b9e-aa01-b1eda67c2cb4 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-3a560202-7c07-4b9e-aa01-b1eda67c2cb4 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-4961eafa-3f18-4e89-b62b-bbbd752a3d79 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4961eafa-3f18-4e89-b62b-bbbd752a3d79 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-bc75923f-5caa-408a-8d3c-ab924a85f1c8 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-bc75923f-5caa-408a-8d3c-ab924a85f1c8 .shg-proportional-font-size,
#s-bc75923f-5caa-408a-8d3c-ab924a85f1c8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fe8d54bd-fa76-4728-8478-b7ac20d9e3da {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-fe8d54bd-fa76-4728-8478-b7ac20d9e3da {
  margin-top: 10px;
}
}
#s-6fbb2e5e-30ef-43b3-b008-09ff28d688bb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6fbb2e5e-30ef-43b3-b008-09ff28d688bb .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-6fbb2e5e-30ef-43b3-b008-09ff28d688bb .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-6fbb2e5e-30ef-43b3-b008-09ff28d688bb .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-6fbb2e5e-30ef-43b3-b008-09ff28d688bb .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-6fbb2e5e-30ef-43b3-b008-09ff28d688bb .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-ad5812f9-951f-41d5-8f4a-5f3e18171f20 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad5812f9-951f-41d5-8f4a-5f3e18171f20 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-c3c0c4e6-1183-4b74-80ed-7cceb1e6f30d {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-c3c0c4e6-1183-4b74-80ed-7cceb1e6f30d .shg-proportional-font-size,
#s-c3c0c4e6-1183-4b74-80ed-7cceb1e6f30d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7bb95bc7-b0ee-4b92-8984-e56d9147fa0b {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-7bb95bc7-b0ee-4b92-8984-e56d9147fa0b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7bb95bc7-b0ee-4b92-8984-e56d9147fa0b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-7bb95bc7-b0ee-4b92-8984-e56d9147fa0b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-7bb95bc7-b0ee-4b92-8984-e56d9147fa0b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-d1ef8f9c-a088-44e4-8260-edb608b28091 {
  margin-left: auto;
margin-right: auto;
}

#s-30fdbf16-f7bf-4e5c-8b0a-fddaa5b336d8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-30fdbf16-f7bf-4e5c-8b0a-fddaa5b336d8 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-30fdbf16-f7bf-4e5c-8b0a-fddaa5b336d8 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-30fdbf16-f7bf-4e5c-8b0a-fddaa5b336d8 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-30fdbf16-f7bf-4e5c-8b0a-fddaa5b336d8 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-30fdbf16-f7bf-4e5c-8b0a-fddaa5b336d8 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-c6e0cda8-0a5f-4159-b54b-cb8710d90709 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6e0cda8-0a5f-4159-b54b-cb8710d90709 .shg-product-title-component h3 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-931567ff-d04c-4e3d-be16-4395d346a4d1 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-931567ff-d04c-4e3d-be16-4395d346a4d1 .shg-proportional-font-size,
#s-931567ff-d04c-4e3d-be16-4395d346a4d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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