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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

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

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

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

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

#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2a37508a-f949-48a8-b408-2f6890bc1693 {
  margin-top: -137px;
text-align: center;
opacity: 1;
}
@media (max-width: 767px){#s-2a37508a-f949-48a8-b408-2f6890bc1693 {
  
}
}






  #s-2a37508a-f949-48a8-b408-2f6890bc1693 img.shogun-image {
    

    
    
    
  }


#s-2a37508a-f949-48a8-b408-2f6890bc1693 .shogun-image-content {
  
    align-items: 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-cc8873d8-7664-4f3a-8a84-7ba2289b81d3 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-cc8873d8-7664-4f3a-8a84-7ba2289b81d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc8873d8-7664-4f3a-8a84-7ba2289b81d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc8873d8-7664-4f3a-8a84-7ba2289b81d3 {
  
}
}@media (max-width: 767px){#s-cc8873d8-7664-4f3a-8a84-7ba2289b81d3 {
  margin-top: 40px;
margin-bottom: 10px;
}
}
#s-cc8873d8-7664-4f3a-8a84-7ba2289b81d3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-aa7eb35b-8463-4d09-8def-96bd4744adc3 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa7eb35b-8463-4d09-8def-96bd4744adc3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-f20ea2af-36c8-441a-bff8-d352321913cb {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 40, 45, 1);
border-style: solid;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(201, 40, 45, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-f20ea2af-36c8-441a-bff8-d352321913cb:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(69, 78, 149, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}#s-f20ea2af-36c8-441a-bff8-d352321913cb:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(69, 78, 149, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}@media (max-width: 767px){#s-f20ea2af-36c8-441a-bff8-d352321913cb {
  margin-top: 20px;
margin-bottom: 40px;
}
}

  #s-f20ea2af-36c8-441a-bff8-d352321913cb-root {
    text-align: center;
  }


#s-f20ea2af-36c8-441a-bff8-d352321913cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f20ea2af-36c8-441a-bff8-d352321913cb-root {
    text-align: center;
  }


#s-f20ea2af-36c8-441a-bff8-d352321913cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f20ea2af-36c8-441a-bff8-d352321913cb-root {
    text-align: center;
  }


#s-f20ea2af-36c8-441a-bff8-d352321913cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f20ea2af-36c8-441a-bff8-d352321913cb-root {
    text-align: center;
  }


#s-f20ea2af-36c8-441a-bff8-d352321913cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f20ea2af-36c8-441a-bff8-d352321913cb-root {
    text-align: center;
  }


#s-f20ea2af-36c8-441a-bff8-d352321913cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-82d6fb16-f1da-462b-8e89-b38e04fde5ae {
  min-height: 50px;
}








#s-82d6fb16-f1da-462b-8e89-b38e04fde5ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82d6fb16-f1da-462b-8e89-b38e04fde5ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f64282e-0b78-48fb-9733-adf96c81b211 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(201, 40, 45, 1);
}

#s-3f64282e-0b78-48fb-9733-adf96c81b211 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-bdf56cb5-3e3c-41e6-84ad-df1fa01e6569 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(33, 33, 33, 0.09);
}

#s-bdf56cb5-3e3c-41e6-84ad-df1fa01e6569 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-819d2cef-1274-40c0-a335-63ab9f8bbd27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(33, 33, 33, 0.09);
}

#s-819d2cef-1274-40c0-a335-63ab9f8bbd27 .shogun-heading-component h4 {
  color: rgba(17, 17, 17, 1);
  font-weight:  normal ;
  font-family: "PT Sans Narrow";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f3c18b5b-4126-49f7-b791-f40920409832 {
  min-height: 50px;
}
@media (max-width: 767px){#s-f3c18b5b-4126-49f7-b791-f40920409832 {
  
}
}







#s-f3c18b5b-4126-49f7-b791-f40920409832 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3c18b5b-4126-49f7-b791-f40920409832.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ee0c6fc-f153-43d9-aafd-022254ac77ad {
  min-height: 50px;
}








#s-3ee0c6fc-f153-43d9-aafd-022254ac77ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ee0c6fc-f153-43d9-aafd-022254ac77ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-de400e96-9170-465b-a618-d0a9993aee52 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-de400e96-9170-465b-a618-d0a9993aee52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-de400e96-9170-465b-a618-d0a9993aee52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de400e96-9170-465b-a618-d0a9993aee52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de400e96-9170-465b-a618-d0a9993aee52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-19b91ae4-c141-4295-a07e-d92a341f94b9 {
  text-align: center;
opacity: 1;
}







  #s-19b91ae4-c141-4295-a07e-d92a341f94b9 img.shogun-image {
    

    
    
    
  }


#s-19b91ae4-c141-4295-a07e-d92a341f94b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-40f33983-9848-43c5-8a49-6a33a6986136 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40f33983-9848-43c5-8a49-6a33a6986136 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}



#s-c62ffd87-772c-4e52-b5a4-b584bf0d6198 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 40, 45, 1);
border-style: solid;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(201, 40, 45, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-c62ffd87-772c-4e52-b5a4-b584bf0d6198:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(69, 78, 149, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}#s-c62ffd87-772c-4e52-b5a4-b584bf0d6198:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(69, 78, 149, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}

  #s-c62ffd87-772c-4e52-b5a4-b584bf0d6198-root {
    text-align: center;
  }


#s-c62ffd87-772c-4e52-b5a4-b584bf0d6198.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c62ffd87-772c-4e52-b5a4-b584bf0d6198-root {
    text-align: center;
  }


#s-c62ffd87-772c-4e52-b5a4-b584bf0d6198.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c62ffd87-772c-4e52-b5a4-b584bf0d6198-root {
    text-align: center;
  }


