.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-42826b4e-be6e-458a-a2bd-f046020e632f {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-42826b4e-be6e-458a-a2bd-f046020e632f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42826b4e-be6e-458a-a2bd-f046020e632f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-556337bf-31ac-4f1f-9063-c13a9d3f4a9e {
  display: none;
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

@media (min-width: 0px) {
[id="s-1f4577c2-4694-40b4-83af-c4126ad90fc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f4577c2-4694-40b4-83af-c4126ad90fc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f4577c2-4694-40b4-83af-c4126ad90fc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f4577c2-4694-40b4-83af-c4126ad90fc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e23a79fa-cae2-4da5-9561-53f19b11846c {
  min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}








#s-e23a79fa-cae2-4da5-9561-53f19b11846c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e23a79fa-cae2-4da5-9561-53f19b11846c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-b7b5339a-3976-4141-8baf-0789b724f1d1 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: dotted;
opacity: 1;
}

#s-b7b5339a-3976-4141-8baf-0789b724f1d1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b7b5339a-3976-4141-8baf-0789b724f1d1 .shg-sld-nav-button.shg-sld-left,
#s-b7b5339a-3976-4141-8baf-0789b724f1d1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.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-1dd99fc7-88cc-400d-a39c-9703b2b406e0 {
  text-align: center;
}







  #s-1dd99fc7-88cc-400d-a39c-9703b2b406e0 img.shogun-image {
    

    
    
    
  }


#s-1dd99fc7-88cc-400d-a39c-9703b2b406e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-1be9a72b-5077-4702-ab34-30d183949f13 {
  text-align: center;
}







  #s-1be9a72b-5077-4702-ab34-30d183949f13 img.shogun-image {
    

    
    
    
  }


#s-1be9a72b-5077-4702-ab34-30d183949f13 .shogun-image-content {
  
    align-items: center;
  
}

#s-64533155-d85a-4d8f-903a-598beb4d8520 {
  text-align: center;
}







  #s-64533155-d85a-4d8f-903a-598beb4d8520 img.shogun-image {
    

    
    
    
  }


#s-64533155-d85a-4d8f-903a-598beb4d8520 .shogun-image-content {
  
    align-items: center;
  
}

#s-13ef98c3-b8a7-4d1a-8a62-beaeb0de0f13 {
  text-align: center;
}







  #s-13ef98c3-b8a7-4d1a-8a62-beaeb0de0f13 img.shogun-image {
    

    
    
    
  }


#s-13ef98c3-b8a7-4d1a-8a62-beaeb0de0f13 .shogun-image-content {
  
    align-items: center;
  
}

#s-e60ce08e-5293-484d-9849-822d419d079b {
  text-align: center;
}







  #s-e60ce08e-5293-484d-9849-822d419d079b img.shogun-image {
    

    
    
    
  }


#s-e60ce08e-5293-484d-9849-822d419d079b .shogun-image-content {
  
    align-items: center;
  
}

#s-b0daca88-2b30-4bd3-a526-e5c1fdd68447 {
  text-align: center;
}







  #s-b0daca88-2b30-4bd3-a526-e5c1fdd68447 img.shogun-image {
    

    
    
    
  }


#s-b0daca88-2b30-4bd3-a526-e5c1fdd68447 .shogun-image-content {
  
    align-items: center;
  
}

#s-154cc980-f5ec-4058-bdcd-6a41f0092491 {
  text-align: center;
}







  #s-154cc980-f5ec-4058-bdcd-6a41f0092491 img.shogun-image {
    

    
    
    
  }


#s-154cc980-f5ec-4058-bdcd-6a41f0092491 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccd99e24-5e2c-4c45-907d-12e72d6f996d {
  text-align: center;
}







  #s-ccd99e24-5e2c-4c45-907d-12e72d6f996d img.shogun-image {
    

    
    
    
  }


#s-ccd99e24-5e2c-4c45-907d-12e72d6f996d .shogun-image-content {
  
    align-items: center;
  
}

#s-0c9680c1-6578-4a91-88ba-924d36915cb4 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-0c9680c1-6578-4a91-88ba-924d36915cb4 img.shogun-image {
    

    
    
    
  }


#s-0c9680c1-6578-4a91-88ba-924d36915cb4 .shogun-image-content {
  
    align-items: center;
  
}

.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-0ec7b478-93b8-4398-865c-ca5a3443e02e {
  margin-top: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ec7b478-93b8-4398-865c-ca5a3443e02e {
  margin-right: 5%;
}
}@media (max-width: 767px){#s-0ec7b478-93b8-4398-865c-ca5a3443e02e {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-0ec7b478-93b8-4398-865c-ca5a3443e02e .shg-product-title-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-0ca6900c-6354-4ea8-850d-4c383e33495a {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0ca6900c-6354-4ea8-850d-4c383e33495a .shg-product-title-component h1 {
  color: rgba(253, 249, 249, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-cee1ca00-21b5-4805-a71c-0cdf7feadcd8 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-cee1ca00-21b5-4805-a71c-0cdf7feadcd8 {
  
}
}@media (max-width: 767px){#s-cee1ca00-21b5-4805-a71c-0cdf7feadcd8 {
  display: none;
}
#s-cee1ca00-21b5-4805-a71c-0cdf7feadcd8, #wrap-s-cee1ca00-21b5-4805-a71c-0cdf7feadcd8 { display:none !important; }}
#s-cee1ca00-21b5-4805-a71c-0cdf7feadcd8 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-cee1ca00-21b5-4805-a71c-0cdf7feadcd8 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-cee1ca00-21b5-4805-a71c-0cdf7feadcd8 .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-8e78cefb-e88c-4109-acd6-bbe1fe2316df {
  text-align: left;
}
@media (min-width: 1200px){#s-8e78cefb-e88c-4109-acd6-bbe1fe2316df {
  display: none;
}
#s-8e78cefb-e88c-4109-acd6-bbe1fe2316df, #wrap-s-8e78cefb-e88c-4109-acd6-bbe1fe2316df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e78cefb-e88c-4109-acd6-bbe1fe2316df {
  display: none;
}
#s-8e78cefb-e88c-4109-acd6-bbe1fe2316df, #wrap-s-8e78cefb-e88c-4109-acd6-bbe1fe2316df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e78cefb-e88c-4109-acd6-bbe1fe2316df {
  display: none;
}
#s-8e78cefb-e88c-4109-acd6-bbe1fe2316df, #wrap-s-8e78cefb-e88c-4109-acd6-bbe1fe2316df { display:none !important; }}@media (max-width: 767px){#s-8e78cefb-e88c-4109-acd6-bbe1fe2316df {
  margin-left: 10%;
