.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-e5d051de-eb2a-45ae-b529-eff859f56623 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}

#s-e5d051de-eb2a-45ae-b529-eff859f56623 {
  background-image: url(https://i.shgcdn.com/2dfd260d-ff80-494b-ba63-7a7b7ae7e2e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e5d051de-eb2a-45ae-b529-eff859f56623 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5d051de-eb2a-45ae-b529-eff859f56623.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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-cffea1de-6811-4444-995b-7a68df77beaa {
  box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.05);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-cffea1de-6811-4444-995b-7a68df77beaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cffea1de-6811-4444-995b-7a68df77beaa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cffea1de-6811-4444-995b-7a68df77beaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cffea1de-6811-4444-995b-7a68df77beaa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cffea1de-6811-4444-995b-7a68df77beaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cffea1de-6811-4444-995b-7a68df77beaa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cffea1de-6811-4444-995b-7a68df77beaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-35ebbdde-0d58-47ab-80e3-4ad0644e8332 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1200px;
}








#s-35ebbdde-0d58-47ab-80e3-4ad0644e8332 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35ebbdde-0d58-47ab-80e3-4ad0644e8332.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  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-e4acc301-ac28-42e9-8462-79c42a5f09d9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e4acc301-ac28-42e9-8462-79c42a5f09d9 .shogun-heading-component h1 {
  color: rgba(55, 69, 50, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-4c128802-fdc0-4339-b494-8be8226be215 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-4c128802-fdc0-4339-b494-8be8226be215 .shogun-heading-component h2 {
  color: rgba(106, 132, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ae65da8e-4140-4afa-9046-7ca84c8eb5b1 {
  margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ae65da8e-4140-4afa-9046-7ca84c8eb5b1 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-075ad4dd-eda9-4ac9-b908-5847b33a665c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-075ad4dd-eda9-4ac9-b908-5847b33a665c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-075ad4dd-eda9-4ac9-b908-5847b33a665c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-075ad4dd-eda9-4ac9-b908-5847b33a665c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

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

.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-adc197bf-6836-445b-b2ba-6cd6c7aae2ba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(58, 87, 157, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-adc197bf-6836-445b-b2ba-6cd6c7aae2ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-adc197bf-6836-445b-b2ba-6cd6c7aae2ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-adc197bf-6836-445b-b2ba-6cd6c7aae2ba-root {
    text-align: center;
  }


#s-adc197bf-6836-445b-b2ba-6cd6c7aae2ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-adc197bf-6836-445b-b2ba-6cd6c7aae2ba-root {
    text-align: center;
  }


#s-adc197bf-6836-445b-b2ba-6cd6c7aae2ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-adc197bf-6836-445b-b2ba-6cd6c7aae2ba-root {
    text-align: center;
  }


#s-adc197bf-6836-445b-b2ba-6cd6c7aae2ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-adc197bf-6836-445b-b2ba-6cd6c7aae2ba-root {
    text-align: center;
  }


#s-adc197bf-6836-445b-b2ba-6cd6c7aae2ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-adc197bf-6836-445b-b2ba-6cd6c7aae2ba-root {
    text-align: center;
  }


#s-adc197bf-6836-445b-b2ba-6cd6c7aae2ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-54b5304f-3197-4211-bc67-60e8982b6e9b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(0, 170, 240, 1);
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7e20cf"}, {"id"=>3, "pos"=>0.3772727272727273, "color"=>"#fccc63"}, {"id"=>4, "pos"=>0.6909090909090909, "color"=>"#fbad50"}, {"id"=>2, "pos"=>1, "color"=>"#cd486b"}];
hover-type: gradient;
}
#s-54b5304f-3197-4211-bc67-60e8982b6e9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-54b5304f-3197-4211-bc67-60e8982b6e9b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-54b5304f-3197-4211-bc67-60e8982b6e9b-root {
    text-align: center;
  }


#s-54b5304f-3197-4211-bc67-60e8982b6e9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-54b5304f-3197-4211-bc67-60e8982b6e9b-root {
    text-align: center;
  }


#s-54b5304f-3197-4211-bc67-60e8982b6e9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54b5304f-3197-4211-bc67-60e8982b6e9b-root {
    text-align: center;
  }


#s-54b5304f-3197-4211-bc67-60e8982b6e9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54b5304f-3197-4211-bc67-60e8982b6e9b-root {
    text-align: center;
  }


#s-54b5304f-3197-4211-bc67-60e8982b6e9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-54b5304f-3197-4211-bc67-60e8982b6e9b-root {
    text-align: center;
  }


#s-54b5304f-3197-4211-bc67-60e8982b6e9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-1d6c4cbb-78d1-4db8-8e01-21dc55403573 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(223, 74, 50, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1d6c4cbb-78d1-4db8-8e01-21dc55403573:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d6c4cbb-78d1-4db8-8e01-21dc55403573:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d6c4cbb-78d1-4db8-8e01-21dc55403573-root {
    text-align: center;
  }