#s-c62ffd87-772c-4e52-b5a4-b584bf0d6198.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c62ffd87-772c-4e52-b5a4-b584bf0d6198-root {
    text-align: center;
  }


#s-c62ffd87-772c-4e52-b5a4-b584bf0d6198.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c62ffd87-772c-4e52-b5a4-b584bf0d6198-root {
    text-align: center;
  }


#s-c62ffd87-772c-4e52-b5a4-b584bf0d6198.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-e459ce06-4d0c-4b7c-880e-b22696337377 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e459ce06-4d0c-4b7c-880e-b22696337377 {
  display: none;
}
#s-e459ce06-4d0c-4b7c-880e-b22696337377, #wrap-s-e459ce06-4d0c-4b7c-880e-b22696337377 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e459ce06-4d0c-4b7c-880e-b22696337377 {
  display: none;
}
#s-e459ce06-4d0c-4b7c-880e-b22696337377, #wrap-s-e459ce06-4d0c-4b7c-880e-b22696337377 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e459ce06-4d0c-4b7c-880e-b22696337377 {
  display: none;
}
#s-e459ce06-4d0c-4b7c-880e-b22696337377, #wrap-s-e459ce06-4d0c-4b7c-880e-b22696337377 { display: none !important; }}







#s-e459ce06-4d0c-4b7c-880e-b22696337377 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e459ce06-4d0c-4b7c-880e-b22696337377.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65d599ac-a23b-41db-93b6-a1a8b2b11e2a {
  text-align: center;
}







  #s-65d599ac-a23b-41db-93b6-a1a8b2b11e2a img.shogun-image {
    

    
    
    
  }


#s-65d599ac-a23b-41db-93b6-a1a8b2b11e2a .shogun-image-content {
  
    align-items: center;
  
}

#s-aa0376fb-2929-4359-963d-5f7d8f5ced82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa0376fb-2929-4359-963d-5f7d8f5ced82 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}



#s-b5c47a26-9159-4e9e-ad8f-34714dd6297d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 40, 45, 1);
border-style: solid;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(201, 40, 45, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-b5c47a26-9159-4e9e-ad8f-34714dd6297d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(69, 78, 149, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}#s-b5c47a26-9159-4e9e-ad8f-34714dd6297d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(69, 78, 149, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}

  #s-b5c47a26-9159-4e9e-ad8f-34714dd6297d-root {
    text-align: center;
  }


#s-b5c47a26-9159-4e9e-ad8f-34714dd6297d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b5c47a26-9159-4e9e-ad8f-34714dd6297d-root {
    text-align: center;
  }


#s-b5c47a26-9159-4e9e-ad8f-34714dd6297d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5c47a26-9159-4e9e-ad8f-34714dd6297d-root {
    text-align: center;
  }


#s-b5c47a26-9159-4e9e-ad8f-34714dd6297d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5c47a26-9159-4e9e-ad8f-34714dd6297d-root {
    text-align: center;
  }


#s-b5c47a26-9159-4e9e-ad8f-34714dd6297d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b5c47a26-9159-4e9e-ad8f-34714dd6297d-root {
    text-align: center;
  }


#s-b5c47a26-9159-4e9e-ad8f-34714dd6297d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-57fe5ca4-cc24-4ff7-8a39-e4ea390eeb35 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-57fe5ca4-cc24-4ff7-8a39-e4ea390eeb35 {
  display: none;
}
#s-57fe5ca4-cc24-4ff7-8a39-e4ea390eeb35, #wrap-s-57fe5ca4-cc24-4ff7-8a39-e4ea390eeb35 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57fe5ca4-cc24-4ff7-8a39-e4ea390eeb35 {
  display: none;
}
#s-57fe5ca4-cc24-4ff7-8a39-e4ea390eeb35, #wrap-s-57fe5ca4-cc24-4ff7-8a39-e4ea390eeb35 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57fe5ca4-cc24-4ff7-8a39-e4ea390eeb35 {
  display: none;
}
#s-57fe5ca4-cc24-4ff7-8a39-e4ea390eeb35, #wrap-s-57fe5ca4-cc24-4ff7-8a39-e4ea390eeb35 { display: none !important; }}







#s-57fe5ca4-cc24-4ff7-8a39-e4ea390eeb35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57fe5ca4-cc24-4ff7-8a39-e4ea390eeb35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30cd8467-8700-4718-b5ac-5289f7abbebd {
  text-align: center;
}







  #s-30cd8467-8700-4718-b5ac-5289f7abbebd img.shogun-image {
    

    
    
    
  }


#s-30cd8467-8700-4718-b5ac-5289f7abbebd .shogun-image-content {
  
    align-items: center;
  
}

#s-c2e98d1c-e182-4f32-92b5-c2bc897fdc02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2e98d1c-e182-4f32-92b5-c2bc897fdc02 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}



#s-636a7c2e-9c87-42b1-a341-613c3a7cd90d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 40, 45, 1);
border-style: solid;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(201, 40, 45, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-636a7c2e-9c87-42b1-a341-613c3a7cd90d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(69, 78, 149, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}#s-636a7c2e-9c87-42b1-a341-613c3a7cd90d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(69, 78, 149, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}

  #s-636a7c2e-9c87-42b1-a341-613c3a7cd90d-root {
    text-align: center;
  }


#s-636a7c2e-9c87-42b1-a341-613c3a7cd90d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-636a7c2e-9c87-42b1-a341-613c3a7cd90d-root {
    text-align: center;
  }


#s-636a7c2e-9c87-42b1-a341-613c3a7cd90d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-636a7c2e-9c87-42b1-a341-613c3a7cd90d-root {
    text-align: center;
  }


#s-636a7c2e-9c87-42b1-a341-613c3a7cd90d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-636a7c2e-9c87-42b1-a341-613c3a7cd90d-root {
    text-align: center;
  }


