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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-15da54a0-9951-491d-b7e4-48f96a66011d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}

#s-15da54a0-9951-491d-b7e4-48f96a66011d {
  background-image: url(https://i.shgcdn.com/cb835a66-2d60-49ce-8258-ad6050ffda71/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-15da54a0-9951-491d-b7e4-48f96a66011d {
  background-image: url(https://i.shgcdn.com/cb835a66-2d60-49ce-8258-ad6050ffda71/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-15da54a0-9951-491d-b7e4-48f96a66011d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-15da54a0-9951-491d-b7e4-48f96a66011d {
  background-image: url(https://i.shgcdn.com/cb835a66-2d60-49ce-8258-ad6050ffda71/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-15da54a0-9951-491d-b7e4-48f96a66011d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-15da54a0-9951-491d-b7e4-48f96a66011d {
  background-image: url(https://i.shgcdn.com/cb835a66-2d60-49ce-8258-ad6050ffda71/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-15da54a0-9951-491d-b7e4-48f96a66011d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-15da54a0-9951-491d-b7e4-48f96a66011d {
  background-image: url(https://i.shgcdn.com/cb835a66-2d60-49ce-8258-ad6050ffda71/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-15da54a0-9951-491d-b7e4-48f96a66011d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-15da54a0-9951-491d-b7e4-48f96a66011d {
  background-image: url(https://i.shgcdn.com/cb835a66-2d60-49ce-8258-ad6050ffda71/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-15da54a0-9951-491d-b7e4-48f96a66011d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-15da54a0-9951-491d-b7e4-48f96a66011d {
  background-image: url(https://i.shgcdn.com/cb835a66-2d60-49ce-8258-ad6050ffda71/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-15da54a0-9951-491d-b7e4-48f96a66011d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-15da54a0-9951-491d-b7e4-48f96a66011d {
  background-image: url(https://i.shgcdn.com/cb835a66-2d60-49ce-8258-ad6050ffda71/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-15da54a0-9951-491d-b7e4-48f96a66011d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-15da54a0-9951-491d-b7e4-48f96a66011d {
  background-image: url(https://i.shgcdn.com/cb835a66-2d60-49ce-8258-ad6050ffda71/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-15da54a0-9951-491d-b7e4-48f96a66011d.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-15da54a0-9951-491d-b7e4-48f96a66011d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15da54a0-9951-491d-b7e4-48f96a66011d.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-79a750e1-c965-4148-af9f-30c39df258c5 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-79a750e1-c965-4148-af9f-30c39df258c5 {
  display: none;
}
#s-79a750e1-c965-4148-af9f-30c39df258c5, #wrap-s-79a750e1-c965-4148-af9f-30c39df258c5 { display: none !important; }}
#s-79a750e1-c965-4148-af9f-30c39df258c5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 41px;
  
  
  
}



#s-21bd3aa5-b7fd-4583-a5a6-2baa842a0442 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
text-align: center;
}
@media (min-width: 1200px){#s-21bd3aa5-b7fd-4583-a5a6-2baa842a0442 {
  display: none;
}
#s-21bd3aa5-b7fd-4583-a5a6-2baa842a0442, #wrap-s-21bd3aa5-b7fd-4583-a5a6-2baa842a0442 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21bd3aa5-b7fd-4583-a5a6-2baa842a0442 {
  display: none;
}
#s-21bd3aa5-b7fd-4583-a5a6-2baa842a0442, #wrap-s-21bd3aa5-b7fd-4583-a5a6-2baa842a0442 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21bd3aa5-b7fd-4583-a5a6-2baa842a0442 {
  display: none;
}
#s-21bd3aa5-b7fd-4583-a5a6-2baa842a0442, #wrap-s-21bd3aa5-b7fd-4583-a5a6-2baa842a0442 { display: none !important; }}
#s-21bd3aa5-b7fd-4583-a5a6-2baa842a0442 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

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

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

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

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

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

#s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(255, 192, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3:hover {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}#s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3:active {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3 {
  
}
}@media (max-width: 767px){#s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3 {
  display: none;
}
#s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3, #wrap-s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3 { display: none !important; }}

  #s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3-root {
    text-align: center;
  }


#s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3-root {
    text-align: center;
  }


#s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3-root {
    text-align: center;
  }


#s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3-root {
    text-align: center;
  }


#s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3-root {
    text-align: center;
  }


#s-3653d4a0-d6a4-4fc1-a8fe-db47e14ad1f3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-f9777a54-7e89-48fa-a939-4f525ac3494f {
  margin-top: 3%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(255, 192, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f9777a54-7e89-48fa-a939-4f525ac3494f:hover {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}#s-f9777a54-7e89-48fa-a939-4f525ac3494f:active {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 1200px){#s-f9777a54-7e89-48fa-a939-4f525ac3494f {
  display: none;
}
#s-f9777a54-7e89-48fa-a939-4f525ac3494f, #wrap-s-f9777a54-7e89-48fa-a939-4f525ac3494f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9777a54-7e89-48fa-a939-4f525ac3494f {
  display: none;
}
#s-f9777a54-7e89-48fa-a939-4f525ac3494f, #wrap-s-f9777a54-7e89-48fa-a939-4f525ac3494f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9777a54-7e89-48fa-a939-4f525ac3494f {
  display: none;
}
#s-f9777a54-7e89-48fa-a939-4f525ac3494f, #wrap-s-f9777a54-7e89-48fa-a939-4f525ac3494f { display: none !important; }}@media (max-width: 767px){#s-f9777a54-7e89-48fa-a939-4f525ac3494f {
  
}
}

  #s-f9777a54-7e89-48fa-a939-4f525ac3494f-root {
    text-align: center;
  }


#s-f9777a54-7e89-48fa-a939-4f525ac3494f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f9777a54-7e89-48fa-a939-4f525ac3494f-root {
    text-align: center;
  }


#s-f9777a54-7e89-48fa-a939-4f525ac3494f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f9777a54-7e89-48fa-a939-4f525ac3494f-root {
    text-align: center;
  }


#s-f9777a54-7e89-48fa-a939-4f525ac3494f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f9777a54-7e89-48fa-a939-4f525ac3494f-root {
    text-align: center;
  }


#s-f9777a54-7e89-48fa-a939-4f525ac3494f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f9777a54-7e89-48fa-a939-4f525ac3494f-root {
    text-align: center;
  }


#s-f9777a54-7e89-48fa-a939-4f525ac3494f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-88cd6d13-ad9f-450d-b902-7949f7702ff7 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(255, 192, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-88cd6d13-ad9f-450d-b902-7949f7702ff7:hover {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: #252525 !important;}#s-88cd6d13-ad9f-450d-b902-7949f7702ff7:active {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 1200px){#s-88cd6d13-ad9f-450d-b902-7949f7702ff7 {
  display: none;
}
#s-88cd6d13-ad9f-450d-b902-7949f7702ff7, #wrap-s-88cd6d13-ad9f-450d-b902-7949f7702ff7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88cd6d13-ad9f-450d-b902-7949f7702ff7 {
  display: none;
}
#s-88cd6d13-ad9f-450d-b902-7949f7702ff7, #wrap-s-88cd6d13-ad9f-450d-b902-7949f7702ff7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-88cd6d13-ad9f-450d-b902-7949f7702ff7 {
  display: none;
}
#s-88cd6d13-ad9f-450d-b902-7949f7702ff7, #wrap-s-88cd6d13-ad9f-450d-b902-7949f7702ff7 { display: none !important; }}@media (max-width: 767px){#s-88cd6d13-ad9f-450d-b902-7949f7702ff7 {
  display: none;
}
#s-88cd6d13-ad9f-450d-b902-7949f7702ff7, #wrap-s-88cd6d13-ad9f-450d-b902-7949f7702ff7 { display: none !important; }}

  #s-88cd6d13-ad9f-450d-b902-7949f7702ff7-root {
    text-align: center;
  }


