.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-3b6d3961-d96c-4a94-af35-cba7963cc4e5 {
  padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
}








#s-3b6d3961-d96c-4a94-af35-cba7963cc4e5 > .shg-box-overlay {
  background-color: rgba(245, 245, 245, 1);
  opacity: 1;
}#s-3b6d3961-d96c-4a94-af35-cba7963cc4e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-13e3d69d-9ba3-409d-890e-79da098dd7fa {
  padding-left: 15px;
padding-right: 15px;
max-width: 1230px;
}

@media (min-width: 0px) {
[id="s-13e3d69d-9ba3-409d-890e-79da098dd7fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13e3d69d-9ba3-409d-890e-79da098dd7fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13e3d69d-9ba3-409d-890e-79da098dd7fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13e3d69d-9ba3-409d-890e-79da098dd7fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-13e3d69d-9ba3-409d-890e-79da098dd7fa"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-3ed63910-8314-4cda-96d1-2b46c4c02c37 {
  margin-top: 30px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3ed63910-8314-4cda-96d1-2b46c4c02c37 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



.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-8c084cd5-07d0-41c6-aa44-5b34d068b123 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-8c084cd5-07d0-41c6-aa44-5b34d068b123"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c084cd5-07d0-41c6-aa44-5b34d068b123"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c084cd5-07d0-41c6-aa44-5b34d068b123"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c084cd5-07d0-41c6-aa44-5b34d068b123"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c084cd5-07d0-41c6-aa44-5b34d068b123"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c084cd5-07d0-41c6-aa44-5b34d068b123"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c084cd5-07d0-41c6-aa44-5b34d068b123"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-48c72ea2-2435-4b88-8e3a-bcb4be376e7b {
  text-align: center;
}







  #s-48c72ea2-2435-4b88-8e3a-bcb4be376e7b img.shogun-image {
    

    
    
    
  }


#s-48c72ea2-2435-4b88-8e3a-bcb4be376e7b .shogun-image-content {
  
    align-items: center;
  
}

#s-a4a8694b-5254-4dbb-af15-ae8e229e2352 {
  max-width: 130px;
text-align: center;
}







  #s-a4a8694b-5254-4dbb-af15-ae8e229e2352 img.shogun-image {
    

    
    
    
  }


#s-a4a8694b-5254-4dbb-af15-ae8e229e2352 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc121e7b-2e56-4cf5-ad9f-2d1e7e93dc03 {
  margin-top: 40px;
text-align: left;
}







  #s-dc121e7b-2e56-4cf5-ad9f-2d1e7e93dc03 img.shogun-image {
    

    
    
    
  }


#s-dc121e7b-2e56-4cf5-ad9f-2d1e7e93dc03 .shogun-image-content {
  
    align-items: center;
  
}

#s-33fd9893-6e30-419b-9a65-c97f86773646 {
  min-height: 50px;
background-color: rgba(33, 33, 33, 1);
}








#s-33fd9893-6e30-419b-9a65-c97f86773646 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33fd9893-6e30-419b-9a65-c97f86773646 {
  cursor: pointer;
}#s-33fd9893-6e30-419b-9a65-c97f86773646.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b69d2ab3-1ace-4c0e-9d7f-6af5760e33c5 {
  min-height: 50px;
}








#s-b69d2ab3-1ace-4c0e-9d7f-6af5760e33c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b69d2ab3-1ace-4c0e-9d7f-6af5760e33c5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-61c9ee53-cfc2-4ec1-8a2b-a73cb9dbd3a8 {
  padding-top: 100px;
padding-left: 15px;
padding-bottom: 50px;
padding-right: 15px;
min-height: 50px;
}








#s-61c9ee53-cfc2-4ec1-8a2b-a73cb9dbd3a8 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.8;
}#s-61c9ee53-cfc2-4ec1-8a2b-a73cb9dbd3a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34252237-161e-42fa-8e63-332539fc1dd3 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34252237-161e-42fa-8e63-332539fc1dd3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c8d4f764-25e7-43c1-9d00-fddff3283eeb {
  margin-bottom: 20px;
}