#s-636a7c2e-9c87-42b1-a341-613c3a7cd90d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-636a7c2e-9c87-42b1-a341-613c3a7cd90d-root {
    text-align: center;
  }


#s-636a7c2e-9c87-42b1-a341-613c3a7cd90d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-22f3834d-46d2-43b9-a1ee-add00fbb0719 {
  text-align: center;
}







  #s-22f3834d-46d2-43b9-a1ee-add00fbb0719 img.shogun-image {
    

    
    
    
  }


#s-22f3834d-46d2-43b9-a1ee-add00fbb0719 .shogun-image-content {
  
    align-items: center;
  
}

#s-f65d8668-60a1-4f12-802a-e74357598b8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f65d8668-60a1-4f12-802a-e74357598b8e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}



#s-eb3a2554-36c9-41e0-9824-424a158b7eb5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 40, 45, 1);
border-style: solid;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(201, 40, 45, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-eb3a2554-36c9-41e0-9824-424a158b7eb5:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(69, 78, 149, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}#s-eb3a2554-36c9-41e0-9824-424a158b7eb5:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(69, 78, 149, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}

  #s-eb3a2554-36c9-41e0-9824-424a158b7eb5-root {
    text-align: center;
  }


#s-eb3a2554-36c9-41e0-9824-424a158b7eb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb3a2554-36c9-41e0-9824-424a158b7eb5-root {
    text-align: center;
  }


#s-eb3a2554-36c9-41e0-9824-424a158b7eb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb3a2554-36c9-41e0-9824-424a158b7eb5-root {
    text-align: center;
  }


#s-eb3a2554-36c9-41e0-9824-424a158b7eb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb3a2554-36c9-41e0-9824-424a158b7eb5-root {
    text-align: center;
  }


#s-eb3a2554-36c9-41e0-9824-424a158b7eb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb3a2554-36c9-41e0-9824-424a158b7eb5-root {
    text-align: center;
  }


#s-eb3a2554-36c9-41e0-9824-424a158b7eb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-628fde89-12df-4a73-8682-25d45d323b68 {
  min-height: 50px;
}
@media (max-width: 767px){#s-628fde89-12df-4a73-8682-25d45d323b68 {
  display: none;
}
#s-628fde89-12df-4a73-8682-25d45d323b68, #wrap-s-628fde89-12df-4a73-8682-25d45d323b68 { display: none !important; }}







#s-628fde89-12df-4a73-8682-25d45d323b68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-628fde89-12df-4a73-8682-25d45d323b68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a2c4be0-09d9-4a1b-8d3e-fc333d9c7550 {
  min-height: 50px;
}








#s-9a2c4be0-09d9-4a1b-8d3e-fc333d9c7550 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a2c4be0-09d9-4a1b-8d3e-fc333d9c7550.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c5edd16-eeaa-4618-9758-b0c2b50c2df6 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 520px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-8c5edd16-eeaa-4618-9758-b0c2b50c2df6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c5edd16-eeaa-4618-9758-b0c2b50c2df6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c5edd16-eeaa-4618-9758-b0c2b50c2df6 {
  
}
}@media (max-width: 767px){#s-8c5edd16-eeaa-4618-9758-b0c2b50c2df6 {
  display: none;
}
#s-8c5edd16-eeaa-4618-9758-b0c2b50c2df6, #wrap-s-8c5edd16-eeaa-4618-9758-b0c2b50c2df6 { display: none !important; }}







#s-8c5edd16-eeaa-4618-9758-b0c2b50c2df6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c5edd16-eeaa-4618-9758-b0c2b50c2df6.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-fb10d2a1-d67c-4e38-aeeb-a7686c82d3d7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 50%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-fb10d2a1-d67c-4e38-aeeb-a7686c82d3d7 {
  max-width: 100%;
}
}







#s-fb10d2a1-d67c-4e38-aeeb-a7686c82d3d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb10d2a1-d67c-4e38-aeeb-a7686c82d3d7 {
  cursor: pointer;
}#s-fb10d2a1-d67c-4e38-aeeb-a7686c82d3d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13b228ae-1679-49e2-8465-81df08cdd942 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-13b228ae-1679-49e2-8465-81df08cdd942 {
  
}
}
#s-13b228ae-1679-49e2-8465-81df08cdd942 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

@media (max-width: 767px){#s-0a071880-b232-4dc5-9b10-6bbfc1c1bbac {
  
}
}
#s-e605942c-f9ce-4d74-a92c-523751207565 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(201, 40, 45, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-e605942c-f9ce-4d74-a92c-523751207565:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e605942c-f9ce-4d74-a92c-523751207565:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e605942c-f9ce-4d74-a92c-523751207565 {
  
}
}

  #s-e605942c-f9ce-4d74-a92c-523751207565-root {
    text-align: right;
  }


#s-e605942c-f9ce-4d74-a92c-523751207565.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e605942c-f9ce-4d74-a92c-523751207565-root {
    text-align: right;
  }


#s-e605942c-f9ce-4d74-a92c-523751207565.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e605942c-f9ce-4d74-a92c-523751207565-root {
    text-align: right;
  }


#s-e605942c-f9ce-4d74-a92c-523751207565.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e605942c-f9ce-4d74-a92c-523751207565-root {
    text-align: right;
  }


#s-e605942c-f9ce-4d74-a92c-523751207565.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e605942c-f9ce-4d74-a92c-523751207565-root {
    text-align: right;
  }


#s-e605942c-f9ce-4d74-a92c-523751207565.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-027ab30b-13e7-4056-9a3b-aff286fff4e1 {
  min-height: 50px;
}