margin-right: 10%;
display: none;
}
#s-8e78cefb-e88c-4109-acd6-bbe1fe2316df, #wrap-s-8e78cefb-e88c-4109-acd6-bbe1fe2316df { display:none !important; }}
#s-8e78cefb-e88c-4109-acd6-bbe1fe2316df .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-8e78cefb-e88c-4109-acd6-bbe1fe2316df .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-8e78cefb-e88c-4109-acd6-bbe1fe2316df .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-0e924a84-a18c-47ae-bae0-2525f65558fe {
  margin-left: 47px;
margin-right: 47px;
text-align: left;
}
@media (min-width: 1200px){#s-0e924a84-a18c-47ae-bae0-2525f65558fe {
  display: none;
}
#s-0e924a84-a18c-47ae-bae0-2525f65558fe, #wrap-s-0e924a84-a18c-47ae-bae0-2525f65558fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e924a84-a18c-47ae-bae0-2525f65558fe {
  display: none;
}
#s-0e924a84-a18c-47ae-bae0-2525f65558fe, #wrap-s-0e924a84-a18c-47ae-bae0-2525f65558fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e924a84-a18c-47ae-bae0-2525f65558fe {
  display: none;
}
#s-0e924a84-a18c-47ae-bae0-2525f65558fe, #wrap-s-0e924a84-a18c-47ae-bae0-2525f65558fe { display:none !important; }}
#s-0e924a84-a18c-47ae-bae0-2525f65558fe .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-0e924a84-a18c-47ae-bae0-2525f65558fe .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 22px;
}

#s-0e924a84-a18c-47ae-bae0-2525f65558fe .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;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-1eab6fa0-210b-40b1-936d-bc9f7598326b {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(98, 105, 81, 1);
border-style: solid;
border-radius: 70px;
background-color: rgba(98, 105, 81, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1eab6fa0-210b-40b1-936d-bc9f7598326b:hover {border-style: solid !important;
border-color: rgba(184, 162, 121, 1) !important;
background-color: rgba(184, 162, 121, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1eab6fa0-210b-40b1-936d-bc9f7598326b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1eab6fa0-210b-40b1-936d-bc9f7598326b {
  margin-left: 10%;
margin-right: 10%;
}
}


#s-1eab6fa0-210b-40b1-936d-bc9f7598326b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1eab6fa0-210b-40b1-936d-bc9f7598326b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1eab6fa0-210b-40b1-936d-bc9f7598326b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-1eab6fa0-210b-40b1-936d-bc9f7598326b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.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-9b3b3b44-fc65-4dcc-bf43-8ce163c56086 {
  margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b3b3b44-fc65-4dcc-bf43-8ce163c56086 {
  margin-right: 5%;
}
}@media (max-width: 767px){#s-9b3b3b44-fc65-4dcc-bf43-8ce163c56086 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-66128a64-7d44-4cbe-9bcc-17e071253396 {
  background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-66128a64-7d44-4cbe-9bcc-17e071253396 {
  margin-left: -60%;
}
}@media (max-width: 767px){#s-66128a64-7d44-4cbe-9bcc-17e071253396 {
  margin-left: 10%;
margin-right: 5%;
}
}
#s-41c7c6db-3503-47a7-a34c-eefb0872bb4f {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
background-attachment: scroll;
}








#s-41c7c6db-3503-47a7-a34c-eefb0872bb4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41c7c6db-3503-47a7-a34c-eefb0872bb4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-c2fc50dd-0947-4b13-b0b8-b366efdb8320 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e74c8f50-24b7-4dcb-a1cf-20ef885bdbd9 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-e74c8f50-24b7-4dcb-a1cf-20ef885bdbd9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e74c8f50-24b7-4dcb-a1cf-20ef885bdbd9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e74c8f50-24b7-4dcb-a1cf-20ef885bdbd9 {
  
}
}@media (max-width: 767px){#s-e74c8f50-24b7-4dcb-a1cf-20ef885bdbd9 {
  
}
}







#s-e74c8f50-24b7-4dcb-a1cf-20ef885bdbd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e74c8f50-24b7-4dcb-a1cf-20ef885bdbd9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9dc5c87d-da4f-46b6-8a6c-6b19f9e107cb {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-9dc5c87d-da4f-46b6-8a6c-6b19f9e107cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9dc5c87d-da4f-46b6-8a6c-6b19f9e107cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9dc5c87d-da4f-46b6-8a6c-6b19f9e107cb {
  
}
}@media (max-width: 767px){#s-9dc5c87d-da4f-46b6-8a6c-6b19f9e107cb {
  
}
}