#s-88cd6d13-ad9f-450d-b902-7949f7702ff7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-88cd6d13-ad9f-450d-b902-7949f7702ff7-root {
    text-align: center;
  }


#s-88cd6d13-ad9f-450d-b902-7949f7702ff7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-88cd6d13-ad9f-450d-b902-7949f7702ff7-root {
    text-align: center;
  }


#s-88cd6d13-ad9f-450d-b902-7949f7702ff7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-88cd6d13-ad9f-450d-b902-7949f7702ff7-root {
    text-align: center;
  }


#s-88cd6d13-ad9f-450d-b902-7949f7702ff7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-88cd6d13-ad9f-450d-b902-7949f7702ff7-root {
    text-align: center;
  }


#s-88cd6d13-ad9f-450d-b902-7949f7702ff7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-1f27c689-b1e8-481e-898f-45ae344669d4 {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 192, 51, 1);
}
#s-1f27c689-b1e8-481e-898f-45ae344669d4:hover {border-style: solid !important;
border-color: rgba(255, 192, 51, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 192, 51, 1) !important;}#s-1f27c689-b1e8-481e-898f-45ae344669d4:active {border-style: solid !important;
border-color: rgba(255, 192, 51, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 192, 51, 1) !important;}@media (min-width: 1200px){#s-1f27c689-b1e8-481e-898f-45ae344669d4 {
  display: none;
}
#s-1f27c689-b1e8-481e-898f-45ae344669d4, #wrap-s-1f27c689-b1e8-481e-898f-45ae344669d4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f27c689-b1e8-481e-898f-45ae344669d4 {
  display: none;
}
#s-1f27c689-b1e8-481e-898f-45ae344669d4, #wrap-s-1f27c689-b1e8-481e-898f-45ae344669d4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f27c689-b1e8-481e-898f-45ae344669d4 {
  display: none;
}
#s-1f27c689-b1e8-481e-898f-45ae344669d4, #wrap-s-1f27c689-b1e8-481e-898f-45ae344669d4 { display: none !important; }}@media (max-width: 767px){#s-1f27c689-b1e8-481e-898f-45ae344669d4 {
  
}
}

  #s-1f27c689-b1e8-481e-898f-45ae344669d4-root {
    text-align: center;
  }


#s-1f27c689-b1e8-481e-898f-45ae344669d4.shg-btn {
  color: rgba(255, 192, 51, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f27c689-b1e8-481e-898f-45ae344669d4-root {
    text-align: center;
  }


#s-1f27c689-b1e8-481e-898f-45ae344669d4.shg-btn {
  color: rgba(255, 192, 51, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f27c689-b1e8-481e-898f-45ae344669d4-root {
    text-align: center;
  }


#s-1f27c689-b1e8-481e-898f-45ae344669d4.shg-btn {
  color: rgba(255, 192, 51, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f27c689-b1e8-481e-898f-45ae344669d4-root {
    text-align: center;
  }


#s-1f27c689-b1e8-481e-898f-45ae344669d4.shg-btn {
  color: rgba(255, 192, 51, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f27c689-b1e8-481e-898f-45ae344669d4-root {
    text-align: center;
  }


#s-1f27c689-b1e8-481e-898f-45ae344669d4.shg-btn {
  color: rgba(255, 192, 51, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-110e8733-510e-46e0-a4f5-7160d7232d3a {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 192, 51, 1);
}
#s-110e8733-510e-46e0-a4f5-7160d7232d3a:hover {border-style: solid !important;
border-color: rgba(255, 192, 51, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 192, 51, 1) !important;}#s-110e8733-510e-46e0-a4f5-7160d7232d3a:active {border-style: solid !important;
border-color: rgba(255, 192, 51, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 192, 51, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-110e8733-510e-46e0-a4f5-7160d7232d3a {
  
}
}@media (max-width: 767px){#s-110e8733-510e-46e0-a4f5-7160d7232d3a {
  display: none;
}
#s-110e8733-510e-46e0-a4f5-7160d7232d3a, #wrap-s-110e8733-510e-46e0-a4f5-7160d7232d3a { display: none !important; }}

  #s-110e8733-510e-46e0-a4f5-7160d7232d3a-root {
    text-align: center;
  }


#s-110e8733-510e-46e0-a4f5-7160d7232d3a.shg-btn {
  color: rgba(255, 192, 51, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-110e8733-510e-46e0-a4f5-7160d7232d3a-root {
    text-align: center;
  }


#s-110e8733-510e-46e0-a4f5-7160d7232d3a.shg-btn {
  color: rgba(255, 192, 51, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-110e8733-510e-46e0-a4f5-7160d7232d3a-root {
    text-align: center;
  }


#s-110e8733-510e-46e0-a4f5-7160d7232d3a.shg-btn {
  color: rgba(255, 192, 51, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-110e8733-510e-46e0-a4f5-7160d7232d3a-root {
    text-align: center;
  }


#s-110e8733-510e-46e0-a4f5-7160d7232d3a.shg-btn {
  color: rgba(255, 192, 51, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-110e8733-510e-46e0-a4f5-7160d7232d3a-root {
    text-align: center;
  }


#s-110e8733-510e-46e0-a4f5-7160d7232d3a.shg-btn {
  color: rgba(255, 192, 51, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-5caeef2d-241b-4426-a725-632578d7d084 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}
@media (max-width: 767px){#s-5caeef2d-241b-4426-a725-632578d7d084 {
  display: none;
}
#s-5caeef2d-241b-4426-a725-632578d7d084, #wrap-s-5caeef2d-241b-4426-a725-632578d7d084 { display: none !important; }}
#s-5caeef2d-241b-4426-a725-632578d7d084 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

#s-36cc8fc4-f2b1-4acc-844e-4a04cc3c396b {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-36cc8fc4-f2b1-4acc-844e-4a04cc3c396b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36cc8fc4-f2b1-4acc-844e-4a04cc3c396b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36cc8fc4-f2b1-4acc-844e-4a04cc3c396b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36cc8fc4-f2b1-4acc-844e-4a04cc3c396b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36cc8fc4-f2b1-4acc-844e-4a04cc3c396b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36cc8fc4-f2b1-4acc-844e-4a04cc3c396b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36cc8fc4-f2b1-4acc-844e-4a04cc3c396b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-f16e1a79-e243-40c3-839d-89e5782caf14 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-f16e1a79-e243-40c3-839d-89e5782caf14 {
  display: none;
}
#s-f16e1a79-e243-40c3-839d-89e5782caf14, #wrap-s-f16e1a79-e243-40c3-839d-89e5782caf14 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f16e1a79-e243-40c3-839d-89e5782caf14 {
  display: none;
}
#s-f16e1a79-e243-40c3-839d-89e5782caf14, #wrap-s-f16e1a79-e243-40c3-839d-89e5782caf14 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f16e1a79-e243-40c3-839d-89e5782caf14 {
  display: none;
}
#s-f16e1a79-e243-40c3-839d-89e5782caf14, #wrap-s-f16e1a79-e243-40c3-839d-89e5782caf14 { display: none !important; }}
#s-f16e1a79-e243-40c3-839d-89e5782caf14 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.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-a42e406a-ceee-49ba-8818-5bca7fb08ff8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
}
@media (max-width: 767px){#s-a42e406a-ceee-49ba-8818-5bca7fb08ff8 {
  display: none;
}
#s-a42e406a-ceee-49ba-8818-5bca7fb08ff8, #wrap-s-a42e406a-ceee-49ba-8818-5bca7fb08ff8 { display: none !important; }}
#s-4edc854f-3674-4a12-bd62-adb8ce4864a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 6%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-4edc854f-3674-4a12-bd62-adb8ce4864a5 {
  display: none;
}
#s-4edc854f-3674-4a12-bd62-adb8ce4864a5, #wrap-s-4edc854f-3674-4a12-bd62-adb8ce4864a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4edc854f-3674-4a12-bd62-adb8ce4864a5 {
  display: none;
}
#s-4edc854f-3674-4a12-bd62-adb8ce4864a5, #wrap-s-4edc854f-3674-4a12-bd62-adb8ce4864a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4edc854f-3674-4a12-bd62-adb8ce4864a5 {
  display: none;
}
#s-4edc854f-3674-4a12-bd62-adb8ce4864a5, #wrap-s-4edc854f-3674-4a12-bd62-adb8ce4864a5 { display: none !important; }}
#s-9b05b9d3-8170-4c4b-bbb9-a2975163f573 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-9b05b9d3-8170-4c4b-bbb9-a2975163f573"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b05b9d3-8170-4c4b-bbb9-a2975163f573"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b05b9d3-8170-4c4b-bbb9-a2975163f573"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b05b9d3-8170-4c4b-bbb9-a2975163f573"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6868451f-d996-4fc0-914f-8286a422f783 {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6868451f-d996-4fc0-914f-8286a422f783:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-6868451f-d996-4fc0-914f-8286a422f783:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-6868451f-d996-4fc0-914f-8286a422f783 {
  
}
}@media (max-width: 767px){#s-6868451f-d996-4fc0-914f-8286a422f783 {
  display: none;
}
#s-6868451f-d996-4fc0-914f-8286a422f783, #wrap-s-6868451f-d996-4fc0-914f-8286a422f783 { display: none !important; }}

  #s-6868451f-d996-4fc0-914f-8286a422f783-root {
    text-align: right;
  }