#s-027ab30b-13e7-4056-9a3b-aff286fff4e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-027ab30b-13e7-4056-9a3b-aff286fff4e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f706e36a-7b7b-4d59-8675-43264aabdac1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f706e36a-7b7b-4d59-8675-43264aabdac1 {
  display: none;
}
#s-f706e36a-7b7b-4d59-8675-43264aabdac1, #wrap-s-f706e36a-7b7b-4d59-8675-43264aabdac1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f706e36a-7b7b-4d59-8675-43264aabdac1 {
  display: none;
}
#s-f706e36a-7b7b-4d59-8675-43264aabdac1, #wrap-s-f706e36a-7b7b-4d59-8675-43264aabdac1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f706e36a-7b7b-4d59-8675-43264aabdac1 {
  display: none;
}
#s-f706e36a-7b7b-4d59-8675-43264aabdac1, #wrap-s-f706e36a-7b7b-4d59-8675-43264aabdac1 { display: none !important; }}







#s-f706e36a-7b7b-4d59-8675-43264aabdac1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f706e36a-7b7b-4d59-8675-43264aabdac1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28205b25-9628-4cce-b6e2-6ea399a4c2d1 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-28205b25-9628-4cce-b6e2-6ea399a4c2d1 {
  display: none;
}
#s-28205b25-9628-4cce-b6e2-6ea399a4c2d1, #wrap-s-28205b25-9628-4cce-b6e2-6ea399a4c2d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28205b25-9628-4cce-b6e2-6ea399a4c2d1 {
  display: none;
}
#s-28205b25-9628-4cce-b6e2-6ea399a4c2d1, #wrap-s-28205b25-9628-4cce-b6e2-6ea399a4c2d1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28205b25-9628-4cce-b6e2-6ea399a4c2d1 {
  display: none;
}
#s-28205b25-9628-4cce-b6e2-6ea399a4c2d1, #wrap-s-28205b25-9628-4cce-b6e2-6ea399a4c2d1 { display: none !important; }}@media (max-width: 767px){#s-28205b25-9628-4cce-b6e2-6ea399a4c2d1 {
  
}
}
@media (min-width: 0px) {
[id="s-28205b25-9628-4cce-b6e2-6ea399a4c2d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28205b25-9628-4cce-b6e2-6ea399a4c2d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-28205b25-9628-4cce-b6e2-6ea399a4c2d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-28205b25-9628-4cce-b6e2-6ea399a4c2d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f9c3ff59-ee47-4bfd-8a3d-350857a711a6 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 670px;
background-position: right bottom;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f9c3ff59-ee47-4bfd-8a3d-350857a711a6 {
  display: none;
}
#s-f9c3ff59-ee47-4bfd-8a3d-350857a711a6, #wrap-s-f9c3ff59-ee47-4bfd-8a3d-350857a711a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9c3ff59-ee47-4bfd-8a3d-350857a711a6 {
  display: none;
}
#s-f9c3ff59-ee47-4bfd-8a3d-350857a711a6, #wrap-s-f9c3ff59-ee47-4bfd-8a3d-350857a711a6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9c3ff59-ee47-4bfd-8a3d-350857a711a6 {
  display: none;
}
#s-f9c3ff59-ee47-4bfd-8a3d-350857a711a6, #wrap-s-f9c3ff59-ee47-4bfd-8a3d-350857a711a6 { display: none !important; }}@media (max-width: 767px){#s-f9c3ff59-ee47-4bfd-8a3d-350857a711a6 {
  
}
}







#s-f9c3ff59-ee47-4bfd-8a3d-350857a711a6 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-f9c3ff59-ee47-4bfd-8a3d-350857a711a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a8a7e41-5c66-4393-b5ec-0c543292637a {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4a8a7e41-5c66-4393-b5ec-0c543292637a {
  display: none;
}
#s-4a8a7e41-5c66-4393-b5ec-0c543292637a, #wrap-s-4a8a7e41-5c66-4393-b5ec-0c543292637a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a8a7e41-5c66-4393-b5ec-0c543292637a {
  display: none;
}
#s-4a8a7e41-5c66-4393-b5ec-0c543292637a, #wrap-s-4a8a7e41-5c66-4393-b5ec-0c543292637a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a8a7e41-5c66-4393-b5ec-0c543292637a {
  display: none;
}
#s-4a8a7e41-5c66-4393-b5ec-0c543292637a, #wrap-s-4a8a7e41-5c66-4393-b5ec-0c543292637a { display: none !important; }}@media (max-width: 767px){#s-4a8a7e41-5c66-4393-b5ec-0c543292637a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-4a8a7e41-5c66-4393-b5ec-0c543292637a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-4a8a7e41-5c66-4393-b5ec-0c543292637a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d13a095b-e897-4d4a-a10d-81cb90612c0b {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}
@media (min-width: 1200px){#s-d13a095b-e897-4d4a-a10d-81cb90612c0b {
  display: none;
}
#s-d13a095b-e897-4d4a-a10d-81cb90612c0b, #wrap-s-d13a095b-e897-4d4a-a10d-81cb90612c0b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d13a095b-e897-4d4a-a10d-81cb90612c0b {
  display: none;
}
#s-d13a095b-e897-4d4a-a10d-81cb90612c0b, #wrap-s-d13a095b-e897-4d4a-a10d-81cb90612c0b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d13a095b-e897-4d4a-a10d-81cb90612c0b {
  display: none;
}
#s-d13a095b-e897-4d4a-a10d-81cb90612c0b, #wrap-s-d13a095b-e897-4d4a-a10d-81cb90612c0b { display: none !important; }}
#s-d13a095b-e897-4d4a-a10d-81cb90612c0b .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: left;
}