#s-1d6c4cbb-78d1-4db8-8e01-21dc55403573.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1d6c4cbb-78d1-4db8-8e01-21dc55403573-root {
    text-align: center;
  }


#s-1d6c4cbb-78d1-4db8-8e01-21dc55403573.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d6c4cbb-78d1-4db8-8e01-21dc55403573-root {
    text-align: center;
  }


#s-1d6c4cbb-78d1-4db8-8e01-21dc55403573.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d6c4cbb-78d1-4db8-8e01-21dc55403573-root {
    text-align: center;
  }


#s-1d6c4cbb-78d1-4db8-8e01-21dc55403573.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1d6c4cbb-78d1-4db8-8e01-21dc55403573-root {
    text-align: center;
  }


#s-1d6c4cbb-78d1-4db8-8e01-21dc55403573.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-5ec9b1cc-4a8d-4fd1-91c8-be7696f0879b {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-5ec9b1cc-4a8d-4fd1-91c8-be7696f0879b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5ec9b1cc-4a8d-4fd1-91c8-be7696f0879b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ec9b1cc-4a8d-4fd1-91c8-be7696f0879b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ec9b1cc-4a8d-4fd1-91c8-be7696f0879b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
  flex-direction: column;
  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-b9c1a434-ce84-4747-b0c5-35570e0896fd {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-b9c1a434-ce84-4747-b0c5-35570e0896fd {
  overflow: hidden;
  
  
}







  #s-b9c1a434-ce84-4747-b0c5-35570e0896fd img.shogun-image {
    

    
    
    
  }


#s-b9c1a434-ce84-4747-b0c5-35570e0896fd .shogun-image-content {
  
    justify-content: center;
  
}

#s-31c661fd-b60e-4055-8515-60167368c652 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-31c661fd-b60e-4055-8515-60167368c652 {
  overflow: hidden;
  
  
}







  #s-31c661fd-b60e-4055-8515-60167368c652 img.shogun-image {
    

    
    
    
  }


#s-31c661fd-b60e-4055-8515-60167368c652 .shogun-image-content {
  
    justify-content: center;
  
}

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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-f8d22d5a-0fcf-4f3d-9267-07d365361f28 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-fc174c69-6bf3-4330-be30-2044c545a016 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-fc174c69-6bf3-4330-be30-2044c545a016 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-fc174c69-6bf3-4330-be30-2044c545a016 img.shogun-image {
    

    
    
    
  }


#s-fc174c69-6bf3-4330-be30-2044c545a016 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7d4cd316-bc10-491a-8b7a-cbaf1ae9e947 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d4cd316-bc10-491a-8b7a-cbaf1ae9e947 .shogun-heading-component h1 {
  color: rgba(106, 132, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-716103f6-8de1-46d2-883e-1482f80bc5d6 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-550ed502-e041-44ae-9f6c-dec33b21897a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-550ed502-e041-44ae-9f6c-dec33b21897a {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-550ed502-e041-44ae-9f6c-dec33b21897a img.shogun-image {
    

    
    
    
  }


#s-550ed502-e041-44ae-9f6c-dec33b21897a .shogun-image-content {
  
    justify-content: center;
  
}

#s-18455c32-cead-464f-b957-be70a33663ec {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-a30f2b78-c576-44f8-92ae-334dfc5d9504 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a30f2b78-c576-44f8-92ae-334dfc5d9504 .shogun-heading-component h1 {
  color: rgba(106, 132, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-150b0883-7c99-4fd6-b653-5bcbcbc05ddf {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-7411dcd3-c5d7-4def-b2f6-00cb6f93b814 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-7411dcd3-c5d7-4def-b2f6-00cb6f93b814 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-7411dcd3-c5d7-4def-b2f6-00cb6f93b814 img.shogun-image {
    

    
    
    
  }


#s-7411dcd3-c5d7-4def-b2f6-00cb6f93b814 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0d5322d9-09ab-40c4-b12a-769aa24595b6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d5322d9-09ab-40c4-b12a-769aa24595b6 .shogun-heading-component h1 {
  color: rgba(106, 132, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-847ef15a-d25a-4c88-971f-d81b0442bbc6 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}

#s-914f2e45-ddaa-4973-8225-fa7f43c6ebe0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 15%;
padding-right: 15%;
max-width: 600px;
text-align: center;
}

#s-914f2e45-ddaa-4973-8225-fa7f43c6ebe0 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-914f2e45-ddaa-4973-8225-fa7f43c6ebe0 img.shogun-image {
    

    
    
    
  }


#s-914f2e45-ddaa-4973-8225-fa7f43c6ebe0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d97c5244-2b11-4dda-b422-b1d7b3f3ef94 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d97c5244-2b11-4dda-b422-b1d7b3f3ef94 .shogun-heading-component h1 {
  color: rgba(106, 132, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-865b79cb-1f09-49e7-a3da-b9a6ebc24366 {
  margin-top: 3px;
margin-left: 15%;
margin-bottom: 3px;
margin-right: 15%;
}

#s-b049030a-b5bb-4a3f-a28f-018c6d02c494 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-left: 15%;
padding-right: 15%;
max-width: 600px;
text-align: center;
}

#s-b049030a-b5bb-4a3f-a28f-018c6d02c494 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-b049030a-b5bb-4a3f-a28f-018c6d02c494 img.shogun-image {
    

    
    
    
  }