#s-bc32fcee-ab92-4935-868f-6e9ab2e1f64e {
  max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-bc32fcee-ab92-4935-868f-6e9ab2e1f64e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc32fcee-ab92-4935-868f-6e9ab2e1f64e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bc32fcee-ab92-4935-868f-6e9ab2e1f64e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc32fcee-ab92-4935-868f-6e9ab2e1f64e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a3004372-0e0b-4138-b065-8aff10f88e02 {
  margin-top: 10px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3004372-0e0b-4138-b065-8aff10f88e02 .shogun-heading-component h4 {
  color: rgba(230, 0, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-920f59d9-ffc3-45b7-8eec-0a773e8cf74e {
  margin-top: 10px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-920f59d9-ffc3-45b7-8eec-0a773e8cf74e .shogun-heading-component h4 {
  color: rgba(230, 0, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-9b01f32c-9f61-4277-b287-4db91b17ce2d {
  margin-top: 10px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b01f32c-9f61-4277-b287-4db91b17ce2d .shogun-heading-component h4 {
  color: rgba(230, 0, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-6039f523-5cf2-4034-bb65-c41bf0455e9b {
  min-height: 50px;
}








#s-6039f523-5cf2-4034-bb65-c41bf0455e9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6039f523-5cf2-4034-bb65-c41bf0455e9b.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-2de478ca-0f5b-4c34-a1e7-fb2e5c5f1f17"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2de478ca-0f5b-4c34-a1e7-fb2e5c5f1f17"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2de478ca-0f5b-4c34-a1e7-fb2e5c5f1f17"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2de478ca-0f5b-4c34-a1e7-fb2e5c5f1f17"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-fe7fa3ac-5e54-47aa-a4de-6519b7d98b34 {
  text-align: center;
}







  #s-fe7fa3ac-5e54-47aa-a4de-6519b7d98b34 img.shogun-image {
    

    
    
    
  }


#s-fe7fa3ac-5e54-47aa-a4de-6519b7d98b34 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcb09774-0ce0-42c2-867c-0425dd00ee78 {
  text-align: center;
}







  #s-fcb09774-0ce0-42c2-867c-0425dd00ee78 img.shogun-image {
    

    
    
    
  }


#s-fcb09774-0ce0-42c2-867c-0425dd00ee78 .shogun-image-content {
  
    align-items: center;
  
}

#s-6cddbcaf-d569-418f-aaf5-2bce819a97d6 {
  text-align: center;
}







  #s-6cddbcaf-d569-418f-aaf5-2bce819a97d6 img.shogun-image {
    

    
    
    
  }


#s-6cddbcaf-d569-418f-aaf5-2bce819a97d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-76c4d8ec-c928-485e-9d5e-6e1c989a36ff {
  text-align: center;
}







  #s-76c4d8ec-c928-485e-9d5e-6e1c989a36ff img.shogun-image {
    

    
    
    
  }


#s-76c4d8ec-c928-485e-9d5e-6e1c989a36ff .shogun-image-content {
  
    align-items: center;
  
}

#s-602c7520-e954-44eb-97d8-27d0ce739afc {
  padding-top: 100px;
padding-left: 15px;
padding-bottom: 50px;
padding-right: 15px;
min-height: 50px;
}

#s-602c7520-e954-44eb-97d8-27d0ce739afc {
  background-image: url();
}








#s-602c7520-e954-44eb-97d8-27d0ce739afc > .shg-box-overlay {
  background-color: rgba(245, 245, 245, 1);
  opacity: 1;
}#s-602c7520-e954-44eb-97d8-27d0ce739afc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5f10258-ca87-43f7-be57-4002a3dcadf1 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5f10258-ca87-43f7-be57-4002a3dcadf1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e44f8831-2018-438f-b474-7f9d87d180d5 {
  margin-bottom: 20px;
}

#s-5c971671-f337-4d78-a8d4-f7598d7468aa {
  max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-5c971671-f337-4d78-a8d4-f7598d7468aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c971671-f337-4d78-a8d4-f7598d7468aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5c971671-f337-4d78-a8d4-f7598d7468aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c971671-f337-4d78-a8d4-f7598d7468aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a6a8dd12-7543-4f2b-8523-379556768b8e {
  min-height: 80px;
}