@media (min-width: 1200px){#s-98e5818d-4ea8-42d5-a4c6-b0e93123bc08 {
  display: none;
}
#s-98e5818d-4ea8-42d5-a4c6-b0e93123bc08, #wrap-s-98e5818d-4ea8-42d5-a4c6-b0e93123bc08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98e5818d-4ea8-42d5-a4c6-b0e93123bc08 {
  display: none;
}
#s-98e5818d-4ea8-42d5-a4c6-b0e93123bc08, #wrap-s-98e5818d-4ea8-42d5-a4c6-b0e93123bc08 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98e5818d-4ea8-42d5-a4c6-b0e93123bc08 {
  display: none;
}
#s-98e5818d-4ea8-42d5-a4c6-b0e93123bc08, #wrap-s-98e5818d-4ea8-42d5-a4c6-b0e93123bc08 { display: none !important; }}
#s-69d451c9-75e7-4d4c-a734-3d7bff7ce912 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(201, 40, 45, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 2px;
}
#s-69d451c9-75e7-4d4c-a734-3d7bff7ce912:hover {background-color: rgba(201, 40, 45, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-69d451c9-75e7-4d4c-a734-3d7bff7ce912:active {background-color: rgba(201, 40, 45, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-69d451c9-75e7-4d4c-a734-3d7bff7ce912 {
  display: none;
}
#s-69d451c9-75e7-4d4c-a734-3d7bff7ce912, #wrap-s-69d451c9-75e7-4d4c-a734-3d7bff7ce912 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69d451c9-75e7-4d4c-a734-3d7bff7ce912 {
  display: none;
}
#s-69d451c9-75e7-4d4c-a734-3d7bff7ce912, #wrap-s-69d451c9-75e7-4d4c-a734-3d7bff7ce912 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69d451c9-75e7-4d4c-a734-3d7bff7ce912 {
  display: none;
}
#s-69d451c9-75e7-4d4c-a734-3d7bff7ce912, #wrap-s-69d451c9-75e7-4d4c-a734-3d7bff7ce912 { display: none !important; }}

  #s-69d451c9-75e7-4d4c-a734-3d7bff7ce912-root {
    text-align: left;
  }


#s-69d451c9-75e7-4d4c-a734-3d7bff7ce912.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69d451c9-75e7-4d4c-a734-3d7bff7ce912-root {
    text-align: left;
  }


#s-69d451c9-75e7-4d4c-a734-3d7bff7ce912.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69d451c9-75e7-4d4c-a734-3d7bff7ce912-root {
    text-align: left;
  }


#s-69d451c9-75e7-4d4c-a734-3d7bff7ce912.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69d451c9-75e7-4d4c-a734-3d7bff7ce912-root {
    text-align: left;
  }


#s-69d451c9-75e7-4d4c-a734-3d7bff7ce912.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69d451c9-75e7-4d4c-a734-3d7bff7ce912-root {
    text-align: left;
  }


#s-69d451c9-75e7-4d4c-a734-3d7bff7ce912.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-23870173-e4d6-4ff8-b985-1dbdadbc9a18 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-23870173-e4d6-4ff8-b985-1dbdadbc9a18 {
  display: none;
}
#s-23870173-e4d6-4ff8-b985-1dbdadbc9a18, #wrap-s-23870173-e4d6-4ff8-b985-1dbdadbc9a18 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23870173-e4d6-4ff8-b985-1dbdadbc9a18 {
  display: none;
}
#s-23870173-e4d6-4ff8-b985-1dbdadbc9a18, #wrap-s-23870173-e4d6-4ff8-b985-1dbdadbc9a18 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23870173-e4d6-4ff8-b985-1dbdadbc9a18 {
  display: none;
}
#s-23870173-e4d6-4ff8-b985-1dbdadbc9a18, #wrap-s-23870173-e4d6-4ff8-b985-1dbdadbc9a18 { display: none !important; }}







#s-23870173-e4d6-4ff8-b985-1dbdadbc9a18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23870173-e4d6-4ff8-b985-1dbdadbc9a18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}@media (max-width: 767px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}







#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec08c90f-696b-48eb-8e56-64c1044015e3 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-ec08c90f-696b-48eb-8e56-64c1044015e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec08c90f-696b-48eb-8e56-64c1044015e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec08c90f-696b-48eb-8e56-64c1044015e3 {
  
}
}@media (max-width: 767px){#s-ec08c90f-696b-48eb-8e56-64c1044015e3 {
  
}
}
#s-ec08c90f-696b-48eb-8e56-64c1044015e3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  margin-left: 20px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}@media (max-width: 767px){#s-29a9f47a-bc38-4ba3-9408-1eb3a34f721b {
  
}
}
#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}@media (max-width: 767px){#s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b {
  
}
}
@media (min-width: 0px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-28a032b6-2475-48fd-8dfa-fd8f4fcad82b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-7ada088b-54e5-4468-8259-5228b672aae0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 40, 45, 1);
border-style: solid;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(201, 40, 45, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-7ada088b-54e5-4468-8259-5228b672aae0:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(69, 78, 149, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}#s-7ada088b-54e5-4468-8259-5228b672aae0:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(69, 78, 149, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}

  #s-7ada088b-54e5-4468-8259-5228b672aae0-root {
    text-align: center;
  }


#s-7ada088b-54e5-4468-8259-5228b672aae0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ada088b-54e5-4468-8259-5228b672aae0-root {
    text-align: center;
  }


#s-7ada088b-54e5-4468-8259-5228b672aae0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ada088b-54e5-4468-8259-5228b672aae0-root {
    text-align: center;
  }


#s-7ada088b-54e5-4468-8259-5228b672aae0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ada088b-54e5-4468-8259-5228b672aae0-root {
    text-align: center;
  }