#s-9dc5c87d-da4f-46b6-8a6c-6b19f9e107cb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9dc5c87d-da4f-46b6-8a6c-6b19f9e107cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-7b5c63dc-d5ef-4efb-9e1c-ad141602752d {
  margin-top: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7b5c63dc-d5ef-4efb-9e1c-ad141602752d {
  margin-top: 5%;
margin-left: 5%;
margin-right: 5%;
}
}
#s-7b5c63dc-d5ef-4efb-9e1c-ad141602752d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9f3c0e6e-b0ac-42bd-941d-c221d6a1e3a1 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-9f3c0e6e-b0ac-42bd-941d-c221d6a1e3a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f3c0e6e-b0ac-42bd-941d-c221d6a1e3a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f3c0e6e-b0ac-42bd-941d-c221d6a1e3a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f3c0e6e-b0ac-42bd-941d-c221d6a1e3a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-2a30407c-1156-4b0a-bf7b-c3027abaf5bd {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-2a30407c-1156-4b0a-bf7b-c3027abaf5bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a30407c-1156-4b0a-bf7b-c3027abaf5bd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88742137-07cc-46ca-8dd1-4e69f516fc1a {
  margin-left: 5%;
margin-right: 5%;
max-width: 70px;
text-align: left;
}







  #s-88742137-07cc-46ca-8dd1-4e69f516fc1a img.shogun-image {
    

    
    
    
  }


#s-88742137-07cc-46ca-8dd1-4e69f516fc1a .shogun-image-content {
  
    align-items: center;
  
}

#s-832d76af-3020-47ad-9c8c-dde020b4d722 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-832d76af-3020-47ad-9c8c-dde020b4d722 .shogun-heading-component h1 {
  color: rgba(163, 170, 131, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-c5f9d422-c35a-4b55-8499-ec76468f33fd {
  margin-left: 20px;
margin-right: 20px;
}

#s-ddc67d00-4e6d-4ba7-99ab-57b34edee69a {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-ddc67d00-4e6d-4ba7-99ab-57b34edee69a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddc67d00-4e6d-4ba7-99ab-57b34edee69a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5c0fc8d0-f955-432c-954e-a565738bfd27 {
  margin-left: 5%;
margin-right: 5%;
max-width: 70px;
text-align: left;
}







  #s-5c0fc8d0-f955-432c-954e-a565738bfd27 img.shogun-image {
    

    
    
    
  }


#s-5c0fc8d0-f955-432c-954e-a565738bfd27 .shogun-image-content {
  
    align-items: center;
  
}

#s-e68c632b-ed06-42e5-9835-bbc58ef97392 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e68c632b-ed06-42e5-9835-bbc58ef97392 .shogun-heading-component h1 {
  color: rgba(163, 170, 131, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-075af02b-5431-42f3-89b2-bdd4c4b9edde {
  margin-left: 20px;
margin-right: 20px;
}

#s-12302e06-2843-4fdf-a97e-efa621d5236d {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-12302e06-2843-4fdf-a97e-efa621d5236d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12302e06-2843-4fdf-a97e-efa621d5236d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a5e13c89-850c-430b-9c27-cc27e6c7ca78 {
  margin-left: 5%;
margin-right: 5%;
max-width: 70px;
text-align: left;
}







  #s-a5e13c89-850c-430b-9c27-cc27e6c7ca78 img.shogun-image {
    

    
    
    
  }


#s-a5e13c89-850c-430b-9c27-cc27e6c7ca78 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d2014ef-4571-43ab-9313-eb3f96a7fe4b {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6d2014ef-4571-43ab-9313-eb3f96a7fe4b .shogun-heading-component h1 {
  color: rgba(163, 170, 131, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-99450f5c-73a3-48dc-8a11-f481dfda1925 {
  margin-left: 20px;
margin-right: 20px;
}

#s-20c556c8-1e55-4127-91ad-160b1bb6a462 {
  min-height: 50px;
}








#s-20c556c8-1e55-4127-91ad-160b1bb6a462 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20c556c8-1e55-4127-91ad-160b1bb6a462.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-63e477e4-5e5a-4db1-b66c-3f8dfec2916b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63e477e4-5e5a-4db1-b66c-3f8dfec2916b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63e477e4-5e5a-4db1-b66c-3f8dfec2916b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-63e477e4-5e5a-4db1-b66c-3f8dfec2916b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63e477e4-5e5a-4db1-b66c-3f8dfec2916b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-63e477e4-5e5a-4db1-b66c-3f8dfec2916b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63e477e4-5e5a-4db1-b66c-3f8dfec2916b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

@media (max-width: 767px){#s-cd133245-25f0-44ae-835f-e7940c3a0703 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-cd133245-25f0-44ae-835f-e7940c3a0703 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(30, 32, 31, 1);
}

#s-cd133245-25f0-44ae-835f-e7940c3a0703 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(98, 105, 81, 1);
  padding: 12px;
}

#s-cd133245-25f0-44ae-835f-e7940c3a0703 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-cd133245-25f0-44ae-835f-e7940c3a0703 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(30, 32, 31, 1);
}

#s-cd133245-25f0-44ae-835f-e7940c3a0703 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-cd133245-25f0-44ae-835f-e7940c3a0703 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c036c1c6-5ed0-4bdc-b35a-b556d7a792fa {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
padding-top: 3px;
padding-bottom: 3px;
}