#s-6868451f-d996-4fc0-914f-8286a422f783.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6868451f-d996-4fc0-914f-8286a422f783-root {
    text-align: right;
  }


#s-6868451f-d996-4fc0-914f-8286a422f783.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6868451f-d996-4fc0-914f-8286a422f783-root {
    text-align: right;
  }


#s-6868451f-d996-4fc0-914f-8286a422f783.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6868451f-d996-4fc0-914f-8286a422f783-root {
    text-align: right;
  }


#s-6868451f-d996-4fc0-914f-8286a422f783.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6868451f-d996-4fc0-914f-8286a422f783-root {
    text-align: right;
  }


#s-6868451f-d996-4fc0-914f-8286a422f783.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-fdb93429-f2f4-4f1c-b15a-a204aaca5070 {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fdb93429-f2f4-4f1c-b15a-a204aaca5070:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-fdb93429-f2f4-4f1c-b15a-a204aaca5070:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 1200px){#s-fdb93429-f2f4-4f1c-b15a-a204aaca5070 {
  display: none;
}
#s-fdb93429-f2f4-4f1c-b15a-a204aaca5070, #wrap-s-fdb93429-f2f4-4f1c-b15a-a204aaca5070 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdb93429-f2f4-4f1c-b15a-a204aaca5070 {
  display: none;
}
#s-fdb93429-f2f4-4f1c-b15a-a204aaca5070, #wrap-s-fdb93429-f2f4-4f1c-b15a-a204aaca5070 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fdb93429-f2f4-4f1c-b15a-a204aaca5070 {
  display: none;
}
#s-fdb93429-f2f4-4f1c-b15a-a204aaca5070, #wrap-s-fdb93429-f2f4-4f1c-b15a-a204aaca5070 { display: none !important; }}

  #s-fdb93429-f2f4-4f1c-b15a-a204aaca5070-root {
    text-align: center;
  }


#s-fdb93429-f2f4-4f1c-b15a-a204aaca5070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fdb93429-f2f4-4f1c-b15a-a204aaca5070-root {
    text-align: center;
  }


#s-fdb93429-f2f4-4f1c-b15a-a204aaca5070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fdb93429-f2f4-4f1c-b15a-a204aaca5070-root {
    text-align: center;
  }


#s-fdb93429-f2f4-4f1c-b15a-a204aaca5070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fdb93429-f2f4-4f1c-b15a-a204aaca5070-root {
    text-align: center;
  }


#s-fdb93429-f2f4-4f1c-b15a-a204aaca5070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fdb93429-f2f4-4f1c-b15a-a204aaca5070-root {
    text-align: center;
  }


#s-fdb93429-f2f4-4f1c-b15a-a204aaca5070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-196f2c67-134c-4425-9b15-fa17295bd0c9 {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(255, 192, 51, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-196f2c67-134c-4425-9b15-fa17295bd0c9:hover {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-196f2c67-134c-4425-9b15-fa17295bd0c9:active {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 992px) and (max-width: 1199px){#s-196f2c67-134c-4425-9b15-fa17295bd0c9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-196f2c67-134c-4425-9b15-fa17295bd0c9 {
  
}
}@media (max-width: 767px){#s-196f2c67-134c-4425-9b15-fa17295bd0c9 {
  display: none;
}
#s-196f2c67-134c-4425-9b15-fa17295bd0c9, #wrap-s-196f2c67-134c-4425-9b15-fa17295bd0c9 { display: none !important; }}

  #s-196f2c67-134c-4425-9b15-fa17295bd0c9-root {
    text-align: left;
  }


#s-196f2c67-134c-4425-9b15-fa17295bd0c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-196f2c67-134c-4425-9b15-fa17295bd0c9-root {
    text-align: left;
  }


#s-196f2c67-134c-4425-9b15-fa17295bd0c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-196f2c67-134c-4425-9b15-fa17295bd0c9-root {
    text-align: left;
  }


#s-196f2c67-134c-4425-9b15-fa17295bd0c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-196f2c67-134c-4425-9b15-fa17295bd0c9-root {
    text-align: left;
  }


#s-196f2c67-134c-4425-9b15-fa17295bd0c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-196f2c67-134c-4425-9b15-fa17295bd0c9-root {
    text-align: left;
  }