#s-7ada088b-54e5-4468-8259-5228b672aae0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ada088b-54e5-4468-8259-5228b672aae0-root {
    text-align: center;
  }


#s-7ada088b-54e5-4468-8259-5228b672aae0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-29b27360-d397-487f-8e4b-e07033a61321 {
  min-height: 50px;
}








#s-29b27360-d397-487f-8e4b-e07033a61321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29b27360-d397-487f-8e4b-e07033a61321.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  border-style: solid;
margin-top: 40px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (max-width: 767px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}
#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

#s-7163e00a-6a93-497b-8763-e908f9d34e25 {
  text-align: left;
}



.shg-c#s-7163e00a-6a93-497b-8763-e908f9d34e25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7163e00a-6a93-497b-8763-e908f9d34e25 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7163e00a-6a93-497b-8763-e908f9d34e25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7163e00a-6a93-497b-8763-e908f9d34e25 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7163e00a-6a93-497b-8763-e908f9d34e25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7163e00a-6a93-497b-8763-e908f9d34e25 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7163e00a-6a93-497b-8763-e908f9d34e25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7163e00a-6a93-497b-8763-e908f9d34e25 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7163e00a-6a93-497b-8763-e908f9d34e25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7163e00a-6a93-497b-8763-e908f9d34e25 img.shogun-image {
  width: 100%;
}



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

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

#s-67e508df-e3db-4f54-87ac-27ec05190e2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67e508df-e3db-4f54-87ac-27ec05190e2f .shg-product-title-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-6b315594-de4b-46f0-889d-eba17e946f2a {
  text-align: center;
}

#s-6b315594-de4b-46f0-889d-eba17e946f2a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6b315594-de4b-46f0-889d-eba17e946f2a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6b315594-de4b-46f0-889d-eba17e946f2a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-d4d3a5b3-f3e3-40ad-b26e-44626a25c7e7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 40, 45, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(201, 40, 45, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d4d3a5b3-f3e3-40ad-b26e-44626a25c7e7:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}#s-d4d3a5b3-f3e3-40ad-b26e-44626a25c7e7:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(201, 40, 45, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-d4d3a5b3-f3e3-40ad-b26e-44626a25c7e7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4d3a5b3-f3e3-40ad-b26e-44626a25c7e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4d3a5b3-f3e3-40ad-b26e-44626a25c7e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d4d3a5b3-f3e3-40ad-b26e-44626a25c7e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-62a9d516-7e54-4db4-9297-09945aff64f6 {
  text-align: left;
}



.shg-c#s-62a9d516-7e54-4db4-9297-09945aff64f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62a9d516-7e54-4db4-9297-09945aff64f6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-62a9d516-7e54-4db4-9297-09945aff64f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62a9d516-7e54-4db4-9297-09945aff64f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62a9d516-7e54-4db4-9297-09945aff64f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62a9d516-7e54-4db4-9297-09945aff64f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62a9d516-7e54-4db4-9297-09945aff64f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62a9d516-7e54-4db4-9297-09945aff64f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-62a9d516-7e54-4db4-9297-09945aff64f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-62a9d516-7e54-4db4-9297-09945aff64f6 img.shogun-image {
  width: 100%;
}



}
#s-347b3179-672b-437b-bd5a-7b8a4c46a0ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-347b3179-672b-437b-bd5a-7b8a4c46a0ff .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-abfd8249-f5b7-4a65-8bf1-4456f556e29d {
  text-align: center;
}

#s-abfd8249-f5b7-4a65-8bf1-4456f556e29d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-abfd8249-f5b7-4a65-8bf1-4456f556e29d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-abfd8249-f5b7-4a65-8bf1-4456f556e29d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-518877ea-dcad-42f4-bbf6-d62151393e73 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 40, 45, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(201, 40, 45, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-518877ea-dcad-42f4-bbf6-d62151393e73:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}#s-518877ea-dcad-42f4-bbf6-d62151393e73:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(201, 40, 45, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-518877ea-dcad-42f4-bbf6-d62151393e73 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-518877ea-dcad-42f4-bbf6-d62151393e73.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-518877ea-dcad-42f4-bbf6-d62151393e73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-518877ea-dcad-42f4-bbf6-d62151393e73.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2d1988e5-3d6f-4d4f-8700-231dd4c7df15 {
  text-align: left;
}



.shg-c#s-2d1988e5-3d6f-4d4f-8700-231dd4c7df15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d1988e5-3d6f-4d4f-8700-231dd4c7df15 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2d1988e5-3d6f-4d4f-8700-231dd4c7df15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d1988e5-3d6f-4d4f-8700-231dd4c7df15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d1988e5-3d6f-4d4f-8700-231dd4c7df15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d1988e5-3d6f-4d4f-8700-231dd4c7df15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d1988e5-3d6f-4d4f-8700-231dd4c7df15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d1988e5-3d6f-4d4f-8700-231dd4c7df15 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d1988e5-3d6f-4d4f-8700-231dd4c7df15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d1988e5-3d6f-4d4f-8700-231dd4c7df15 img.shogun-image {
  width: 100%;
}



}
#s-245b1b71-c8cb-45d5-84b0-6227a7f1cdde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-245b1b71-c8cb-45d5-84b0-6227a7f1cdde .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-4f9d6d16-e9a7-4d91-baa8-944997bfecf2 {
  text-align: center;
}