#s-73e0b0f9-6fe7-49ac-a09c-3e4503866ec2 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-3391ee5b-d8d2-41d6-8e08-e2586e4b6cd4 {
  text-align: center;
}
@media (max-width: 767px){#s-3391ee5b-d8d2-41d6-8e08-e2586e4b6cd4 {
  display: none;
}
#s-3391ee5b-d8d2-41d6-8e08-e2586e4b6cd4, #wrap-s-3391ee5b-d8d2-41d6-8e08-e2586e4b6cd4 { display:none !important; }}






  #s-3391ee5b-d8d2-41d6-8e08-e2586e4b6cd4 img.shogun-image {
    

    
    
    
  }


#s-3391ee5b-d8d2-41d6-8e08-e2586e4b6cd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a9a0b0e-2e8b-459f-a27f-3a6a39189057 {
  margin-top: 15%;
margin-bottom: 0px;
margin-right: 40%;
padding-top: 15px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(98, 105, 81, 0.06);
}

#s-1a9a0b0e-2e8b-459f-a27f-3a6a39189057 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4a197e94-93fd-40ae-8987-cc96d88c0dc6 {
  margin-top: 0px;
margin-bottom: -4px;
margin-right: 40%;
padding-left: 13%;
padding-bottom: 15px;
padding-right: 13%;
background-color: rgba(98, 105, 81, 0);
}

#s-5e39aed1-7df2-4c90-8626-da2adc1c0fdc {
  text-align: center;
}
@media (min-width: 1200px){#s-5e39aed1-7df2-4c90-8626-da2adc1c0fdc {
  display: none;
}
#s-5e39aed1-7df2-4c90-8626-da2adc1c0fdc, #wrap-s-5e39aed1-7df2-4c90-8626-da2adc1c0fdc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e39aed1-7df2-4c90-8626-da2adc1c0fdc {
  display: none;
}
#s-5e39aed1-7df2-4c90-8626-da2adc1c0fdc, #wrap-s-5e39aed1-7df2-4c90-8626-da2adc1c0fdc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e39aed1-7df2-4c90-8626-da2adc1c0fdc {
  display: none;
}
#s-5e39aed1-7df2-4c90-8626-da2adc1c0fdc, #wrap-s-5e39aed1-7df2-4c90-8626-da2adc1c0fdc { display:none !important; }}






  #s-5e39aed1-7df2-4c90-8626-da2adc1c0fdc img.shogun-image {
    

    
    
    
  }


#s-5e39aed1-7df2-4c90-8626-da2adc1c0fdc .shogun-image-content {
  
    align-items: center;
  
}

#s-ce94eb8b-ed3f-4735-b24e-6ba2a803e73f {
  margin-top: 60%;
padding-top: 15px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(98, 105, 81, 0.06);
}
@media (min-width: 1200px){#s-ce94eb8b-ed3f-4735-b24e-6ba2a803e73f {
  display: none;
}
#s-ce94eb8b-ed3f-4735-b24e-6ba2a803e73f, #wrap-s-ce94eb8b-ed3f-4735-b24e-6ba2a803e73f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce94eb8b-ed3f-4735-b24e-6ba2a803e73f {
  display: none;
}
#s-ce94eb8b-ed3f-4735-b24e-6ba2a803e73f, #wrap-s-ce94eb8b-ed3f-4735-b24e-6ba2a803e73f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce94eb8b-ed3f-4735-b24e-6ba2a803e73f {
  display: none;
}
#s-ce94eb8b-ed3f-4735-b24e-6ba2a803e73f, #wrap-s-ce94eb8b-ed3f-4735-b24e-6ba2a803e73f { display:none !important; }}
#s-ce94eb8b-ed3f-4735-b24e-6ba2a803e73f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-4c20ec85-2417-4af6-848f-548720b451b8 {
  margin-bottom: 5px;
padding-left: 2%;
padding-right: 25%;
background-color: rgba(0, 0, 0, 0.35);
opacity: 1;
}
@media (min-width: 1200px){#s-4c20ec85-2417-4af6-848f-548720b451b8 {
  display: none;
}
#s-4c20ec85-2417-4af6-848f-548720b451b8, #wrap-s-4c20ec85-2417-4af6-848f-548720b451b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c20ec85-2417-4af6-848f-548720b451b8 {
  display: none;
}
#s-4c20ec85-2417-4af6-848f-548720b451b8, #wrap-s-4c20ec85-2417-4af6-848f-548720b451b8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c20ec85-2417-4af6-848f-548720b451b8 {
  padding-right: 15%;
display: none;
}
#s-4c20ec85-2417-4af6-848f-548720b451b8, #wrap-s-4c20ec85-2417-4af6-848f-548720b451b8 { display:none !important; }}@media (max-width: 767px){#s-4c20ec85-2417-4af6-848f-548720b451b8 {
  margin-left: 2%;
margin-right: 2%;
padding-right: 1px;
}
}
#s-73cc4f53-6d6b-4210-8bd7-7e2b1d37acfa {
  min-height: 500px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-73cc4f53-6d6b-4210-8bd7-7e2b1d37acfa {
  min-height: 5px;
}
}@media (max-width: 767px){#s-73cc4f53-6d6b-4210-8bd7-7e2b1d37acfa {
  display: none;
}
#s-73cc4f53-6d6b-4210-8bd7-7e2b1d37acfa, #wrap-s-73cc4f53-6d6b-4210-8bd7-7e2b1d37acfa { display:none !important; }}
@media (min-width: 0px) {
[id="s-73cc4f53-6d6b-4210-8bd7-7e2b1d37acfa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73cc4f53-6d6b-4210-8bd7-7e2b1d37acfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73cc4f53-6d6b-4210-8bd7-7e2b1d37acfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73cc4f53-6d6b-4210-8bd7-7e2b1d37acfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-54eb3f4d-ffcc-407f-8aa2-f2827f43f531 {
  margin-left: 10%;
text-align: center;
}







  #s-54eb3f4d-ffcc-407f-8aa2-f2827f43f531 img.shogun-image {
    

    
    
    
  }