#s-196f2c67-134c-4425-9b15-fa17295bd0c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-7e6e19b8-f0db-429d-98fc-90323fdfd706 {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(255, 192, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7e6e19b8-f0db-429d-98fc-90323fdfd706:hover {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7e6e19b8-f0db-429d-98fc-90323fdfd706:active {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 1200px){#s-7e6e19b8-f0db-429d-98fc-90323fdfd706 {
  display: none;
}
#s-7e6e19b8-f0db-429d-98fc-90323fdfd706, #wrap-s-7e6e19b8-f0db-429d-98fc-90323fdfd706 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e6e19b8-f0db-429d-98fc-90323fdfd706 {
  display: none;
}
#s-7e6e19b8-f0db-429d-98fc-90323fdfd706, #wrap-s-7e6e19b8-f0db-429d-98fc-90323fdfd706 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e6e19b8-f0db-429d-98fc-90323fdfd706 {
  display: none;
}
#s-7e6e19b8-f0db-429d-98fc-90323fdfd706, #wrap-s-7e6e19b8-f0db-429d-98fc-90323fdfd706 { display: none !important; }}

  #s-7e6e19b8-f0db-429d-98fc-90323fdfd706-root {
    text-align: center;
  }


#s-7e6e19b8-f0db-429d-98fc-90323fdfd706.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e6e19b8-f0db-429d-98fc-90323fdfd706-root {
    text-align: center;
  }


#s-7e6e19b8-f0db-429d-98fc-90323fdfd706.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e6e19b8-f0db-429d-98fc-90323fdfd706-root {
    text-align: center;
  }


#s-7e6e19b8-f0db-429d-98fc-90323fdfd706.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e6e19b8-f0db-429d-98fc-90323fdfd706-root {
    text-align: center;
  }


#s-7e6e19b8-f0db-429d-98fc-90323fdfd706.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e6e19b8-f0db-429d-98fc-90323fdfd706-root {
    text-align: center;
  }


#s-7e6e19b8-f0db-429d-98fc-90323fdfd706.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-d2561bc0-19f8-476c-b0fc-090552bc6a17 {
  margin-left: auto;
margin-right: auto;
max-width: 1252px;
text-align: center;
}
@media (max-width: 767px){#s-d2561bc0-19f8-476c-b0fc-090552bc6a17 {
  display: none;
}
#s-d2561bc0-19f8-476c-b0fc-090552bc6a17, #wrap-s-d2561bc0-19f8-476c-b0fc-090552bc6a17 { display: none !important; }}


.shg-image-margin-container-s-d2561bc0-19f8-476c-b0fc-090552bc6a17 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d2561bc0-19f8-476c-b0fc-090552bc6a17 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d2561bc0-19f8-476c-b0fc-090552bc6a17 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2561bc0-19f8-476c-b0fc-090552bc6a17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2561bc0-19f8-476c-b0fc-090552bc6a17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2561bc0-19f8-476c-b0fc-090552bc6a17.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d2561bc0-19f8-476c-b0fc-090552bc6a17 {
  
  
  
  
}

#s-d2561bc0-19f8-476c-b0fc-090552bc6a17 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d2561bc0-19f8-476c-b0fc-090552bc6a17 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2561bc0-19f8-476c-b0fc-090552bc6a17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2561bc0-19f8-476c-b0fc-090552bc6a17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2561bc0-19f8-476c-b0fc-090552bc6a17.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d2561bc0-19f8-476c-b0fc-090552bc6a17 {
  
  
  
  
}

#s-d2561bc0-19f8-476c-b0fc-090552bc6a17 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d2561bc0-19f8-476c-b0fc-090552bc6a17 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2561bc0-19f8-476c-b0fc-090552bc6a17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2561bc0-19f8-476c-b0fc-090552bc6a17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2561bc0-19f8-476c-b0fc-090552bc6a17.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d2561bc0-19f8-476c-b0fc-090552bc6a17 {
  
  
  
  
}

#s-d2561bc0-19f8-476c-b0fc-090552bc6a17 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d2561bc0-19f8-476c-b0fc-090552bc6a17 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2561bc0-19f8-476c-b0fc-090552bc6a17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2561bc0-19f8-476c-b0fc-090552bc6a17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2561bc0-19f8-476c-b0fc-090552bc6a17.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d2561bc0-19f8-476c-b0fc-090552bc6a17 {
  
  
  
  
}

#s-d2561bc0-19f8-476c-b0fc-090552bc6a17 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d2561bc0-19f8-476c-b0fc-090552bc6a17 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2561bc0-19f8-476c-b0fc-090552bc6a17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2561bc0-19f8-476c-b0fc-090552bc6a17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2561bc0-19f8-476c-b0fc-090552bc6a17.shogun-image {
  box-sizing: border-box;
}




}
.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  overflow: hidden;
  display: block;
}

.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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

.shg-imageV3-content {
  text-align: initial;
}

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-436698a7-b44d-410c-a112-990090fd4cc8 {
  margin-left: auto;
margin-right: auto;
max-width: 3098px;
text-align: center;
}

.shg-image-margin-container-s-436698a7-b44d-410c-a112-990090fd4cc8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-436698a7-b44d-410c-a112-990090fd4cc8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-436698a7-b44d-410c-a112-990090fd4cc8 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-436698a7-b44d-410c-a112-990090fd4cc8 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-436698a7-b44d-410c-a112-990090fd4cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-436698a7-b44d-410c-a112-990090fd4cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-436698a7-b44d-410c-a112-990090fd4cc8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-436698a7-b44d-410c-a112-990090fd4cc8 {
  
  
  
  
}

#s-436698a7-b44d-410c-a112-990090fd4cc8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-436698a7-b44d-410c-a112-990090fd4cc8 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-436698a7-b44d-410c-a112-990090fd4cc8 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-436698a7-b44d-410c-a112-990090fd4cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-436698a7-b44d-410c-a112-990090fd4cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-436698a7-b44d-410c-a112-990090fd4cc8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-436698a7-b44d-410c-a112-990090fd4cc8 {
  
  
  
  
}

#s-436698a7-b44d-410c-a112-990090fd4cc8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-436698a7-b44d-410c-a112-990090fd4cc8 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-436698a7-b44d-410c-a112-990090fd4cc8 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-436698a7-b44d-410c-a112-990090fd4cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-436698a7-b44d-410c-a112-990090fd4cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-436698a7-b44d-410c-a112-990090fd4cc8.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-436698a7-b44d-410c-a112-990090fd4cc8 {
  
  
  
  
}

#s-436698a7-b44d-410c-a112-990090fd4cc8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-436698a7-b44d-410c-a112-990090fd4cc8 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-436698a7-b44d-410c-a112-990090fd4cc8 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-436698a7-b44d-410c-a112-990090fd4cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-436698a7-b44d-410c-a112-990090fd4cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-436698a7-b44d-410c-a112-990090fd4cc8.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-436698a7-b44d-410c-a112-990090fd4cc8 {
  
  
  
  
}

#s-436698a7-b44d-410c-a112-990090fd4cc8 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-436698a7-b44d-410c-a112-990090fd4cc8 img.shogun-image {
  width: 100%;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-436698a7-b44d-410c-a112-990090fd4cc8 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-436698a7-b44d-410c-a112-990090fd4cc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-436698a7-b44d-410c-a112-990090fd4cc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-436698a7-b44d-410c-a112-990090fd4cc8.shogun-image {
  box-sizing: border-box;
}




}
#s-2ad3747f-28c2-435c-8fba-e85ebcbdeb72 {
  background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 55px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