#s-4f9d6d16-e9a7-4d91-baa8-944997bfecf2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f9d6d16-e9a7-4d91-baa8-944997bfecf2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4f9d6d16-e9a7-4d91-baa8-944997bfecf2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-be3e0359-3651-4dcb-ba1a-07dc8ac4c637 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 40, 45, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(201, 40, 45, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-be3e0359-3651-4dcb-ba1a-07dc8ac4c637:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}#s-be3e0359-3651-4dcb-ba1a-07dc8ac4c637:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(201, 40, 45, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-be3e0359-3651-4dcb-ba1a-07dc8ac4c637 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be3e0359-3651-4dcb-ba1a-07dc8ac4c637.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be3e0359-3651-4dcb-ba1a-07dc8ac4c637.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-be3e0359-3651-4dcb-ba1a-07dc8ac4c637.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e6484a0f-18e3-4f74-a7be-e9a2bac26b4c {
  text-align: left;
}



.shg-c#s-e6484a0f-18e3-4f74-a7be-e9a2bac26b4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6484a0f-18e3-4f74-a7be-e9a2bac26b4c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e6484a0f-18e3-4f74-a7be-e9a2bac26b4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6484a0f-18e3-4f74-a7be-e9a2bac26b4c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e6484a0f-18e3-4f74-a7be-e9a2bac26b4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6484a0f-18e3-4f74-a7be-e9a2bac26b4c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e6484a0f-18e3-4f74-a7be-e9a2bac26b4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6484a0f-18e3-4f74-a7be-e9a2bac26b4c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e6484a0f-18e3-4f74-a7be-e9a2bac26b4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6484a0f-18e3-4f74-a7be-e9a2bac26b4c img.shogun-image {
  width: 100%;
}



}
#s-60fc9a1e-60a0-4f53-92f2-ae4a52135be6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60fc9a1e-60a0-4f53-92f2-ae4a52135be6 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-531865f8-1906-4428-8169-de297aac63e6 {
  text-align: center;
}

#s-531865f8-1906-4428-8169-de297aac63e6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-531865f8-1906-4428-8169-de297aac63e6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-531865f8-1906-4428-8169-de297aac63e6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-455a3b7d-64a0-4a38-a7a4-222a55d3d0f1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 40, 45, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(201, 40, 45, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-455a3b7d-64a0-4a38-a7a4-222a55d3d0f1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}#s-455a3b7d-64a0-4a38-a7a4-222a55d3d0f1:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(201, 40, 45, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-455a3b7d-64a0-4a38-a7a4-222a55d3d0f1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-455a3b7d-64a0-4a38-a7a4-222a55d3d0f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-455a3b7d-64a0-4a38-a7a4-222a55d3d0f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-455a3b7d-64a0-4a38-a7a4-222a55d3d0f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-71708fbf-5123-4822-bbc5-6c6b14349904 {
  margin-top: 40px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-71708fbf-5123-4822-bbc5-6c6b14349904 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71708fbf-5123-4822-bbc5-6c6b14349904 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-71708fbf-5123-4822-bbc5-6c6b14349904 {
  
}
}@media (max-width: 767px){#s-71708fbf-5123-4822-bbc5-6c6b14349904 {
  
}
}







#s-71708fbf-5123-4822-bbc5-6c6b14349904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71708fbf-5123-4822-bbc5-6c6b14349904.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0b7a9c20-9a40-49e9-b892-01abec9c4733 {
  min-height: 50px;
}








#s-0b7a9c20-9a40-49e9-b892-01abec9c4733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b7a9c20-9a40-49e9-b892-01abec9c4733.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-87d2c940-44b3-45b2-bf9d-70f2b167fdf4 {
  min-height: 500px;
background-color: rgba(33, 33, 33, 0.09);
}
@media (min-width: 1200px){#s-87d2c940-44b3-45b2-bf9d-70f2b167fdf4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87d2c940-44b3-45b2-bf9d-70f2b167fdf4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87d2c940-44b3-45b2-bf9d-70f2b167fdf4 {
  
}
}@media (max-width: 767px){#s-87d2c940-44b3-45b2-bf9d-70f2b167fdf4 {
  
}
}







#s-87d2c940-44b3-45b2-bf9d-70f2b167fdf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87d2c940-44b3-45b2-bf9d-70f2b167fdf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b79ea9c2-508e-4b63-a1b2-bf6591d44d7b {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b79ea9c2-508e-4b63-a1b2-bf6591d44d7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b79ea9c2-508e-4b63-a1b2-bf6591d44d7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b79ea9c2-508e-4b63-a1b2-bf6591d44d7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b79ea9c2-508e-4b63-a1b2-bf6591d44d7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b79ea9c2-508e-4b63-a1b2-bf6591d44d7b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4f725302-3b2b-4da2-886b-0b2b4e7a39dd {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4f725302-3b2b-4da2-886b-0b2b4e7a39dd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f725302-3b2b-4da2-886b-0b2b4e7a39dd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f725302-3b2b-4da2-886b-0b2b4e7a39dd {
  
}
}@media (max-width: 767px){#s-4f725302-3b2b-4da2-886b-0b2b4e7a39dd {
  
}
}







#s-4f725302-3b2b-4da2-886b-0b2b4e7a39dd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-4f725302-3b2b-4da2-886b-0b2b4e7a39dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfc14ee3-5abb-495b-9d65-43a06d196971 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-bfc14ee3-5abb-495b-9d65-43a06d196971 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a9d18189-2deb-47ad-b3ce-049377727e76 {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-e137622f-db38-4729-ab56-9dceed7bb359 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 40, 45, 1);
border-style: solid;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(201, 40, 45, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-e137622f-db38-4729-ab56-9dceed7bb359:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(69, 78, 149, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}#s-e137622f-db38-4729-ab56-9dceed7bb359:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(69, 78, 149, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(201, 40, 45, 1) !important;}

  #s-e137622f-db38-4729-ab56-9dceed7bb359-root {
    text-align: center;
  }


#s-e137622f-db38-4729-ab56-9dceed7bb359.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e137622f-db38-4729-ab56-9dceed7bb359-root {
    text-align: center;
  }