#s-ba44e43e-935f-4164-b25b-6b8bfcdb275a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ba44e43e-935f-4164-b25b-6b8bfcdb275a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9e457723-6db6-4da5-8d8b-65289503e978 {
  margin-bottom: 50px;
}

#s-44c04282-8301-4f0a-af63-01c63baf66d7 {
  min-height: 80px;
}

#s-8cb766ff-8028-4485-86c5-ddb21ec619a6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8cb766ff-8028-4485-86c5-ddb21ec619a6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-622a5f17-5974-4ba4-884e-0c3e418969ca {
  margin-bottom: 50px;
}

#s-aed210c7-020f-4861-a6e2-7c2de4cbd9a5 {
  min-height: 80px;
}

#s-52965660-2484-4a36-8bce-43ca04b71fc3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-52965660-2484-4a36-8bce-43ca04b71fc3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c9717730-4617-46c6-b4ac-b7efe01c8e1f {
  margin-bottom: 50px;
}

#s-31830d1e-3287-402f-83a0-7f0c24c2fc2d {
  padding-top: 100px;
padding-left: 15px;
padding-bottom: 100px;
padding-right: 15px;
min-height: 50px;
}

#s-31830d1e-3287-402f-83a0-7f0c24c2fc2d {
  background-image: url();
}








#s-31830d1e-3287-402f-83a0-7f0c24c2fc2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31830d1e-3287-402f-83a0-7f0c24c2fc2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a16b6efd-ded7-4f17-8c19-3cb591a198bd {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a16b6efd-ded7-4f17-8c19-3cb591a198bd .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a750c414-11e4-41f3-99e3-0f12f72b5c1d {
  max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-a750c414-11e4-41f3-99e3-0f12f72b5c1d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a750c414-11e4-41f3-99e3-0f12f72b5c1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a750c414-11e4-41f3-99e3-0f12f72b5c1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a750c414-11e4-41f3-99e3-0f12f72b5c1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-02d22712-28cb-46fa-bf41-41cbf9f5dad9 {
  text-align: left;
}



.shg-c#s-02d22712-28cb-46fa-bf41-41cbf9f5dad9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02d22712-28cb-46fa-bf41-41cbf9f5dad9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-02d22712-28cb-46fa-bf41-41cbf9f5dad9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02d22712-28cb-46fa-bf41-41cbf9f5dad9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02d22712-28cb-46fa-bf41-41cbf9f5dad9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02d22712-28cb-46fa-bf41-41cbf9f5dad9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02d22712-28cb-46fa-bf41-41cbf9f5dad9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02d22712-28cb-46fa-bf41-41cbf9f5dad9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02d22712-28cb-46fa-bf41-41cbf9f5dad9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02d22712-28cb-46fa-bf41-41cbf9f5dad9 img.shogun-image {
  width: 100%;
}



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

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

#s-c7a6a10c-f826-4b1a-9fa0-7db118ea34c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c7a6a10c-f826-4b1a-9fa0-7db118ea34c4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-159ca7cb-d7ba-41cb-b8fd-9d85cbd2750a {
  text-align: left;
}

#s-159ca7cb-d7ba-41cb-b8fd-9d85cbd2750a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-159ca7cb-d7ba-41cb-b8fd-9d85cbd2750a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-159ca7cb-d7ba-41cb-b8fd-9d85cbd2750a .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-26d4653e-e0ad-4cbb-9932-4d8df88d953c {
  text-align: left;
}