background-repeat: repeat;
}








#s-2ad3747f-28c2-435c-8fba-e85ebcbdeb72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ad3747f-28c2-435c-8fba-e85ebcbdeb72.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b00314d0-1487-415f-846d-172a6c61e233 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-bottom: 10px;
text-align: center;
}

#s-b00314d0-1487-415f-846d-172a6c61e233 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-65bc89c9-d46b-4342-afcb-0466ed322c36 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-65bc89c9-d46b-4342-afcb-0466ed322c36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65bc89c9-d46b-4342-afcb-0466ed322c36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-65bc89c9-d46b-4342-afcb-0466ed322c36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-65bc89c9-d46b-4342-afcb-0466ed322c36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-65bc89c9-d46b-4342-afcb-0466ed322c36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-65bc89c9-d46b-4342-afcb-0466ed322c36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-65bc89c9-d46b-4342-afcb-0466ed322c36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

}

#s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 {
  margin-top: 9%;
margin-left: auto;
margin-bottom: 9%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 9%;
  margin-bottom: 9%;
}

#s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 {
  
  
  
  
}

#s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 {
  
  
  
  
}

#s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 {
  
  
  
  
}

#s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 {
  
  
  
  
}

#s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd8b2cdc-3280-4ce1-8d91-8ac5bf8b2e06.shogun-image {
  box-sizing: border-box;
}




}
#s-27f67547-8d24-4819-b533-065ce0fcb3c9 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d72e0290-eff0-4f7c-81f6-5711b243b667 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-bottom: 10px;
text-align: center;
}

#s-d72e0290-eff0-4f7c-81f6-5711b243b667 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 0px) {
[id="s-7f781f04-aaa9-4ce7-8619-ab1965b6fb82"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7f781f04-aaa9-4ce7-8619-ab1965b6fb82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f781f04-aaa9-4ce7-8619-ab1965b6fb82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f781f04-aaa9-4ce7-8619-ab1965b6fb82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-588799d0-e57f-45bb-a905-81a4d9b770b4 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.8);
}








#s-588799d0-e57f-45bb-a905-81a4d9b770b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-588799d0-e57f-45bb-a905-81a4d9b770b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 {
  margin-top: 9%;
margin-left: auto;
margin-bottom: 9%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 9%;
  margin-bottom: 9%;
}

#s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 {
  margin: 0 !important;
  overflow: hidden;
}






.s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d9768cd-d786-4db1-a17f-fa08d4b76e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d9768cd-d786-4db1-a17f-fa08d4b76e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d9768cd-d786-4db1-a17f-fa08d4b76e18.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 {
  
  
  
  
}

#s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 {
  margin: 0 !important;
  overflow: hidden;
}






.s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d9768cd-d786-4db1-a17f-fa08d4b76e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d9768cd-d786-4db1-a17f-fa08d4b76e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d9768cd-d786-4db1-a17f-fa08d4b76e18.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 {
  
  
  
  
}

#s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 {
  margin: 0 !important;
  overflow: hidden;
}






.s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d9768cd-d786-4db1-a17f-fa08d4b76e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d9768cd-d786-4db1-a17f-fa08d4b76e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d9768cd-d786-4db1-a17f-fa08d4b76e18.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 {
  
  
  
  
}

#s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 {
  margin: 0 !important;
  overflow: hidden;
}






.s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d9768cd-d786-4db1-a17f-fa08d4b76e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d9768cd-d786-4db1-a17f-fa08d4b76e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d9768cd-d786-4db1-a17f-fa08d4b76e18.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 {
  
  
  
  
}

#s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 {
  margin: 0 !important;
  overflow: hidden;
}






.s-5d9768cd-d786-4db1-a17f-fa08d4b76e18 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d9768cd-d786-4db1-a17f-fa08d4b76e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d9768cd-d786-4db1-a17f-fa08d4b76e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d9768cd-d786-4db1-a17f-fa08d4b76e18.shogun-image {
  box-sizing: border-box;
}




}
#s-5bdde797-e616-4ab9-8885-bed7576ce6aa {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-5bdde797-e616-4ab9-8885-bed7576ce6aa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-d0dbb287-d113-4961-8322-75e07d480523 {
  margin-left: auto;
margin-right: auto;
}

#s-e77a28f4-b014-498a-84e8-93fa583bc84e {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px){#s-e77a28f4-b014-498a-84e8-93fa583bc84e {
  border-style: solid;
border-color: #000;
border-top-width: 1px;
}
}







#s-e77a28f4-b014-498a-84e8-93fa583bc84e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e77a28f4-b014-498a-84e8-93fa583bc84e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4f39a4e-d408-44f6-9352-c0e4963a32cc {
  margin-top: 9%;
margin-left: auto;
margin-bottom: 9%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-d4f39a4e-d408-44f6-9352-c0e4963a32cc {
  margin-left: auto;
  margin-right: auto;
  margin-top: 9%;
  margin-bottom: 9%;
}

#s-d4f39a4e-d408-44f6-9352-c0e4963a32cc {
  margin: 0 !important;
  overflow: hidden;
}






.s-d4f39a4e-d408-44f6-9352-c0e4963a32cc .shogun-image-content {
  
    align-items: center;
  
}

.s-d4f39a4e-d408-44f6-9352-c0e4963a32cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f39a4e-d408-44f6-9352-c0e4963a32cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f39a4e-d408-44f6-9352-c0e4963a32cc.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d4f39a4e-d408-44f6-9352-c0e4963a32cc {
  
  
  
  
}

#s-d4f39a4e-d408-44f6-9352-c0e4963a32cc {
  margin: 0 !important;
  overflow: hidden;
}






.s-d4f39a4e-d408-44f6-9352-c0e4963a32cc .shogun-image-content {
  
    align-items: center;
  
}

.s-d4f39a4e-d408-44f6-9352-c0e4963a32cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f39a4e-d408-44f6-9352-c0e4963a32cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f39a4e-d408-44f6-9352-c0e4963a32cc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d4f39a4e-d408-44f6-9352-c0e4963a32cc {
  
  
  
  
}

#s-d4f39a4e-d408-44f6-9352-c0e4963a32cc {
  margin: 0 !important;
  overflow: hidden;
}






.s-d4f39a4e-d408-44f6-9352-c0e4963a32cc .shogun-image-content {
  
    align-items: center;
  
}

.s-d4f39a4e-d408-44f6-9352-c0e4963a32cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f39a4e-d408-44f6-9352-c0e4963a32cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f39a4e-d408-44f6-9352-c0e4963a32cc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d4f39a4e-d408-44f6-9352-c0e4963a32cc {
  
  
  
  
}

#s-d4f39a4e-d408-44f6-9352-c0e4963a32cc {
  margin: 0 !important;
  overflow: hidden;
}






.s-d4f39a4e-d408-44f6-9352-c0e4963a32cc .shogun-image-content {
  
    align-items: center;
  
}

.s-d4f39a4e-d408-44f6-9352-c0e4963a32cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f39a4e-d408-44f6-9352-c0e4963a32cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f39a4e-d408-44f6-9352-c0e4963a32cc.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d4f39a4e-d408-44f6-9352-c0e4963a32cc {
  
  
  
  
}