#s-e137622f-db38-4729-ab56-9dceed7bb359.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e137622f-db38-4729-ab56-9dceed7bb359-root {
    text-align: center;
  }


#s-e137622f-db38-4729-ab56-9dceed7bb359.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e137622f-db38-4729-ab56-9dceed7bb359-root {
    text-align: center;
  }


#s-e137622f-db38-4729-ab56-9dceed7bb359.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e137622f-db38-4729-ab56-9dceed7bb359-root {
    text-align: center;
  }


#s-e137622f-db38-4729-ab56-9dceed7bb359.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-11d48b4b-6783-465b-8f46-62865b5dcd5e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(5, 5, 5, 1);
border-style: solid;
border-radius: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-11d48b4b-6783-465b-8f46-62865b5dcd5e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11d48b4b-6783-465b-8f46-62865b5dcd5e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11d48b4b-6783-465b-8f46-62865b5dcd5e {
  
}
}@media (max-width: 767px){#s-11d48b4b-6783-465b-8f46-62865b5dcd5e {
  
}
}







#s-11d48b4b-6783-465b-8f46-62865b5dcd5e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-11d48b4b-6783-465b-8f46-62865b5dcd5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c21026bd-869a-4772-9cfc-594c2b65e16f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c21026bd-869a-4772-9cfc-594c2b65e16f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c21026bd-869a-4772-9cfc-594c2b65e16f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c21026bd-869a-4772-9cfc-594c2b65e16f {
  
}
}@media (max-width: 767px){#s-c21026bd-869a-4772-9cfc-594c2b65e16f {
  
}
}







#s-c21026bd-869a-4772-9cfc-594c2b65e16f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c21026bd-869a-4772-9cfc-594c2b65e16f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-55d3c9a7-2500-4967-815e-115b0834e3f8 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-55d3c9a7-2500-4967-815e-115b0834e3f8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55d3c9a7-2500-4967-815e-115b0834e3f8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55d3c9a7-2500-4967-815e-115b0834e3f8 {
  
}
}@media (max-width: 767px){#s-55d3c9a7-2500-4967-815e-115b0834e3f8 {
  
}
}
@media (min-width: 0px) {
[id="s-55d3c9a7-2500-4967-815e-115b0834e3f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55d3c9a7-2500-4967-815e-115b0834e3f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-55d3c9a7-2500-4967-815e-115b0834e3f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-55d3c9a7-2500-4967-815e-115b0834e3f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-ba5af956-fa0b-4923-a455-0cd019d8d225 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ba5af956-fa0b-4923-a455-0cd019d8d225 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba5af956-fa0b-4923-a455-0cd019d8d225.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-53cd5e27-b322-4435-8b6b-6b82e0ce1a73 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-53cd5e27-b322-4435-8b6b-6b82e0ce1a73 .shogun-icon-wrapper {
  text-align: center;
}


#s-53cd5e27-b322-4435-8b6b-6b82e0ce1a73 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-ff6a8f85-d3cd-497a-ba6f-0138cb9f96f5 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-ff6a8f85-d3cd-497a-ba6f-0138cb9f96f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff6a8f85-d3cd-497a-ba6f-0138cb9f96f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff6a8f85-d3cd-497a-ba6f-0138cb9f96f5 {
  
}
}@media (max-width: 767px){#s-ff6a8f85-d3cd-497a-ba6f-0138cb9f96f5 {
  
}
}
#s-65bcebe0-783e-4386-b26c-57e2f9865f1f {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-65bcebe0-783e-4386-b26c-57e2f9865f1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65bcebe0-783e-4386-b26c-57e2f9865f1f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-522e467d-b24c-4df0-8af9-563edf6c94b8 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-522e467d-b24c-4df0-8af9-563edf6c94b8 .shogun-icon-wrapper {
  text-align: center;
}


#s-522e467d-b24c-4df0-8af9-563edf6c94b8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a4aeb265-e0fe-461a-a0b5-ced8995f90ae {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-a4aeb265-e0fe-461a-a0b5-ced8995f90ae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4aeb265-e0fe-461a-a0b5-ced8995f90ae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4aeb265-e0fe-461a-a0b5-ced8995f90ae {
  
}
}@media (max-width: 767px){#s-a4aeb265-e0fe-461a-a0b5-ced8995f90ae {
  
}
}
#s-e25fdce7-e32b-4661-b940-52259b39fb62 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e25fdce7-e32b-4661-b940-52259b39fb62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e25fdce7-e32b-4661-b940-52259b39fb62.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e7faf435-321d-407e-ae67-1ef1b7f3cf9d {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-e7faf435-321d-407e-ae67-1ef1b7f3cf9d .shogun-icon-wrapper {
  text-align: center;
}


#s-e7faf435-321d-407e-ae67-1ef1b7f3cf9d .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-311a9ac2-0224-4f71-91d2-9a4f7655dc8e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-311a9ac2-0224-4f71-91d2-9a4f7655dc8e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-311a9ac2-0224-4f71-91d2-9a4f7655dc8e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-311a9ac2-0224-4f71-91d2-9a4f7655dc8e {
  
}
}@media (max-width: 767px){#s-311a9ac2-0224-4f71-91d2-9a4f7655dc8e {
  
}
}
#s-0f30dcaa-b704-4566-b968-12650892d583 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0f30dcaa-b704-4566-b968-12650892d583 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f30dcaa-b704-4566-b968-12650892d583 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f30dcaa-b704-4566-b968-12650892d583 {
  
}
}@media (max-width: 767px){#s-0f30dcaa-b704-4566-b968-12650892d583 {
  
}
}







#s-0f30dcaa-b704-4566-b968-12650892d583 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f30dcaa-b704-4566-b968-12650892d583.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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