#s-54eb3f4d-ffcc-407f-8aa2-f2827f43f531 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9d7a738-7a4e-48f6-ae5b-92e9d1ceb7d2 {
  margin-top: 10px;
margin-right: 30%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f9d7a738-7a4e-48f6-ae5b-92e9d1ceb7d2 {
  margin-top: 25%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9d7a738-7a4e-48f6-ae5b-92e9d1ceb7d2 {
  margin-top: 25%;
}
}
#s-f9d7a738-7a4e-48f6-ae5b-92e9d1ceb7d2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f9d7a738-7a4e-48f6-ae5b-92e9d1ceb7d2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-fad7f1f5-2165-468f-b71b-72da0f61474d {
  margin-right: 30%;
}

#s-8bb7e59a-4d5b-4aa5-8043-bbefb38365f6 {
  min-height: 300px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-8bb7e59a-4d5b-4aa5-8043-bbefb38365f6 {
  display: none;
}
#s-8bb7e59a-4d5b-4aa5-8043-bbefb38365f6, #wrap-s-8bb7e59a-4d5b-4aa5-8043-bbefb38365f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bb7e59a-4d5b-4aa5-8043-bbefb38365f6 {
  display: none;
}
#s-8bb7e59a-4d5b-4aa5-8043-bbefb38365f6, #wrap-s-8bb7e59a-4d5b-4aa5-8043-bbefb38365f6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8bb7e59a-4d5b-4aa5-8043-bbefb38365f6 {
  min-height: 5px;
display: none;
}
#s-8bb7e59a-4d5b-4aa5-8043-bbefb38365f6, #wrap-s-8bb7e59a-4d5b-4aa5-8043-bbefb38365f6 { display:none !important; }}@media (max-width: 767px){#s-8bb7e59a-4d5b-4aa5-8043-bbefb38365f6 {
  
}
}
@media (min-width: 0px) {
[id="s-8bb7e59a-4d5b-4aa5-8043-bbefb38365f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bb7e59a-4d5b-4aa5-8043-bbefb38365f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bb7e59a-4d5b-4aa5-8043-bbefb38365f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bb7e59a-4d5b-4aa5-8043-bbefb38365f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2ae4716e-843c-4934-8219-047c305151d9 {
  margin-left: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-2ae4716e-843c-4934-8219-047c305151d9 {
  display: none;
}
#s-2ae4716e-843c-4934-8219-047c305151d9, #wrap-s-2ae4716e-843c-4934-8219-047c305151d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ae4716e-843c-4934-8219-047c305151d9 {
  display: none;
}
#s-2ae4716e-843c-4934-8219-047c305151d9, #wrap-s-2ae4716e-843c-4934-8219-047c305151d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ae4716e-843c-4934-8219-047c305151d9 {
  display: none;
}
#s-2ae4716e-843c-4934-8219-047c305151d9, #wrap-s-2ae4716e-843c-4934-8219-047c305151d9 { display:none !important; }}@media (max-width: 767px){#s-2ae4716e-843c-4934-8219-047c305151d9 {
  margin-right: 10%;
}
}






  #s-2ae4716e-843c-4934-8219-047c305151d9 img.shogun-image {
    

    
    
    
  }


#s-2ae4716e-843c-4934-8219-047c305151d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6ea2c76-0d95-451c-82f4-bd4ed1a9e87d {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b6ea2c76-0d95-451c-82f4-bd4ed1a9e87d {
  display: none;
}
#s-b6ea2c76-0d95-451c-82f4-bd4ed1a9e87d, #wrap-s-b6ea2c76-0d95-451c-82f4-bd4ed1a9e87d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6ea2c76-0d95-451c-82f4-bd4ed1a9e87d {
  display: none;
}
#s-b6ea2c76-0d95-451c-82f4-bd4ed1a9e87d, #wrap-s-b6ea2c76-0d95-451c-82f4-bd4ed1a9e87d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6ea2c76-0d95-451c-82f4-bd4ed1a9e87d {
  display: none;
}
#s-b6ea2c76-0d95-451c-82f4-bd4ed1a9e87d, #wrap-s-b6ea2c76-0d95-451c-82f4-bd4ed1a9e87d { display:none !important; }}
#s-b6ea2c76-0d95-451c-82f4-bd4ed1a9e87d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-78b2a5cd-4787-4e06-9cc8-20369cf5d432 {
  margin-top: 5px;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-78b2a5cd-4787-4e06-9cc8-20369cf5d432 {
  display: none;
}
#s-78b2a5cd-4787-4e06-9cc8-20369cf5d432, #wrap-s-78b2a5cd-4787-4e06-9cc8-20369cf5d432 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78b2a5cd-4787-4e06-9cc8-20369cf5d432 {
  display: none;
}
#s-78b2a5cd-4787-4e06-9cc8-20369cf5d432, #wrap-s-78b2a5cd-4787-4e06-9cc8-20369cf5d432 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-78b2a5cd-4787-4e06-9cc8-20369cf5d432 {
  display: none;
}
#s-78b2a5cd-4787-4e06-9cc8-20369cf5d432, #wrap-s-78b2a5cd-4787-4e06-9cc8-20369cf5d432 { display:none !important; }}
#s-47101c51-1724-4ebd-9664-3ff0eea49377 {
  min-height: 50px;
}