.shg-c#s-26d4653e-e0ad-4cbb-9932-4d8df88d953c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26d4653e-e0ad-4cbb-9932-4d8df88d953c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-26d4653e-e0ad-4cbb-9932-4d8df88d953c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26d4653e-e0ad-4cbb-9932-4d8df88d953c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26d4653e-e0ad-4cbb-9932-4d8df88d953c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26d4653e-e0ad-4cbb-9932-4d8df88d953c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26d4653e-e0ad-4cbb-9932-4d8df88d953c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26d4653e-e0ad-4cbb-9932-4d8df88d953c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26d4653e-e0ad-4cbb-9932-4d8df88d953c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26d4653e-e0ad-4cbb-9932-4d8df88d953c img.shogun-image {
  width: 100%;
}



}
#s-ef987afb-0d82-4020-bd36-23952c6b6fb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ef987afb-0d82-4020-bd36-23952c6b6fb7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1950828c-afed-4e6c-b675-178af0d9a1b9 {
  text-align: left;
}

#s-1950828c-afed-4e6c-b675-178af0d9a1b9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1950828c-afed-4e6c-b675-178af0d9a1b9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1950828c-afed-4e6c-b675-178af0d9a1b9 .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-caa85dbb-7fac-4385-a9f3-4accc25bbd0b {
  text-align: left;
}



.shg-c#s-caa85dbb-7fac-4385-a9f3-4accc25bbd0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-caa85dbb-7fac-4385-a9f3-4accc25bbd0b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-caa85dbb-7fac-4385-a9f3-4accc25bbd0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-caa85dbb-7fac-4385-a9f3-4accc25bbd0b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-caa85dbb-7fac-4385-a9f3-4accc25bbd0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-caa85dbb-7fac-4385-a9f3-4accc25bbd0b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-caa85dbb-7fac-4385-a9f3-4accc25bbd0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-caa85dbb-7fac-4385-a9f3-4accc25bbd0b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-caa85dbb-7fac-4385-a9f3-4accc25bbd0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-caa85dbb-7fac-4385-a9f3-4accc25bbd0b img.shogun-image {
  width: 100%;
}



}
#s-d29c4182-403d-4547-9135-8e43be8f6030 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d29c4182-403d-4547-9135-8e43be8f6030 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-006a5f4c-cc2d-49bf-9de8-127684fb2f75 {
  text-align: left;
}

#s-006a5f4c-cc2d-49bf-9de8-127684fb2f75 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-006a5f4c-cc2d-49bf-9de8-127684fb2f75 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-006a5f4c-cc2d-49bf-9de8-127684fb2f75 .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-ebe31163-7d1c-4c55-ac0c-c7fb4ea270a6 {
  text-align: left;
}



.shg-c#s-ebe31163-7d1c-4c55-ac0c-c7fb4ea270a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebe31163-7d1c-4c55-ac0c-c7fb4ea270a6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ebe31163-7d1c-4c55-ac0c-c7fb4ea270a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebe31163-7d1c-4c55-ac0c-c7fb4ea270a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ebe31163-7d1c-4c55-ac0c-c7fb4ea270a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebe31163-7d1c-4c55-ac0c-c7fb4ea270a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ebe31163-7d1c-4c55-ac0c-c7fb4ea270a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebe31163-7d1c-4c55-ac0c-c7fb4ea270a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ebe31163-7d1c-4c55-ac0c-c7fb4ea270a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebe31163-7d1c-4c55-ac0c-c7fb4ea270a6 img.shogun-image {
  width: 100%;
}



}
#s-95539861-c143-4af3-85fa-22b0bede3a17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-95539861-c143-4af3-85fa-22b0bede3a17 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-81c0edc9-8d56-4611-a1d1-27db330f858b {
  text-align: left;
}

#s-81c0edc9-8d56-4611-a1d1-27db330f858b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-81c0edc9-8d56-4611-a1d1-27db330f858b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-81c0edc9-8d56-4611-a1d1-27db330f858b .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-1503e2c0-8194-478f-ae5f-9b3d14ff8278 {
  padding-top: 100px;
padding-left: 15px;
padding-bottom: 50px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
min-height: 50px;
}








#s-1503e2c0-8194-478f-ae5f-9b3d14ff8278 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
}#s-1503e2c0-8194-478f-ae5f-9b3d14ff8278.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18f2927a-3247-4fc0-a0ba-b543c7839663 {
  max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-18f2927a-3247-4fc0-a0ba-b543c7839663"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18f2927a-3247-4fc0-a0ba-b543c7839663"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-18f2927a-3247-4fc0-a0ba-b543c7839663"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-18f2927a-3247-4fc0-a0ba-b543c7839663"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-18f2927a-3247-4fc0-a0ba-b543c7839663"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5dc82e7b-b1e7-4340-8488-024470ee6089 {
  text-align: left;
}