#s-d4f39a4e-d408-44f6-9352-c0e4963a32cc {
  margin: 0 !important;
  overflow: hidden;
}






.s-d4f39a4e-d408-44f6-9352-c0e4963a32cc .shogun-image-content {
  
    align-items: center;
  
}

.s-d4f39a4e-d408-44f6-9352-c0e4963a32cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f39a4e-d408-44f6-9352-c0e4963a32cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f39a4e-d408-44f6-9352-c0e4963a32cc.shogun-image {
  box-sizing: border-box;
}




}
#s-ae5192b3-dd82-4ce5-af06-6ca7f3a8a966 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ae5192b3-dd82-4ce5-af06-6ca7f3a8a966 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-f77a7a23-3d39-4151-ba6c-66a906213a45 {
  margin-left: auto;
margin-right: auto;
}

#s-f4d1c9ff-f147-4734-92a2-1c3c8786d3c1 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px){#s-f4d1c9ff-f147-4734-92a2-1c3c8786d3c1 {
  border-style: solid;
border-color: #000;
border-top-width: 1px;
}
}







#s-f4d1c9ff-f147-4734-92a2-1c3c8786d3c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4d1c9ff-f147-4734-92a2-1c3c8786d3c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 {
  margin-top: 9%;
margin-left: auto;
margin-bottom: 9%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 9%;
  margin-bottom: 9%;
}

#s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 .shogun-image-content {
  
    align-items: center;
  
}

.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 {
  
  
  
  
}

#s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 .shogun-image-content {
  
    align-items: center;
  
}

.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 {
  
  
  
  
}

#s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 .shogun-image-content {
  
    align-items: center;
  
}

.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 {
  
  
  
  
}

#s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 .shogun-image-content {
  
    align-items: center;
  
}

.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 {
  
  
  
  
}

#s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84 .shogun-image-content {
  
    align-items: center;
  
}

.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-162976c4-e3ce-4de9-8b8d-61ed89fcab84.shogun-image {
  box-sizing: border-box;
}




}
#s-b34c7722-0685-4834-9d6d-aca8c6f072e3 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b34c7722-0685-4834-9d6d-aca8c6f072e3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-9c5db997-3bfc-4a9e-bf62-c1e4b7f7f782 {
  margin-left: auto;
margin-right: auto;
}

#s-87b6312a-6c92-4c37-a66b-1d1f3fd938fe {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px){#s-87b6312a-6c92-4c37-a66b-1d1f3fd938fe {
  border-style: solid;
border-color: #000;
border-top-width: 1px;
}
}







#s-87b6312a-6c92-4c37-a66b-1d1f3fd938fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87b6312a-6c92-4c37-a66b-1d1f3fd938fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 {
  margin-top: 9%;
margin-left: auto;
margin-bottom: 9%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 9%;
  margin-bottom: 9%;
}

#s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 {
  
  
  
  
}

#s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 {
  
  
  
  
}

#s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 {
  
  
  
  
}

#s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 {
  
  
  
  
}

#s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-255ca337-09c4-44ab-a831-2d9bdb9afcd7.shogun-image {
  box-sizing: border-box;
}




}
#s-da38e096-1e26-4679-b0eb-362d651ba367 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-da38e096-1e26-4679-b0eb-362d651ba367 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-9c86550b-972b-4f16-951d-60cdf73e14e9 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-84fb32e2-1b6b-4251-bcf6-d1c767ba3644"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-84fb32e2-1b6b-4251-bcf6-d1c767ba3644"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-84fb32e2-1b6b-4251-bcf6-d1c767ba3644"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-84fb32e2-1b6b-4251-bcf6-d1c767ba3644"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-2b660d6a-2ec6-4f14-a655-723d4d06f65b {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.8);
}








#s-2b660d6a-2ec6-4f14-a655-723d4d06f65b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b660d6a-2ec6-4f14-a655-723d4d06f65b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc0ba636-8582-47a6-b556-4e553f864b57 {
  margin-top: 9%;
margin-left: auto;
margin-bottom: 9%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-bc0ba636-8582-47a6-b556-4e553f864b57 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 9%;
  margin-bottom: 9%;
}

#s-bc0ba636-8582-47a6-b556-4e553f864b57 {
  margin: 0 !important;
  overflow: hidden;
}






.s-bc0ba636-8582-47a6-b556-4e553f864b57 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc0ba636-8582-47a6-b556-4e553f864b57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0ba636-8582-47a6-b556-4e553f864b57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0ba636-8582-47a6-b556-4e553f864b57.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bc0ba636-8582-47a6-b556-4e553f864b57 {
  
  
  
  
}

#s-bc0ba636-8582-47a6-b556-4e553f864b57 {
  margin: 0 !important;
  overflow: hidden;
}






.s-bc0ba636-8582-47a6-b556-4e553f864b57 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc0ba636-8582-47a6-b556-4e553f864b57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0ba636-8582-47a6-b556-4e553f864b57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0ba636-8582-47a6-b556-4e553f864b57.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bc0ba636-8582-47a6-b556-4e553f864b57 {
  
  
  
  
}

#s-bc0ba636-8582-47a6-b556-4e553f864b57 {
  margin: 0 !important;
  overflow: hidden;
}






.s-bc0ba636-8582-47a6-b556-4e553f864b57 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc0ba636-8582-47a6-b556-4e553f864b57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0ba636-8582-47a6-b556-4e553f864b57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0ba636-8582-47a6-b556-4e553f864b57.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bc0ba636-8582-47a6-b556-4e553f864b57 {
  
  
  
  
}

#s-bc0ba636-8582-47a6-b556-4e553f864b57 {
  margin: 0 !important;
  overflow: hidden;
}






.s-bc0ba636-8582-47a6-b556-4e553f864b57 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc0ba636-8582-47a6-b556-4e553f864b57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0ba636-8582-47a6-b556-4e553f864b57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0ba636-8582-47a6-b556-4e553f864b57.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bc0ba636-8582-47a6-b556-4e553f864b57 {
  
  
  
  
}

#s-bc0ba636-8582-47a6-b556-4e553f864b57 {
  margin: 0 !important;
  overflow: hidden;
}






.s-bc0ba636-8582-47a6-b556-4e553f864b57 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc0ba636-8582-47a6-b556-4e553f864b57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0ba636-8582-47a6-b556-4e553f864b57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0ba636-8582-47a6-b556-4e553f864b57.shogun-image {
  box-sizing: border-box;
}




}
#s-28ae8a6e-5f8b-48aa-8ff9-1b965444e4cd {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-28ae8a6e-5f8b-48aa-8ff9-1b965444e4cd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-56ac9a01-0def-416f-800c-5f7ab5b6d739 {
  margin-left: auto;
margin-right: auto;
}

#s-3d0ac350-f7ee-4ba8-a3d2-e98371893554 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px){#s-3d0ac350-f7ee-4ba8-a3d2-e98371893554 {
  border-style: solid;
border-color: #000;
border-top-width: 1px;
}
}







#s-3d0ac350-f7ee-4ba8-a3d2-e98371893554 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d0ac350-f7ee-4ba8-a3d2-e98371893554.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79972f48-352f-42d1-96a3-141af067978f {
  margin-top: 9%;