#s-b049030a-b5bb-4a3f-a28f-018c6d02c494 .shogun-image-content {
  
    justify-content: center;
  
}

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

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

#s-7f2a9d00-b354-4520-a405-3f21d3bca412 hr {
  border-top: 2px solid #ddd;
}

#s-090266b6-64ac-4412-964e-e392cbfd6e51 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-090266b6-64ac-4412-964e-e392cbfd6e51 .shogun-heading-component h1 {
  color: rgba(106, 132, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1dce3825-a222-41b4-99a3-3eea981e9187 {
  padding-left: 15%;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-1dce3825-a222-41b4-99a3-3eea981e9187"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dce3825-a222-41b4-99a3-3eea981e9187"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dce3825-a222-41b4-99a3-3eea981e9187"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dce3825-a222-41b4-99a3-3eea981e9187"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6e226d8f-7277-44ac-8bc0-f6f7e7d64327 {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 10px;
margin-right: 15%;
text-align: center;
}

#s-6e226d8f-7277-44ac-8bc0-f6f7e7d64327 {
  overflow: hidden;
  
  
}







  #s-6e226d8f-7277-44ac-8bc0-f6f7e7d64327 img.shogun-image {
    

    
    
    
  }


#s-6e226d8f-7277-44ac-8bc0-f6f7e7d64327 .shogun-image-content {
  
    justify-content: center;
  
}

#s-acda3f65-c7c9-4412-8ef5-7c87b16275de {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-2de02643-d83e-49b4-9289-e5e0c90cf7a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2de02643-d83e-49b4-9289-e5e0c90cf7a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2de02643-d83e-49b4-9289-e5e0c90cf7a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2de02643-d83e-49b4-9289-e5e0c90cf7a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2de02643-d83e-49b4-9289-e5e0c90cf7a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2de02643-d83e-49b4-9289-e5e0c90cf7a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2de02643-d83e-49b4-9289-e5e0c90cf7a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

#s-042eea71-de16-448a-9c1c-fc95adf7261f {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-e0b0f7ba-344a-4f84-8b7a-1d51c4c097f6 {
  text-align: center;
}

#s-e0b0f7ba-344a-4f84-8b7a-1d51c4c097f6 {
  overflow: hidden;
  
  
}







  #s-e0b0f7ba-344a-4f84-8b7a-1d51c4c097f6 img.shogun-image {
    

    
    
    
  }


#s-e0b0f7ba-344a-4f84-8b7a-1d51c4c097f6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-17c0fa18-4554-4142-8cac-d4e510d5c4ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17c0fa18-4554-4142-8cac-d4e510d5c4ef .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-571ce977-d7b1-40d1-8931-08c468a600e3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-0067b1e8-f8de-47cf-b308-2e7972eb8a37 {
  box-shadow:0px 0px 0px 0px rgba(180, 101, 0, 1);
margin-top: 20px;
margin-bottom: 20px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-0067b1e8-f8de-47cf-b308-2e7972eb8a37:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0067b1e8-f8de-47cf-b308-2e7972eb8a37:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjdiNmMzMDQtZmU5MS00MmI5LWIxYzYtZjkwZjU2YWY1Zjg2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyN2I2YzMwNC1mZTkxLTQyYjktYjFjNi1mOTBmNTZhZjVmODYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-0067b1e8-f8de-47cf-b308-2e7972eb8a37-root {
    text-align: center;
  }


#s-0067b1e8-f8de-47cf-b308-2e7972eb8a37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Sansita;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0067b1e8-f8de-47cf-b308-2e7972eb8a37-root {
    text-align: center;
  }


#s-0067b1e8-f8de-47cf-b308-2e7972eb8a37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Sansita;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0067b1e8-f8de-47cf-b308-2e7972eb8a37-root {
    text-align: center;
  }


#s-0067b1e8-f8de-47cf-b308-2e7972eb8a37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Sansita;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0067b1e8-f8de-47cf-b308-2e7972eb8a37-root {
    text-align: center;
  }