.shg-c#s-5dc82e7b-b1e7-4340-8488-024470ee6089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dc82e7b-b1e7-4340-8488-024470ee6089 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5dc82e7b-b1e7-4340-8488-024470ee6089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dc82e7b-b1e7-4340-8488-024470ee6089 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5dc82e7b-b1e7-4340-8488-024470ee6089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dc82e7b-b1e7-4340-8488-024470ee6089 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5dc82e7b-b1e7-4340-8488-024470ee6089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dc82e7b-b1e7-4340-8488-024470ee6089 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5dc82e7b-b1e7-4340-8488-024470ee6089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5dc82e7b-b1e7-4340-8488-024470ee6089 img.shogun-image {
  width: 100%;
}



}
#s-0752405a-6908-457c-b2c4-f345d4cd4fd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0752405a-6908-457c-b2c4-f345d4cd4fd0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4690782d-75a9-4df1-8580-178da576d12c {
  margin-top: 100px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4690782d-75a9-4df1-8580-178da576d12c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-91972382-fa5e-4a5d-957e-39a9e0141885 {
  margin-bottom: 10px;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-61b76f06-e5b4-4298-bc1b-9413519b0152 {
  margin-top: 20px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(230, 0, 35, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(230, 0, 35, 0);
text-align: left;
text-decoration: none;
color: rgba(230, 0, 35, 1);
}
#s-61b76f06-e5b4-4298-bc1b-9413519b0152:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(230, 0, 35, 1) !important;}#s-61b76f06-e5b4-4298-bc1b-9413519b0152:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(230, 0, 35, 1) !important;}

  #s-61b76f06-e5b4-4298-bc1b-9413519b0152-root {
    text-align: left;
  }


#s-61b76f06-e5b4-4298-bc1b-9413519b0152.shg-btn {
  color: rgba(230, 0, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-61b76f06-e5b4-4298-bc1b-9413519b0152-root {
    text-align: left;
  }


#s-61b76f06-e5b4-4298-bc1b-9413519b0152.shg-btn {
  color: rgba(230, 0, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61b76f06-e5b4-4298-bc1b-9413519b0152-root {
    text-align: left;
  }


#s-61b76f06-e5b4-4298-bc1b-9413519b0152.shg-btn {
  color: rgba(230, 0, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61b76f06-e5b4-4298-bc1b-9413519b0152-root {
    text-align: left;
  }


#s-61b76f06-e5b4-4298-bc1b-9413519b0152.shg-btn {
  color: rgba(230, 0, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-61b76f06-e5b4-4298-bc1b-9413519b0152-root {
    text-align: left;
  }


#s-61b76f06-e5b4-4298-bc1b-9413519b0152.shg-btn {
  color: rgba(230, 0, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0c455a12-2d42-4b5d-861c-d8afdc85ed7a {
  text-align: left;
}



.shg-c#s-0c455a12-2d42-4b5d-861c-d8afdc85ed7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c455a12-2d42-4b5d-861c-d8afdc85ed7a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0c455a12-2d42-4b5d-861c-d8afdc85ed7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c455a12-2d42-4b5d-861c-d8afdc85ed7a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c455a12-2d42-4b5d-861c-d8afdc85ed7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c455a12-2d42-4b5d-861c-d8afdc85ed7a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c455a12-2d42-4b5d-861c-d8afdc85ed7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c455a12-2d42-4b5d-861c-d8afdc85ed7a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c455a12-2d42-4b5d-861c-d8afdc85ed7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c455a12-2d42-4b5d-861c-d8afdc85ed7a img.shogun-image {
  width: 100%;
}



}
#s-7e56623a-f0b3-4258-a8ea-b93578c20499 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e56623a-f0b3-4258-a8ea-b93578c20499 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3b15699a-6777-4361-9d40-5175f9c35e8e {
  padding-top: 100px;
padding-left: 15px;
padding-bottom: 100px;
padding-right: 15px;
min-height: 50px;
max-width: 800px;
}








#s-3b15699a-6777-4361-9d40-5175f9c35e8e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-3b15699a-6777-4361-9d40-5175f9c35e8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e19f2800-7f39-42c1-b528-34c5ffbc62d2 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e19f2800-7f39-42c1-b528-34c5ffbc62d2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8af45432-a341-4947-ad4e-89019e3bd897 {
  text-align: center;
}







  #s-8af45432-a341-4947-ad4e-89019e3bd897 img.shogun-image {
    

    
    
    
  }


#s-8af45432-a341-4947-ad4e-89019e3bd897 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d5e1bf9-bff4-4f67-b32e-620bc54992db {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6d5e1bf9-bff4-4f67-b32e-620bc54992db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d5e1bf9-bff4-4f67-b32e-620bc54992db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d5e1bf9-bff4-4f67-b32e-620bc54992db {
  
}
}@media (max-width: 767px){#s-6d5e1bf9-bff4-4f67-b32e-620bc54992db {
  
}
}