#s-47101c51-1724-4ebd-9664-3ff0eea49377 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47101c51-1724-4ebd-9664-3ff0eea49377.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71dc0d3d-8144-418d-afc6-a8ffa3218f4a {
  text-align: center;
}
@media (max-width: 767px){#s-71dc0d3d-8144-418d-afc6-a8ffa3218f4a {
  display: none;
}
#s-71dc0d3d-8144-418d-afc6-a8ffa3218f4a, #wrap-s-71dc0d3d-8144-418d-afc6-a8ffa3218f4a { display:none !important; }}






  #s-71dc0d3d-8144-418d-afc6-a8ffa3218f4a img.shogun-image {
    

    
    
    
  }


#s-71dc0d3d-8144-418d-afc6-a8ffa3218f4a .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-acf8664e-f4ac-4003-96df-b849a9be1a14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acf8664e-f4ac-4003-96df-b849a9be1a14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-acf8664e-f4ac-4003-96df-b849a9be1a14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-acf8664e-f4ac-4003-96df-b849a9be1a14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-035f27b9-a010-4804-ac3b-5a7a80f9e12c {
  margin-top: 25%;
margin-right: 30%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(98, 105, 81, 0.02);
}
@media (min-width: 768px) and (max-width: 991px){#s-035f27b9-a010-4804-ac3b-5a7a80f9e12c {
  margin-top: 10%;
}
}
#s-035f27b9-a010-4804-ac3b-5a7a80f9e12c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-035f27b9-a010-4804-ac3b-5a7a80f9e12c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-7a005737-4662-464e-8e9b-ad869dbcb907 {
  margin-right: 30%;
padding-left: 20px;
background-color: rgba(98, 105, 81, 0);
}

#s-f2d655d0-729e-4108-ad9b-baf9ba966c33 {
  text-align: center;
}
@media (min-width: 1200px){#s-f2d655d0-729e-4108-ad9b-baf9ba966c33 {
  display: none;
}
#s-f2d655d0-729e-4108-ad9b-baf9ba966c33, #wrap-s-f2d655d0-729e-4108-ad9b-baf9ba966c33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2d655d0-729e-4108-ad9b-baf9ba966c33 {
  display: none;
}
#s-f2d655d0-729e-4108-ad9b-baf9ba966c33, #wrap-s-f2d655d0-729e-4108-ad9b-baf9ba966c33 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2d655d0-729e-4108-ad9b-baf9ba966c33 {
  display: none;
}
#s-f2d655d0-729e-4108-ad9b-baf9ba966c33, #wrap-s-f2d655d0-729e-4108-ad9b-baf9ba966c33 { display:none !important; }}






  #s-f2d655d0-729e-4108-ad9b-baf9ba966c33 img.shogun-image {
    

    
    
    
  }


#s-f2d655d0-729e-4108-ad9b-baf9ba966c33 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-ebe7368c-f380-49b9-a2d7-51764846e092"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebe7368c-f380-49b9-a2d7-51764846e092"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ebe7368c-f380-49b9-a2d7-51764846e092"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebe7368c-f380-49b9-a2d7-51764846e092"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8229eb0a-0e23-47c4-b29b-65fdcd076368 {
  margin-top: 60%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(98, 105, 81, 0.02);
}

#s-8229eb0a-0e23-47c4-b29b-65fdcd076368 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-8a66e39b-34e0-41b4-a72e-1a5ea884108e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 25px;
padding-right: 25px;
background-color: rgba(0, 0, 0, 0.35);
}

#s-8c919bcc-f0c1-403c-b20a-6e81fa8f0d12 {
  min-height: 300px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-8c919bcc-f0c1-403c-b20a-6e81fa8f0d12 {
  display: none;
}
#s-8c919bcc-f0c1-403c-b20a-6e81fa8f0d12, #wrap-s-8c919bcc-f0c1-403c-b20a-6e81fa8f0d12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c919bcc-f0c1-403c-b20a-6e81fa8f0d12 {
  display: none;
}
#s-8c919bcc-f0c1-403c-b20a-6e81fa8f0d12, #wrap-s-8c919bcc-f0c1-403c-b20a-6e81fa8f0d12 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c919bcc-f0c1-403c-b20a-6e81fa8f0d12 {
  min-height: 5px;
display: none;
}
#s-8c919bcc-f0c1-403c-b20a-6e81fa8f0d12, #wrap-s-8c919bcc-f0c1-403c-b20a-6e81fa8f0d12 { display:none !important; }}@media (max-width: 767px){#s-8c919bcc-f0c1-403c-b20a-6e81fa8f0d12 {
  
}
}
@media (min-width: 0px) {
[id="s-8c919bcc-f0c1-403c-b20a-6e81fa8f0d12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c919bcc-f0c1-403c-b20a-6e81fa8f0d12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c919bcc-f0c1-403c-b20a-6e81fa8f0d12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c919bcc-f0c1-403c-b20a-6e81fa8f0d12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-67511f13-2489-49f9-bdb9-e1c4a9b8c517 {
  margin-left: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-67511f13-2489-49f9-bdb9-e1c4a9b8c517 {
  display: none;
}
#s-67511f13-2489-49f9-bdb9-e1c4a9b8c517, #wrap-s-67511f13-2489-49f9-bdb9-e1c4a9b8c517 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67511f13-2489-49f9-bdb9-e1c4a9b8c517 {
  display: none;
}
#s-67511f13-2489-49f9-bdb9-e1c4a9b8c517, #wrap-s-67511f13-2489-49f9-bdb9-e1c4a9b8c517 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67511f13-2489-49f9-bdb9-e1c4a9b8c517 {
  display: none;
}
#s-67511f13-2489-49f9-bdb9-e1c4a9b8c517, #wrap-s-67511f13-2489-49f9-bdb9-e1c4a9b8c517 { display:none !important; }}@media (max-width: 767px){#s-67511f13-2489-49f9-bdb9-e1c4a9b8c517 {
  margin-right: 10%;
}
}






  #s-67511f13-2489-49f9-bdb9-e1c4a9b8c517 img.shogun-image {
    

    
    
    
  }