margin-left: auto;
margin-bottom: 9%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-79972f48-352f-42d1-96a3-141af067978f {
  margin-left: auto;
  margin-right: auto;
  margin-top: 9%;
  margin-bottom: 9%;
}

#s-79972f48-352f-42d1-96a3-141af067978f {
  margin: 0 !important;
  overflow: hidden;
}






.s-79972f48-352f-42d1-96a3-141af067978f .shogun-image-content {
  
    align-items: center;
  
}

.s-79972f48-352f-42d1-96a3-141af067978f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79972f48-352f-42d1-96a3-141af067978f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79972f48-352f-42d1-96a3-141af067978f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-79972f48-352f-42d1-96a3-141af067978f {
  
  
  
  
}

#s-79972f48-352f-42d1-96a3-141af067978f {
  margin: 0 !important;
  overflow: hidden;
}






.s-79972f48-352f-42d1-96a3-141af067978f .shogun-image-content {
  
    align-items: center;
  
}

.s-79972f48-352f-42d1-96a3-141af067978f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79972f48-352f-42d1-96a3-141af067978f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79972f48-352f-42d1-96a3-141af067978f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-79972f48-352f-42d1-96a3-141af067978f {
  
  
  
  
}

#s-79972f48-352f-42d1-96a3-141af067978f {
  margin: 0 !important;
  overflow: hidden;
}






.s-79972f48-352f-42d1-96a3-141af067978f .shogun-image-content {
  
    align-items: center;
  
}

.s-79972f48-352f-42d1-96a3-141af067978f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79972f48-352f-42d1-96a3-141af067978f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79972f48-352f-42d1-96a3-141af067978f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-79972f48-352f-42d1-96a3-141af067978f {
  
  
  
  
}

#s-79972f48-352f-42d1-96a3-141af067978f {
  margin: 0 !important;
  overflow: hidden;
}






.s-79972f48-352f-42d1-96a3-141af067978f .shogun-image-content {
  
    align-items: center;
  
}

.s-79972f48-352f-42d1-96a3-141af067978f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79972f48-352f-42d1-96a3-141af067978f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79972f48-352f-42d1-96a3-141af067978f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-79972f48-352f-42d1-96a3-141af067978f {
  
  
  
  
}

#s-79972f48-352f-42d1-96a3-141af067978f {
  margin: 0 !important;
  overflow: hidden;
}






.s-79972f48-352f-42d1-96a3-141af067978f .shogun-image-content {
  
    align-items: center;
  
}

.s-79972f48-352f-42d1-96a3-141af067978f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79972f48-352f-42d1-96a3-141af067978f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79972f48-352f-42d1-96a3-141af067978f.shogun-image {
  box-sizing: border-box;
}




}
#s-aef3cfb6-ed67-4757-8c5f-f28e693cea7b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-aef3cfb6-ed67-4757-8c5f-f28e693cea7b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-02d4a20e-575f-40de-96d7-f5b56b896b94 {
  margin-left: auto;
margin-right: auto;
}

#s-4fefe872-e341-4bfe-a860-93bb83535b8b {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px){#s-4fefe872-e341-4bfe-a860-93bb83535b8b {
  border-style: solid;
border-color: #000;
border-top-width: 1px;
}
}







#s-4fefe872-e341-4bfe-a860-93bb83535b8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fefe872-e341-4bfe-a860-93bb83535b8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0816ae06-4c9a-4c7a-af61-dabe98628c79 {
  margin-top: 9%;
margin-left: auto;
margin-bottom: 9%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-0816ae06-4c9a-4c7a-af61-dabe98628c79 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 9%;
  margin-bottom: 9%;
}

#s-0816ae06-4c9a-4c7a-af61-dabe98628c79 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0816ae06-4c9a-4c7a-af61-dabe98628c79 .shogun-image-content {
  
    align-items: center;
  
}

.s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0816ae06-4c9a-4c7a-af61-dabe98628c79 {
  
  
  
  
}

#s-0816ae06-4c9a-4c7a-af61-dabe98628c79 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0816ae06-4c9a-4c7a-af61-dabe98628c79 .shogun-image-content {
  
    align-items: center;
  
}

.s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0816ae06-4c9a-4c7a-af61-dabe98628c79 {
  
  
  
  
}

#s-0816ae06-4c9a-4c7a-af61-dabe98628c79 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0816ae06-4c9a-4c7a-af61-dabe98628c79 .shogun-image-content {
  
    align-items: center;
  
}

.s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0816ae06-4c9a-4c7a-af61-dabe98628c79 {
  
  
  
  
}

#s-0816ae06-4c9a-4c7a-af61-dabe98628c79 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0816ae06-4c9a-4c7a-af61-dabe98628c79 .shogun-image-content {
  
    align-items: center;
  
}

.s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0816ae06-4c9a-4c7a-af61-dabe98628c79 {
  
  
  
  
}

#s-0816ae06-4c9a-4c7a-af61-dabe98628c79 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-0816ae06-4c9a-4c7a-af61-dabe98628c79 .shogun-image-content {
  
    align-items: center;
  
}

.s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0816ae06-4c9a-4c7a-af61-dabe98628c79.shogun-image {
  box-sizing: border-box;
}




}
#s-8cb44907-be14-45fd-b815-df291b6c4e36 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-8cb44907-be14-45fd-b815-df291b6c4e36 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-a821fdaf-6a64-40b1-9582-ee2394672f63 {
  margin-left: auto;
margin-right: auto;
}

#s-1bbf2f72-9bc3-4e59-a006-e7d87e63c3bc {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px){#s-1bbf2f72-9bc3-4e59-a006-e7d87e63c3bc {
  border-style: solid;
border-color: #000;
border-top-width: 1px;
}
}







#s-1bbf2f72-9bc3-4e59-a006-e7d87e63c3bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1bbf2f72-9bc3-4e59-a006-e7d87e63c3bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 {
  margin-top: 9%;
margin-left: auto;
margin-bottom: 9%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
max-width: 100%;
text-align: center;
}



.shg-image-margin-container-s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 9%;
  margin-bottom: 9%;
}

#s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 .shogun-image-content {
  
    align-items: center;
  
}

.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 {
  
  
  
  
}

#s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 .shogun-image-content {
  
    align-items: center;
  
}

.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 {
  
  
  
  
}

#s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 .shogun-image-content {
  
    align-items: center;
  
}

.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 {
  
  
  
  
}

#s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 .shogun-image-content {
  
    align-items: center;
  
}

.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 {
  
  
  
  
}

#s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shogun-image {
    
    
    
    max-height: 100%;
  }


.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18 .shogun-image-content {
  
    align-items: center;
  
}

.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b272357e-6dd2-414b-9ca2-6e617cfb8a18.shogun-image {
  box-sizing: border-box;
}




}
#s-54010b63-e913-4265-b098-a552dd26cd9e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-54010b63-e913-4265-b098-a552dd26cd9e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-06769848-327f-4415-a1d6-2fae87799a0d {
  margin-left: auto;
margin-right: auto;
}

#s-5b242981-7da3-4a6e-87ee-26b6fcaaaf96 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
min-height: 50px;
}