#s-6d5e1bf9-bff4-4f67-b32e-620bc54992db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d5e1bf9-bff4-4f67-b32e-620bc54992db.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7a81f2fc-be2e-465a-b597-3966fc17466a {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7a81f2fc-be2e-465a-b597-3966fc17466a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a81f2fc-be2e-465a-b597-3966fc17466a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a81f2fc-be2e-465a-b597-3966fc17466a {
  
}
}@media (max-width: 767px){#s-7a81f2fc-be2e-465a-b597-3966fc17466a {
  
}
}







#s-7a81f2fc-be2e-465a-b597-3966fc17466a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a81f2fc-be2e-465a-b597-3966fc17466a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-654bcb65-0b43-460f-a025-67b3878e404e {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-654bcb65-0b43-460f-a025-67b3878e404e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-654bcb65-0b43-460f-a025-67b3878e404e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-654bcb65-0b43-460f-a025-67b3878e404e {
  
}
}@media (max-width: 767px){#s-654bcb65-0b43-460f-a025-67b3878e404e {
  
}
}
@media (min-width: 0px) {
[id="s-654bcb65-0b43-460f-a025-67b3878e404e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-654bcb65-0b43-460f-a025-67b3878e404e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-654bcb65-0b43-460f-a025-67b3878e404e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-654bcb65-0b43-460f-a025-67b3878e404e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-4d59a234-ae09-49c1-9e54-14f1bcc57a5a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4d59a234-ae09-49c1-9e54-14f1bcc57a5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d59a234-ae09-49c1-9e54-14f1bcc57a5a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-18762ba4-5c19-4375-82ee-b3d54c95db24 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-18762ba4-5c19-4375-82ee-b3d54c95db24 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18762ba4-5c19-4375-82ee-b3d54c95db24 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-18762ba4-5c19-4375-82ee-b3d54c95db24 {
  
}
}@media (max-width: 767px){#s-18762ba4-5c19-4375-82ee-b3d54c95db24 {
  
}
}
#s-ada1ce9e-4402-42af-af6e-055c77f384fa {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ada1ce9e-4402-42af-af6e-055c77f384fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ada1ce9e-4402-42af-af6e-055c77f384fa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-192f8224-d134-424a-a25f-3878eb75dd7e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-192f8224-d134-424a-a25f-3878eb75dd7e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-192f8224-d134-424a-a25f-3878eb75dd7e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-192f8224-d134-424a-a25f-3878eb75dd7e {
  
}
}@media (max-width: 767px){#s-192f8224-d134-424a-a25f-3878eb75dd7e {
  
}
}
#s-544ee60c-47e8-4108-b76e-f5368e98819d {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-544ee60c-47e8-4108-b76e-f5368e98819d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-544ee60c-47e8-4108-b76e-f5368e98819d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f148aebe-5399-45e6-baca-3bddfb85258f {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-f148aebe-5399-45e6-baca-3bddfb85258f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f148aebe-5399-45e6-baca-3bddfb85258f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f148aebe-5399-45e6-baca-3bddfb85258f {
  
}
}@media (max-width: 767px){#s-f148aebe-5399-45e6-baca-3bddfb85258f {
  
}
}
#s-435b8c5b-69ef-4b6f-8930-f0ee8c7d4f55 {
  padding-top: 100px;