#s-67511f13-2489-49f9-bdb9-e1c4a9b8c517 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbdaa123-ef68-436e-8c04-1f36708430f8 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cbdaa123-ef68-436e-8c04-1f36708430f8 {
  display: none;
}
#s-cbdaa123-ef68-436e-8c04-1f36708430f8, #wrap-s-cbdaa123-ef68-436e-8c04-1f36708430f8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbdaa123-ef68-436e-8c04-1f36708430f8 {
  display: none;
}
#s-cbdaa123-ef68-436e-8c04-1f36708430f8, #wrap-s-cbdaa123-ef68-436e-8c04-1f36708430f8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbdaa123-ef68-436e-8c04-1f36708430f8 {
  display: none;
}
#s-cbdaa123-ef68-436e-8c04-1f36708430f8, #wrap-s-cbdaa123-ef68-436e-8c04-1f36708430f8 { display:none !important; }}
#s-cbdaa123-ef68-436e-8c04-1f36708430f8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-ee4b53cb-48f7-4c7e-942f-f5d7355f362d {
  margin-top: 5px;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-ee4b53cb-48f7-4c7e-942f-f5d7355f362d {
  display: none;
}
#s-ee4b53cb-48f7-4c7e-942f-f5d7355f362d, #wrap-s-ee4b53cb-48f7-4c7e-942f-f5d7355f362d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee4b53cb-48f7-4c7e-942f-f5d7355f362d {
  display: none;
}
#s-ee4b53cb-48f7-4c7e-942f-f5d7355f362d, #wrap-s-ee4b53cb-48f7-4c7e-942f-f5d7355f362d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee4b53cb-48f7-4c7e-942f-f5d7355f362d {
  display: none;
}
#s-ee4b53cb-48f7-4c7e-942f-f5d7355f362d, #wrap-s-ee4b53cb-48f7-4c7e-942f-f5d7355f362d { display:none !important; }}
#s-c7012120-40d5-41f6-a4c7-d1ee691b8926 {
  text-align: center;
}
@media (min-width: 1200px){#s-c7012120-40d5-41f6-a4c7-d1ee691b8926 {
  display: none;
}
#s-c7012120-40d5-41f6-a4c7-d1ee691b8926, #wrap-s-c7012120-40d5-41f6-a4c7-d1ee691b8926 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7012120-40d5-41f6-a4c7-d1ee691b8926 {
  display: none;
}
#s-c7012120-40d5-41f6-a4c7-d1ee691b8926, #wrap-s-c7012120-40d5-41f6-a4c7-d1ee691b8926 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7012120-40d5-41f6-a4c7-d1ee691b8926 {
  display: none;
}
#s-c7012120-40d5-41f6-a4c7-d1ee691b8926, #wrap-s-c7012120-40d5-41f6-a4c7-d1ee691b8926 { display:none !important; }}






  #s-c7012120-40d5-41f6-a4c7-d1ee691b8926 img.shogun-image {
    

    
    
    
  }


#s-c7012120-40d5-41f6-a4c7-d1ee691b8926 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-0af9d5cf-6508-4c91-b10c-a847a16e6de6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0af9d5cf-6508-4c91-b10c-a847a16e6de6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0af9d5cf-6508-4c91-b10c-a847a16e6de6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0af9d5cf-6508-4c91-b10c-a847a16e6de6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-573f3b10-d2ff-45ea-8127-6a9b66021bf2 {
  margin-top: 60%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(98, 105, 81, 0.02);
}

#s-573f3b10-d2ff-45ea-8127-6a9b66021bf2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-329cab54-64a3-4a1d-91ac-269d60bd85e1 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
background-color: rgba(0, 0, 0, 0.35);
}

#s-d98e7e85-8ca3-4de1-b70e-6f6b2c84ae28 {
  min-height: 200px;
background-color: rgba(0, 0, 0, 1);
}








#s-d98e7e85-8ca3-4de1-b70e-6f6b2c84ae28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d98e7e85-8ca3-4de1-b70e-6f6b2c84ae28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-4ef8ff74-ce4a-48cd-86e7-dcecf9fd4145 {
  display: none;
}
#s-4ef8ff74-ce4a-48cd-86e7-dcecf9fd4145, #wrap-s-4ef8ff74-ce4a-48cd-86e7-dcecf9fd4145 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4ef8ff74-ce4a-48cd-86e7-dcecf9fd4145"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ef8ff74-ce4a-48cd-86e7-dcecf9fd4145"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ef8ff74-ce4a-48cd-86e7-dcecf9fd4145"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ef8ff74-ce4a-48cd-86e7-dcecf9fd4145"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fc5018dc-6817-4403-a7af-8a49afbdcc9f {
  margin-left: 10%;
text-align: center;
}







  #s-fc5018dc-6817-4403-a7af-8a49afbdcc9f img.shogun-image {
    

    
    
    
  }