#s-5b242981-7da3-4a6e-87ee-26b6fcaaaf96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b242981-7da3-4a6e-87ee-26b6fcaaaf96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-364931fa-e5c8-4971-a4fb-85c1bd83fc18 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-364931fa-e5c8-4971-a4fb-85c1bd83fc18"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-364931fa-e5c8-4971-a4fb-85c1bd83fc18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-364931fa-e5c8-4971-a4fb-85c1bd83fc18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-364931fa-e5c8-4971-a4fb-85c1bd83fc18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-955b5399-3c18-4f4b-bde8-dc834b5251c6 {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-955b5399-3c18-4f4b-bde8-dc834b5251c6:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-955b5399-3c18-4f4b-bde8-dc834b5251c6:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-955b5399-3c18-4f4b-bde8-dc834b5251c6 {
  
}
}@media (max-width: 767px){#s-955b5399-3c18-4f4b-bde8-dc834b5251c6 {
  display: none;
}
#s-955b5399-3c18-4f4b-bde8-dc834b5251c6, #wrap-s-955b5399-3c18-4f4b-bde8-dc834b5251c6 { display: none !important; }}

  #s-955b5399-3c18-4f4b-bde8-dc834b5251c6-root {
    text-align: right;
  }


#s-955b5399-3c18-4f4b-bde8-dc834b5251c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-955b5399-3c18-4f4b-bde8-dc834b5251c6-root {
    text-align: right;
  }


#s-955b5399-3c18-4f4b-bde8-dc834b5251c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-955b5399-3c18-4f4b-bde8-dc834b5251c6-root {
    text-align: right;
  }


#s-955b5399-3c18-4f4b-bde8-dc834b5251c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-955b5399-3c18-4f4b-bde8-dc834b5251c6-root {
    text-align: right;
  }


#s-955b5399-3c18-4f4b-bde8-dc834b5251c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-955b5399-3c18-4f4b-bde8-dc834b5251c6-root {
    text-align: right;
  }


#s-955b5399-3c18-4f4b-bde8-dc834b5251c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-7cfcf47c-5106-438d-aca7-5fd9712b0a24 {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7cfcf47c-5106-438d-aca7-5fd9712b0a24:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7cfcf47c-5106-438d-aca7-5fd9712b0a24:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 1200px){#s-7cfcf47c-5106-438d-aca7-5fd9712b0a24 {
  display: none;
}
#s-7cfcf47c-5106-438d-aca7-5fd9712b0a24, #wrap-s-7cfcf47c-5106-438d-aca7-5fd9712b0a24 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7cfcf47c-5106-438d-aca7-5fd9712b0a24 {
  display: none;
}
#s-7cfcf47c-5106-438d-aca7-5fd9712b0a24, #wrap-s-7cfcf47c-5106-438d-aca7-5fd9712b0a24 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7cfcf47c-5106-438d-aca7-5fd9712b0a24 {
  display: none;
}
#s-7cfcf47c-5106-438d-aca7-5fd9712b0a24, #wrap-s-7cfcf47c-5106-438d-aca7-5fd9712b0a24 { display: none !important; }}

  #s-7cfcf47c-5106-438d-aca7-5fd9712b0a24-root {
    text-align: center;
  }


#s-7cfcf47c-5106-438d-aca7-5fd9712b0a24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7cfcf47c-5106-438d-aca7-5fd9712b0a24-root {
    text-align: center;
  }


#s-7cfcf47c-5106-438d-aca7-5fd9712b0a24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7cfcf47c-5106-438d-aca7-5fd9712b0a24-root {
    text-align: center;
  }


#s-7cfcf47c-5106-438d-aca7-5fd9712b0a24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7cfcf47c-5106-438d-aca7-5fd9712b0a24-root {
    text-align: center;
  }


#s-7cfcf47c-5106-438d-aca7-5fd9712b0a24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7cfcf47c-5106-438d-aca7-5fd9712b0a24-root {
    text-align: center;
  }


#s-7cfcf47c-5106-438d-aca7-5fd9712b0a24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-436830ec-d502-4f8a-846a-708777fa0a00 {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(255, 192, 51, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-436830ec-d502-4f8a-846a-708777fa0a00:hover {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-436830ec-d502-4f8a-846a-708777fa0a00:active {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 992px) and (max-width: 1199px){#s-436830ec-d502-4f8a-846a-708777fa0a00 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-436830ec-d502-4f8a-846a-708777fa0a00 {
  
}
}@media (max-width: 767px){#s-436830ec-d502-4f8a-846a-708777fa0a00 {
  display: none;
}
#s-436830ec-d502-4f8a-846a-708777fa0a00, #wrap-s-436830ec-d502-4f8a-846a-708777fa0a00 { display: none !important; }}

  #s-436830ec-d502-4f8a-846a-708777fa0a00-root {
    text-align: left;
  }


#s-436830ec-d502-4f8a-846a-708777fa0a00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-436830ec-d502-4f8a-846a-708777fa0a00-root {
    text-align: left;
  }


#s-436830ec-d502-4f8a-846a-708777fa0a00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-436830ec-d502-4f8a-846a-708777fa0a00-root {
    text-align: left;
  }


#s-436830ec-d502-4f8a-846a-708777fa0a00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-436830ec-d502-4f8a-846a-708777fa0a00-root {
    text-align: left;
  }


#s-436830ec-d502-4f8a-846a-708777fa0a00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-436830ec-d502-4f8a-846a-708777fa0a00-root {
    text-align: left;
  }


#s-436830ec-d502-4f8a-846a-708777fa0a00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-eb4fe626-f4f7-4afa-b48f-7351f887344b {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(255, 192, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-eb4fe626-f4f7-4afa-b48f-7351f887344b:hover {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-eb4fe626-f4f7-4afa-b48f-7351f887344b:active {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 1200px){#s-eb4fe626-f4f7-4afa-b48f-7351f887344b {
  display: none;
}
#s-eb4fe626-f4f7-4afa-b48f-7351f887344b, #wrap-s-eb4fe626-f4f7-4afa-b48f-7351f887344b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb4fe626-f4f7-4afa-b48f-7351f887344b {
  display: none;
}
#s-eb4fe626-f4f7-4afa-b48f-7351f887344b, #wrap-s-eb4fe626-f4f7-4afa-b48f-7351f887344b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb4fe626-f4f7-4afa-b48f-7351f887344b {
  display: none;
}
#s-eb4fe626-f4f7-4afa-b48f-7351f887344b, #wrap-s-eb4fe626-f4f7-4afa-b48f-7351f887344b { display: none !important; }}

  #s-eb4fe626-f4f7-4afa-b48f-7351f887344b-root {
    text-align: center;
  }


#s-eb4fe626-f4f7-4afa-b48f-7351f887344b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb4fe626-f4f7-4afa-b48f-7351f887344b-root {
    text-align: center;
  }


#s-eb4fe626-f4f7-4afa-b48f-7351f887344b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb4fe626-f4f7-4afa-b48f-7351f887344b-root {
    text-align: center;
  }


#s-eb4fe626-f4f7-4afa-b48f-7351f887344b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb4fe626-f4f7-4afa-b48f-7351f887344b-root {
    text-align: center;
  }


#s-eb4fe626-f4f7-4afa-b48f-7351f887344b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb4fe626-f4f7-4afa-b48f-7351f887344b-root {
    text-align: center;
  }


#s-eb4fe626-f4f7-4afa-b48f-7351f887344b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  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;
  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;
  }
}