padding-left: 15px;
padding-bottom: 100px;
padding-right: 15px;
min-height: 50px;
max-width: 866px;
}








#s-435b8c5b-69ef-4b6f-8930-f0ee8c7d4f55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-435b8c5b-69ef-4b6f-8930-f0ee8c7d4f55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d11aeb7-700f-49b3-ae21-3d5bc4cfb094 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d11aeb7-700f-49b3-ae21-3d5bc4cfb094 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7b1e2282-fc2f-4d94-9a00-2cdcb309a2a3 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(230, 0, 35, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(230, 0, 35, 0);
text-align: center;
text-decoration: none;
color: rgba(230, 0, 35, 1);
}
#s-7b1e2282-fc2f-4d94-9a00-2cdcb309a2a3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(230, 0, 35, 1) !important;}#s-7b1e2282-fc2f-4d94-9a00-2cdcb309a2a3:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(230, 0, 35, 1) !important;}

  #s-7b1e2282-fc2f-4d94-9a00-2cdcb309a2a3-root {
    text-align: center;
  }


#s-7b1e2282-fc2f-4d94-9a00-2cdcb309a2a3.shg-btn {
  color: rgba(230, 0, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b1e2282-fc2f-4d94-9a00-2cdcb309a2a3-root {
    text-align: center;
  }


#s-7b1e2282-fc2f-4d94-9a00-2cdcb309a2a3.shg-btn {
  color: rgba(230, 0, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b1e2282-fc2f-4d94-9a00-2cdcb309a2a3-root {
    text-align: center;
  }


#s-7b1e2282-fc2f-4d94-9a00-2cdcb309a2a3.shg-btn {
  color: rgba(230, 0, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b1e2282-fc2f-4d94-9a00-2cdcb309a2a3-root {
    text-align: center;
  }


#s-7b1e2282-fc2f-4d94-9a00-2cdcb309a2a3.shg-btn {
  color: rgba(230, 0, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b1e2282-fc2f-4d94-9a00-2cdcb309a2a3-root {
    text-align: center;
  }


#s-7b1e2282-fc2f-4d94-9a00-2cdcb309a2a3.shg-btn {
  color: rgba(230, 0, 35, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-42324f94-471a-4430-9235-4b4a6f9b93b9 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(230, 0, 35, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(217, 28, 57, 1);
background-image: none;
hover-type: color;
}
#s-42324f94-471a-4430-9235-4b4a6f9b93b9:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(230, 0, 35, 1) !important;}#s-42324f94-471a-4430-9235-4b4a6f9b93b9:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(230, 0, 35, 1) !important;}

  #s-42324f94-471a-4430-9235-4b4a6f9b93b9-root {
    text-align: center;
  }


#s-42324f94-471a-4430-9235-4b4a6f9b93b9.shg-btn {
  color: rgba(217, 28, 57, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42324f94-471a-4430-9235-4b4a6f9b93b9-root {
    text-align: center;
  }


#s-42324f94-471a-4430-9235-4b4a6f9b93b9.shg-btn {
  color: rgba(217, 28, 57, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42324f94-471a-4430-9235-4b4a6f9b93b9-root {
    text-align: center;
  }


#s-42324f94-471a-4430-9235-4b4a6f9b93b9.shg-btn {
  color: rgba(217, 28, 57, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42324f94-471a-4430-9235-4b4a6f9b93b9-root {
    text-align: center;
  }


#s-42324f94-471a-4430-9235-4b4a6f9b93b9.shg-btn {
  color: rgba(217, 28, 57, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42324f94-471a-4430-9235-4b4a6f9b93b9-root {
    text-align: center;
  }


#s-42324f94-471a-4430-9235-4b4a6f9b93b9.shg-btn {
  color: rgba(217, 28, 57, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
/*
  $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}