#s-fc5018dc-6817-4403-a7af-8a49afbdcc9f .shogun-image-content {
  
    align-items: center;
  
}

#s-6febfb5f-978d-4b2e-97bb-ebf27cdc0e89 {
  margin-top: 25%;
margin-right: 30%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6febfb5f-978d-4b2e-97bb-ebf27cdc0e89 {
  margin-top: 10%;
}
}
#s-6febfb5f-978d-4b2e-97bb-ebf27cdc0e89 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6febfb5f-978d-4b2e-97bb-ebf27cdc0e89 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-a93c82ef-fe09-40aa-b369-198d2183f8fe {
  margin-right: 30%;
}

#s-f7ade874-d550-4d82-8028-8bfa92d07ce9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f7ade874-d550-4d82-8028-8bfa92d07ce9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7ade874-d550-4d82-8028-8bfa92d07ce9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7ade874-d550-4d82-8028-8bfa92d07ce9 {
  
}
}@media (max-width: 767px){#s-f7ade874-d550-4d82-8028-8bfa92d07ce9 {
  
}
}







#s-f7ade874-d550-4d82-8028-8bfa92d07ce9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7ade874-d550-4d82-8028-8bfa92d07ce9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-21d57a93-aeec-44c4-903e-725e98d3a992 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(236, 236, 236, 1);
}
@media (min-width: 1200px){#s-21d57a93-aeec-44c4-903e-725e98d3a992 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21d57a93-aeec-44c4-903e-725e98d3a992 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21d57a93-aeec-44c4-903e-725e98d3a992 {
  
}
}@media (max-width: 767px){#s-21d57a93-aeec-44c4-903e-725e98d3a992 {
  
}
}







#s-21d57a93-aeec-44c4-903e-725e98d3a992 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-21d57a93-aeec-44c4-903e-725e98d3a992.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b730a4d8-e66b-4b9f-a99c-c43cea9c542e {
  text-align: center;
}
@media (max-width: 767px){#s-b730a4d8-e66b-4b9f-a99c-c43cea9c542e {
  display: none;
}
#s-b730a4d8-e66b-4b9f-a99c-c43cea9c542e, #wrap-s-b730a4d8-e66b-4b9f-a99c-c43cea9c542e { display:none !important; }}






  #s-b730a4d8-e66b-4b9f-a99c-c43cea9c542e img.shogun-image {
    

    
    
    
  }


#s-b730a4d8-e66b-4b9f-a99c-c43cea9c542e .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-eccf65df-b819-445e-8890-87d27f9649d0 {
  display: none;
}
#s-eccf65df-b819-445e-8890-87d27f9649d0, #wrap-s-eccf65df-b819-445e-8890-87d27f9649d0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-eccf65df-b819-445e-8890-87d27f9649d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eccf65df-b819-445e-8890-87d27f9649d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eccf65df-b819-445e-8890-87d27f9649d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eccf65df-b819-445e-8890-87d27f9649d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5d5ecdc7-4555-4725-9167-f20d0700a1ef {
  margin-top: 25%;
margin-left: 30%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(98, 105, 81, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-5d5ecdc7-4555-4725-9167-f20d0700a1ef {
  margin-top: 10%;
}
}
#s-5d5ecdc7-4555-4725-9167-f20d0700a1ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5d5ecdc7-4555-4725-9167-f20d0700a1ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-48290738-498f-457a-a157-63e7b7691e45 {
  margin-left: 30%;
background-color: rgba(98, 105, 81, 0);
}

#s-4dc62645-875a-43ad-a443-ffb5fde9f56c {
  min-height: 50px;
}








#s-4dc62645-875a-43ad-a443-ffb5fde9f56c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dc62645-875a-43ad-a443-ffb5fde9f56c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99a29b32-30b1-4d84-95cf-dbeda5cdaa9d {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-99a29b32-30b1-4d84-95cf-dbeda5cdaa9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99a29b32-30b1-4d84-95cf-dbeda5cdaa9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99a29b32-30b1-4d84-95cf-dbeda5cdaa9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99a29b32-30b1-4d84-95cf-dbeda5cdaa9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99a29b32-30b1-4d84-95cf-dbeda5cdaa9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99a29b32-30b1-4d84-95cf-dbeda5cdaa9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99a29b32-30b1-4d84-95cf-dbeda5cdaa9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-99a29b32-30b1-4d84-95cf-dbeda5cdaa9d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5193a993-b5e1-4d0c-a1d9-0b745d46da64 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
text-align: center;
}







  #s-5193a993-b5e1-4d0c-a1d9-0b745d46da64 img.shogun-image {
    

    
    
    
  }


#s-5193a993-b5e1-4d0c-a1d9-0b745d46da64 .shogun-image-content {
  
    align-items: center;
  
}

#s-ace47209-c911-4aef-9de1-ed637e18567f {
  margin-top: 110px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ace47209-c911-4aef-9de1-ed637e18567f {
  margin-top: 10%;
margin-left: 5%;
margin-right: 5%;
}
}
#s-ace47209-c911-4aef-9de1-ed637e18567f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ace47209-c911-4aef-9de1-ed637e18567f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-ace47209-c911-4aef-9de1-ed637e18567f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-6468ed66-5a30-408f-85d7-51a5a6345785 {
  margin-top: 8px;
margin-left: 2px;
margin-bottom: 8px;
margin-right: 2px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6468ed66-5a30-408f-85d7-51a5a6345785 {
  margin-left: 2px;
margin-right: 10%;
}
}@media (max-width: 767px){#s-6468ed66-5a30-408f-85d7-51a5a6345785 {
  margin-left: 5%;
margin-right: 5%;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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