#s-0067b1e8-f8de-47cf-b308-2e7972eb8a37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Sansita;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0067b1e8-f8de-47cf-b308-2e7972eb8a37-root {
    text-align: center;
  }


#s-0067b1e8-f8de-47cf-b308-2e7972eb8a37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Sansita;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-94c794d3-91d4-46c9-9b73-f29640fc28d7 {
  display: none;
}
#s-94c794d3-91d4-46c9-9b73-f29640fc28d7, #wrap-s-94c794d3-91d4-46c9-9b73-f29640fc28d7, #wrap-content-s-94c794d3-91d4-46c9-9b73-f29640fc28d7 { display: none !important; }}@media (max-width: 767px){#s-94c794d3-91d4-46c9-9b73-f29640fc28d7 {
  display: none;
}
#s-94c794d3-91d4-46c9-9b73-f29640fc28d7, #wrap-s-94c794d3-91d4-46c9-9b73-f29640fc28d7, #wrap-content-s-94c794d3-91d4-46c9-9b73-f29640fc28d7 { display: none !important; }}
#s-1c4cf015-04e2-4c7e-83ec-fcf92a4b0f20 {
  margin-top: -4px;
margin-bottom: -4px;
padding-top: 40px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(106, 132, 95, 1);
}








#s-1c4cf015-04e2-4c7e-83ec-fcf92a4b0f20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c4cf015-04e2-4c7e-83ec-fcf92a4b0f20.shg-box.shg-c {
  justify-content: center;
}

#s-08dde3b3-ccf3-41ad-bccd-03b2f10d849f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08dde3b3-ccf3-41ad-bccd-03b2f10d849f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d37479c5-8fde-4954-8456-dad49c329429 {
  background-repeat: repeat;
background-size: contain;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-position: center center;
}








#s-d37479c5-8fde-4954-8456-dad49c329429 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.7;
  display: block;
}#s-d37479c5-8fde-4954-8456-dad49c329429.shg-box.shg-c {
  justify-content: center;
}

#s-a63a0c02-fe08-4f35-989e-ba00a6064af1 {
  padding-top: 4px;
padding-left: 25px;
padding-bottom: 4px;
padding-right: 25px;
text-align: center;
}

#s-a63a0c02-fe08-4f35-989e-ba00a6064af1 .shogun-heading-component h1 {
  color: rgba(55, 69, 50, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-c52d60e3-a5db-4e41-ba81-d437279d051f {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 35px;
padding-right: 25px;
text-align: center;
}

#s-c52d60e3-a5db-4e41-ba81-d437279d051f .shogun-heading-component h3 {
  color: rgba(106, 132, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-18af32e9-8160-4f73-8051-2e299ab82d0e {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-18af32e9-8160-4f73-8051-2e299ab82d0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18af32e9-8160-4f73-8051-2e299ab82d0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18af32e9-8160-4f73-8051-2e299ab82d0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18af32e9-8160-4f73-8051-2e299ab82d0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-320bf3dd-a9de-4339-982e-ac6337dada20 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 350px;
text-align: center;
}

#s-320bf3dd-a9de-4339-982e-ac6337dada20 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-320bf3dd-a9de-4339-982e-ac6337dada20 img.shogun-image {
    

    
    
    
  }


#s-320bf3dd-a9de-4339-982e-ac6337dada20 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9d389b43-d18a-42bf-9750-b28742fd214f {
  box-shadow:0px 0px 0px 0px rgba(180, 101, 0, 1);
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 34px;
padding-bottom: 15px;
padding-right: 34px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-9d389b43-d18a-42bf-9750-b28742fd214f:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9d389b43-d18a-42bf-9750-b28742fd214f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2IzZDRiMjQtNjViOS00NTJhLTg0MjYtZDNhOTJhOWZkM2QyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3YjNkNGIyNC02NWI5LTQ1MmEtODQyNi1kM2E5MmE5ZmQzZDIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-9d389b43-d18a-42bf-9750-b28742fd214f-root {
    text-align: center;
  }


#s-9d389b43-d18a-42bf-9750-b28742fd214f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d389b43-d18a-42bf-9750-b28742fd214f-root {
    text-align: center;
  }


#s-9d389b43-d18a-42bf-9750-b28742fd214f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d389b43-d18a-42bf-9750-b28742fd214f-root {
    text-align: center;
  }


#s-9d389b43-d18a-42bf-9750-b28742fd214f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d389b43-d18a-42bf-9750-b28742fd214f-root {
    text-align: center;
  }


#s-9d389b43-d18a-42bf-9750-b28742fd214f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d389b43-d18a-42bf-9750-b28742fd214f-root {
    text-align: center;
  }


#s-9d389b43-d18a-42bf-9750-b28742fd214f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  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;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}

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