.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  background-image: url();
}








#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-63df620f-cd75-4f33-b62f-4df9f01db355 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-63df620f-cd75-4f33-b62f-4df9f01db355 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63df620f-cd75-4f33-b62f-4df9f01db355 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63df620f-cd75-4f33-b62f-4df9f01db355 {
  
}
}@media (max-width: 767px){#s-63df620f-cd75-4f33-b62f-4df9f01db355 {
  
}
}







#s-63df620f-cd75-4f33-b62f-4df9f01db355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63df620f-cd75-4f33-b62f-4df9f01db355.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e589d561-df29-4a4e-937b-cc672d975647 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-e589d561-df29-4a4e-937b-cc672d975647 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e589d561-df29-4a4e-937b-cc672d975647.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-7c5de959-f9e3-48cb-a243-efca1167c15b {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7c5de959-f9e3-48cb-a243-efca1167c15b {
  display: none;
}
#s-7c5de959-f9e3-48cb-a243-efca1167c15b, #wrap-s-7c5de959-f9e3-48cb-a243-efca1167c15b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c5de959-f9e3-48cb-a243-efca1167c15b {
  display: none;
}
#s-7c5de959-f9e3-48cb-a243-efca1167c15b, #wrap-s-7c5de959-f9e3-48cb-a243-efca1167c15b { display:none !important; }}@media (max-width: 767px){#s-7c5de959-f9e3-48cb-a243-efca1167c15b {
  display: none;
}
#s-7c5de959-f9e3-48cb-a243-efca1167c15b, #wrap-s-7c5de959-f9e3-48cb-a243-efca1167c15b { display:none !important; }}
#s-7c5de959-f9e3-48cb-a243-efca1167c15b .shg-sld-dot {
  background-color: rgba(132, 127, 127, 1);
}

#s-7c5de959-f9e3-48cb-a243-efca1167c15b .shg-sld-nav-button.shg-sld-left,
#s-7c5de959-f9e3-48cb-a243-efca1167c15b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(132, 127, 127, 1);
}

#s-28133bc6-fe22-46f7-857e-eb9edecf845d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-28133bc6-fe22-46f7-857e-eb9edecf845d {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28133bc6-fe22-46f7-857e-eb9edecf845d {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-28133bc6-fe22-46f7-857e-eb9edecf845d {
  min-height: 400px;
}
}@media (max-width: 767px){#s-28133bc6-fe22-46f7-857e-eb9edecf845d {
  min-height: 300px;
}
}
#s-28133bc6-fe22-46f7-857e-eb9edecf845d {
  background-image: url(https://i.shgcdn.com/80a845dd-a128-462b-80a4-47100277b072/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-28133bc6-fe22-46f7-857e-eb9edecf845d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28133bc6-fe22-46f7-857e-eb9edecf845d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-a62d042e-2663-448d-aff2-029585d8267b {
  margin-top: 20px;
margin-left: 100px;
max-width: 385px;
text-align: left;
}
@media (min-width: 1200px){#s-a62d042e-2663-448d-aff2-029585d8267b {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a62d042e-2663-448d-aff2-029585d8267b {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a62d042e-2663-448d-aff2-029585d8267b {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
}
}






  #s-a62d042e-2663-448d-aff2-029585d8267b img.shogun-image {
    

    
    
    
  }


#s-a62d042e-2663-448d-aff2-029585d8267b .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-91b97274-ece2-4c3c-a515-bb7f3724528a {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 400px;
text-align: left;
}
@media (min-width: 1200px){#s-91b97274-ece2-4c3c-a515-bb7f3724528a {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91b97274-ece2-4c3c-a515-bb7f3724528a {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-91b97274-ece2-4c3c-a515-bb7f3724528a {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-91b97274-ece2-4c3c-a515-bb7f3724528a {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-91b97274-ece2-4c3c-a515-bb7f3724528a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-91b97274-ece2-4c3c-a515-bb7f3724528a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
.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-ab4f1350-082a-47c1-bab2-1458d739926b {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ab4f1350-082a-47c1-bab2-1458d739926b:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ab4f1350-082a-47c1-bab2-1458d739926b:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ab4f1350-082a-47c1-bab2-1458d739926b {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab4f1350-082a-47c1-bab2-1458d739926b {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab4f1350-082a-47c1-bab2-1458d739926b {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-ab4f1350-082a-47c1-bab2-1458d739926b {
  margin-left: 35px;
}
}

  #s-ab4f1350-082a-47c1-bab2-1458d739926b-root {
    text-align: left;
  }


#s-ab4f1350-082a-47c1-bab2-1458d739926b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ab4f1350-082a-47c1-bab2-1458d739926b-root {
    text-align: left;
  }


#s-ab4f1350-082a-47c1-bab2-1458d739926b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab4f1350-082a-47c1-bab2-1458d739926b-root {
    text-align: left;
  }


#s-ab4f1350-082a-47c1-bab2-1458d739926b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ab4f1350-082a-47c1-bab2-1458d739926b-root {
    text-align: left;
  }


#s-ab4f1350-082a-47c1-bab2-1458d739926b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ab4f1350-082a-47c1-bab2-1458d739926b-root {
    text-align: left;
  }


#s-ab4f1350-082a-47c1-bab2-1458d739926b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a30decff-9489-4ab2-92e7-f7517b92e9b1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: right top;
}
@media (min-width: 1200px){#s-a30decff-9489-4ab2-92e7-f7517b92e9b1 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a30decff-9489-4ab2-92e7-f7517b92e9b1 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a30decff-9489-4ab2-92e7-f7517b92e9b1 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-a30decff-9489-4ab2-92e7-f7517b92e9b1 {
  min-height: 300px;
}
}







#s-a30decff-9489-4ab2-92e7-f7517b92e9b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a30decff-9489-4ab2-92e7-f7517b92e9b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d539e71f-ad38-4217-90fa-69910bd3a154 {
  margin-top: 20px;
margin-left: 100px;
max-width: 580px;
text-align: left;
}
@media (min-width: 1200px){#s-d539e71f-ad38-4217-90fa-69910bd3a154 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d539e71f-ad38-4217-90fa-69910bd3a154 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d539e71f-ad38-4217-90fa-69910bd3a154 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
}
}






  #s-d539e71f-ad38-4217-90fa-69910bd3a154 img.shogun-image {
    

    
    
    
  }


#s-d539e71f-ad38-4217-90fa-69910bd3a154 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc59786e-7f82-42ee-8afa-1d603df024a6 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 600px;
text-align: left;
}
@media (min-width: 1200px){#s-bc59786e-7f82-42ee-8afa-1d603df024a6 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc59786e-7f82-42ee-8afa-1d603df024a6 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc59786e-7f82-42ee-8afa-1d603df024a6 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-bc59786e-7f82-42ee-8afa-1d603df024a6 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-bc59786e-7f82-42ee-8afa-1d603df024a6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba {
  margin-left: 35px;
}
}

  #s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba-root {
    text-align: left;
  }


#s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba-root {
    text-align: left;
  }


#s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba-root {
    text-align: left;
  }


#s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba-root {
    text-align: left;
  }


#s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba-root {
    text-align: left;
  }


#s-3bd5d2a7-9ff1-4f56-8b14-732bdfacbbba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6261a814-66db-42bb-8aff-8a3773e902a1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-6261a814-66db-42bb-8aff-8a3773e902a1 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6261a814-66db-42bb-8aff-8a3773e902a1 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6261a814-66db-42bb-8aff-8a3773e902a1 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-6261a814-66db-42bb-8aff-8a3773e902a1 {
  min-height: 300px;
}
}
#s-6261a814-66db-42bb-8aff-8a3773e902a1 {
  background-image: url(https://i.shgcdn.com/8d7f3c8b-776a-45b7-bc05-4ec390d32539/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6261a814-66db-42bb-8aff-8a3773e902a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6261a814-66db-42bb-8aff-8a3773e902a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abfce13f-f061-4096-91f1-c55f097f1045 {
  margin-top: 20px;
margin-left: 100px;
max-width: 635px;
text-align: left;
}
@media (min-width: 1200px){#s-abfce13f-f061-4096-91f1-c55f097f1045 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-abfce13f-f061-4096-91f1-c55f097f1045 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-abfce13f-f061-4096-91f1-c55f097f1045 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
}
}






  #s-abfce13f-f061-4096-91f1-c55f097f1045 img.shogun-image {
    

    
    
    
  }


#s-abfce13f-f061-4096-91f1-c55f097f1045 .shogun-image-content {
  
    align-items: center;
  
}

#s-0940525d-1f51-429e-9cd8-3eb7586fd9da {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 650px;
text-align: left;
}
@media (min-width: 1200px){#s-0940525d-1f51-429e-9cd8-3eb7586fd9da {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0940525d-1f51-429e-9cd8-3eb7586fd9da {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0940525d-1f51-429e-9cd8-3eb7586fd9da {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-0940525d-1f51-429e-9cd8-3eb7586fd9da {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-0940525d-1f51-429e-9cd8-3eb7586fd9da .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-0940525d-1f51-429e-9cd8-3eb7586fd9da .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-86be613d-37cb-4a0b-a21c-c06f036c8c07 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-86be613d-37cb-4a0b-a21c-c06f036c8c07:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-86be613d-37cb-4a0b-a21c-c06f036c8c07:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-86be613d-37cb-4a0b-a21c-c06f036c8c07 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86be613d-37cb-4a0b-a21c-c06f036c8c07 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-86be613d-37cb-4a0b-a21c-c06f036c8c07 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-86be613d-37cb-4a0b-a21c-c06f036c8c07 {
  margin-left: 35px;
}
}

  #s-86be613d-37cb-4a0b-a21c-c06f036c8c07-root {
    text-align: left;
  }


#s-86be613d-37cb-4a0b-a21c-c06f036c8c07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-86be613d-37cb-4a0b-a21c-c06f036c8c07-root {
    text-align: left;
  }


#s-86be613d-37cb-4a0b-a21c-c06f036c8c07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86be613d-37cb-4a0b-a21c-c06f036c8c07-root {
    text-align: left;
  }


#s-86be613d-37cb-4a0b-a21c-c06f036c8c07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86be613d-37cb-4a0b-a21c-c06f036c8c07-root {
    text-align: left;
  }


#s-86be613d-37cb-4a0b-a21c-c06f036c8c07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-86be613d-37cb-4a0b-a21c-c06f036c8c07-root {
    text-align: left;
  }


#s-86be613d-37cb-4a0b-a21c-c06f036c8c07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a51f726e-b1e2-47a8-82db-6ec2023e5a2e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: right center;
}
@media (min-width: 1200px){#s-a51f726e-b1e2-47a8-82db-6ec2023e5a2e {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a51f726e-b1e2-47a8-82db-6ec2023e5a2e {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a51f726e-b1e2-47a8-82db-6ec2023e5a2e {
  min-height: 400px;
}
}@media (max-width: 767px){#s-a51f726e-b1e2-47a8-82db-6ec2023e5a2e {
  min-height: 300px;
}
}
#s-a51f726e-b1e2-47a8-82db-6ec2023e5a2e {
  background-image: url(https://i.shgcdn.com/fe7507f2-abb6-444c-a02e-5436873cf4ef/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a51f726e-b1e2-47a8-82db-6ec2023e5a2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a51f726e-b1e2-47a8-82db-6ec2023e5a2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e28d1fc-2403-441c-aa5c-61aaf93264c8 {
  margin-top: 20px;
margin-left: 100px;
max-width: 1414px;
aspect-ratio: 1414/432;
text-align: left;
}
@media (min-width: 1200px){#s-5e28d1fc-2403-441c-aa5c-61aaf93264c8 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 575px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e28d1fc-2403-441c-aa5c-61aaf93264c8 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e28d1fc-2403-441c-aa5c-61aaf93264c8 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}




  #s-5e28d1fc-2403-441c-aa5c-61aaf93264c8 img.shogun-image,
  #s-5e28d1fc-2403-441c-aa5c-61aaf93264c8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e28d1fc-2403-441c-aa5c-61aaf93264c8 {
    width: 100%;
    height: auto;
  }



  #s-5e28d1fc-2403-441c-aa5c-61aaf93264c8 img.shogun-image {
    

    
    
    
  }


#s-5e28d1fc-2403-441c-aa5c-61aaf93264c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d6ad231-c669-4b66-a9b0-98a7c38135d4 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-6d6ad231-c669-4b66-a9b0-98a7c38135d4 {
  margin-left: 100px;
margin-right: 100px;
max-width: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d6ad231-c669-4b66-a9b0-98a7c38135d4 {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d6ad231-c669-4b66-a9b0-98a7c38135d4 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-6d6ad231-c669-4b66-a9b0-98a7c38135d4 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-6d6ad231-c669-4b66-a9b0-98a7c38135d4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-6d6ad231-c669-4b66-a9b0-98a7c38135d4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-c2d1d066-2b15-49a2-a102-5a4fc25ba860 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c2d1d066-2b15-49a2-a102-5a4fc25ba860:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c2d1d066-2b15-49a2-a102-5a4fc25ba860:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c2d1d066-2b15-49a2-a102-5a4fc25ba860 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2d1d066-2b15-49a2-a102-5a4fc25ba860 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2d1d066-2b15-49a2-a102-5a4fc25ba860 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-c2d1d066-2b15-49a2-a102-5a4fc25ba860 {
  margin-left: 35px;
}
}

  #s-c2d1d066-2b15-49a2-a102-5a4fc25ba860-root {
    text-align: left;
  }


#s-c2d1d066-2b15-49a2-a102-5a4fc25ba860.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c2d1d066-2b15-49a2-a102-5a4fc25ba860-root {
    text-align: left;
  }


#s-c2d1d066-2b15-49a2-a102-5a4fc25ba860.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2d1d066-2b15-49a2-a102-5a4fc25ba860-root {
    text-align: left;
  }


#s-c2d1d066-2b15-49a2-a102-5a4fc25ba860.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c2d1d066-2b15-49a2-a102-5a4fc25ba860-root {
    text-align: left;
  }


#s-c2d1d066-2b15-49a2-a102-5a4fc25ba860.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c2d1d066-2b15-49a2-a102-5a4fc25ba860-root {
    text-align: left;
  }


#s-c2d1d066-2b15-49a2-a102-5a4fc25ba860.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8d0b8bd1-2da5-47bf-8b03-4d7d310923f8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-8d0b8bd1-2da5-47bf-8b03-4d7d310923f8 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d0b8bd1-2da5-47bf-8b03-4d7d310923f8 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d0b8bd1-2da5-47bf-8b03-4d7d310923f8 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-8d0b8bd1-2da5-47bf-8b03-4d7d310923f8 {
  min-height: 300px;
}
}
#s-8d0b8bd1-2da5-47bf-8b03-4d7d310923f8 {
  background-image: url(https://i.shgcdn.com/e315005a-f51d-45d3-a6b3-291cbeb7ac61/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8d0b8bd1-2da5-47bf-8b03-4d7d310923f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d0b8bd1-2da5-47bf-8b03-4d7d310923f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea2aaafe-97aa-478d-aba9-54ca5be3662d {
  margin-top: 20px;
margin-left: 100px;
max-width: 846px;
aspect-ratio: 846/641;
text-align: left;
}
@media (min-width: 1200px){#s-ea2aaafe-97aa-478d-aba9-54ca5be3662d {
  margin-top: 15px;
margin-bottom: 10px;
max-width: 350px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea2aaafe-97aa-478d-aba9-54ca5be3662d {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea2aaafe-97aa-478d-aba9-54ca5be3662d {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}




  #s-ea2aaafe-97aa-478d-aba9-54ca5be3662d img.shogun-image,
  #s-ea2aaafe-97aa-478d-aba9-54ca5be3662d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea2aaafe-97aa-478d-aba9-54ca5be3662d {
    width: 100%;
    height: auto;
  }



  #s-ea2aaafe-97aa-478d-aba9-54ca5be3662d img.shogun-image {
    

    
    
    
  }


#s-ea2aaafe-97aa-478d-aba9-54ca5be3662d .shogun-image-content {
  
    align-items: center;
  
}

#s-bb781ca6-c798-4c3c-a055-0043e5b5a273 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-bb781ca6-c798-4c3c-a055-0043e5b5a273 {
  margin-left: 100px;
margin-right: 100px;
padding-bottom: 0px;
max-width: 350px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb781ca6-c798-4c3c-a055-0043e5b5a273 {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb781ca6-c798-4c3c-a055-0043e5b5a273 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-bb781ca6-c798-4c3c-a055-0043e5b5a273 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-bb781ca6-c798-4c3c-a055-0043e5b5a273 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-14ec5ae6-b5f4-48e5-9639-342d321442db {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-14ec5ae6-b5f4-48e5-9639-342d321442db:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-14ec5ae6-b5f4-48e5-9639-342d321442db:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-14ec5ae6-b5f4-48e5-9639-342d321442db {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14ec5ae6-b5f4-48e5-9639-342d321442db {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-14ec5ae6-b5f4-48e5-9639-342d321442db {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-14ec5ae6-b5f4-48e5-9639-342d321442db {
  margin-left: 35px;
}
}

  #s-14ec5ae6-b5f4-48e5-9639-342d321442db-root {
    text-align: left;
  }


#s-14ec5ae6-b5f4-48e5-9639-342d321442db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-14ec5ae6-b5f4-48e5-9639-342d321442db-root {
    text-align: left;
  }


#s-14ec5ae6-b5f4-48e5-9639-342d321442db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14ec5ae6-b5f4-48e5-9639-342d321442db-root {
    text-align: left;
  }


#s-14ec5ae6-b5f4-48e5-9639-342d321442db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14ec5ae6-b5f4-48e5-9639-342d321442db-root {
    text-align: left;
  }


#s-14ec5ae6-b5f4-48e5-9639-342d321442db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-14ec5ae6-b5f4-48e5-9639-342d321442db-root {
    text-align: left;
  }


#s-14ec5ae6-b5f4-48e5-9639-342d321442db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-510a4a96-1455-443d-8bc6-14ddd5240a6b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: right center;
}
@media (min-width: 1200px){#s-510a4a96-1455-443d-8bc6-14ddd5240a6b {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-510a4a96-1455-443d-8bc6-14ddd5240a6b {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-510a4a96-1455-443d-8bc6-14ddd5240a6b {
  min-height: 400px;
}
}@media (max-width: 767px){#s-510a4a96-1455-443d-8bc6-14ddd5240a6b {
  min-height: 300px;
}
}
#s-510a4a96-1455-443d-8bc6-14ddd5240a6b {
  background-image: url(https://i.shgcdn.com/88a786b7-4cee-41fe-9d54-2dfa685479ea/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-510a4a96-1455-443d-8bc6-14ddd5240a6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-510a4a96-1455-443d-8bc6-14ddd5240a6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45f276db-6879-41c5-a330-9500d04a651f {
  margin-top: 20px;
margin-left: 100px;
max-width: 455px;
text-align: left;
}
@media (min-width: 1200px){#s-45f276db-6879-41c5-a330-9500d04a651f {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45f276db-6879-41c5-a330-9500d04a651f {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-45f276db-6879-41c5-a330-9500d04a651f {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
}
}






  #s-45f276db-6879-41c5-a330-9500d04a651f img.shogun-image {
    

    
    
    
  }


#s-45f276db-6879-41c5-a330-9500d04a651f .shogun-image-content {
  
    align-items: center;
  
}

#s-d214333b-450a-4af4-ad35-72181243f08a {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 500px;
text-align: left;
}
@media (min-width: 1200px){#s-d214333b-450a-4af4-ad35-72181243f08a {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d214333b-450a-4af4-ad35-72181243f08a {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d214333b-450a-4af4-ad35-72181243f08a {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-d214333b-450a-4af4-ad35-72181243f08a {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-d214333b-450a-4af4-ad35-72181243f08a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-d214333b-450a-4af4-ad35-72181243f08a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0 {
  margin-left: 35px;
}
}

  #s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0-root {
    text-align: left;
  }


#s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0-root {
    text-align: left;
  }


#s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0-root {
    text-align: left;
  }


#s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0-root {
    text-align: left;
  }


#s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0-root {
    text-align: left;
  }


#s-1cc35d20-0222-4c51-af31-fadfe8eb1ca0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8ce53d4b-aeac-455d-82a7-8d9f756dbc85 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-8ce53d4b-aeac-455d-82a7-8d9f756dbc85 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ce53d4b-aeac-455d-82a7-8d9f756dbc85 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ce53d4b-aeac-455d-82a7-8d9f756dbc85 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-8ce53d4b-aeac-455d-82a7-8d9f756dbc85 {
  min-height: 300px;
}
}
#s-8ce53d4b-aeac-455d-82a7-8d9f756dbc85 {
  background-image: url(https://i.shgcdn.com/d342d9a7-f7b2-4591-bc99-938715d47694/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8ce53d4b-aeac-455d-82a7-8d9f756dbc85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ce53d4b-aeac-455d-82a7-8d9f756dbc85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66048f80-04b1-47eb-89d0-9d320f9c5493 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-66048f80-04b1-47eb-89d0-9d320f9c5493 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 465px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66048f80-04b1-47eb-89d0-9d320f9c5493 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-66048f80-04b1-47eb-89d0-9d320f9c5493 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-66048f80-04b1-47eb-89d0-9d320f9c5493 img.shogun-image {
    

    
    
    
  }


#s-66048f80-04b1-47eb-89d0-9d320f9c5493 .shogun-image-content {
  
    align-items: center;
  
}

#s-3de25911-2ff4-455f-bae5-0951fdbad660 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-3de25911-2ff4-455f-bae5-0951fdbad660 {
  margin-left: 100px;
margin-right: 100px;
max-width: 500px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3de25911-2ff4-455f-bae5-0951fdbad660 {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3de25911-2ff4-455f-bae5-0951fdbad660 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-3de25911-2ff4-455f-bae5-0951fdbad660 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-3de25911-2ff4-455f-bae5-0951fdbad660 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43 {
  margin-left: 35px;
}
}

  #s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43-root {
    text-align: left;
  }


#s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43-root {
    text-align: left;
  }


#s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43-root {
    text-align: left;
  }


#s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43-root {
    text-align: left;
  }


#s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43-root {
    text-align: left;
  }


#s-b3030d0b-d40c-430f-bf01-9ff9a1d7fa43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3959b2bb-1a83-4148-8568-80f1d5f07ee0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-3959b2bb-1a83-4148-8568-80f1d5f07ee0 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3959b2bb-1a83-4148-8568-80f1d5f07ee0 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3959b2bb-1a83-4148-8568-80f1d5f07ee0 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-3959b2bb-1a83-4148-8568-80f1d5f07ee0 {
  min-height: 300px;
}
}







#s-3959b2bb-1a83-4148-8568-80f1d5f07ee0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3959b2bb-1a83-4148-8568-80f1d5f07ee0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb {
  margin-left: 100px;
max-width: 250px;
text-align: left;
}







  img.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shogun-image {
    
    
  }


.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shg-align-container {
  text-align: left
}

.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shogun-image {
    
    
  }


.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shg-align-container {
  text-align: left
}

.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shogun-image {
    
    
  }


.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shg-align-container {
  text-align: left
}

.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shogun-image {
    
    
  }


.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shg-align-container {
  text-align: left
}

.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shogun-image {
    
    
  }


.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb .shogun-image-content {
  
    align-items: center;
  
}

.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shg-align-container {
  text-align: left
}

.s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cc4e1ba-15f5-4d64-b6b4-b3cc7ac8f9cb.shogun-image {
  box-sizing: border-box;
}


}
#s-21eb108c-9af7-42df-84ae-8e81599a6e3a {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-21eb108c-9af7-42df-84ae-8e81599a6e3a {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21eb108c-9af7-42df-84ae-8e81599a6e3a {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-21eb108c-9af7-42df-84ae-8e81599a6e3a {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-21eb108c-9af7-42df-84ae-8e81599a6e3a img.shogun-image {
    

    
    
    
  }


#s-21eb108c-9af7-42df-84ae-8e81599a6e3a .shogun-image-content {
  
    align-items: center;
  
}

#s-876b04e0-76db-4a4c-ac47-f1fca41e1da1 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-876b04e0-76db-4a4c-ac47-f1fca41e1da1 {
  margin-left: 100px;
margin-right: 100px;
max-width: 420px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-876b04e0-76db-4a4c-ac47-f1fca41e1da1 {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-876b04e0-76db-4a4c-ac47-f1fca41e1da1 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-876b04e0-76db-4a4c-ac47-f1fca41e1da1 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-876b04e0-76db-4a4c-ac47-f1fca41e1da1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-98726e32-b29a-4700-97a3-52f9b05562b6 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-98726e32-b29a-4700-97a3-52f9b05562b6:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-98726e32-b29a-4700-97a3-52f9b05562b6:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-98726e32-b29a-4700-97a3-52f9b05562b6 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98726e32-b29a-4700-97a3-52f9b05562b6 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98726e32-b29a-4700-97a3-52f9b05562b6 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-98726e32-b29a-4700-97a3-52f9b05562b6 {
  margin-left: 35px;
}
}

  #s-98726e32-b29a-4700-97a3-52f9b05562b6-root {
    text-align: left;
  }


#s-98726e32-b29a-4700-97a3-52f9b05562b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-98726e32-b29a-4700-97a3-52f9b05562b6-root {
    text-align: left;
  }


#s-98726e32-b29a-4700-97a3-52f9b05562b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98726e32-b29a-4700-97a3-52f9b05562b6-root {
    text-align: left;
  }


#s-98726e32-b29a-4700-97a3-52f9b05562b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98726e32-b29a-4700-97a3-52f9b05562b6-root {
    text-align: left;
  }


#s-98726e32-b29a-4700-97a3-52f9b05562b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-98726e32-b29a-4700-97a3-52f9b05562b6-root {
    text-align: left;
  }


#s-98726e32-b29a-4700-97a3-52f9b05562b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-235d2845-7eaf-4622-85b0-b37948b6c1d7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left top;
}
@media (min-width: 1200px){#s-235d2845-7eaf-4622-85b0-b37948b6c1d7 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-235d2845-7eaf-4622-85b0-b37948b6c1d7 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-235d2845-7eaf-4622-85b0-b37948b6c1d7 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-235d2845-7eaf-4622-85b0-b37948b6c1d7 {
  min-height: 300px;
}
}







#s-235d2845-7eaf-4622-85b0-b37948b6c1d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-235d2845-7eaf-4622-85b0-b37948b6c1d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b07c88d9-5651-4174-be2a-95a3f12308ae {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-b07c88d9-5651-4174-be2a-95a3f12308ae {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 460px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b07c88d9-5651-4174-be2a-95a3f12308ae {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b07c88d9-5651-4174-be2a-95a3f12308ae {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-b07c88d9-5651-4174-be2a-95a3f12308ae img.shogun-image {
    

    
    
    
  }


#s-b07c88d9-5651-4174-be2a-95a3f12308ae .shogun-image-content {
  
    align-items: center;
  
}

#s-c27b2740-d820-4442-aef2-1b4377d2052c {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-c27b2740-d820-4442-aef2-1b4377d2052c {
  margin-left: 100px;
margin-right: 100px;
max-width: 520px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c27b2740-d820-4442-aef2-1b4377d2052c {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c27b2740-d820-4442-aef2-1b4377d2052c {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-c27b2740-d820-4442-aef2-1b4377d2052c {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-c27b2740-d820-4442-aef2-1b4377d2052c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-c27b2740-d820-4442-aef2-1b4377d2052c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-872dacc5-4630-4008-8d75-56cc0e166fa5 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-872dacc5-4630-4008-8d75-56cc0e166fa5:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-872dacc5-4630-4008-8d75-56cc0e166fa5:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-872dacc5-4630-4008-8d75-56cc0e166fa5 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-872dacc5-4630-4008-8d75-56cc0e166fa5 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-872dacc5-4630-4008-8d75-56cc0e166fa5 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-872dacc5-4630-4008-8d75-56cc0e166fa5 {
  margin-left: 35px;
}
}

  #s-872dacc5-4630-4008-8d75-56cc0e166fa5-root {
    text-align: left;
  }


#s-872dacc5-4630-4008-8d75-56cc0e166fa5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-872dacc5-4630-4008-8d75-56cc0e166fa5-root {
    text-align: left;
  }


#s-872dacc5-4630-4008-8d75-56cc0e166fa5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-872dacc5-4630-4008-8d75-56cc0e166fa5-root {
    text-align: left;
  }


#s-872dacc5-4630-4008-8d75-56cc0e166fa5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-872dacc5-4630-4008-8d75-56cc0e166fa5-root {
    text-align: left;
  }


#s-872dacc5-4630-4008-8d75-56cc0e166fa5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-872dacc5-4630-4008-8d75-56cc0e166fa5-root {
    text-align: left;
  }


#s-872dacc5-4630-4008-8d75-56cc0e166fa5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cf890522-7ecf-4173-9d11-d26e58496688 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-cf890522-7ecf-4173-9d11-d26e58496688 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf890522-7ecf-4173-9d11-d26e58496688 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf890522-7ecf-4173-9d11-d26e58496688 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-cf890522-7ecf-4173-9d11-d26e58496688 {
  min-height: 300px;
}
}
#s-cf890522-7ecf-4173-9d11-d26e58496688 {
  background-image: url(https://i.shgcdn.com/3c23ddbc-e801-4d14-92d4-3e171abbc7e7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-cf890522-7ecf-4173-9d11-d26e58496688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf890522-7ecf-4173-9d11-d26e58496688.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb57aa0c-f7b1-49f2-812c-edbbc383b800 {
  margin-top: 20px;
margin-left: 100px;
max-width: 500px;
text-align: left;
}
@media (min-width: 1200px){#s-eb57aa0c-f7b1-49f2-812c-edbbc383b800 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb57aa0c-f7b1-49f2-812c-edbbc383b800 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb57aa0c-f7b1-49f2-812c-edbbc383b800 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
}
}






  #s-eb57aa0c-f7b1-49f2-812c-edbbc383b800 img.shogun-image {
    

    
    
    
  }


#s-eb57aa0c-f7b1-49f2-812c-edbbc383b800 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c6f91a3-d3b6-4aba-89df-9ee2ce9f67fe {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-5c6f91a3-d3b6-4aba-89df-9ee2ce9f67fe {
  margin-left: 100px;
margin-right: 100px;
max-width: 525px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c6f91a3-d3b6-4aba-89df-9ee2ce9f67fe {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c6f91a3-d3b6-4aba-89df-9ee2ce9f67fe {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-5c6f91a3-d3b6-4aba-89df-9ee2ce9f67fe {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-5c6f91a3-d3b6-4aba-89df-9ee2ce9f67fe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-903bdc1a-b6b8-4e48-8ee4-011153a01962 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-903bdc1a-b6b8-4e48-8ee4-011153a01962:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-903bdc1a-b6b8-4e48-8ee4-011153a01962:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-903bdc1a-b6b8-4e48-8ee4-011153a01962 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-903bdc1a-b6b8-4e48-8ee4-011153a01962 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-903bdc1a-b6b8-4e48-8ee4-011153a01962 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-903bdc1a-b6b8-4e48-8ee4-011153a01962 {
  margin-left: 35px;
}
}

  #s-903bdc1a-b6b8-4e48-8ee4-011153a01962-root {
    text-align: left;
  }


#s-903bdc1a-b6b8-4e48-8ee4-011153a01962.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-903bdc1a-b6b8-4e48-8ee4-011153a01962-root {
    text-align: left;
  }


#s-903bdc1a-b6b8-4e48-8ee4-011153a01962.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-903bdc1a-b6b8-4e48-8ee4-011153a01962-root {
    text-align: left;
  }


#s-903bdc1a-b6b8-4e48-8ee4-011153a01962.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-903bdc1a-b6b8-4e48-8ee4-011153a01962-root {
    text-align: left;
  }


#s-903bdc1a-b6b8-4e48-8ee4-011153a01962.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-903bdc1a-b6b8-4e48-8ee4-011153a01962-root {
    text-align: left;
  }


#s-903bdc1a-b6b8-4e48-8ee4-011153a01962.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-48d1e53a-a329-4d91-a0b6-519c9e7939a8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-48d1e53a-a329-4d91-a0b6-519c9e7939a8 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48d1e53a-a329-4d91-a0b6-519c9e7939a8 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-48d1e53a-a329-4d91-a0b6-519c9e7939a8 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-48d1e53a-a329-4d91-a0b6-519c9e7939a8 {
  min-height: 300px;
}
}
#s-48d1e53a-a329-4d91-a0b6-519c9e7939a8 {
  background-image: url(https://i.shgcdn.com/06c8fc76-f302-4683-887b-446f82b05d92/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-48d1e53a-a329-4d91-a0b6-519c9e7939a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48d1e53a-a329-4d91-a0b6-519c9e7939a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7 {
  margin-left: 100px;
max-width: 150px;
text-align: left;
}







  img.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shogun-image {
    
    
  }


.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shg-align-container {
  text-align: left
}

.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shogun-image {
    
    
  }


.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shg-align-container {
  text-align: left
}

.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shogun-image {
    
    
  }


.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shg-align-container {
  text-align: left
}

.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shogun-image {
    
    
  }


.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shg-align-container {
  text-align: left
}

.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shogun-image {
    
    
  }


.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shg-align-container {
  text-align: left
}

.s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19377be3-2405-47b8-b6c8-1b8ae8ee59f7.shogun-image {
  box-sizing: border-box;
}


}
#s-14923c14-97d5-4860-b0c5-f1fa77af639b {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-14923c14-97d5-4860-b0c5-f1fa77af639b {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14923c14-97d5-4860-b0c5-f1fa77af639b {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-14923c14-97d5-4860-b0c5-f1fa77af639b {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-14923c14-97d5-4860-b0c5-f1fa77af639b img.shogun-image {
    

    
    
    
  }


#s-14923c14-97d5-4860-b0c5-f1fa77af639b .shogun-image-content {
  
    align-items: center;
  
}

#s-fb013f5f-9f6f-4e2f-af8b-9e49fff930dd {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-fb013f5f-9f6f-4e2f-af8b-9e49fff930dd {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb013f5f-9f6f-4e2f-af8b-9e49fff930dd {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb013f5f-9f6f-4e2f-af8b-9e49fff930dd {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-fb013f5f-9f6f-4e2f-af8b-9e49fff930dd {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-fb013f5f-9f6f-4e2f-af8b-9e49fff930dd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-0d4ff9f3-c314-4e82-ab0b-35475caee866 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0d4ff9f3-c314-4e82-ab0b-35475caee866:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0d4ff9f3-c314-4e82-ab0b-35475caee866:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0d4ff9f3-c314-4e82-ab0b-35475caee866 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d4ff9f3-c314-4e82-ab0b-35475caee866 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d4ff9f3-c314-4e82-ab0b-35475caee866 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-0d4ff9f3-c314-4e82-ab0b-35475caee866 {
  margin-left: 35px;
}
}

  #s-0d4ff9f3-c314-4e82-ab0b-35475caee866-root {
    text-align: left;
  }


#s-0d4ff9f3-c314-4e82-ab0b-35475caee866.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d4ff9f3-c314-4e82-ab0b-35475caee866-root {
    text-align: left;
  }


#s-0d4ff9f3-c314-4e82-ab0b-35475caee866.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d4ff9f3-c314-4e82-ab0b-35475caee866-root {
    text-align: left;
  }


#s-0d4ff9f3-c314-4e82-ab0b-35475caee866.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d4ff9f3-c314-4e82-ab0b-35475caee866-root {
    text-align: left;
  }


#s-0d4ff9f3-c314-4e82-ab0b-35475caee866.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d4ff9f3-c314-4e82-ab0b-35475caee866-root {
    text-align: left;
  }


#s-0d4ff9f3-c314-4e82-ab0b-35475caee866.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e90347c7-1905-4551-97e3-ebbadc23bfea {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-e90347c7-1905-4551-97e3-ebbadc23bfea {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e90347c7-1905-4551-97e3-ebbadc23bfea {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e90347c7-1905-4551-97e3-ebbadc23bfea {
  min-height: 400px;
}
}@media (max-width: 767px){#s-e90347c7-1905-4551-97e3-ebbadc23bfea {
  min-height: 300px;
}
}
#s-e90347c7-1905-4551-97e3-ebbadc23bfea {
  background-image: url(https://i.shgcdn.com/c57c0689-1ec5-4c0b-9961-60f7a1bee8b1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e90347c7-1905-4551-97e3-ebbadc23bfea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e90347c7-1905-4551-97e3-ebbadc23bfea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63a7bce0-5ffd-4e81-aa79-79b570218a12 {
  max-width: 461px;
aspect-ratio: 461/79;
text-align: center;
}
@media (min-width: 1200px){#s-63a7bce0-5ffd-4e81-aa79-79b570218a12 {
  margin-left: 100px;
margin-bottom: 30px;
max-width: 140px;
text-align: left;
}
}




  #s-63a7bce0-5ffd-4e81-aa79-79b570218a12 img.shogun-image,
  #s-63a7bce0-5ffd-4e81-aa79-79b570218a12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63a7bce0-5ffd-4e81-aa79-79b570218a12 {
    width: 100%;
    height: auto;
  }



  img.s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shogun-image {
    
    
  }


.s-63a7bce0-5ffd-4e81-aa79-79b570218a12 .shogun-image-content {
  
    align-items: center;
  
}

.s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shg-align-container {
  text-align: center
}

.s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-63a7bce0-5ffd-4e81-aa79-79b570218a12 img.shogun-image,
  #s-63a7bce0-5ffd-4e81-aa79-79b570218a12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63a7bce0-5ffd-4e81-aa79-79b570218a12 {
    width: 100%;
    height: auto;
  }



  img.s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shogun-image {
    
    
  }


.s-63a7bce0-5ffd-4e81-aa79-79b570218a12 .shogun-image-content {
  
    align-items: center;
  
}

.s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shg-align-container {
  text-align: left
}

.s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shogun-image {
  box-sizing: border-box;
}


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



  #s-63a7bce0-5ffd-4e81-aa79-79b570218a12 img.shogun-image,
  #s-63a7bce0-5ffd-4e81-aa79-79b570218a12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63a7bce0-5ffd-4e81-aa79-79b570218a12 {
    width: 100%;
    height: auto;
  }



  img.s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shogun-image {
    
    
  }


.s-63a7bce0-5ffd-4e81-aa79-79b570218a12 .shogun-image-content {
  
    align-items: center;
  
}

.s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shg-align-container {
  text-align: center
}

.s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shogun-image {
  box-sizing: border-box;
}


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



  #s-63a7bce0-5ffd-4e81-aa79-79b570218a12 img.shogun-image,
  #s-63a7bce0-5ffd-4e81-aa79-79b570218a12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63a7bce0-5ffd-4e81-aa79-79b570218a12 {
    width: 100%;
    height: auto;
  }



  img.s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shogun-image {
    
    
  }


.s-63a7bce0-5ffd-4e81-aa79-79b570218a12 .shogun-image-content {
  
    align-items: center;
  
}

.s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shg-align-container {
  text-align: center
}

.s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shogun-image {
  box-sizing: border-box;
}


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



  #s-63a7bce0-5ffd-4e81-aa79-79b570218a12 img.shogun-image,
  #s-63a7bce0-5ffd-4e81-aa79-79b570218a12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63a7bce0-5ffd-4e81-aa79-79b570218a12 {
    width: 100%;
    height: auto;
  }



  img.s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shogun-image {
    
    
  }


.s-63a7bce0-5ffd-4e81-aa79-79b570218a12 .shogun-image-content {
  
    align-items: center;
  
}

.s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shg-align-container {
  text-align: center
}

.s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63a7bce0-5ffd-4e81-aa79-79b570218a12.shogun-image {
  box-sizing: border-box;
}


}
#s-2e839562-446f-48e3-9c03-2ab1f0d5e983 {
  margin-top: 0px;
margin-left: 100px;
max-width: 1268px;
aspect-ratio: 1268/678;
text-align: left;
}
@media (min-width: 1200px){#s-2e839562-446f-48e3-9c03-2ab1f0d5e983 {
  margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e839562-446f-48e3-9c03-2ab1f0d5e983 {
  margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e839562-446f-48e3-9c03-2ab1f0d5e983 {
  margin-left: 50px;
margin-bottom: 0px;
}
}




  #s-2e839562-446f-48e3-9c03-2ab1f0d5e983 img.shogun-image,
  #s-2e839562-446f-48e3-9c03-2ab1f0d5e983 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e839562-446f-48e3-9c03-2ab1f0d5e983 {
    width: 100%;
    height: auto;
  }



  #s-2e839562-446f-48e3-9c03-2ab1f0d5e983 img.shogun-image {
    

    
    
    
  }


#s-2e839562-446f-48e3-9c03-2ab1f0d5e983 .shogun-image-content {
  
    align-items: center;
  
}

#s-faeb381d-3c82-4fd1-b9ea-b3f95531642c {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-faeb381d-3c82-4fd1-b9ea-b3f95531642c {
  margin-left: 100px;
margin-right: 100px;
max-width: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-faeb381d-3c82-4fd1-b9ea-b3f95531642c {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-faeb381d-3c82-4fd1-b9ea-b3f95531642c {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-faeb381d-3c82-4fd1-b9ea-b3f95531642c {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-faeb381d-3c82-4fd1-b9ea-b3f95531642c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-faeb381d-3c82-4fd1-b9ea-b3f95531642c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-013a6de9-0410-441e-8497-ddc01713b941 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-013a6de9-0410-441e-8497-ddc01713b941:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-013a6de9-0410-441e-8497-ddc01713b941:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-013a6de9-0410-441e-8497-ddc01713b941 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-013a6de9-0410-441e-8497-ddc01713b941 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-013a6de9-0410-441e-8497-ddc01713b941 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-013a6de9-0410-441e-8497-ddc01713b941 {
  margin-left: 35px;
}
}

  #s-013a6de9-0410-441e-8497-ddc01713b941-root {
    text-align: left;
  }


#s-013a6de9-0410-441e-8497-ddc01713b941.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-013a6de9-0410-441e-8497-ddc01713b941-root {
    text-align: left;
  }


#s-013a6de9-0410-441e-8497-ddc01713b941.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-013a6de9-0410-441e-8497-ddc01713b941-root {
    text-align: left;
  }


#s-013a6de9-0410-441e-8497-ddc01713b941.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-013a6de9-0410-441e-8497-ddc01713b941-root {
    text-align: left;
  }


#s-013a6de9-0410-441e-8497-ddc01713b941.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-013a6de9-0410-441e-8497-ddc01713b941-root {
    text-align: left;
  }


#s-013a6de9-0410-441e-8497-ddc01713b941.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c839009b-3adb-4e2f-aedf-8871272e53dd {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-c839009b-3adb-4e2f-aedf-8871272e53dd {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c839009b-3adb-4e2f-aedf-8871272e53dd {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c839009b-3adb-4e2f-aedf-8871272e53dd {
  min-height: 400px;
}
}@media (max-width: 767px){#s-c839009b-3adb-4e2f-aedf-8871272e53dd {
  min-height: 300px;
}
}
#s-c839009b-3adb-4e2f-aedf-8871272e53dd {
  background-image: url(https://i.shgcdn.com/338c9d1e-7f1f-431e-83ec-de7476b0a178/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c839009b-3adb-4e2f-aedf-8871272e53dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c839009b-3adb-4e2f-aedf-8871272e53dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e401bdfb-d943-484a-8dc6-3146d35ab328 {
  margin-left: 100px;
max-width: 140px;
text-align: left;
}
@media (min-width: 1200px){#s-e401bdfb-d943-484a-8dc6-3146d35ab328 {
  max-width: 100px;
}
}






  img.s-e401bdfb-d943-484a-8dc6-3146d35ab328.shogun-image {
    
    
  }


.s-e401bdfb-d943-484a-8dc6-3146d35ab328 .shogun-image-content {
  
    align-items: center;
  
}

.s-e401bdfb-d943-484a-8dc6-3146d35ab328.shg-align-container {
  text-align: left
}

.s-e401bdfb-d943-484a-8dc6-3146d35ab328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e401bdfb-d943-484a-8dc6-3146d35ab328.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e401bdfb-d943-484a-8dc6-3146d35ab328.shogun-image {
    
    
  }


.s-e401bdfb-d943-484a-8dc6-3146d35ab328 .shogun-image-content {
  
    align-items: center;
  
}

.s-e401bdfb-d943-484a-8dc6-3146d35ab328.shg-align-container {
  text-align: left
}

.s-e401bdfb-d943-484a-8dc6-3146d35ab328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e401bdfb-d943-484a-8dc6-3146d35ab328.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e401bdfb-d943-484a-8dc6-3146d35ab328.shogun-image {
    
    
  }


.s-e401bdfb-d943-484a-8dc6-3146d35ab328 .shogun-image-content {
  
    align-items: center;
  
}

.s-e401bdfb-d943-484a-8dc6-3146d35ab328.shg-align-container {
  text-align: left
}

.s-e401bdfb-d943-484a-8dc6-3146d35ab328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e401bdfb-d943-484a-8dc6-3146d35ab328.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e401bdfb-d943-484a-8dc6-3146d35ab328.shogun-image {
    
    
  }


.s-e401bdfb-d943-484a-8dc6-3146d35ab328 .shogun-image-content {
  
    align-items: center;
  
}

.s-e401bdfb-d943-484a-8dc6-3146d35ab328.shg-align-container {
  text-align: left
}

.s-e401bdfb-d943-484a-8dc6-3146d35ab328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e401bdfb-d943-484a-8dc6-3146d35ab328.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e401bdfb-d943-484a-8dc6-3146d35ab328.shogun-image {
    
    
  }


.s-e401bdfb-d943-484a-8dc6-3146d35ab328 .shogun-image-content {
  
    align-items: center;
  
}

.s-e401bdfb-d943-484a-8dc6-3146d35ab328.shg-align-container {
  text-align: left
}

.s-e401bdfb-d943-484a-8dc6-3146d35ab328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e401bdfb-d943-484a-8dc6-3146d35ab328.shogun-image {
  box-sizing: border-box;
}


}
#s-7703ea02-bbd5-4e06-a88e-f814a1c616e6 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-7703ea02-bbd5-4e06-a88e-f814a1c616e6 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 500px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7703ea02-bbd5-4e06-a88e-f814a1c616e6 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7703ea02-bbd5-4e06-a88e-f814a1c616e6 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-7703ea02-bbd5-4e06-a88e-f814a1c616e6 img.shogun-image {
    

    
    
    
  }


#s-7703ea02-bbd5-4e06-a88e-f814a1c616e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5da77a1a-124a-4366-9c36-2ba26b2e2757 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-5da77a1a-124a-4366-9c36-2ba26b2e2757 {
  margin-left: 100px;
margin-right: 100px;
max-width: 510px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5da77a1a-124a-4366-9c36-2ba26b2e2757 {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5da77a1a-124a-4366-9c36-2ba26b2e2757 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-5da77a1a-124a-4366-9c36-2ba26b2e2757 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-5da77a1a-124a-4366-9c36-2ba26b2e2757 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-5da77a1a-124a-4366-9c36-2ba26b2e2757 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-c524358e-5b40-4d80-a9c5-3006dc92472a {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c524358e-5b40-4d80-a9c5-3006dc92472a:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c524358e-5b40-4d80-a9c5-3006dc92472a:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c524358e-5b40-4d80-a9c5-3006dc92472a {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c524358e-5b40-4d80-a9c5-3006dc92472a {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c524358e-5b40-4d80-a9c5-3006dc92472a {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-c524358e-5b40-4d80-a9c5-3006dc92472a {
  margin-left: 35px;
}
}

  #s-c524358e-5b40-4d80-a9c5-3006dc92472a-root {
    text-align: left;
  }


#s-c524358e-5b40-4d80-a9c5-3006dc92472a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c524358e-5b40-4d80-a9c5-3006dc92472a-root {
    text-align: left;
  }


#s-c524358e-5b40-4d80-a9c5-3006dc92472a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c524358e-5b40-4d80-a9c5-3006dc92472a-root {
    text-align: left;
  }


#s-c524358e-5b40-4d80-a9c5-3006dc92472a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c524358e-5b40-4d80-a9c5-3006dc92472a-root {
    text-align: left;
  }


#s-c524358e-5b40-4d80-a9c5-3006dc92472a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c524358e-5b40-4d80-a9c5-3006dc92472a-root {
    text-align: left;
  }


#s-c524358e-5b40-4d80-a9c5-3006dc92472a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-69169ab7-b56e-4e0b-8b95-c3734be1e2c7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-69169ab7-b56e-4e0b-8b95-c3734be1e2c7 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-69169ab7-b56e-4e0b-8b95-c3734be1e2c7 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-69169ab7-b56e-4e0b-8b95-c3734be1e2c7 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-69169ab7-b56e-4e0b-8b95-c3734be1e2c7 {
  min-height: 300px;
}
}
#s-69169ab7-b56e-4e0b-8b95-c3734be1e2c7 {
  background-image: url(https://i.shgcdn.com/81cec694-79f3-4805-a61c-2c681880cd17/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-69169ab7-b56e-4e0b-8b95-c3734be1e2c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69169ab7-b56e-4e0b-8b95-c3734be1e2c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3867848-2b75-4dce-bdb1-d7d0833c9f72 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-d3867848-2b75-4dce-bdb1-d7d0833c9f72 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3867848-2b75-4dce-bdb1-d7d0833c9f72 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3867848-2b75-4dce-bdb1-d7d0833c9f72 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-d3867848-2b75-4dce-bdb1-d7d0833c9f72 img.shogun-image {
    

    
    
    
  }


#s-d3867848-2b75-4dce-bdb1-d7d0833c9f72 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9135d33-b2ae-429f-8ebb-763dbbc15220 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-c9135d33-b2ae-429f-8ebb-763dbbc15220 {
  margin-left: 100px;
margin-right: 100px;
max-width: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9135d33-b2ae-429f-8ebb-763dbbc15220 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9135d33-b2ae-429f-8ebb-763dbbc15220 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-c9135d33-b2ae-429f-8ebb-763dbbc15220 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-c9135d33-b2ae-429f-8ebb-763dbbc15220 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-c9135d33-b2ae-429f-8ebb-763dbbc15220 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-9b86c9b3-1a88-4af1-a25a-596d99d8f688 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9b86c9b3-1a88-4af1-a25a-596d99d8f688:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9b86c9b3-1a88-4af1-a25a-596d99d8f688:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9b86c9b3-1a88-4af1-a25a-596d99d8f688 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b86c9b3-1a88-4af1-a25a-596d99d8f688 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b86c9b3-1a88-4af1-a25a-596d99d8f688 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-9b86c9b3-1a88-4af1-a25a-596d99d8f688 {
  margin-left: 35px;
}
}

  #s-9b86c9b3-1a88-4af1-a25a-596d99d8f688-root {
    text-align: left;
  }


#s-9b86c9b3-1a88-4af1-a25a-596d99d8f688.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b86c9b3-1a88-4af1-a25a-596d99d8f688-root {
    text-align: left;
  }


#s-9b86c9b3-1a88-4af1-a25a-596d99d8f688.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b86c9b3-1a88-4af1-a25a-596d99d8f688-root {
    text-align: left;
  }


#s-9b86c9b3-1a88-4af1-a25a-596d99d8f688.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b86c9b3-1a88-4af1-a25a-596d99d8f688-root {
    text-align: left;
  }


#s-9b86c9b3-1a88-4af1-a25a-596d99d8f688.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b86c9b3-1a88-4af1-a25a-596d99d8f688-root {
    text-align: left;
  }


#s-9b86c9b3-1a88-4af1-a25a-596d99d8f688.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-857cdf2b-4842-44fc-b3f9-f6d18f69ae44 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-857cdf2b-4842-44fc-b3f9-f6d18f69ae44 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-857cdf2b-4842-44fc-b3f9-f6d18f69ae44 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-857cdf2b-4842-44fc-b3f9-f6d18f69ae44 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-857cdf2b-4842-44fc-b3f9-f6d18f69ae44 {
  min-height: 300px;
}
}
#s-857cdf2b-4842-44fc-b3f9-f6d18f69ae44 {
  background-image: url(https://i.shgcdn.com/089b5ca5-5668-4672-8bef-525773ba997c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-857cdf2b-4842-44fc-b3f9-f6d18f69ae44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-857cdf2b-4842-44fc-b3f9-f6d18f69ae44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14acd1bb-cee1-4e2a-9d4e-7ed282395424 {
  margin-left: 100px;
max-width: 150px;
text-align: left;
}







  img.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shogun-image {
    
    
  }


.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424 .shogun-image-content {
  
    align-items: center;
  
}

.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shg-align-container {
  text-align: left
}

.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shogun-image {
    
    
  }


.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424 .shogun-image-content {
  
    align-items: center;
  
}

.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shg-align-container {
  text-align: left
}

.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shogun-image {
  box-sizing: border-box;
}


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





  img.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shogun-image {
    
    
  }


.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424 .shogun-image-content {
  
    align-items: center;
  
}

.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shg-align-container {
  text-align: left
}

.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shogun-image {
  box-sizing: border-box;
}


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





  img.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shogun-image {
    
    
  }


.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424 .shogun-image-content {
  
    align-items: center;
  
}

.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shg-align-container {
  text-align: left
}

.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shogun-image {
  box-sizing: border-box;
}


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





  img.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shogun-image {
    
    
  }


.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424 .shogun-image-content {
  
    align-items: center;
  
}

.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shg-align-container {
  text-align: left
}

.s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14acd1bb-cee1-4e2a-9d4e-7ed282395424.shogun-image {
  box-sizing: border-box;
}


}
#s-05538e67-bcab-4942-b9e7-247a14cb2e40 {
  margin-top: 15px;
margin-left: 100px;
max-width: 350px;
aspect-ratio: 846/641;
text-align: left;
}
@media (min-width: 1200px){#s-05538e67-bcab-4942-b9e7-247a14cb2e40 {
  margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05538e67-bcab-4942-b9e7-247a14cb2e40 {
  margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-05538e67-bcab-4942-b9e7-247a14cb2e40 {
  margin-left: 50px;
margin-bottom: 0px;
}
}




  #s-05538e67-bcab-4942-b9e7-247a14cb2e40 img.shogun-image,
  #s-05538e67-bcab-4942-b9e7-247a14cb2e40 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05538e67-bcab-4942-b9e7-247a14cb2e40 {
    width: 100%;
    height: auto;
  }



  #s-05538e67-bcab-4942-b9e7-247a14cb2e40 img.shogun-image {
    

    
    
    
  }


#s-05538e67-bcab-4942-b9e7-247a14cb2e40 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc8d9bf7-9fba-4f50-9ed9-0f6526bfe982 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-bc8d9bf7-9fba-4f50-9ed9-0f6526bfe982 {
  margin-left: 100px;
margin-right: 100px;
padding-bottom: 0px;
max-width: 350px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc8d9bf7-9fba-4f50-9ed9-0f6526bfe982 {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc8d9bf7-9fba-4f50-9ed9-0f6526bfe982 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-bc8d9bf7-9fba-4f50-9ed9-0f6526bfe982 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-bc8d9bf7-9fba-4f50-9ed9-0f6526bfe982 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-bc8d9bf7-9fba-4f50-9ed9-0f6526bfe982 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-64d02acf-7c3e-49c1-9360-328077856c64 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-64d02acf-7c3e-49c1-9360-328077856c64:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-64d02acf-7c3e-49c1-9360-328077856c64:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-64d02acf-7c3e-49c1-9360-328077856c64 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64d02acf-7c3e-49c1-9360-328077856c64 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-64d02acf-7c3e-49c1-9360-328077856c64 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-64d02acf-7c3e-49c1-9360-328077856c64 {
  margin-left: 35px;
}
}

  #s-64d02acf-7c3e-49c1-9360-328077856c64-root {
    text-align: left;
  }


#s-64d02acf-7c3e-49c1-9360-328077856c64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64d02acf-7c3e-49c1-9360-328077856c64-root {
    text-align: left;
  }


#s-64d02acf-7c3e-49c1-9360-328077856c64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64d02acf-7c3e-49c1-9360-328077856c64-root {
    text-align: left;
  }


#s-64d02acf-7c3e-49c1-9360-328077856c64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64d02acf-7c3e-49c1-9360-328077856c64-root {
    text-align: left;
  }


#s-64d02acf-7c3e-49c1-9360-328077856c64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64d02acf-7c3e-49c1-9360-328077856c64-root {
    text-align: left;
  }


#s-64d02acf-7c3e-49c1-9360-328077856c64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bf72a83b-def0-4744-9352-d2a85ffeb513 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-bf72a83b-def0-4744-9352-d2a85ffeb513 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf72a83b-def0-4744-9352-d2a85ffeb513 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf72a83b-def0-4744-9352-d2a85ffeb513 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-bf72a83b-def0-4744-9352-d2a85ffeb513 {
  min-height: 300px;
}
}
#s-bf72a83b-def0-4744-9352-d2a85ffeb513 {
  background-image: url(https://i.shgcdn.com/6b997031-c237-4788-bd47-5e3d7c5d24f3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bf72a83b-def0-4744-9352-d2a85ffeb513 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf72a83b-def0-4744-9352-d2a85ffeb513.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7a85674-240a-4699-8e38-cd0f33cc3cb1 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-e7a85674-240a-4699-8e38-cd0f33cc3cb1 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 500px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7a85674-240a-4699-8e38-cd0f33cc3cb1 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7a85674-240a-4699-8e38-cd0f33cc3cb1 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-e7a85674-240a-4699-8e38-cd0f33cc3cb1 img.shogun-image {
    

    
    
    
  }


#s-e7a85674-240a-4699-8e38-cd0f33cc3cb1 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  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 (min-width: 1200px){#s-9e24a6a9-4026-4d0c-8a5c-a951edcb8848 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 630px;
}
}
#s-27a399d1-fc8a-431e-966b-ee723d1adb32 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-27a399d1-fc8a-431e-966b-ee723d1adb32:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-27a399d1-fc8a-431e-966b-ee723d1adb32:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-27a399d1-fc8a-431e-966b-ee723d1adb32 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27a399d1-fc8a-431e-966b-ee723d1adb32 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-27a399d1-fc8a-431e-966b-ee723d1adb32 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-27a399d1-fc8a-431e-966b-ee723d1adb32 {
  margin-left: 35px;
}
}

  #s-27a399d1-fc8a-431e-966b-ee723d1adb32-root {
    text-align: left;
  }


#s-27a399d1-fc8a-431e-966b-ee723d1adb32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27a399d1-fc8a-431e-966b-ee723d1adb32-root {
    text-align: left;
  }


#s-27a399d1-fc8a-431e-966b-ee723d1adb32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27a399d1-fc8a-431e-966b-ee723d1adb32-root {
    text-align: left;
  }


#s-27a399d1-fc8a-431e-966b-ee723d1adb32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27a399d1-fc8a-431e-966b-ee723d1adb32-root {
    text-align: left;
  }


#s-27a399d1-fc8a-431e-966b-ee723d1adb32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27a399d1-fc8a-431e-966b-ee723d1adb32-root {
    text-align: left;
  }


#s-27a399d1-fc8a-431e-966b-ee723d1adb32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-06d5d95a-50d7-45a8-aa8e-b74477e5bcb2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-06d5d95a-50d7-45a8-aa8e-b74477e5bcb2 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06d5d95a-50d7-45a8-aa8e-b74477e5bcb2 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-06d5d95a-50d7-45a8-aa8e-b74477e5bcb2 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-06d5d95a-50d7-45a8-aa8e-b74477e5bcb2 {
  min-height: 300px;
}
}
#s-06d5d95a-50d7-45a8-aa8e-b74477e5bcb2 {
  background-image: url(https://i.shgcdn.com/ed737c34-f1ac-4b54-a536-651014151b88/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-06d5d95a-50d7-45a8-aa8e-b74477e5bcb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06d5d95a-50d7-45a8-aa8e-b74477e5bcb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9239d253-2cd6-41f1-93ec-c38a1c78f19d {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-9239d253-2cd6-41f1-93ec-c38a1c78f19d {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9239d253-2cd6-41f1-93ec-c38a1c78f19d {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9239d253-2cd6-41f1-93ec-c38a1c78f19d {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-9239d253-2cd6-41f1-93ec-c38a1c78f19d img.shogun-image {
    

    
    
    
  }


#s-9239d253-2cd6-41f1-93ec-c38a1c78f19d .shogun-image-content {
  
    align-items: center;
  
}

#s-0cc133f4-95ef-43ed-839d-d718eadad89c {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-0cc133f4-95ef-43ed-839d-d718eadad89c {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cc133f4-95ef-43ed-839d-d718eadad89c {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cc133f4-95ef-43ed-839d-d718eadad89c {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-0cc133f4-95ef-43ed-839d-d718eadad89c {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-0cc133f4-95ef-43ed-839d-d718eadad89c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-0cc133f4-95ef-43ed-839d-d718eadad89c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-3669589d-23dc-44a4-b904-47bb43b1f918 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3669589d-23dc-44a4-b904-47bb43b1f918:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3669589d-23dc-44a4-b904-47bb43b1f918:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3669589d-23dc-44a4-b904-47bb43b1f918 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3669589d-23dc-44a4-b904-47bb43b1f918 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3669589d-23dc-44a4-b904-47bb43b1f918 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-3669589d-23dc-44a4-b904-47bb43b1f918 {
  margin-left: 35px;
}
}

  #s-3669589d-23dc-44a4-b904-47bb43b1f918-root {
    text-align: left;
  }


#s-3669589d-23dc-44a4-b904-47bb43b1f918.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3669589d-23dc-44a4-b904-47bb43b1f918-root {
    text-align: left;
  }


#s-3669589d-23dc-44a4-b904-47bb43b1f918.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3669589d-23dc-44a4-b904-47bb43b1f918-root {
    text-align: left;
  }


#s-3669589d-23dc-44a4-b904-47bb43b1f918.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3669589d-23dc-44a4-b904-47bb43b1f918-root {
    text-align: left;
  }


#s-3669589d-23dc-44a4-b904-47bb43b1f918.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3669589d-23dc-44a4-b904-47bb43b1f918-root {
    text-align: left;
  }


#s-3669589d-23dc-44a4-b904-47bb43b1f918.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bd8396d0-e4b4-41df-b968-12a07b13cb47 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-bd8396d0-e4b4-41df-b968-12a07b13cb47 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd8396d0-e4b4-41df-b968-12a07b13cb47 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd8396d0-e4b4-41df-b968-12a07b13cb47 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-bd8396d0-e4b4-41df-b968-12a07b13cb47 {
  min-height: 300px;
}
}
#s-bd8396d0-e4b4-41df-b968-12a07b13cb47 {
  background-image: url(https://i.shgcdn.com/e23d900a-306b-4e39-af88-e74a01cb3b9f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bd8396d0-e4b4-41df-b968-12a07b13cb47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd8396d0-e4b4-41df-b968-12a07b13cb47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 {
  max-width: 522px;
aspect-ratio: 522/102;
text-align: left;
}
@media (min-width: 1200px){#s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 {
  margin-left: 100px;
margin-bottom: 10px;
max-width: 250px;
}
}




  #s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 img.shogun-image,
  #s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 {
    width: 100%;
    height: auto;
  }



  img.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shogun-image {
    
    
  }


.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 .shogun-image-content {
  
    align-items: center;
  
}

.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shg-align-container {
  text-align: left
}

.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 img.shogun-image,
  #s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 {
    width: 100%;
    height: auto;
  }



  img.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shogun-image {
    
    
  }


.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 .shogun-image-content {
  
    align-items: center;
  
}

.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shg-align-container {
  text-align: left
}

.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shogun-image {
  box-sizing: border-box;
}


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



  #s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 img.shogun-image,
  #s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 {
    width: 100%;
    height: auto;
  }



  img.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shogun-image {
    
    
  }


.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 .shogun-image-content {
  
    align-items: center;
  
}

.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shg-align-container {
  text-align: left
}

.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shogun-image {
  box-sizing: border-box;
}


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



  #s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 img.shogun-image,
  #s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 {
    width: 100%;
    height: auto;
  }



  img.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shogun-image {
    
    
  }


.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 .shogun-image-content {
  
    align-items: center;
  
}

.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shg-align-container {
  text-align: left
}

.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shogun-image {
  box-sizing: border-box;
}


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



  #s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 img.shogun-image,
  #s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 {
    width: 100%;
    height: auto;
  }



  img.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shogun-image {
    
    
  }


.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521 .shogun-image-content {
  
    align-items: center;
  
}

.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shg-align-container {
  text-align: left
}

.s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32ef92bf-67ab-4ff6-b18d-fa5cfcda0521.shogun-image {
  box-sizing: border-box;
}


}
#s-71738471-eeba-43e1-9c97-2bd5d3055984 {
  margin-top: 10px;
margin-left: 100px;
max-width: 1064px;
aspect-ratio: 1064/565;
text-align: left;
}
@media (min-width: 1200px){#s-71738471-eeba-43e1-9c97-2bd5d3055984 {
  margin-bottom: 10px;
max-width: 410px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71738471-eeba-43e1-9c97-2bd5d3055984 {
  margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-71738471-eeba-43e1-9c97-2bd5d3055984 {
  margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}




  #s-71738471-eeba-43e1-9c97-2bd5d3055984 img.shogun-image,
  #s-71738471-eeba-43e1-9c97-2bd5d3055984 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71738471-eeba-43e1-9c97-2bd5d3055984 {
    width: 100%;
    height: auto;
  }



  #s-71738471-eeba-43e1-9c97-2bd5d3055984 img.shogun-image {
    

    
    
    
  }


#s-71738471-eeba-43e1-9c97-2bd5d3055984 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7c1d890-007e-4840-a680-58437b8afa57 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 550px;
text-align: left;
}
@media (min-width: 1200px){#s-f7c1d890-007e-4840-a680-58437b8afa57 {
  margin-left: 100px;
margin-right: 100px;
max-width: 420px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7c1d890-007e-4840-a680-58437b8afa57 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7c1d890-007e-4840-a680-58437b8afa57 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-f7c1d890-007e-4840-a680-58437b8afa57 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-f7c1d890-007e-4840-a680-58437b8afa57 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a {
  margin-left: 35px;
}
}

  #s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a-root {
    text-align: left;
  }


#s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a-root {
    text-align: left;
  }


#s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a-root {
    text-align: left;
  }


#s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a-root {
    text-align: left;
  }


#s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a-root {
    text-align: left;
  }


#s-aa8578d9-c96c-4ceb-ab77-9a6916c29b7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dfccd891-1c14-44d8-b0ea-ad229be0cac2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-dfccd891-1c14-44d8-b0ea-ad229be0cac2 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dfccd891-1c14-44d8-b0ea-ad229be0cac2 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dfccd891-1c14-44d8-b0ea-ad229be0cac2 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-dfccd891-1c14-44d8-b0ea-ad229be0cac2 {
  min-height: 300px;
}
}
#s-dfccd891-1c14-44d8-b0ea-ad229be0cac2 {
  background-image: url(https://i.shgcdn.com/5ef1ac4f-8783-4adf-ac6c-69020ea6f351/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-dfccd891-1c14-44d8-b0ea-ad229be0cac2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfccd891-1c14-44d8-b0ea-ad229be0cac2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b270cb33-29cf-4d77-b1eb-007dc0b32e12 {
  margin-top: 20px;
margin-left: 100px;
max-width: 280px;
text-align: left;
}
@media (min-width: 1200px){#s-b270cb33-29cf-4d77-b1eb-007dc0b32e12 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b270cb33-29cf-4d77-b1eb-007dc0b32e12 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b270cb33-29cf-4d77-b1eb-007dc0b32e12 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
}
}






  #s-b270cb33-29cf-4d77-b1eb-007dc0b32e12 img.shogun-image {
    

    
    
    
  }


#s-b270cb33-29cf-4d77-b1eb-007dc0b32e12 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0182a9a-2255-4701-a863-2565842b17ee {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45px;
text-align: left;
}
@media (min-width: 1200px){#s-a0182a9a-2255-4701-a863-2565842b17ee {
  margin-left: 100px;
margin-right: 100px;
max-width: 410px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0182a9a-2255-4701-a863-2565842b17ee {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0182a9a-2255-4701-a863-2565842b17ee {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-a0182a9a-2255-4701-a863-2565842b17ee {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-a0182a9a-2255-4701-a863-2565842b17ee .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-e40de5ce-9b1f-4ecb-bb84-6edad6279314 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e40de5ce-9b1f-4ecb-bb84-6edad6279314:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e40de5ce-9b1f-4ecb-bb84-6edad6279314:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e40de5ce-9b1f-4ecb-bb84-6edad6279314 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e40de5ce-9b1f-4ecb-bb84-6edad6279314 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e40de5ce-9b1f-4ecb-bb84-6edad6279314 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-e40de5ce-9b1f-4ecb-bb84-6edad6279314 {
  margin-left: 35px;
}
}

  #s-e40de5ce-9b1f-4ecb-bb84-6edad6279314-root {
    text-align: left;
  }


#s-e40de5ce-9b1f-4ecb-bb84-6edad6279314.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e40de5ce-9b1f-4ecb-bb84-6edad6279314-root {
    text-align: left;
  }


#s-e40de5ce-9b1f-4ecb-bb84-6edad6279314.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e40de5ce-9b1f-4ecb-bb84-6edad6279314-root {
    text-align: left;
  }


#s-e40de5ce-9b1f-4ecb-bb84-6edad6279314.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e40de5ce-9b1f-4ecb-bb84-6edad6279314-root {
    text-align: left;
  }


#s-e40de5ce-9b1f-4ecb-bb84-6edad6279314.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e40de5ce-9b1f-4ecb-bb84-6edad6279314-root {
    text-align: left;
  }


#s-e40de5ce-9b1f-4ecb-bb84-6edad6279314.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fdbde695-2a72-4f47-adcf-08a0c9020495 {
  background-repeat: repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-fdbde695-2a72-4f47-adcf-08a0c9020495 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdbde695-2a72-4f47-adcf-08a0c9020495 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdbde695-2a72-4f47-adcf-08a0c9020495 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-fdbde695-2a72-4f47-adcf-08a0c9020495 {
  min-height: 300px;
}
}
#s-fdbde695-2a72-4f47-adcf-08a0c9020495 {
  background-image: url(https://i.shgcdn.com/389d29a7-3470-400c-963c-a68929741d14/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fdbde695-2a72-4f47-adcf-08a0c9020495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdbde695-2a72-4f47-adcf-08a0c9020495.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efea502a-3b24-4d4e-97af-ca711060048e {
  margin-top: 20px;
margin-left: 100px;
max-width: 400px;
text-align: left;
}
@media (min-width: 1200px){#s-efea502a-3b24-4d4e-97af-ca711060048e {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-efea502a-3b24-4d4e-97af-ca711060048e {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-efea502a-3b24-4d4e-97af-ca711060048e {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
}
}






  #s-efea502a-3b24-4d4e-97af-ca711060048e img.shogun-image {
    

    
    
    
  }


#s-efea502a-3b24-4d4e-97af-ca711060048e .shogun-image-content {
  
    align-items: center;
  
}

#s-0955ce74-68fb-48ad-9bba-3f37688c49aa {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-0955ce74-68fb-48ad-9bba-3f37688c49aa {
  margin-left: 100px;
margin-right: 100px;
max-width: 475px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0955ce74-68fb-48ad-9bba-3f37688c49aa {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0955ce74-68fb-48ad-9bba-3f37688c49aa {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-0955ce74-68fb-48ad-9bba-3f37688c49aa {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-0955ce74-68fb-48ad-9bba-3f37688c49aa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-0955ce74-68fb-48ad-9bba-3f37688c49aa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-b8749cef-2779-41a3-9bde-c7eaf3663b62 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b8749cef-2779-41a3-9bde-c7eaf3663b62:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b8749cef-2779-41a3-9bde-c7eaf3663b62:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b8749cef-2779-41a3-9bde-c7eaf3663b62 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8749cef-2779-41a3-9bde-c7eaf3663b62 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8749cef-2779-41a3-9bde-c7eaf3663b62 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b8749cef-2779-41a3-9bde-c7eaf3663b62 {
  margin-left: 35px;
}
}

  #s-b8749cef-2779-41a3-9bde-c7eaf3663b62-root {
    text-align: left;
  }


#s-b8749cef-2779-41a3-9bde-c7eaf3663b62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8749cef-2779-41a3-9bde-c7eaf3663b62-root {
    text-align: left;
  }


#s-b8749cef-2779-41a3-9bde-c7eaf3663b62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8749cef-2779-41a3-9bde-c7eaf3663b62-root {
    text-align: left;
  }


#s-b8749cef-2779-41a3-9bde-c7eaf3663b62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8749cef-2779-41a3-9bde-c7eaf3663b62-root {
    text-align: left;
  }


#s-b8749cef-2779-41a3-9bde-c7eaf3663b62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8749cef-2779-41a3-9bde-c7eaf3663b62-root {
    text-align: left;
  }


#s-b8749cef-2779-41a3-9bde-c7eaf3663b62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9f299001-aab3-43de-ba3e-a40039d684a7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-9f299001-aab3-43de-ba3e-a40039d684a7 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f299001-aab3-43de-ba3e-a40039d684a7 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f299001-aab3-43de-ba3e-a40039d684a7 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-9f299001-aab3-43de-ba3e-a40039d684a7 {
  min-height: 300px;
}
}
#s-9f299001-aab3-43de-ba3e-a40039d684a7 {
  background-image: url(https://i.shgcdn.com/3d641f1f-9900-47d9-95e6-a41a8f6631ea/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9f299001-aab3-43de-ba3e-a40039d684a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f299001-aab3-43de-ba3e-a40039d684a7.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-82936fb1-d09a-426d-9a6d-c317ebb73d69 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}
@media (min-width: 1200px){#s-82936fb1-d09a-426d-9a6d-c317ebb73d69 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82936fb1-d09a-426d-9a6d-c317ebb73d69 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-82936fb1-d09a-426d-9a6d-c317ebb73d69 {
  margin-top: 20px;
margin-bottom: 0px;
}
}






  #s-82936fb1-d09a-426d-9a6d-c317ebb73d69 img.shogun-image {
    

    
    
    
  }


#s-82936fb1-d09a-426d-9a6d-c317ebb73d69 .shogun-image-content {
  
    align-items: center;
  
}

#s-b88d467e-466d-41b9-82ad-2d6c9055456c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 60%;
text-align: center;
}

#s-b88d467e-466d-41b9-82ad-2d6c9055456c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-b88d467e-466d-41b9-82ad-2d6c9055456c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: center;
}


}
#s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}

  #s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6-root {
    text-align: center;
  }


#s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6-root {
    text-align: center;
  }


#s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6-root {
    text-align: center;
  }


#s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6-root {
    text-align: center;
  }


#s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6-root {
    text-align: center;
  }


#s-01dff0d9-b19e-47c7-b54f-fce44e1a69b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3197bc75-5b77-46c7-a500-fff2164d7f11 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-3197bc75-5b77-46c7-a500-fff2164d7f11 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3197bc75-5b77-46c7-a500-fff2164d7f11 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3197bc75-5b77-46c7-a500-fff2164d7f11 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-3197bc75-5b77-46c7-a500-fff2164d7f11 {
  min-height: 300px;
}
}
#s-3197bc75-5b77-46c7-a500-fff2164d7f11 {
  background-image: url(https://i.shgcdn.com/5eae374d-1a53-4522-821b-a0dada9c3b9c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3197bc75-5b77-46c7-a500-fff2164d7f11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3197bc75-5b77-46c7-a500-fff2164d7f11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6d6fd6a-6bc9-4913-9620-de36cf6944a8 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-b6d6fd6a-6bc9-4913-9620-de36cf6944a8 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 580px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6d6fd6a-6bc9-4913-9620-de36cf6944a8 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6d6fd6a-6bc9-4913-9620-de36cf6944a8 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-b6d6fd6a-6bc9-4913-9620-de36cf6944a8 img.shogun-image {
    

    
    
    
  }


#s-b6d6fd6a-6bc9-4913-9620-de36cf6944a8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3b5bb8f4-82e1-4957-8beb-63ca638c74c2 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 600px;
}
}
#s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0 {
  margin-left: 35px;
}
}

  #s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0-root {
    text-align: left;
  }


#s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0-root {
    text-align: left;
  }


#s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0-root {
    text-align: left;
  }


#s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0-root {
    text-align: left;
  }


#s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0-root {
    text-align: left;
  }


#s-0c83235f-c4da-4bd9-ba58-7a4db1f34ca0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9da4c920-78af-495f-a74d-d2ceb509cd4a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-9da4c920-78af-495f-a74d-d2ceb509cd4a {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9da4c920-78af-495f-a74d-d2ceb509cd4a {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9da4c920-78af-495f-a74d-d2ceb509cd4a {
  min-height: 400px;
}
}@media (max-width: 767px){#s-9da4c920-78af-495f-a74d-d2ceb509cd4a {
  min-height: 300px;
}
}
#s-9da4c920-78af-495f-a74d-d2ceb509cd4a {
  background-image: url(https://i.shgcdn.com/f09511ff-4e31-4f26-8273-612e892d9256/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9da4c920-78af-495f-a74d-d2ceb509cd4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9da4c920-78af-495f-a74d-d2ceb509cd4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c9fa3a4-f821-489d-b1e7-b3b14f055f5a {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-8c9fa3a4-f821-489d-b1e7-b3b14f055f5a {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 430px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c9fa3a4-f821-489d-b1e7-b3b14f055f5a {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c9fa3a4-f821-489d-b1e7-b3b14f055f5a {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-8c9fa3a4-f821-489d-b1e7-b3b14f055f5a img.shogun-image {
    

    
    
    
  }


#s-8c9fa3a4-f821-489d-b1e7-b3b14f055f5a .shogun-image-content {
  
    align-items: center;
  
}

#s-e95aa48f-7fb7-4c6f-96df-bd3fa577227a {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-e95aa48f-7fb7-4c6f-96df-bd3fa577227a {
  margin-left: 100px;
margin-right: 100px;
max-width: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e95aa48f-7fb7-4c6f-96df-bd3fa577227a {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e95aa48f-7fb7-4c6f-96df-bd3fa577227a {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-e95aa48f-7fb7-4c6f-96df-bd3fa577227a {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-e95aa48f-7fb7-4c6f-96df-bd3fa577227a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a {
  margin-left: 35px;
}
}

  #s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a-root {
    text-align: left;
  }


#s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a-root {
    text-align: left;
  }


#s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a-root {
    text-align: left;
  }


#s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a-root {
    text-align: left;
  }


#s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a-root {
    text-align: left;
  }


#s-635bc6fc-aeb5-4db3-9b5a-eaee237e525a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-079490fd-dd02-4eb1-b987-8052a899ac48 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-079490fd-dd02-4eb1-b987-8052a899ac48 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-079490fd-dd02-4eb1-b987-8052a899ac48 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-079490fd-dd02-4eb1-b987-8052a899ac48 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-079490fd-dd02-4eb1-b987-8052a899ac48 {
  min-height: 300px;
}
}
#s-079490fd-dd02-4eb1-b987-8052a899ac48 {
  background-image: url(https://i.shgcdn.com/7a1be83b-7a16-4357-8210-013bd6f7236c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-079490fd-dd02-4eb1-b987-8052a899ac48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-079490fd-dd02-4eb1-b987-8052a899ac48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94099549-36ce-4355-b3d7-be2e393b1623 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-94099549-36ce-4355-b3d7-be2e393b1623 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94099549-36ce-4355-b3d7-be2e393b1623 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-94099549-36ce-4355-b3d7-be2e393b1623 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-94099549-36ce-4355-b3d7-be2e393b1623 img.shogun-image {
    

    
    
    
  }


#s-94099549-36ce-4355-b3d7-be2e393b1623 .shogun-image-content {
  
    align-items: center;
  
}

#s-d76144f3-9b6b-4a1e-a6cd-6d5b99bb647f {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-d76144f3-9b6b-4a1e-a6cd-6d5b99bb647f {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d76144f3-9b6b-4a1e-a6cd-6d5b99bb647f {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d76144f3-9b6b-4a1e-a6cd-6d5b99bb647f {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-d76144f3-9b6b-4a1e-a6cd-6d5b99bb647f {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-d76144f3-9b6b-4a1e-a6cd-6d5b99bb647f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-d76144f3-9b6b-4a1e-a6cd-6d5b99bb647f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-35e521fc-4739-4729-86eb-6ecfb7525a98 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-35e521fc-4739-4729-86eb-6ecfb7525a98:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-35e521fc-4739-4729-86eb-6ecfb7525a98:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-35e521fc-4739-4729-86eb-6ecfb7525a98 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35e521fc-4739-4729-86eb-6ecfb7525a98 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-35e521fc-4739-4729-86eb-6ecfb7525a98 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-35e521fc-4739-4729-86eb-6ecfb7525a98 {
  margin-left: 35px;
}
}

  #s-35e521fc-4739-4729-86eb-6ecfb7525a98-root {
    text-align: left;
  }


#s-35e521fc-4739-4729-86eb-6ecfb7525a98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35e521fc-4739-4729-86eb-6ecfb7525a98-root {
    text-align: left;
  }


#s-35e521fc-4739-4729-86eb-6ecfb7525a98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35e521fc-4739-4729-86eb-6ecfb7525a98-root {
    text-align: left;
  }


#s-35e521fc-4739-4729-86eb-6ecfb7525a98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35e521fc-4739-4729-86eb-6ecfb7525a98-root {
    text-align: left;
  }


#s-35e521fc-4739-4729-86eb-6ecfb7525a98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35e521fc-4739-4729-86eb-6ecfb7525a98-root {
    text-align: left;
  }


#s-35e521fc-4739-4729-86eb-6ecfb7525a98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fba05046-f8d2-4e9d-b165-259f6fc2d950 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: right center;
}
@media (min-width: 1200px){#s-fba05046-f8d2-4e9d-b165-259f6fc2d950 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fba05046-f8d2-4e9d-b165-259f6fc2d950 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fba05046-f8d2-4e9d-b165-259f6fc2d950 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-fba05046-f8d2-4e9d-b165-259f6fc2d950 {
  min-height: 300px;
}
}
#s-fba05046-f8d2-4e9d-b165-259f6fc2d950 {
  background-image: url(https://i.shgcdn.com/15f68546-4698-4fca-ad52-20978d238fc1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fba05046-f8d2-4e9d-b165-259f6fc2d950 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fba05046-f8d2-4e9d-b165-259f6fc2d950.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff {
  margin-left: 100px;
max-width: 150px;
text-align: left;
}







  img.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shogun-image {
    
    
  }


.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shg-align-container {
  text-align: left
}

.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shogun-image {
    
    
  }


.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shg-align-container {
  text-align: left
}

.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shogun-image {
    
    
  }


.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shg-align-container {
  text-align: left
}

.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shogun-image {
    
    
  }


.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shg-align-container {
  text-align: left
}

.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shogun-image {
    
    
  }


.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff .shogun-image-content {
  
    align-items: center;
  
}

.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shg-align-container {
  text-align: left
}

.s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb0053f-b1cd-48cc-9e2b-5771e75e49ff.shogun-image {
  box-sizing: border-box;
}


}
#s-1c49f4d9-fba7-49c7-8760-c9ebaab61ab4 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-1c49f4d9-fba7-49c7-8760-c9ebaab61ab4 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 545px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c49f4d9-fba7-49c7-8760-c9ebaab61ab4 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c49f4d9-fba7-49c7-8760-c9ebaab61ab4 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-1c49f4d9-fba7-49c7-8760-c9ebaab61ab4 img.shogun-image {
    

    
    
    
  }


#s-1c49f4d9-fba7-49c7-8760-c9ebaab61ab4 .shogun-image-content {
  
    align-items: center;
  
}

#s-42e3aa27-528d-4774-84cd-930cf67f4065 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-42e3aa27-528d-4774-84cd-930cf67f4065 {
  margin-left: 100px;
margin-right: 100px;
max-width: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42e3aa27-528d-4774-84cd-930cf67f4065 {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-42e3aa27-528d-4774-84cd-930cf67f4065 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-42e3aa27-528d-4774-84cd-930cf67f4065 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-42e3aa27-528d-4774-84cd-930cf67f4065 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d {
  margin-left: 35px;
}
}

  #s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d-root {
    text-align: left;
  }


#s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d-root {
    text-align: left;
  }


#s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d-root {
    text-align: left;
  }


#s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d-root {
    text-align: left;
  }


#s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d-root {
    text-align: left;
  }


#s-34ad2209-f0c7-404e-bfc3-cc08c2a7799d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d82756a7-b3f2-41f8-b248-7af7ef54486b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-d82756a7-b3f2-41f8-b248-7af7ef54486b {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d82756a7-b3f2-41f8-b248-7af7ef54486b {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d82756a7-b3f2-41f8-b248-7af7ef54486b {
  min-height: 400px;
}
}@media (max-width: 767px){#s-d82756a7-b3f2-41f8-b248-7af7ef54486b {
  min-height: 300px;
}
}
#s-d82756a7-b3f2-41f8-b248-7af7ef54486b {
  background-image: url(https://i.shgcdn.com/8c0cb203-9bac-49b7-ae36-799fb38634e0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d82756a7-b3f2-41f8-b248-7af7ef54486b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d82756a7-b3f2-41f8-b248-7af7ef54486b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51b4e551-f0f7-41e1-9b02-51189720b182 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-51b4e551-f0f7-41e1-9b02-51189720b182 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51b4e551-f0f7-41e1-9b02-51189720b182 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-51b4e551-f0f7-41e1-9b02-51189720b182 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-51b4e551-f0f7-41e1-9b02-51189720b182 img.shogun-image {
    

    
    
    
  }


#s-51b4e551-f0f7-41e1-9b02-51189720b182 .shogun-image-content {
  
    align-items: center;
  
}

#s-68da2797-6579-4cf9-8035-4de0fea3956b {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 510px;
text-align: left;
}
@media (min-width: 1200px){#s-68da2797-6579-4cf9-8035-4de0fea3956b {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68da2797-6579-4cf9-8035-4de0fea3956b {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-68da2797-6579-4cf9-8035-4de0fea3956b {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-68da2797-6579-4cf9-8035-4de0fea3956b {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-68da2797-6579-4cf9-8035-4de0fea3956b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-e1454a94-4ab6-4f31-a212-810bd497b098 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e1454a94-4ab6-4f31-a212-810bd497b098:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1454a94-4ab6-4f31-a212-810bd497b098:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e1454a94-4ab6-4f31-a212-810bd497b098 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1454a94-4ab6-4f31-a212-810bd497b098 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1454a94-4ab6-4f31-a212-810bd497b098 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-e1454a94-4ab6-4f31-a212-810bd497b098 {
  margin-left: 35px;
}
}

  #s-e1454a94-4ab6-4f31-a212-810bd497b098-root {
    text-align: left;
  }


#s-e1454a94-4ab6-4f31-a212-810bd497b098.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1454a94-4ab6-4f31-a212-810bd497b098-root {
    text-align: left;
  }


#s-e1454a94-4ab6-4f31-a212-810bd497b098.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1454a94-4ab6-4f31-a212-810bd497b098-root {
    text-align: left;
  }


#s-e1454a94-4ab6-4f31-a212-810bd497b098.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1454a94-4ab6-4f31-a212-810bd497b098-root {
    text-align: left;
  }


#s-e1454a94-4ab6-4f31-a212-810bd497b098.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1454a94-4ab6-4f31-a212-810bd497b098-root {
    text-align: left;
  }


#s-e1454a94-4ab6-4f31-a212-810bd497b098.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9a508a49-8abc-4f46-87bf-16f24efa6542 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-9a508a49-8abc-4f46-87bf-16f24efa6542 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a508a49-8abc-4f46-87bf-16f24efa6542 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a508a49-8abc-4f46-87bf-16f24efa6542 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-9a508a49-8abc-4f46-87bf-16f24efa6542 {
  min-height: 300px;
}
}
#s-9a508a49-8abc-4f46-87bf-16f24efa6542 {
  background-image: url(https://i.shgcdn.com/2f23ee36-e84e-4476-b46f-3555f5e61bab/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9a508a49-8abc-4f46-87bf-16f24efa6542 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a508a49-8abc-4f46-87bf-16f24efa6542.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20682463-5ecd-4048-a008-94ff8491a344 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-20682463-5ecd-4048-a008-94ff8491a344 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 555px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20682463-5ecd-4048-a008-94ff8491a344 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-20682463-5ecd-4048-a008-94ff8491a344 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-20682463-5ecd-4048-a008-94ff8491a344 img.shogun-image {
    

    
    
    
  }


#s-20682463-5ecd-4048-a008-94ff8491a344 .shogun-image-content {
  
    align-items: center;
  
}

#s-05946a1a-c95c-4dab-bd49-af58d4d3f8ac {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-05946a1a-c95c-4dab-bd49-af58d4d3f8ac {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05946a1a-c95c-4dab-bd49-af58d4d3f8ac {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-05946a1a-c95c-4dab-bd49-af58d4d3f8ac {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-05946a1a-c95c-4dab-bd49-af58d4d3f8ac {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-05946a1a-c95c-4dab-bd49-af58d4d3f8ac .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-05946a1a-c95c-4dab-bd49-af58d4d3f8ac .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-683322f9-13e5-4969-8612-9d7e1519662b {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-683322f9-13e5-4969-8612-9d7e1519662b:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-683322f9-13e5-4969-8612-9d7e1519662b:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-683322f9-13e5-4969-8612-9d7e1519662b {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-683322f9-13e5-4969-8612-9d7e1519662b {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-683322f9-13e5-4969-8612-9d7e1519662b {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-683322f9-13e5-4969-8612-9d7e1519662b {
  margin-left: 35px;
}
}

  #s-683322f9-13e5-4969-8612-9d7e1519662b-root {
    text-align: left;
  }


#s-683322f9-13e5-4969-8612-9d7e1519662b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-683322f9-13e5-4969-8612-9d7e1519662b-root {
    text-align: left;
  }


#s-683322f9-13e5-4969-8612-9d7e1519662b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-683322f9-13e5-4969-8612-9d7e1519662b-root {
    text-align: left;
  }


#s-683322f9-13e5-4969-8612-9d7e1519662b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-683322f9-13e5-4969-8612-9d7e1519662b-root {
    text-align: left;
  }


#s-683322f9-13e5-4969-8612-9d7e1519662b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-683322f9-13e5-4969-8612-9d7e1519662b-root {
    text-align: left;
  }


#s-683322f9-13e5-4969-8612-9d7e1519662b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-55dd07eb-27d4-4969-8525-5ea00f064994 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-55dd07eb-27d4-4969-8525-5ea00f064994 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55dd07eb-27d4-4969-8525-5ea00f064994 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-55dd07eb-27d4-4969-8525-5ea00f064994 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-55dd07eb-27d4-4969-8525-5ea00f064994 {
  min-height: 300px;
}
}
#s-55dd07eb-27d4-4969-8525-5ea00f064994 {
  background-image: url(https://i.shgcdn.com/eb372830-d352-4748-9602-cefe8eb07d4c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-55dd07eb-27d4-4969-8525-5ea00f064994 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55dd07eb-27d4-4969-8525-5ea00f064994.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53ebefbf-2f2d-4e36-ae74-9a24f91f3ded {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-53ebefbf-2f2d-4e36-ae74-9a24f91f3ded {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53ebefbf-2f2d-4e36-ae74-9a24f91f3ded {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-53ebefbf-2f2d-4e36-ae74-9a24f91f3ded {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-53ebefbf-2f2d-4e36-ae74-9a24f91f3ded img.shogun-image {
    

    
    
    
  }


#s-53ebefbf-2f2d-4e36-ae74-9a24f91f3ded .shogun-image-content {
  
    align-items: center;
  
}

#s-92b14def-b846-48fd-a320-74e0565b8b98 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-92b14def-b846-48fd-a320-74e0565b8b98 {
  margin-left: 100px;
margin-right: 100px;
max-width: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92b14def-b846-48fd-a320-74e0565b8b98 {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-92b14def-b846-48fd-a320-74e0565b8b98 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-92b14def-b846-48fd-a320-74e0565b8b98 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-92b14def-b846-48fd-a320-74e0565b8b98 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-92b14def-b846-48fd-a320-74e0565b8b98 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-f733b04e-8241-49b1-ae45-6ced14ac5c6d {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f733b04e-8241-49b1-ae45-6ced14ac5c6d:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f733b04e-8241-49b1-ae45-6ced14ac5c6d:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f733b04e-8241-49b1-ae45-6ced14ac5c6d {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f733b04e-8241-49b1-ae45-6ced14ac5c6d {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f733b04e-8241-49b1-ae45-6ced14ac5c6d {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-f733b04e-8241-49b1-ae45-6ced14ac5c6d {
  margin-left: 35px;
}
}

  #s-f733b04e-8241-49b1-ae45-6ced14ac5c6d-root {
    text-align: left;
  }


#s-f733b04e-8241-49b1-ae45-6ced14ac5c6d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f733b04e-8241-49b1-ae45-6ced14ac5c6d-root {
    text-align: left;
  }


#s-f733b04e-8241-49b1-ae45-6ced14ac5c6d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f733b04e-8241-49b1-ae45-6ced14ac5c6d-root {
    text-align: left;
  }


#s-f733b04e-8241-49b1-ae45-6ced14ac5c6d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f733b04e-8241-49b1-ae45-6ced14ac5c6d-root {
    text-align: left;
  }


#s-f733b04e-8241-49b1-ae45-6ced14ac5c6d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f733b04e-8241-49b1-ae45-6ced14ac5c6d-root {
    text-align: left;
  }


#s-f733b04e-8241-49b1-ae45-6ced14ac5c6d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0854ab59-0924-42e2-b555-2e580d749e85 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-0854ab59-0924-42e2-b555-2e580d749e85 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0854ab59-0924-42e2-b555-2e580d749e85 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0854ab59-0924-42e2-b555-2e580d749e85 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-0854ab59-0924-42e2-b555-2e580d749e85 {
  min-height: 300px;
}
}
#s-0854ab59-0924-42e2-b555-2e580d749e85 {
  background-image: url(https://i.shgcdn.com/08c46c6a-186a-4ae4-ad29-6596fb37fda9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0854ab59-0924-42e2-b555-2e580d749e85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0854ab59-0924-42e2-b555-2e580d749e85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf8ac8c0-b0b0-494b-979d-fd108b74f9eb {
  margin-top: 20px;
margin-left: 100px;
max-width: 301px;
text-align: left;
}
@media (min-width: 1200px){#s-bf8ac8c0-b0b0-494b-979d-fd108b74f9eb {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 520px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf8ac8c0-b0b0-494b-979d-fd108b74f9eb {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf8ac8c0-b0b0-494b-979d-fd108b74f9eb {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
}
}






  #s-bf8ac8c0-b0b0-494b-979d-fd108b74f9eb img.shogun-image {
    

    
    
    
  }


#s-bf8ac8c0-b0b0-494b-979d-fd108b74f9eb .shogun-image-content {
  
    align-items: center;
  
}

#s-4b295d80-c9c0-4eed-b080-e24f4dbf67d1 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-4b295d80-c9c0-4eed-b080-e24f4dbf67d1 {
  margin-left: 100px;
margin-right: 100px;
max-width: 540px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b295d80-c9c0-4eed-b080-e24f4dbf67d1 {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b295d80-c9c0-4eed-b080-e24f4dbf67d1 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-4b295d80-c9c0-4eed-b080-e24f4dbf67d1 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-4b295d80-c9c0-4eed-b080-e24f4dbf67d1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e {
  margin-left: 35px;
}
}

  #s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e-root {
    text-align: left;
  }


#s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e-root {
    text-align: left;
  }


#s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e-root {
    text-align: left;
  }


#s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e-root {
    text-align: left;
  }


#s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e-root {
    text-align: left;
  }


#s-9f8ce3e6-36a1-4640-b0ca-d528c3bd410e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5f86a04c-8560-4ced-8b85-0cca905dd334 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-5f86a04c-8560-4ced-8b85-0cca905dd334 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f86a04c-8560-4ced-8b85-0cca905dd334 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f86a04c-8560-4ced-8b85-0cca905dd334 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-5f86a04c-8560-4ced-8b85-0cca905dd334 {
  min-height: 300px;
}
}
#s-5f86a04c-8560-4ced-8b85-0cca905dd334 {
  background-image: url(https://i.shgcdn.com/c72f6c8c-1be4-4498-9ad9-d4e134ac7fd2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5f86a04c-8560-4ced-8b85-0cca905dd334 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f86a04c-8560-4ced-8b85-0cca905dd334.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bc535aa-515f-4ea0-97fb-2990d3fd0463 {
  margin-top: 20px;
margin-left: 100px;
max-width: 301px;
text-align: left;
}
@media (min-width: 1200px){#s-7bc535aa-515f-4ea0-97fb-2990d3fd0463 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 520px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7bc535aa-515f-4ea0-97fb-2990d3fd0463 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bc535aa-515f-4ea0-97fb-2990d3fd0463 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
}
}






  #s-7bc535aa-515f-4ea0-97fb-2990d3fd0463 img.shogun-image {
    

    
    
    
  }


#s-7bc535aa-515f-4ea0-97fb-2990d3fd0463 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c9fb5e6-b472-413d-9426-78517a82b42b {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-2c9fb5e6-b472-413d-9426-78517a82b42b {
  margin-left: 100px;
margin-right: 100px;
max-width: 540px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c9fb5e6-b472-413d-9426-78517a82b42b {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c9fb5e6-b472-413d-9426-78517a82b42b {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-2c9fb5e6-b472-413d-9426-78517a82b42b {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-2c9fb5e6-b472-413d-9426-78517a82b42b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-33e0fad1-187d-4fc6-b415-e84152b9386f {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-33e0fad1-187d-4fc6-b415-e84152b9386f:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-33e0fad1-187d-4fc6-b415-e84152b9386f:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-33e0fad1-187d-4fc6-b415-e84152b9386f {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33e0fad1-187d-4fc6-b415-e84152b9386f {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-33e0fad1-187d-4fc6-b415-e84152b9386f {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-33e0fad1-187d-4fc6-b415-e84152b9386f {
  margin-left: 35px;
}
}

  #s-33e0fad1-187d-4fc6-b415-e84152b9386f-root {
    text-align: left;
  }


#s-33e0fad1-187d-4fc6-b415-e84152b9386f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-33e0fad1-187d-4fc6-b415-e84152b9386f-root {
    text-align: left;
  }


#s-33e0fad1-187d-4fc6-b415-e84152b9386f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33e0fad1-187d-4fc6-b415-e84152b9386f-root {
    text-align: left;
  }


#s-33e0fad1-187d-4fc6-b415-e84152b9386f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33e0fad1-187d-4fc6-b415-e84152b9386f-root {
    text-align: left;
  }


#s-33e0fad1-187d-4fc6-b415-e84152b9386f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-33e0fad1-187d-4fc6-b415-e84152b9386f-root {
    text-align: left;
  }


#s-33e0fad1-187d-4fc6-b415-e84152b9386f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-126119a6-122f-4788-a5e1-3031192c1456 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: right top;
}
@media (min-width: 1200px){#s-126119a6-122f-4788-a5e1-3031192c1456 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-126119a6-122f-4788-a5e1-3031192c1456 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-126119a6-122f-4788-a5e1-3031192c1456 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-126119a6-122f-4788-a5e1-3031192c1456 {
  min-height: 300px;
}
}
#s-126119a6-122f-4788-a5e1-3031192c1456 {
  background-image: url(https://i.shgcdn.com/c5457a45-6031-4b59-b0be-04337b6c4613/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-126119a6-122f-4788-a5e1-3031192c1456 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-126119a6-122f-4788-a5e1-3031192c1456.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-694a2619-7006-4f42-af28-70a4de907118 {
  margin-left: 100px;
margin-bottom: 25px;
max-width: 150px;
text-align: left;
}







  img.s-694a2619-7006-4f42-af28-70a4de907118.shogun-image {
    
    
  }


.s-694a2619-7006-4f42-af28-70a4de907118 .shogun-image-content {
  
    align-items: center;
  
}

.s-694a2619-7006-4f42-af28-70a4de907118.shg-align-container {
  text-align: left
}

.s-694a2619-7006-4f42-af28-70a4de907118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694a2619-7006-4f42-af28-70a4de907118.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-694a2619-7006-4f42-af28-70a4de907118.shogun-image {
    
    
  }


.s-694a2619-7006-4f42-af28-70a4de907118 .shogun-image-content {
  
    align-items: center;
  
}

.s-694a2619-7006-4f42-af28-70a4de907118.shg-align-container {
  text-align: left
}

.s-694a2619-7006-4f42-af28-70a4de907118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694a2619-7006-4f42-af28-70a4de907118.shogun-image {
  box-sizing: border-box;
}


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





  img.s-694a2619-7006-4f42-af28-70a4de907118.shogun-image {
    
    
  }


.s-694a2619-7006-4f42-af28-70a4de907118 .shogun-image-content {
  
    align-items: center;
  
}

.s-694a2619-7006-4f42-af28-70a4de907118.shg-align-container {
  text-align: left
}

.s-694a2619-7006-4f42-af28-70a4de907118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694a2619-7006-4f42-af28-70a4de907118.shogun-image {
  box-sizing: border-box;
}


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





  img.s-694a2619-7006-4f42-af28-70a4de907118.shogun-image {
    
    
  }


.s-694a2619-7006-4f42-af28-70a4de907118 .shogun-image-content {
  
    align-items: center;
  
}

.s-694a2619-7006-4f42-af28-70a4de907118.shg-align-container {
  text-align: left
}

.s-694a2619-7006-4f42-af28-70a4de907118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694a2619-7006-4f42-af28-70a4de907118.shogun-image {
  box-sizing: border-box;
}


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





  img.s-694a2619-7006-4f42-af28-70a4de907118.shogun-image {
    
    
  }


.s-694a2619-7006-4f42-af28-70a4de907118 .shogun-image-content {
  
    align-items: center;
  
}

.s-694a2619-7006-4f42-af28-70a4de907118.shg-align-container {
  text-align: left
}

.s-694a2619-7006-4f42-af28-70a4de907118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694a2619-7006-4f42-af28-70a4de907118.shogun-image {
  box-sizing: border-box;
}


}
#s-2d3e2ad0-da16-407c-babb-a83f36ae6add {
  text-align: left;
}
@media (min-width: 1200px){#s-2d3e2ad0-da16-407c-babb-a83f36ae6add {
  margin-left: 100px;
margin-bottom: 15px;
max-width: 350px;
}
}






  img.s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shogun-image {
    
    
  }


.s-2d3e2ad0-da16-407c-babb-a83f36ae6add .shogun-image-content {
  
    align-items: center;
  
}

.s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shg-align-container {
  text-align: left
}

.s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shogun-image {
    
    
  }


.s-2d3e2ad0-da16-407c-babb-a83f36ae6add .shogun-image-content {
  
    align-items: center;
  
}

.s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shg-align-container {
  text-align: left
}

.s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shogun-image {
    
    
  }


.s-2d3e2ad0-da16-407c-babb-a83f36ae6add .shogun-image-content {
  
    align-items: center;
  
}

.s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shg-align-container {
  text-align: left
}

.s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shogun-image {
    
    
  }


.s-2d3e2ad0-da16-407c-babb-a83f36ae6add .shogun-image-content {
  
    align-items: center;
  
}

.s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shg-align-container {
  text-align: left
}

.s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shogun-image {
    
    
  }


.s-2d3e2ad0-da16-407c-babb-a83f36ae6add .shogun-image-content {
  
    align-items: center;
  
}

.s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shg-align-container {
  text-align: left
}

.s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d3e2ad0-da16-407c-babb-a83f36ae6add.shogun-image {
  box-sizing: border-box;
}


}
#s-d7c57b7d-b1b4-4ee0-a558-affd52a615fd {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 550px;
text-align: left;
}
@media (min-width: 1200px){#s-d7c57b7d-b1b4-4ee0-a558-affd52a615fd {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7c57b7d-b1b4-4ee0-a558-affd52a615fd {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7c57b7d-b1b4-4ee0-a558-affd52a615fd {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-d7c57b7d-b1b4-4ee0-a558-affd52a615fd {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-d7c57b7d-b1b4-4ee0-a558-affd52a615fd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d7c57b7d-b1b4-4ee0-a558-affd52a615fd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-a89c9f61-5f64-4cee-a861-f5103b980cac {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a89c9f61-5f64-4cee-a861-f5103b980cac:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a89c9f61-5f64-4cee-a861-f5103b980cac:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a89c9f61-5f64-4cee-a861-f5103b980cac {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a89c9f61-5f64-4cee-a861-f5103b980cac {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a89c9f61-5f64-4cee-a861-f5103b980cac {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-a89c9f61-5f64-4cee-a861-f5103b980cac {
  margin-left: 35px;
}
}

  #s-a89c9f61-5f64-4cee-a861-f5103b980cac-root {
    text-align: left;
  }


#s-a89c9f61-5f64-4cee-a861-f5103b980cac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a89c9f61-5f64-4cee-a861-f5103b980cac-root {
    text-align: left;
  }


#s-a89c9f61-5f64-4cee-a861-f5103b980cac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a89c9f61-5f64-4cee-a861-f5103b980cac-root {
    text-align: left;
  }


#s-a89c9f61-5f64-4cee-a861-f5103b980cac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a89c9f61-5f64-4cee-a861-f5103b980cac-root {
    text-align: left;
  }


#s-a89c9f61-5f64-4cee-a861-f5103b980cac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a89c9f61-5f64-4cee-a861-f5103b980cac-root {
    text-align: left;
  }


#s-a89c9f61-5f64-4cee-a861-f5103b980cac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-891890ee-539a-4f37-9353-bdf83dcec992 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: right center;
}
@media (min-width: 1200px){#s-891890ee-539a-4f37-9353-bdf83dcec992 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-891890ee-539a-4f37-9353-bdf83dcec992 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-891890ee-539a-4f37-9353-bdf83dcec992 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-891890ee-539a-4f37-9353-bdf83dcec992 {
  min-height: 300px;
}
}
#s-891890ee-539a-4f37-9353-bdf83dcec992 {
  background-image: url(https://i.shgcdn.com/1db05b1b-d257-4031-bcbc-39e76ff29454/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-891890ee-539a-4f37-9353-bdf83dcec992 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-891890ee-539a-4f37-9353-bdf83dcec992.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100 {
  text-align: left;
}
@media (min-width: 1200px){#s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100 {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: 25px;
margin-right: 0px;
max-width: 150px;
}
}






  img.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shogun-image {
    
    
  }


.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100 .shogun-image-content {
  
    align-items: center;
  
}

.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shg-align-container {
  text-align: left
}

.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shogun-image {
    
    
  }


.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100 .shogun-image-content {
  
    align-items: center;
  
}

.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shg-align-container {
  text-align: left
}

.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shogun-image {
    
    
  }


.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100 .shogun-image-content {
  
    align-items: center;
  
}

.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shg-align-container {
  text-align: left
}

.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shogun-image {
    
    
  }


.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100 .shogun-image-content {
  
    align-items: center;
  
}

.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shg-align-container {
  text-align: left
}

.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shogun-image {
    
    
  }


.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100 .shogun-image-content {
  
    align-items: center;
  
}

.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shg-align-container {
  text-align: left
}

.s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a52b3ffd-8ad3-45ee-b3bd-c09e64310100.shogun-image {
  box-sizing: border-box;
}


}
#s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6 {
  margin-left: 100px;
max-width: 500px;
text-align: left;
}
@media (min-width: 1200px){#s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6 {
  margin-bottom: 15px;
max-width: 350px;
}
}






  img.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shogun-image {
    
    
  }


.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shg-align-container {
  text-align: left
}

.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shogun-image {
    
    
  }


.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shg-align-container {
  text-align: left
}

.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shogun-image {
    
    
  }


.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shg-align-container {
  text-align: left
}

.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shogun-image {
    
    
  }


.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shg-align-container {
  text-align: left
}

.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shogun-image {
    
    
  }


.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6 .shogun-image-content {
  
    align-items: center;
  
}

.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shg-align-container {
  text-align: left
}

.s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eaa6eef5-06bd-45b2-8fe3-e8e2bfc00ce6.shogun-image {
  box-sizing: border-box;
}


}
#s-4cd97d4e-6120-4bea-bae2-9b8d63ff8bd3 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-4cd97d4e-6120-4bea-bae2-9b8d63ff8bd3 {
  margin-left: 100px;
margin-right: 100px;
max-width: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4cd97d4e-6120-4bea-bae2-9b8d63ff8bd3 {
  margin-left: 100px;
margin-right: 0px;
max-width: 35%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4cd97d4e-6120-4bea-bae2-9b8d63ff8bd3 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-4cd97d4e-6120-4bea-bae2-9b8d63ff8bd3 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-4cd97d4e-6120-4bea-bae2-9b8d63ff8bd3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-4cd97d4e-6120-4bea-bae2-9b8d63ff8bd3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-54a640e5-7b46-4e08-8e73-fe44f22b6a74 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-54a640e5-7b46-4e08-8e73-fe44f22b6a74:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-54a640e5-7b46-4e08-8e73-fe44f22b6a74:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-54a640e5-7b46-4e08-8e73-fe44f22b6a74 {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54a640e5-7b46-4e08-8e73-fe44f22b6a74 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-54a640e5-7b46-4e08-8e73-fe44f22b6a74 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-54a640e5-7b46-4e08-8e73-fe44f22b6a74 {
  margin-left: 35px;
}
}

  #s-54a640e5-7b46-4e08-8e73-fe44f22b6a74-root {
    text-align: left;
  }


#s-54a640e5-7b46-4e08-8e73-fe44f22b6a74.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-54a640e5-7b46-4e08-8e73-fe44f22b6a74-root {
    text-align: left;
  }


#s-54a640e5-7b46-4e08-8e73-fe44f22b6a74.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54a640e5-7b46-4e08-8e73-fe44f22b6a74-root {
    text-align: left;
  }


#s-54a640e5-7b46-4e08-8e73-fe44f22b6a74.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54a640e5-7b46-4e08-8e73-fe44f22b6a74-root {
    text-align: left;
  }


#s-54a640e5-7b46-4e08-8e73-fe44f22b6a74.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-54a640e5-7b46-4e08-8e73-fe44f22b6a74-root {
    text-align: left;
  }


#s-54a640e5-7b46-4e08-8e73-fe44f22b6a74.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e4e12969-b7ea-4fe1-8853-fe9cb9e02206 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-e4e12969-b7ea-4fe1-8853-fe9cb9e02206 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4e12969-b7ea-4fe1-8853-fe9cb9e02206 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4e12969-b7ea-4fe1-8853-fe9cb9e02206 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-e4e12969-b7ea-4fe1-8853-fe9cb9e02206 {
  min-height: 300px;
}
}
#s-e4e12969-b7ea-4fe1-8853-fe9cb9e02206 {
  background-image: url(https://i.shgcdn.com/1208a5fe-ae15-4f9b-8701-2798c4d325bd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e4e12969-b7ea-4fe1-8853-fe9cb9e02206 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4e12969-b7ea-4fe1-8853-fe9cb9e02206.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1745d34-411a-43fe-ae24-789f2a363712 {
  margin-left: 100px;
margin-bottom: 25px;
max-width: 150px;
text-align: left;
}
@media (min-width: 1200px){#s-d1745d34-411a-43fe-ae24-789f2a363712 {
  margin-right: 0px;
}
}






  img.s-d1745d34-411a-43fe-ae24-789f2a363712.shogun-image {
    
    
  }


.s-d1745d34-411a-43fe-ae24-789f2a363712 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1745d34-411a-43fe-ae24-789f2a363712.shg-align-container {
  text-align: left
}

.s-d1745d34-411a-43fe-ae24-789f2a363712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1745d34-411a-43fe-ae24-789f2a363712.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d1745d34-411a-43fe-ae24-789f2a363712.shogun-image {
    
    
  }


.s-d1745d34-411a-43fe-ae24-789f2a363712 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1745d34-411a-43fe-ae24-789f2a363712.shg-align-container {
  text-align: left
}

.s-d1745d34-411a-43fe-ae24-789f2a363712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1745d34-411a-43fe-ae24-789f2a363712.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d1745d34-411a-43fe-ae24-789f2a363712.shogun-image {
    
    
  }


.s-d1745d34-411a-43fe-ae24-789f2a363712 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1745d34-411a-43fe-ae24-789f2a363712.shg-align-container {
  text-align: left
}

.s-d1745d34-411a-43fe-ae24-789f2a363712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1745d34-411a-43fe-ae24-789f2a363712.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d1745d34-411a-43fe-ae24-789f2a363712.shogun-image {
    
    
  }


.s-d1745d34-411a-43fe-ae24-789f2a363712 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1745d34-411a-43fe-ae24-789f2a363712.shg-align-container {
  text-align: left
}

.s-d1745d34-411a-43fe-ae24-789f2a363712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1745d34-411a-43fe-ae24-789f2a363712.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d1745d34-411a-43fe-ae24-789f2a363712.shogun-image {
    
    
  }


.s-d1745d34-411a-43fe-ae24-789f2a363712 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1745d34-411a-43fe-ae24-789f2a363712.shg-align-container {
  text-align: left
}

.s-d1745d34-411a-43fe-ae24-789f2a363712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1745d34-411a-43fe-ae24-789f2a363712.shogun-image {
  box-sizing: border-box;
}


}
#s-6f64e7d5-b18d-4b4f-812e-423d5b968b26 {
  text-align: left;
}
@media (min-width: 1200px){#s-6f64e7d5-b18d-4b4f-812e-423d5b968b26 {
  margin-left: 100px;
margin-bottom: 15px;
max-width: 400px;
}
}






  img.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shogun-image {
    
    
  }


.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shg-align-container {
  text-align: left
}

.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shogun-image {
    
    
  }


.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shg-align-container {
  text-align: left
}

.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shogun-image {
    
    
  }


.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shg-align-container {
  text-align: left
}

.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shogun-image {
    
    
  }


.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shg-align-container {
  text-align: left
}

.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shogun-image {
    
    
  }


.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shg-align-container {
  text-align: left
}

.s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f64e7d5-b18d-4b4f-812e-423d5b968b26.shogun-image {
  box-sizing: border-box;
}


}
#s-cf477d06-2b9d-4ee1-8f4f-71b1dc68080a {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-cf477d06-2b9d-4ee1-8f4f-71b1dc68080a {
  margin-left: 100px;
margin-right: 100px;
max-width: 600px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf477d06-2b9d-4ee1-8f4f-71b1dc68080a {
  margin-left: 100px;
margin-right: 0px;
max-width: 35%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf477d06-2b9d-4ee1-8f4f-71b1dc68080a {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-cf477d06-2b9d-4ee1-8f4f-71b1dc68080a {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-cf477d06-2b9d-4ee1-8f4f-71b1dc68080a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-cf477d06-2b9d-4ee1-8f4f-71b1dc68080a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070 {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070 {
  margin-left: 35px;
}
}

  #s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070-root {
    text-align: left;
  }


#s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070-root {
    text-align: left;
  }


#s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070-root {
    text-align: left;
  }


#s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070-root {
    text-align: left;
  }


#s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070-root {
    text-align: left;
  }


#s-b7c53e1e-c52b-4ece-acb1-9d4e0fc30070.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4a839bda-b9f1-4ed6-8a27-781e8799e19d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-4a839bda-b9f1-4ed6-8a27-781e8799e19d {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a839bda-b9f1-4ed6-8a27-781e8799e19d {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a839bda-b9f1-4ed6-8a27-781e8799e19d {
  min-height: 400px;
}
}@media (max-width: 767px){#s-4a839bda-b9f1-4ed6-8a27-781e8799e19d {
  min-height: 300px;
}
}
#s-4a839bda-b9f1-4ed6-8a27-781e8799e19d {
  background-image: url(https://i.shgcdn.com/15a4f125-3a4c-4443-ad1e-e169ef687036/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4a839bda-b9f1-4ed6-8a27-781e8799e19d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a839bda-b9f1-4ed6-8a27-781e8799e19d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f486aa8-fc18-488a-a7d8-f7d9a7c5a1c9 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-1f486aa8-fc18-488a-a7d8-f7d9a7c5a1c9 {
  margin-top: 10px;
margin-left: 100px;
margin-right: 100px;
max-width: 50%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f486aa8-fc18-488a-a7d8-f7d9a7c5a1c9 {
  margin-top: 10px;
margin-left: 100px;
margin-right: 0px;
max-width: 35%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f486aa8-fc18-488a-a7d8-f7d9a7c5a1c9 {
  margin-top: 10px;
margin-left: 50px;
}
}@media (max-width: 767px){#s-1f486aa8-fc18-488a-a7d8-f7d9a7c5a1c9 {
  margin-left: 35px;
max-width: 60%;
}
}
#s-1f486aa8-fc18-488a-a7d8-f7d9a7c5a1c9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-1f486aa8-fc18-488a-a7d8-f7d9a7c5a1c9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-1f486aa8-fc18-488a-a7d8-f7d9a7c5a1c9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-68258e00-82a5-4f48-b9c8-596a4aeb8e06 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-68258e00-82a5-4f48-b9c8-596a4aeb8e06 {
  margin-left: 100px;
margin-right: 100px;
max-width: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68258e00-82a5-4f48-b9c8-596a4aeb8e06 {
  margin-left: 100px;
margin-right: 0px;
max-width: 35%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-68258e00-82a5-4f48-b9c8-596a4aeb8e06 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-68258e00-82a5-4f48-b9c8-596a4aeb8e06 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-68258e00-82a5-4f48-b9c8-596a4aeb8e06 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-68258e00-82a5-4f48-b9c8-596a4aeb8e06 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-d28abb5e-1d8f-4db8-a56f-cefe47436833 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d28abb5e-1d8f-4db8-a56f-cefe47436833:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d28abb5e-1d8f-4db8-a56f-cefe47436833:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d28abb5e-1d8f-4db8-a56f-cefe47436833 {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d28abb5e-1d8f-4db8-a56f-cefe47436833 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d28abb5e-1d8f-4db8-a56f-cefe47436833 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d28abb5e-1d8f-4db8-a56f-cefe47436833 {
  margin-left: 35px;
}
}

  #s-d28abb5e-1d8f-4db8-a56f-cefe47436833-root {
    text-align: left;
  }


#s-d28abb5e-1d8f-4db8-a56f-cefe47436833.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d28abb5e-1d8f-4db8-a56f-cefe47436833-root {
    text-align: left;
  }


#s-d28abb5e-1d8f-4db8-a56f-cefe47436833.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d28abb5e-1d8f-4db8-a56f-cefe47436833-root {
    text-align: left;
  }


#s-d28abb5e-1d8f-4db8-a56f-cefe47436833.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d28abb5e-1d8f-4db8-a56f-cefe47436833-root {
    text-align: left;
  }


#s-d28abb5e-1d8f-4db8-a56f-cefe47436833.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d28abb5e-1d8f-4db8-a56f-cefe47436833-root {
    text-align: left;
  }


#s-d28abb5e-1d8f-4db8-a56f-cefe47436833.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7967747e-91f4-4b37-ac25-02a2bc3777d9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-7967747e-91f4-4b37-ac25-02a2bc3777d9 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7967747e-91f4-4b37-ac25-02a2bc3777d9 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7967747e-91f4-4b37-ac25-02a2bc3777d9 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-7967747e-91f4-4b37-ac25-02a2bc3777d9 {
  min-height: 300px;
}
}
#s-7967747e-91f4-4b37-ac25-02a2bc3777d9 {
  background-image: url(https://i.shgcdn.com/bfacc1d0-e28d-4c65-a9e3-9d67d0e4b417/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7967747e-91f4-4b37-ac25-02a2bc3777d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7967747e-91f4-4b37-ac25-02a2bc3777d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-341444c9-b9c2-4c57-a869-f4e35c3d9689 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-341444c9-b9c2-4c57-a869-f4e35c3d9689 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 500px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-341444c9-b9c2-4c57-a869-f4e35c3d9689 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-341444c9-b9c2-4c57-a869-f4e35c3d9689 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-341444c9-b9c2-4c57-a869-f4e35c3d9689 img.shogun-image {
    

    
    
    
  }


#s-341444c9-b9c2-4c57-a869-f4e35c3d9689 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f481a8b-f2bc-4bf2-9e6f-ee4a1023b4cc {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 500px;
text-align: left;
}
@media (min-width: 1200px){#s-2f481a8b-f2bc-4bf2-9e6f-ee4a1023b4cc {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f481a8b-f2bc-4bf2-9e6f-ee4a1023b4cc {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f481a8b-f2bc-4bf2-9e6f-ee4a1023b4cc {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-2f481a8b-f2bc-4bf2-9e6f-ee4a1023b4cc {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-2f481a8b-f2bc-4bf2-9e6f-ee4a1023b4cc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1 {
  margin-left: 35px;
}
}

  #s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1-root {
    text-align: left;
  }


#s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1-root {
    text-align: left;
  }


#s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1-root {
    text-align: left;
  }


#s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1-root {
    text-align: left;
  }


#s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1-root {
    text-align: left;
  }


#s-ac42f11c-d1fa-43d8-92f1-de09f952ddf1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b10a21e9-6bda-4be5-80dc-d312a3fe6bcb {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-b10a21e9-6bda-4be5-80dc-d312a3fe6bcb {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b10a21e9-6bda-4be5-80dc-d312a3fe6bcb {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b10a21e9-6bda-4be5-80dc-d312a3fe6bcb {
  min-height: 400px;
}
}@media (max-width: 767px){#s-b10a21e9-6bda-4be5-80dc-d312a3fe6bcb {
  min-height: 300px;
}
}
#s-b10a21e9-6bda-4be5-80dc-d312a3fe6bcb {
  background-image: url(https://i.shgcdn.com/af8cca7d-7f3f-4a06-b7d1-a171c630d7bf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b10a21e9-6bda-4be5-80dc-d312a3fe6bcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b10a21e9-6bda-4be5-80dc-d312a3fe6bcb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd56b34c-7d6c-4d4a-a351-a6a474be2a54 {
  text-align: left;
}
@media (min-width: 1200px){#s-dd56b34c-7d6c-4d4a-a351-a6a474be2a54 {
  margin-left: 100px;
max-width: 200px;
}
}






  #s-dd56b34c-7d6c-4d4a-a351-a6a474be2a54 img.shogun-image {
    

    
    
    
  }


#s-dd56b34c-7d6c-4d4a-a351-a6a474be2a54 .shogun-image-content {
  
    align-items: center;
  
}

#s-929df669-c177-482d-bf88-7cb49d8090ce {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-929df669-c177-482d-bf88-7cb49d8090ce {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-929df669-c177-482d-bf88-7cb49d8090ce {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-929df669-c177-482d-bf88-7cb49d8090ce {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-929df669-c177-482d-bf88-7cb49d8090ce img.shogun-image {
    

    
    
    
  }


#s-929df669-c177-482d-bf88-7cb49d8090ce .shogun-image-content {
  
    align-items: center;
  
}

#s-8afded89-96e0-44f0-8116-aecf41ed6488 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8afded89-96e0-44f0-8116-aecf41ed6488 {
  margin-left: 100px;
padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
}
#s-8afded89-96e0-44f0-8116-aecf41ed6488 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 1200px){#s-8afded89-96e0-44f0-8116-aecf41ed6488 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-aa5ec14a-2b90-41da-aef0-b512f37e0478 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-aa5ec14a-2b90-41da-aef0-b512f37e0478:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-aa5ec14a-2b90-41da-aef0-b512f37e0478:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-aa5ec14a-2b90-41da-aef0-b512f37e0478 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa5ec14a-2b90-41da-aef0-b512f37e0478 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa5ec14a-2b90-41da-aef0-b512f37e0478 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-aa5ec14a-2b90-41da-aef0-b512f37e0478 {
  margin-left: 35px;
}
}

  #s-aa5ec14a-2b90-41da-aef0-b512f37e0478-root {
    text-align: left;
  }


#s-aa5ec14a-2b90-41da-aef0-b512f37e0478.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa5ec14a-2b90-41da-aef0-b512f37e0478-root {
    text-align: left;
  }


#s-aa5ec14a-2b90-41da-aef0-b512f37e0478.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa5ec14a-2b90-41da-aef0-b512f37e0478-root {
    text-align: left;
  }


#s-aa5ec14a-2b90-41da-aef0-b512f37e0478.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa5ec14a-2b90-41da-aef0-b512f37e0478-root {
    text-align: left;
  }


#s-aa5ec14a-2b90-41da-aef0-b512f37e0478.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa5ec14a-2b90-41da-aef0-b512f37e0478-root {
    text-align: left;
  }


#s-aa5ec14a-2b90-41da-aef0-b512f37e0478.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0fc96ce4-8b79-4444-80ac-81fac5726fb0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: right center;
}
@media (min-width: 1200px){#s-0fc96ce4-8b79-4444-80ac-81fac5726fb0 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fc96ce4-8b79-4444-80ac-81fac5726fb0 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fc96ce4-8b79-4444-80ac-81fac5726fb0 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-0fc96ce4-8b79-4444-80ac-81fac5726fb0 {
  min-height: 300px;
}
}
#s-0fc96ce4-8b79-4444-80ac-81fac5726fb0 {
  background-image: url(https://i.shgcdn.com/52d9852f-61c1-45eb-a43f-80e98fbb6532/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0fc96ce4-8b79-4444-80ac-81fac5726fb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fc96ce4-8b79-4444-80ac-81fac5726fb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a2d2856-23fe-40ce-9800-0371bf465653 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-0a2d2856-23fe-40ce-9800-0371bf465653 {
  margin-top: 10px;
margin-left: 100px;
margin-right: 100px;
max-width: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a2d2856-23fe-40ce-9800-0371bf465653 {
  margin-top: 10px;
margin-left: 100px;
margin-right: 0px;
max-width: 35%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a2d2856-23fe-40ce-9800-0371bf465653 {
  margin-top: 10px;
margin-left: 50px;
}
}@media (max-width: 767px){#s-0a2d2856-23fe-40ce-9800-0371bf465653 {
  margin-left: 35px;
max-width: 60%;
}
}
#s-0a2d2856-23fe-40ce-9800-0371bf465653 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0a2d2856-23fe-40ce-9800-0371bf465653 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-0a2d2856-23fe-40ce-9800-0371bf465653 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-e5ece1ba-d4f4-4ae7-941a-0ef0036509ff {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-e5ece1ba-d4f4-4ae7-941a-0ef0036509ff {
  margin-left: 100px;
margin-right: 100px;
max-width: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5ece1ba-d4f4-4ae7-941a-0ef0036509ff {
  margin-left: 100px;
margin-right: 0px;
max-width: 35%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5ece1ba-d4f4-4ae7-941a-0ef0036509ff {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-e5ece1ba-d4f4-4ae7-941a-0ef0036509ff {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-e5ece1ba-d4f4-4ae7-941a-0ef0036509ff .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-e5ece1ba-d4f4-4ae7-941a-0ef0036509ff .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-99123bfe-1e31-4590-ac64-517c2d1d3e51 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-99123bfe-1e31-4590-ac64-517c2d1d3e51:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-99123bfe-1e31-4590-ac64-517c2d1d3e51:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-99123bfe-1e31-4590-ac64-517c2d1d3e51 {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99123bfe-1e31-4590-ac64-517c2d1d3e51 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-99123bfe-1e31-4590-ac64-517c2d1d3e51 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-99123bfe-1e31-4590-ac64-517c2d1d3e51 {
  margin-left: 35px;
}
}

  #s-99123bfe-1e31-4590-ac64-517c2d1d3e51-root {
    text-align: left;
  }


#s-99123bfe-1e31-4590-ac64-517c2d1d3e51.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-99123bfe-1e31-4590-ac64-517c2d1d3e51-root {
    text-align: left;
  }


#s-99123bfe-1e31-4590-ac64-517c2d1d3e51.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99123bfe-1e31-4590-ac64-517c2d1d3e51-root {
    text-align: left;
  }


#s-99123bfe-1e31-4590-ac64-517c2d1d3e51.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99123bfe-1e31-4590-ac64-517c2d1d3e51-root {
    text-align: left;
  }


#s-99123bfe-1e31-4590-ac64-517c2d1d3e51.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-99123bfe-1e31-4590-ac64-517c2d1d3e51-root {
    text-align: left;
  }


#s-99123bfe-1e31-4590-ac64-517c2d1d3e51.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b29ed16c-c93d-47c3-b8be-fe867bbd1c82 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-b29ed16c-c93d-47c3-b8be-fe867bbd1c82 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b29ed16c-c93d-47c3-b8be-fe867bbd1c82 {
  min-height: 550px;
display: none;
}
#s-b29ed16c-c93d-47c3-b8be-fe867bbd1c82, #wrap-s-b29ed16c-c93d-47c3-b8be-fe867bbd1c82 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b29ed16c-c93d-47c3-b8be-fe867bbd1c82 {
  min-height: 400px;
display: none;
}
#s-b29ed16c-c93d-47c3-b8be-fe867bbd1c82, #wrap-s-b29ed16c-c93d-47c3-b8be-fe867bbd1c82 { display:none !important; }}@media (max-width: 767px){#s-b29ed16c-c93d-47c3-b8be-fe867bbd1c82 {
  min-height: 300px;
display: none;
}
#s-b29ed16c-c93d-47c3-b8be-fe867bbd1c82, #wrap-s-b29ed16c-c93d-47c3-b8be-fe867bbd1c82 { display:none !important; }}
#s-b29ed16c-c93d-47c3-b8be-fe867bbd1c82 {
  background-image: url(https://i.shgcdn.com/766214c1-721e-4d3a-9830-c2db60adcc7b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b29ed16c-c93d-47c3-b8be-fe867bbd1c82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b29ed16c-c93d-47c3-b8be-fe867bbd1c82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af52d4ed-e798-4cdf-ac78-14e4fb3d27f1 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-af52d4ed-e798-4cdf-ac78-14e4fb3d27f1 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af52d4ed-e798-4cdf-ac78-14e4fb3d27f1 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-af52d4ed-e798-4cdf-ac78-14e4fb3d27f1 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-af52d4ed-e798-4cdf-ac78-14e4fb3d27f1 {
  margin-left: 35px;
max-width: 60%;
}
}
#s-af52d4ed-e798-4cdf-ac78-14e4fb3d27f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-af52d4ed-e798-4cdf-ac78-14e4fb3d27f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-af52d4ed-e798-4cdf-ac78-14e4fb3d27f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-fab09073-1362-4e5b-bce4-e759cbd918bf {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-fab09073-1362-4e5b-bce4-e759cbd918bf {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fab09073-1362-4e5b-bce4-e759cbd918bf {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fab09073-1362-4e5b-bce4-e759cbd918bf {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-fab09073-1362-4e5b-bce4-e759cbd918bf {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-fab09073-1362-4e5b-bce4-e759cbd918bf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-fab09073-1362-4e5b-bce4-e759cbd918bf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fab09073-1362-4e5b-bce4-e759cbd918bf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-fab09073-1362-4e5b-bce4-e759cbd918bf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16 {
  margin-left: 35px;
}
}

  #s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16-root {
    text-align: left;
  }


#s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16-root {
    text-align: left;
  }


#s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16-root {
    text-align: left;
  }


#s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16-root {
    text-align: left;
  }


#s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16-root {
    text-align: left;
  }


#s-74e6d442-1aa1-442c-9a1d-1faa3d6d7f16.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-23c5e9cf-c572-49f9-83e2-61c0a57f9683 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-23c5e9cf-c572-49f9-83e2-61c0a57f9683 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23c5e9cf-c572-49f9-83e2-61c0a57f9683 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-23c5e9cf-c572-49f9-83e2-61c0a57f9683 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-23c5e9cf-c572-49f9-83e2-61c0a57f9683 {
  min-height: 300px;
}
}
#s-23c5e9cf-c572-49f9-83e2-61c0a57f9683 {
  background-image: url(https://i.shgcdn.com/7c27c1e9-a86a-4aca-92d5-91885a524eb0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-23c5e9cf-c572-49f9-83e2-61c0a57f9683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23c5e9cf-c572-49f9-83e2-61c0a57f9683.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61003c6c-8614-4d9b-b643-a861921a6353 {
  text-align: center;
}
@media (min-width: 1200px){#s-61003c6c-8614-4d9b-b643-a861921a6353 {
  margin-left: 100px;
margin-bottom: 10px;
max-width: 450px;
text-align: left;
}
}






  #s-61003c6c-8614-4d9b-b643-a861921a6353 img.shogun-image {
    

    
    
    
  }


#s-61003c6c-8614-4d9b-b643-a861921a6353 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d95dc14-9669-4b44-808b-aefba381e6ff {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-3d95dc14-9669-4b44-808b-aefba381e6ff {
  margin-left: 100px;
margin-right: 100px;
max-width: 50%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d95dc14-9669-4b44-808b-aefba381e6ff {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d95dc14-9669-4b44-808b-aefba381e6ff {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-3d95dc14-9669-4b44-808b-aefba381e6ff {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-3d95dc14-9669-4b44-808b-aefba381e6ff .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-3d95dc14-9669-4b44-808b-aefba381e6ff .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3d95dc14-9669-4b44-808b-aefba381e6ff .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-b75b8e28-886b-4054-a890-97026dae2bcc {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b75b8e28-886b-4054-a890-97026dae2bcc:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b75b8e28-886b-4054-a890-97026dae2bcc:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b75b8e28-886b-4054-a890-97026dae2bcc {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b75b8e28-886b-4054-a890-97026dae2bcc {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b75b8e28-886b-4054-a890-97026dae2bcc {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b75b8e28-886b-4054-a890-97026dae2bcc {
  margin-left: 35px;
}
}

  #s-b75b8e28-886b-4054-a890-97026dae2bcc-root {
    text-align: left;
  }


#s-b75b8e28-886b-4054-a890-97026dae2bcc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b75b8e28-886b-4054-a890-97026dae2bcc-root {
    text-align: left;
  }


#s-b75b8e28-886b-4054-a890-97026dae2bcc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b75b8e28-886b-4054-a890-97026dae2bcc-root {
    text-align: left;
  }


#s-b75b8e28-886b-4054-a890-97026dae2bcc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b75b8e28-886b-4054-a890-97026dae2bcc-root {
    text-align: left;
  }


#s-b75b8e28-886b-4054-a890-97026dae2bcc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b75b8e28-886b-4054-a890-97026dae2bcc-root {
    text-align: left;
  }


#s-b75b8e28-886b-4054-a890-97026dae2bcc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bfb7cd70-5f03-4a24-80c1-70206b0a2e98 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-bfb7cd70-5f03-4a24-80c1-70206b0a2e98 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bfb7cd70-5f03-4a24-80c1-70206b0a2e98 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfb7cd70-5f03-4a24-80c1-70206b0a2e98 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-bfb7cd70-5f03-4a24-80c1-70206b0a2e98 {
  min-height: 300px;
}
}
#s-bfb7cd70-5f03-4a24-80c1-70206b0a2e98 {
  background-image: url(https://i.shgcdn.com/c5aac79f-eef2-4913-a8a5-5c117dd1b149/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bfb7cd70-5f03-4a24-80c1-70206b0a2e98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfb7cd70-5f03-4a24-80c1-70206b0a2e98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7abad695-247b-44c4-b000-aa3e945fd0d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7abad695-247b-44c4-b000-aa3e945fd0d7 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-7abad695-247b-44c4-b000-aa3e945fd0d7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-7abad695-247b-44c4-b000-aa3e945fd0d7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}


}
#s-b111de24-1601-4a42-bb88-c1fd1e9f8993 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-b111de24-1601-4a42-bb88-c1fd1e9f8993 {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b111de24-1601-4a42-bb88-c1fd1e9f8993 {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b111de24-1601-4a42-bb88-c1fd1e9f8993 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-b111de24-1601-4a42-bb88-c1fd1e9f8993 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-b111de24-1601-4a42-bb88-c1fd1e9f8993 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-b111de24-1601-4a42-bb88-c1fd1e9f8993 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b111de24-1601-4a42-bb88-c1fd1e9f8993 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3 {
  margin-left: 35px;
}
}

  #s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3-root {
    text-align: left;
  }


#s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3-root {
    text-align: left;
  }


#s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3-root {
    text-align: left;
  }


#s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3-root {
    text-align: left;
  }


#s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3-root {
    text-align: left;
  }


#s-b0d8cf35-20cb-4af9-b426-4f7b8ccf4ec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1ddd2ff4-0760-4f07-9d83-1bc01f66ac6b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-1ddd2ff4-0760-4f07-9d83-1bc01f66ac6b {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ddd2ff4-0760-4f07-9d83-1bc01f66ac6b {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ddd2ff4-0760-4f07-9d83-1bc01f66ac6b {
  min-height: 400px;
}
}@media (max-width: 767px){#s-1ddd2ff4-0760-4f07-9d83-1bc01f66ac6b {
  min-height: 300px;
}
}
#s-1ddd2ff4-0760-4f07-9d83-1bc01f66ac6b {
  background-image: url(https://i.shgcdn.com/7a1be83b-7a16-4357-8210-013bd6f7236c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1ddd2ff4-0760-4f07-9d83-1bc01f66ac6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ddd2ff4-0760-4f07-9d83-1bc01f66ac6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3fdb6c3-e11e-42fb-a626-27bba53cda5c {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-d3fdb6c3-e11e-42fb-a626-27bba53cda5c {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3fdb6c3-e11e-42fb-a626-27bba53cda5c {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3fdb6c3-e11e-42fb-a626-27bba53cda5c {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-d3fdb6c3-e11e-42fb-a626-27bba53cda5c img.shogun-image {
    

    
    
    
  }


#s-d3fdb6c3-e11e-42fb-a626-27bba53cda5c .shogun-image-content {
  
    align-items: center;
  
}

#s-52c8ff21-9008-495f-828f-eaf3711d286d {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-52c8ff21-9008-495f-828f-eaf3711d286d {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52c8ff21-9008-495f-828f-eaf3711d286d {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-52c8ff21-9008-495f-828f-eaf3711d286d {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-52c8ff21-9008-495f-828f-eaf3711d286d {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-52c8ff21-9008-495f-828f-eaf3711d286d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-52c8ff21-9008-495f-828f-eaf3711d286d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-bc4d196a-be8a-4814-83fe-d09751246d23 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bc4d196a-be8a-4814-83fe-d09751246d23:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bc4d196a-be8a-4814-83fe-d09751246d23:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-bc4d196a-be8a-4814-83fe-d09751246d23 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc4d196a-be8a-4814-83fe-d09751246d23 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc4d196a-be8a-4814-83fe-d09751246d23 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-bc4d196a-be8a-4814-83fe-d09751246d23 {
  margin-left: 35px;
}
}

  #s-bc4d196a-be8a-4814-83fe-d09751246d23-root {
    text-align: left;
  }


#s-bc4d196a-be8a-4814-83fe-d09751246d23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc4d196a-be8a-4814-83fe-d09751246d23-root {
    text-align: left;
  }


#s-bc4d196a-be8a-4814-83fe-d09751246d23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc4d196a-be8a-4814-83fe-d09751246d23-root {
    text-align: left;
  }


#s-bc4d196a-be8a-4814-83fe-d09751246d23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc4d196a-be8a-4814-83fe-d09751246d23-root {
    text-align: left;
  }


#s-bc4d196a-be8a-4814-83fe-d09751246d23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc4d196a-be8a-4814-83fe-d09751246d23-root {
    text-align: left;
  }


#s-bc4d196a-be8a-4814-83fe-d09751246d23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b0ec5bd6-35c0-4bd1-be42-b2662845d8ae {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-b0ec5bd6-35c0-4bd1-be42-b2662845d8ae {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0ec5bd6-35c0-4bd1-be42-b2662845d8ae {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0ec5bd6-35c0-4bd1-be42-b2662845d8ae {
  min-height: 400px;
}
}@media (max-width: 767px){#s-b0ec5bd6-35c0-4bd1-be42-b2662845d8ae {
  min-height: 300px;
}
}
#s-b0ec5bd6-35c0-4bd1-be42-b2662845d8ae {
  background-image: url(https://i.shgcdn.com/fcf4a0d2-c173-4a98-bc28-bef51a613071/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b0ec5bd6-35c0-4bd1-be42-b2662845d8ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0ec5bd6-35c0-4bd1-be42-b2662845d8ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-357e2a8d-18cc-49f8-b54a-09185f51efcb {
  text-align: left;
}
@media (min-width: 1200px){#s-357e2a8d-18cc-49f8-b54a-09185f51efcb {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-357e2a8d-18cc-49f8-b54a-09185f51efcb {
  margin-top: 0px;
margin-left: 100px;
max-width: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-357e2a8d-18cc-49f8-b54a-09185f51efcb {
  margin-top: 0px;
margin-left: 50px;
max-width: 150px;
}
}@media (max-width: 767px){#s-357e2a8d-18cc-49f8-b54a-09185f51efcb {
  margin-top: 20px;
margin-left: 35px;
max-width: 150px;
}
}






  #s-357e2a8d-18cc-49f8-b54a-09185f51efcb img.shogun-image {
    

    
    
    
  }


#s-357e2a8d-18cc-49f8-b54a-09185f51efcb .shogun-image-content {
  
    align-items: center;
  
}

#s-e7ad3faf-2fc3-44e3-a22a-a0624a7fd333 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-e7ad3faf-2fc3-44e3-a22a-a0624a7fd333 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7ad3faf-2fc3-44e3-a22a-a0624a7fd333 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7ad3faf-2fc3-44e3-a22a-a0624a7fd333 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-e7ad3faf-2fc3-44e3-a22a-a0624a7fd333 img.shogun-image {
    

    
    
    
  }


#s-e7ad3faf-2fc3-44e3-a22a-a0624a7fd333 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bbbcb3a-cbaa-4eb8-9831-9c4cb5314464 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-4bbbcb3a-cbaa-4eb8-9831-9c4cb5314464 {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4bbbcb3a-cbaa-4eb8-9831-9c4cb5314464 {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bbbcb3a-cbaa-4eb8-9831-9c4cb5314464 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-4bbbcb3a-cbaa-4eb8-9831-9c4cb5314464 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-4bbbcb3a-cbaa-4eb8-9831-9c4cb5314464 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-4bbbcb3a-cbaa-4eb8-9831-9c4cb5314464 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc {
  margin-left: 35px;
}
}

  #s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc-root {
    text-align: left;
  }


#s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc-root {
    text-align: left;
  }


#s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc-root {
    text-align: left;
  }


#s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc-root {
    text-align: left;
  }


#s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc-root {
    text-align: left;
  }


#s-9272acf1-5126-4cf5-be9f-a6ce591bc4cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-385ce76e-ddcd-4cd2-a0e8-6ec0feaf28c1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-385ce76e-ddcd-4cd2-a0e8-6ec0feaf28c1 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-385ce76e-ddcd-4cd2-a0e8-6ec0feaf28c1 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-385ce76e-ddcd-4cd2-a0e8-6ec0feaf28c1 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-385ce76e-ddcd-4cd2-a0e8-6ec0feaf28c1 {
  min-height: 300px;
}
}
#s-385ce76e-ddcd-4cd2-a0e8-6ec0feaf28c1 {
  background-image: url(https://i.shgcdn.com/58d464e8-652c-4acc-bdda-0215382cf5a1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-385ce76e-ddcd-4cd2-a0e8-6ec0feaf28c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-385ce76e-ddcd-4cd2-a0e8-6ec0feaf28c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7445b0cc-a4f2-412d-96b7-5df00452839d {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-7445b0cc-a4f2-412d-96b7-5df00452839d {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7445b0cc-a4f2-412d-96b7-5df00452839d {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7445b0cc-a4f2-412d-96b7-5df00452839d {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-7445b0cc-a4f2-412d-96b7-5df00452839d {
  margin-left: 35px;
max-width: 60%;
}
}
#s-7445b0cc-a4f2-412d-96b7-5df00452839d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7445b0cc-a4f2-412d-96b7-5df00452839d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-7445b0cc-a4f2-412d-96b7-5df00452839d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-d85ad45b-862c-4b56-bf2e-9ac3466b1c69 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-d85ad45b-862c-4b56-bf2e-9ac3466b1c69 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d85ad45b-862c-4b56-bf2e-9ac3466b1c69 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d85ad45b-862c-4b56-bf2e-9ac3466b1c69 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-d85ad45b-862c-4b56-bf2e-9ac3466b1c69 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-d85ad45b-862c-4b56-bf2e-9ac3466b1c69 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-d85ad45b-862c-4b56-bf2e-9ac3466b1c69 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d85ad45b-862c-4b56-bf2e-9ac3466b1c69 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-d85ad45b-862c-4b56-bf2e-9ac3466b1c69 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-35170c64-4194-482d-898e-eadf8dccfc87 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-35170c64-4194-482d-898e-eadf8dccfc87:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-35170c64-4194-482d-898e-eadf8dccfc87:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-35170c64-4194-482d-898e-eadf8dccfc87 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35170c64-4194-482d-898e-eadf8dccfc87 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-35170c64-4194-482d-898e-eadf8dccfc87 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-35170c64-4194-482d-898e-eadf8dccfc87 {
  margin-left: 35px;
}
}

  #s-35170c64-4194-482d-898e-eadf8dccfc87-root {
    text-align: left;
  }


#s-35170c64-4194-482d-898e-eadf8dccfc87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35170c64-4194-482d-898e-eadf8dccfc87-root {
    text-align: left;
  }


#s-35170c64-4194-482d-898e-eadf8dccfc87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35170c64-4194-482d-898e-eadf8dccfc87-root {
    text-align: left;
  }


#s-35170c64-4194-482d-898e-eadf8dccfc87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35170c64-4194-482d-898e-eadf8dccfc87-root {
    text-align: left;
  }


#s-35170c64-4194-482d-898e-eadf8dccfc87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35170c64-4194-482d-898e-eadf8dccfc87-root {
    text-align: left;
  }


#s-35170c64-4194-482d-898e-eadf8dccfc87.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5c776ab9-935a-4e9c-92c2-d5f890de9dd7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-5c776ab9-935a-4e9c-92c2-d5f890de9dd7 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c776ab9-935a-4e9c-92c2-d5f890de9dd7 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c776ab9-935a-4e9c-92c2-d5f890de9dd7 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-5c776ab9-935a-4e9c-92c2-d5f890de9dd7 {
  min-height: 300px;
}
}
#s-5c776ab9-935a-4e9c-92c2-d5f890de9dd7 {
  background-image: url(https://i.shgcdn.com/766214c1-721e-4d3a-9830-c2db60adcc7b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5c776ab9-935a-4e9c-92c2-d5f890de9dd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c776ab9-935a-4e9c-92c2-d5f890de9dd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcf5d5d0-7294-4d4d-aed5-1e797ae20ae8 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-fcf5d5d0-7294-4d4d-aed5-1e797ae20ae8 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fcf5d5d0-7294-4d4d-aed5-1e797ae20ae8 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fcf5d5d0-7294-4d4d-aed5-1e797ae20ae8 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-fcf5d5d0-7294-4d4d-aed5-1e797ae20ae8 {
  margin-left: 35px;
max-width: 60%;
}
}
#s-fcf5d5d0-7294-4d4d-aed5-1e797ae20ae8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-fcf5d5d0-7294-4d4d-aed5-1e797ae20ae8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-fcf5d5d0-7294-4d4d-aed5-1e797ae20ae8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-87f7fc23-075b-4d16-a337-6bdbef6040ba {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-87f7fc23-075b-4d16-a337-6bdbef6040ba {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87f7fc23-075b-4d16-a337-6bdbef6040ba {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-87f7fc23-075b-4d16-a337-6bdbef6040ba {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-87f7fc23-075b-4d16-a337-6bdbef6040ba {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-87f7fc23-075b-4d16-a337-6bdbef6040ba .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-87f7fc23-075b-4d16-a337-6bdbef6040ba .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-87f7fc23-075b-4d16-a337-6bdbef6040ba .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-87f7fc23-075b-4d16-a337-6bdbef6040ba .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2 {
  margin-left: 35px;
}
}

  #s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2-root {
    text-align: left;
  }


#s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2-root {
    text-align: left;
  }


#s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2-root {
    text-align: left;
  }


#s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2-root {
    text-align: left;
  }


#s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2-root {
    text-align: left;
  }


#s-ba37ad3f-7b5c-4668-acc6-0591117ac5a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-190b735d-2c35-47bd-8b14-de24e7265b60 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-190b735d-2c35-47bd-8b14-de24e7265b60 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-190b735d-2c35-47bd-8b14-de24e7265b60 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-190b735d-2c35-47bd-8b14-de24e7265b60 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-190b735d-2c35-47bd-8b14-de24e7265b60 {
  min-height: 300px;
}
}
#s-190b735d-2c35-47bd-8b14-de24e7265b60 {
  background-image: url(https://i.shgcdn.com/86a6e8bd-c7f4-45ed-8e70-ffcda0c1f2d4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-190b735d-2c35-47bd-8b14-de24e7265b60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-190b735d-2c35-47bd-8b14-de24e7265b60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc65626a-147a-4f72-a832-d32b23a072d9 {
  text-align: center;
}
@media (min-width: 1200px){#s-bc65626a-147a-4f72-a832-d32b23a072d9 {
  margin-left: 97px;
max-width: 25%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc65626a-147a-4f72-a832-d32b23a072d9 {
  margin-left: 97px;
max-width: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc65626a-147a-4f72-a832-d32b23a072d9 {
  margin-left: 50px;
max-width: 35%;
}
}






  #s-bc65626a-147a-4f72-a832-d32b23a072d9 img.shogun-image {
    

    
    
    
  }


#s-bc65626a-147a-4f72-a832-d32b23a072d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-83cf5f6c-c857-430d-a1dc-c991b8e18941 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-83cf5f6c-c857-430d-a1dc-c991b8e18941 {
  margin-left: 100px;
margin-right: 100px;
max-width: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83cf5f6c-c857-430d-a1dc-c991b8e18941 {
  margin-left: 100px;
margin-right: 0px;
max-width: 35%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-83cf5f6c-c857-430d-a1dc-c991b8e18941 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-83cf5f6c-c857-430d-a1dc-c991b8e18941 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-83cf5f6c-c857-430d-a1dc-c991b8e18941 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-df9b025c-2620-466e-a59c-aa2eb7d39632 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-df9b025c-2620-466e-a59c-aa2eb7d39632:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-df9b025c-2620-466e-a59c-aa2eb7d39632:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-df9b025c-2620-466e-a59c-aa2eb7d39632 {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df9b025c-2620-466e-a59c-aa2eb7d39632 {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-df9b025c-2620-466e-a59c-aa2eb7d39632 {
  margin-left: 50px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-df9b025c-2620-466e-a59c-aa2eb7d39632 {
  margin-left: 35px;
}
}

  #s-df9b025c-2620-466e-a59c-aa2eb7d39632-root {
    text-align: left;
  }


#s-df9b025c-2620-466e-a59c-aa2eb7d39632.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-df9b025c-2620-466e-a59c-aa2eb7d39632-root {
    text-align: left;
  }


#s-df9b025c-2620-466e-a59c-aa2eb7d39632.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df9b025c-2620-466e-a59c-aa2eb7d39632-root {
    text-align: left;
  }


#s-df9b025c-2620-466e-a59c-aa2eb7d39632.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df9b025c-2620-466e-a59c-aa2eb7d39632-root {
    text-align: left;
  }


#s-df9b025c-2620-466e-a59c-aa2eb7d39632.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-df9b025c-2620-466e-a59c-aa2eb7d39632-root {
    text-align: left;
  }


#s-df9b025c-2620-466e-a59c-aa2eb7d39632.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dcfc3890-9940-4f47-a7ac-825fe83dbe3c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center bottom;
}
@media (min-width: 1200px){#s-dcfc3890-9940-4f47-a7ac-825fe83dbe3c {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcfc3890-9940-4f47-a7ac-825fe83dbe3c {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dcfc3890-9940-4f47-a7ac-825fe83dbe3c {
  min-height: 400px;
}
}@media (max-width: 767px){#s-dcfc3890-9940-4f47-a7ac-825fe83dbe3c {
  min-height: 300px;
}
}
#s-dcfc3890-9940-4f47-a7ac-825fe83dbe3c {
  background-image: url(https://i.shgcdn.com/fbb7f079-bf8a-432e-9647-8e54d1b029f2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-dcfc3890-9940-4f47-a7ac-825fe83dbe3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcfc3890-9940-4f47-a7ac-825fe83dbe3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48e922bf-2235-4e76-9080-48e59f0d8a58 {
  margin-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-48e922bf-2235-4e76-9080-48e59f0d8a58 {
  margin-top: 23px;
margin-left: 100px;
margin-right: 0px;
max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48e922bf-2235-4e76-9080-48e59f0d8a58 {
  margin-top: 20px;
margin-left: 100px;
max-width: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-48e922bf-2235-4e76-9080-48e59f0d8a58 {
  margin-top: 50px;
margin-left: 50px;
max-width: 150px;
}
}@media (max-width: 767px){#s-48e922bf-2235-4e76-9080-48e59f0d8a58 {
  margin-top: 20px;
margin-left: 35px;
max-width: 150px;
}
}






  #s-48e922bf-2235-4e76-9080-48e59f0d8a58 img.shogun-image {
    

    
    
    
  }


#s-48e922bf-2235-4e76-9080-48e59f0d8a58 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5c1dba2-b9b4-44c4-b43f-dadef4326461 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-d5c1dba2-b9b4-44c4-b43f-dadef4326461 {
  margin-left: 100px;
margin-right: 100px;
max-width: 60%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5c1dba2-b9b4-44c4-b43f-dadef4326461 {
  margin-left: 100px;
margin-right: 0px;
max-width: 60%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5c1dba2-b9b4-44c4-b43f-dadef4326461 {
  margin-left: 50px;
max-width: 65%;
}
}@media (max-width: 767px){#s-d5c1dba2-b9b4-44c4-b43f-dadef4326461 {
  margin-left: 35px;
max-width: 60%;
}
}
#s-d5c1dba2-b9b4-44c4-b43f-dadef4326461 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-d5c1dba2-b9b4-44c4-b43f-dadef4326461 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d5c1dba2-b9b4-44c4-b43f-dadef4326461 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-47c33742-476b-4054-8366-91a9c9e7dd59 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-47c33742-476b-4054-8366-91a9c9e7dd59 {
  margin-left: 100px;
margin-right: 100px;
max-width: 45%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47c33742-476b-4054-8366-91a9c9e7dd59 {
  margin-left: 100px;
margin-right: 0px;
max-width: 45%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-47c33742-476b-4054-8366-91a9c9e7dd59 {
  margin-left: 50px;
max-width: 55%;
}
}@media (max-width: 767px){#s-47c33742-476b-4054-8366-91a9c9e7dd59 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-47c33742-476b-4054-8366-91a9c9e7dd59 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-47c33742-476b-4054-8366-91a9c9e7dd59 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-5bbfa111-fb9d-4a9a-b71a-a794b521797a {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5bbfa111-fb9d-4a9a-b71a-a794b521797a:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5bbfa111-fb9d-4a9a-b71a-a794b521797a:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5bbfa111-fb9d-4a9a-b71a-a794b521797a {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5bbfa111-fb9d-4a9a-b71a-a794b521797a {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5bbfa111-fb9d-4a9a-b71a-a794b521797a {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-5bbfa111-fb9d-4a9a-b71a-a794b521797a {
  margin-left: 35px;
}
}

  #s-5bbfa111-fb9d-4a9a-b71a-a794b521797a-root {
    text-align: left;
  }


#s-5bbfa111-fb9d-4a9a-b71a-a794b521797a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5bbfa111-fb9d-4a9a-b71a-a794b521797a-root {
    text-align: left;
  }


#s-5bbfa111-fb9d-4a9a-b71a-a794b521797a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5bbfa111-fb9d-4a9a-b71a-a794b521797a-root {
    text-align: left;
  }


#s-5bbfa111-fb9d-4a9a-b71a-a794b521797a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5bbfa111-fb9d-4a9a-b71a-a794b521797a-root {
    text-align: left;
  }


#s-5bbfa111-fb9d-4a9a-b71a-a794b521797a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5bbfa111-fb9d-4a9a-b71a-a794b521797a-root {
    text-align: left;
  }


#s-5bbfa111-fb9d-4a9a-b71a-a794b521797a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-43e4ca17-4d45-4cec-93b0-a8947dff4e62 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-43e4ca17-4d45-4cec-93b0-a8947dff4e62 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43e4ca17-4d45-4cec-93b0-a8947dff4e62 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-43e4ca17-4d45-4cec-93b0-a8947dff4e62 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-43e4ca17-4d45-4cec-93b0-a8947dff4e62 {
  min-height: 300px;
}
}
#s-43e4ca17-4d45-4cec-93b0-a8947dff4e62 {
  background-image: url(https://i.shgcdn.com/6d262472-6c58-4598-891c-5841c5ceeb45/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-43e4ca17-4d45-4cec-93b0-a8947dff4e62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43e4ca17-4d45-4cec-93b0-a8947dff4e62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c9a260a-177b-44cf-824f-572da6f1d79f {
  margin-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-8c9a260a-177b-44cf-824f-572da6f1d79f {
  margin-top: 0px;
margin-left: 100px;
margin-right: 0px;
max-width: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c9a260a-177b-44cf-824f-572da6f1d79f {
  margin-top: 20px;
margin-left: 100px;
max-width: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c9a260a-177b-44cf-824f-572da6f1d79f {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 115px;
}
}@media (max-width: 767px){#s-8c9a260a-177b-44cf-824f-572da6f1d79f {
  margin-top: 20px;
margin-left: 35px;
max-width: 150px;
}
}






  #s-8c9a260a-177b-44cf-824f-572da6f1d79f img.shogun-image {
    

    
    
    
  }


#s-8c9a260a-177b-44cf-824f-572da6f1d79f .shogun-image-content {
  
    align-items: center;
  
}

#s-81d7dfd1-6c73-4b3a-b94d-cb3f3b9d6ac6 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-81d7dfd1-6c73-4b3a-b94d-cb3f3b9d6ac6 {
  margin-top: 10px;
margin-left: 100px;
margin-right: 100px;
max-width: 500px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81d7dfd1-6c73-4b3a-b94d-cb3f3b9d6ac6 {
  margin-top: 10px;
margin-left: 100px;
margin-right: 0px;
max-width: 35%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-81d7dfd1-6c73-4b3a-b94d-cb3f3b9d6ac6 {
  margin-top: 10px;
margin-left: 50px;
}
}@media (max-width: 767px){#s-81d7dfd1-6c73-4b3a-b94d-cb3f3b9d6ac6 {
  margin-left: 35px;
max-width: 60%;
}
}
#s-81d7dfd1-6c73-4b3a-b94d-cb3f3b9d6ac6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-81d7dfd1-6c73-4b3a-b94d-cb3f3b9d6ac6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-81d7dfd1-6c73-4b3a-b94d-cb3f3b9d6ac6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-1cd97d60-22bb-4ab6-b123-65fbdcd1ebbc {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 500px;
text-align: left;
}
@media (min-width: 1200px){#s-1cd97d60-22bb-4ab6-b123-65fbdcd1ebbc {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cd97d60-22bb-4ab6-b123-65fbdcd1ebbc {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cd97d60-22bb-4ab6-b123-65fbdcd1ebbc {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-1cd97d60-22bb-4ab6-b123-65fbdcd1ebbc {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-1cd97d60-22bb-4ab6-b123-65fbdcd1ebbc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-1cd97d60-22bb-4ab6-b123-65fbdcd1ebbc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-f822d352-def5-440c-a98d-84f5b5886948 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f822d352-def5-440c-a98d-84f5b5886948:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f822d352-def5-440c-a98d-84f5b5886948:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f822d352-def5-440c-a98d-84f5b5886948 {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f822d352-def5-440c-a98d-84f5b5886948 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f822d352-def5-440c-a98d-84f5b5886948 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-f822d352-def5-440c-a98d-84f5b5886948 {
  margin-left: 35px;
}
}

  #s-f822d352-def5-440c-a98d-84f5b5886948-root {
    text-align: left;
  }


#s-f822d352-def5-440c-a98d-84f5b5886948.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f822d352-def5-440c-a98d-84f5b5886948-root {
    text-align: left;
  }


#s-f822d352-def5-440c-a98d-84f5b5886948.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f822d352-def5-440c-a98d-84f5b5886948-root {
    text-align: left;
  }


#s-f822d352-def5-440c-a98d-84f5b5886948.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f822d352-def5-440c-a98d-84f5b5886948-root {
    text-align: left;
  }


#s-f822d352-def5-440c-a98d-84f5b5886948.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f822d352-def5-440c-a98d-84f5b5886948-root {
    text-align: left;
  }


#s-f822d352-def5-440c-a98d-84f5b5886948.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8e863750-1957-4982-a3b9-c2cec3e9bba0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center bottom;
}
@media (min-width: 1200px){#s-8e863750-1957-4982-a3b9-c2cec3e9bba0 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e863750-1957-4982-a3b9-c2cec3e9bba0 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e863750-1957-4982-a3b9-c2cec3e9bba0 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-8e863750-1957-4982-a3b9-c2cec3e9bba0 {
  min-height: 300px;
}
}
#s-8e863750-1957-4982-a3b9-c2cec3e9bba0 {
  background-image: url(https://i.shgcdn.com/3c17330d-c47c-473b-ad7b-d14e9173518b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8e863750-1957-4982-a3b9-c2cec3e9bba0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e863750-1957-4982-a3b9-c2cec3e9bba0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6a8d400e-73bf-4196-809e-5068aa692490 {
  text-align: left;
}
@media (min-width: 1200px){#s-6a8d400e-73bf-4196-809e-5068aa692490 {
  margin-top: 100px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a8d400e-73bf-4196-809e-5068aa692490 {
  margin-top: 100px;
margin-left: 100px;
max-width: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a8d400e-73bf-4196-809e-5068aa692490 {
  margin-top: 50px;
margin-left: 50px;
max-width: 150px;
}
}@media (max-width: 767px){#s-6a8d400e-73bf-4196-809e-5068aa692490 {
  margin-top: 20px;
margin-left: 35px;
max-width: 150px;
}
}






  #s-6a8d400e-73bf-4196-809e-5068aa692490 img.shogun-image {
    

    
    
    
  }


#s-6a8d400e-73bf-4196-809e-5068aa692490 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f5dfa39-90a3-490c-8777-67375bb60808 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-6f5dfa39-90a3-490c-8777-67375bb60808 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f5dfa39-90a3-490c-8777-67375bb60808 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f5dfa39-90a3-490c-8777-67375bb60808 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-6f5dfa39-90a3-490c-8777-67375bb60808 {
  margin-left: 35px;
max-width: 60%;
}
}
#s-6f5dfa39-90a3-490c-8777-67375bb60808 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6f5dfa39-90a3-490c-8777-67375bb60808 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-6f5dfa39-90a3-490c-8777-67375bb60808 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-0e3d70d8-5d22-4906-98a2-92757919e70c {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-0e3d70d8-5d22-4906-98a2-92757919e70c {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e3d70d8-5d22-4906-98a2-92757919e70c {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e3d70d8-5d22-4906-98a2-92757919e70c {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-0e3d70d8-5d22-4906-98a2-92757919e70c {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-0e3d70d8-5d22-4906-98a2-92757919e70c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-0e3d70d8-5d22-4906-98a2-92757919e70c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0e3d70d8-5d22-4906-98a2-92757919e70c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-0e3d70d8-5d22-4906-98a2-92757919e70c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-d87e49d5-24b0-4790-9f7e-8b95eabe4747 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d87e49d5-24b0-4790-9f7e-8b95eabe4747:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d87e49d5-24b0-4790-9f7e-8b95eabe4747:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d87e49d5-24b0-4790-9f7e-8b95eabe4747 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d87e49d5-24b0-4790-9f7e-8b95eabe4747 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d87e49d5-24b0-4790-9f7e-8b95eabe4747 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d87e49d5-24b0-4790-9f7e-8b95eabe4747 {
  margin-left: 35px;
}
}

  #s-d87e49d5-24b0-4790-9f7e-8b95eabe4747-root {
    text-align: left;
  }


#s-d87e49d5-24b0-4790-9f7e-8b95eabe4747.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d87e49d5-24b0-4790-9f7e-8b95eabe4747-root {
    text-align: left;
  }


#s-d87e49d5-24b0-4790-9f7e-8b95eabe4747.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d87e49d5-24b0-4790-9f7e-8b95eabe4747-root {
    text-align: left;
  }


#s-d87e49d5-24b0-4790-9f7e-8b95eabe4747.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d87e49d5-24b0-4790-9f7e-8b95eabe4747-root {
    text-align: left;
  }


#s-d87e49d5-24b0-4790-9f7e-8b95eabe4747.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d87e49d5-24b0-4790-9f7e-8b95eabe4747-root {
    text-align: left;
  }


#s-d87e49d5-24b0-4790-9f7e-8b95eabe4747.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4aba3def-a1ca-4867-835d-9b1d650efe4f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-4aba3def-a1ca-4867-835d-9b1d650efe4f {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4aba3def-a1ca-4867-835d-9b1d650efe4f {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4aba3def-a1ca-4867-835d-9b1d650efe4f {
  min-height: 400px;
}
}@media (max-width: 767px){#s-4aba3def-a1ca-4867-835d-9b1d650efe4f {
  min-height: 300px;
}
}
#s-4aba3def-a1ca-4867-835d-9b1d650efe4f {
  background-image: url(https://i.shgcdn.com/0b7afdcd-66b2-48b0-b456-edf5eb2b4a37/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4aba3def-a1ca-4867-835d-9b1d650efe4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aba3def-a1ca-4867-835d-9b1d650efe4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2209219f-8ac5-4454-8cd6-4380af1ea55a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-2209219f-8ac5-4454-8cd6-4380af1ea55a {
  margin-left: 85px;
max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2209219f-8ac5-4454-8cd6-4380af1ea55a {
  margin-left: 80px;
margin-right: 0px;
max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2209219f-8ac5-4454-8cd6-4380af1ea55a {
  margin-left: 40px;
max-width: 150px;
}
}@media (max-width: 767px){#s-2209219f-8ac5-4454-8cd6-4380af1ea55a {
  margin-left: 30px;
max-width: 100px;
}
}






  #s-2209219f-8ac5-4454-8cd6-4380af1ea55a img.shogun-image {
    

    
    
    
  }


#s-2209219f-8ac5-4454-8cd6-4380af1ea55a .shogun-image-content {
  
    align-items: center;
  
}

#s-1bdc4e63-aa92-494e-a9f5-0ea820a89e31 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 50%;
text-align: left;
}
@media (min-width: 1200px){#s-1bdc4e63-aa92-494e-a9f5-0ea820a89e31 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1bdc4e63-aa92-494e-a9f5-0ea820a89e31 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1bdc4e63-aa92-494e-a9f5-0ea820a89e31 {
  margin-left: 50px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-1bdc4e63-aa92-494e-a9f5-0ea820a89e31 {
  margin-left: 35px;
padding-top: 0px;
}
}
#s-1bdc4e63-aa92-494e-a9f5-0ea820a89e31 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-1bdc4e63-aa92-494e-a9f5-0ea820a89e31 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1bdc4e63-aa92-494e-a9f5-0ea820a89e31 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1bdc4e63-aa92-494e-a9f5-0ea820a89e31 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  
}


}
#s-2b0654cb-9390-432e-8d22-14a70a8aa900 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 550px;
text-align: left;
}
@media (min-width: 1200px){#s-2b0654cb-9390-432e-8d22-14a70a8aa900 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b0654cb-9390-432e-8d22-14a70a8aa900 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b0654cb-9390-432e-8d22-14a70a8aa900 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-2b0654cb-9390-432e-8d22-14a70a8aa900 {
  margin-left: 35px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-2b0654cb-9390-432e-8d22-14a70a8aa900 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-2b0654cb-9390-432e-8d22-14a70a8aa900 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2b0654cb-9390-432e-8d22-14a70a8aa900 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2b0654cb-9390-432e-8d22-14a70a8aa900 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-6a00f32f-86b1-4d97-983d-064c08fb61d2 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6a00f32f-86b1-4d97-983d-064c08fb61d2:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6a00f32f-86b1-4d97-983d-064c08fb61d2:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6a00f32f-86b1-4d97-983d-064c08fb61d2 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a00f32f-86b1-4d97-983d-064c08fb61d2 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a00f32f-86b1-4d97-983d-064c08fb61d2 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-6a00f32f-86b1-4d97-983d-064c08fb61d2 {
  margin-left: 35px;
}
}

  #s-6a00f32f-86b1-4d97-983d-064c08fb61d2-root {
    text-align: left;
  }


#s-6a00f32f-86b1-4d97-983d-064c08fb61d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a00f32f-86b1-4d97-983d-064c08fb61d2-root {
    text-align: left;
  }


#s-6a00f32f-86b1-4d97-983d-064c08fb61d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a00f32f-86b1-4d97-983d-064c08fb61d2-root {
    text-align: left;
  }


#s-6a00f32f-86b1-4d97-983d-064c08fb61d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a00f32f-86b1-4d97-983d-064c08fb61d2-root {
    text-align: left;
  }


#s-6a00f32f-86b1-4d97-983d-064c08fb61d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a00f32f-86b1-4d97-983d-064c08fb61d2-root {
    text-align: left;
  }


#s-6a00f32f-86b1-4d97-983d-064c08fb61d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-43797eec-92ca-4aae-a1ca-8e922c1bc5b1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-43797eec-92ca-4aae-a1ca-8e922c1bc5b1 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43797eec-92ca-4aae-a1ca-8e922c1bc5b1 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-43797eec-92ca-4aae-a1ca-8e922c1bc5b1 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-43797eec-92ca-4aae-a1ca-8e922c1bc5b1 {
  min-height: 300px;
}
}
#s-43797eec-92ca-4aae-a1ca-8e922c1bc5b1 {
  background-image: url(https://i.shgcdn.com/4ba16432-1ce3-469f-86cf-9430423622a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-43797eec-92ca-4aae-a1ca-8e922c1bc5b1 > .shg-box-overlay {
  background-color: rgba(5, 5, 5, 0.99);
  opacity: 0.05;
}#s-43797eec-92ca-4aae-a1ca-8e922c1bc5b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5c09d7d-dbd3-4132-9dd9-3566f6e17434 {
  max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-e5c09d7d-dbd3-4132-9dd9-3566f6e17434 {
  padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 0px;
max-width: 525px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5c09d7d-dbd3-4132-9dd9-3566f6e17434 {
  padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
max-width: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5c09d7d-dbd3-4132-9dd9-3566f6e17434 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
max-width: 300px;
}
}@media (max-width: 767px){#s-e5c09d7d-dbd3-4132-9dd9-3566f6e17434 {
  padding-top: 20px;
padding-left: 18px;
padding-bottom: 20px;
}
}






  #s-e5c09d7d-dbd3-4132-9dd9-3566f6e17434 img.shogun-image {
    

    
    
    
  }


#s-e5c09d7d-dbd3-4132-9dd9-3566f6e17434 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b {
  margin-top: 0px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b {
  margin-left: 60px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b {
  margin-left: 35px;
}
}

  #s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b-root {
    text-align: left;
  }


#s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b-root {
    text-align: left;
  }


#s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b-root {
    text-align: left;
  }


#s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b-root {
    text-align: left;
  }


#s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b-root {
    text-align: left;
  }


#s-3f939d26-7ae0-484e-b0c4-4db1c2f05a0b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ba5ec57d-af86-46e3-92d0-00a96cb2f2f5 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-ba5ec57d-af86-46e3-92d0-00a96cb2f2f5 {
  display: none;
}
#s-ba5ec57d-af86-46e3-92d0-00a96cb2f2f5, #wrap-s-ba5ec57d-af86-46e3-92d0-00a96cb2f2f5 { display:none !important; }}@media (max-width: 767px){#s-ba5ec57d-af86-46e3-92d0-00a96cb2f2f5 {
  display: none;
}
#s-ba5ec57d-af86-46e3-92d0-00a96cb2f2f5, #wrap-s-ba5ec57d-af86-46e3-92d0-00a96cb2f2f5 { display:none !important; }}
#s-ba5ec57d-af86-46e3-92d0-00a96cb2f2f5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ba5ec57d-af86-46e3-92d0-00a96cb2f2f5 .shg-sld-nav-button.shg-sld-left,
#s-ba5ec57d-af86-46e3-92d0-00a96cb2f2f5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-39d556a6-837f-4d85-b360-c41e09b2e66f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: right center;
}
@media (min-width: 1200px){#s-39d556a6-837f-4d85-b360-c41e09b2e66f {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39d556a6-837f-4d85-b360-c41e09b2e66f {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-39d556a6-837f-4d85-b360-c41e09b2e66f {
  min-height: 400px;
}
}@media (max-width: 767px){#s-39d556a6-837f-4d85-b360-c41e09b2e66f {
  min-height: 300px;
}
}
#s-39d556a6-837f-4d85-b360-c41e09b2e66f {
  background-image: url(https://i.shgcdn.com/76c9820e-54f0-44ea-a784-ec9b62467d7d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-39d556a6-837f-4d85-b360-c41e09b2e66f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39d556a6-837f-4d85-b360-c41e09b2e66f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e305c2c5-3926-41b3-9668-d35e4e8ef824 {
  margin-top: 20px;
margin-left: 100px;
max-width: 325px;
text-align: left;
}
@media (min-width: 1200px){#s-e305c2c5-3926-41b3-9668-d35e4e8ef824 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e305c2c5-3926-41b3-9668-d35e4e8ef824 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 325px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e305c2c5-3926-41b3-9668-d35e4e8ef824 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
}
}






  #s-e305c2c5-3926-41b3-9668-d35e4e8ef824 img.shogun-image {
    

    
    
    
  }


#s-e305c2c5-3926-41b3-9668-d35e4e8ef824 .shogun-image-content {
  
    align-items: center;
  
}

#s-af66b7df-9cbd-4157-a9a3-f38c1399d421 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 450px;
text-align: left;
}
@media (min-width: 1200px){#s-af66b7df-9cbd-4157-a9a3-f38c1399d421 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af66b7df-9cbd-4157-a9a3-f38c1399d421 {
  margin-left: 100px;
margin-right: 0px;
max-width: 375px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-af66b7df-9cbd-4157-a9a3-f38c1399d421 {
  margin-left: 50px;
max-width: 340px;
}
}@media (max-width: 767px){#s-af66b7df-9cbd-4157-a9a3-f38c1399d421 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-af66b7df-9cbd-4157-a9a3-f38c1399d421 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-281252cc-cd28-4dc6-8bb1-a6abb994e001 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-281252cc-cd28-4dc6-8bb1-a6abb994e001:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-281252cc-cd28-4dc6-8bb1-a6abb994e001:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-281252cc-cd28-4dc6-8bb1-a6abb994e001 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-281252cc-cd28-4dc6-8bb1-a6abb994e001 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-281252cc-cd28-4dc6-8bb1-a6abb994e001 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-281252cc-cd28-4dc6-8bb1-a6abb994e001 {
  margin-left: 35px;
}
}

  #s-281252cc-cd28-4dc6-8bb1-a6abb994e001-root {
    text-align: left;
  }


#s-281252cc-cd28-4dc6-8bb1-a6abb994e001.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-281252cc-cd28-4dc6-8bb1-a6abb994e001-root {
    text-align: left;
  }


#s-281252cc-cd28-4dc6-8bb1-a6abb994e001.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-281252cc-cd28-4dc6-8bb1-a6abb994e001-root {
    text-align: left;
  }


#s-281252cc-cd28-4dc6-8bb1-a6abb994e001.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-281252cc-cd28-4dc6-8bb1-a6abb994e001-root {
    text-align: left;
  }


#s-281252cc-cd28-4dc6-8bb1-a6abb994e001.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-281252cc-cd28-4dc6-8bb1-a6abb994e001-root {
    text-align: left;
  }


#s-281252cc-cd28-4dc6-8bb1-a6abb994e001.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-daeb071e-b6d1-4ec0-b27c-b92c413a272c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center top;
}
@media (min-width: 1200px){#s-daeb071e-b6d1-4ec0-b27c-b92c413a272c {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-daeb071e-b6d1-4ec0-b27c-b92c413a272c {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-daeb071e-b6d1-4ec0-b27c-b92c413a272c {
  min-height: 400px;
}
}@media (max-width: 767px){#s-daeb071e-b6d1-4ec0-b27c-b92c413a272c {
  min-height: 300px;
}
}
#s-daeb071e-b6d1-4ec0-b27c-b92c413a272c {
  background-image: url(https://i.shgcdn.com/a0ec4f5a-4b26-4e86-b01e-134013a5e7bb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-daeb071e-b6d1-4ec0-b27c-b92c413a272c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daeb071e-b6d1-4ec0-b27c-b92c413a272c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84c5d74c-e92f-4f50-b615-771643927ca1 {
  margin-top: 20px;
margin-left: 100px;
max-width: 500px;
text-align: left;
}
@media (min-width: 1200px){#s-84c5d74c-e92f-4f50-b615-771643927ca1 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84c5d74c-e92f-4f50-b615-771643927ca1 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-84c5d74c-e92f-4f50-b615-771643927ca1 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 360px;
}
}






  #s-84c5d74c-e92f-4f50-b615-771643927ca1 img.shogun-image {
    

    
    
    
  }


#s-84c5d74c-e92f-4f50-b615-771643927ca1 .shogun-image-content {
  
    align-items: center;
  
}

#s-061addf3-384e-4d56-b43e-6d53a4fee561 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-061addf3-384e-4d56-b43e-6d53a4fee561 {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-061addf3-384e-4d56-b43e-6d53a4fee561 {
  margin-left: 100px;
margin-right: 0px;
max-width: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-061addf3-384e-4d56-b43e-6d53a4fee561 {
  margin-left: 50px;
max-width: 375px;
}
}@media (max-width: 767px){#s-061addf3-384e-4d56-b43e-6d53a4fee561 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-061addf3-384e-4d56-b43e-6d53a4fee561 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-7865f62e-9f79-400a-9686-c2e3a08fac81 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7865f62e-9f79-400a-9686-c2e3a08fac81:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7865f62e-9f79-400a-9686-c2e3a08fac81:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7865f62e-9f79-400a-9686-c2e3a08fac81 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7865f62e-9f79-400a-9686-c2e3a08fac81 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7865f62e-9f79-400a-9686-c2e3a08fac81 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-7865f62e-9f79-400a-9686-c2e3a08fac81 {
  margin-left: 35px;
}
}

  #s-7865f62e-9f79-400a-9686-c2e3a08fac81-root {
    text-align: left;
  }


#s-7865f62e-9f79-400a-9686-c2e3a08fac81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7865f62e-9f79-400a-9686-c2e3a08fac81-root {
    text-align: left;
  }


#s-7865f62e-9f79-400a-9686-c2e3a08fac81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7865f62e-9f79-400a-9686-c2e3a08fac81-root {
    text-align: left;
  }


#s-7865f62e-9f79-400a-9686-c2e3a08fac81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7865f62e-9f79-400a-9686-c2e3a08fac81-root {
    text-align: left;
  }


#s-7865f62e-9f79-400a-9686-c2e3a08fac81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7865f62e-9f79-400a-9686-c2e3a08fac81-root {
    text-align: left;
  }


#s-7865f62e-9f79-400a-9686-c2e3a08fac81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3d5c244e-6615-4d43-ade7-cb11d920ef5a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-3d5c244e-6615-4d43-ade7-cb11d920ef5a {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d5c244e-6615-4d43-ade7-cb11d920ef5a {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d5c244e-6615-4d43-ade7-cb11d920ef5a {
  min-height: 400px;
}
}@media (max-width: 767px){#s-3d5c244e-6615-4d43-ade7-cb11d920ef5a {
  min-height: 300px;
}
}
#s-3d5c244e-6615-4d43-ade7-cb11d920ef5a {
  background-image: url(https://i.shgcdn.com/22d1a5ac-a5c5-4764-8c92-4a31662bfa47/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3d5c244e-6615-4d43-ade7-cb11d920ef5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d5c244e-6615-4d43-ade7-cb11d920ef5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c7c44d9-871c-469d-84f5-0cf738f35c4b {
  margin-top: 20px;
margin-left: 100px;
max-width: 540px;
text-align: left;
}
@media (min-width: 1200px){#s-1c7c44d9-871c-469d-84f5-0cf738f35c4b {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c7c44d9-871c-469d-84f5-0cf738f35c4b {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c7c44d9-871c-469d-84f5-0cf738f35c4b {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 400px;
}
}






  #s-1c7c44d9-871c-469d-84f5-0cf738f35c4b img.shogun-image {
    

    
    
    
  }


#s-1c7c44d9-871c-469d-84f5-0cf738f35c4b .shogun-image-content {
  
    align-items: center;
  
}

#s-f766c8b0-10c1-47b4-9117-5a6a2592dfcb {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 600px;
text-align: left;
}
@media (min-width: 1200px){#s-f766c8b0-10c1-47b4-9117-5a6a2592dfcb {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f766c8b0-10c1-47b4-9117-5a6a2592dfcb {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f766c8b0-10c1-47b4-9117-5a6a2592dfcb {
  margin-left: 50px;
max-width: 400px;
}
}@media (max-width: 767px){#s-f766c8b0-10c1-47b4-9117-5a6a2592dfcb {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-f766c8b0-10c1-47b4-9117-5a6a2592dfcb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-1189ea9e-e6f7-4997-bdef-5122f8837737 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1189ea9e-e6f7-4997-bdef-5122f8837737:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1189ea9e-e6f7-4997-bdef-5122f8837737:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1189ea9e-e6f7-4997-bdef-5122f8837737 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1189ea9e-e6f7-4997-bdef-5122f8837737 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1189ea9e-e6f7-4997-bdef-5122f8837737 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-1189ea9e-e6f7-4997-bdef-5122f8837737 {
  margin-left: 35px;
}
}

  #s-1189ea9e-e6f7-4997-bdef-5122f8837737-root {
    text-align: left;
  }


#s-1189ea9e-e6f7-4997-bdef-5122f8837737.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1189ea9e-e6f7-4997-bdef-5122f8837737-root {
    text-align: left;
  }


#s-1189ea9e-e6f7-4997-bdef-5122f8837737.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1189ea9e-e6f7-4997-bdef-5122f8837737-root {
    text-align: left;
  }


#s-1189ea9e-e6f7-4997-bdef-5122f8837737.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1189ea9e-e6f7-4997-bdef-5122f8837737-root {
    text-align: left;
  }


#s-1189ea9e-e6f7-4997-bdef-5122f8837737.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1189ea9e-e6f7-4997-bdef-5122f8837737-root {
    text-align: left;
  }


#s-1189ea9e-e6f7-4997-bdef-5122f8837737.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-81c1b132-419f-41cc-8b16-434be1a90c2d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-81c1b132-419f-41cc-8b16-434be1a90c2d {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81c1b132-419f-41cc-8b16-434be1a90c2d {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-81c1b132-419f-41cc-8b16-434be1a90c2d {
  min-height: 400px;
}
}@media (max-width: 767px){#s-81c1b132-419f-41cc-8b16-434be1a90c2d {
  min-height: 300px;
}
}
#s-81c1b132-419f-41cc-8b16-434be1a90c2d {
  background-image: url(https://i.shgcdn.com/c1a0ee83-c76e-4bc2-84e1-0f06e9bc7908/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-81c1b132-419f-41cc-8b16-434be1a90c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81c1b132-419f-41cc-8b16-434be1a90c2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9da28f0-e94f-4aad-ad0c-7e8e6b38a731 {
  margin-top: 20px;
margin-left: 100px;
max-width: 1414px;
aspect-ratio: 1414/432;
text-align: left;
}
@media (min-width: 1200px){#s-d9da28f0-e94f-4aad-ad0c-7e8e6b38a731 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9da28f0-e94f-4aad-ad0c-7e8e6b38a731 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 490px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9da28f0-e94f-4aad-ad0c-7e8e6b38a731 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 375px;
}
}




  #s-d9da28f0-e94f-4aad-ad0c-7e8e6b38a731 img.shogun-image,
  #s-d9da28f0-e94f-4aad-ad0c-7e8e6b38a731 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9da28f0-e94f-4aad-ad0c-7e8e6b38a731 {
    width: 100%;
    height: auto;
  }



  #s-d9da28f0-e94f-4aad-ad0c-7e8e6b38a731 img.shogun-image {
    

    
    
    
  }


#s-d9da28f0-e94f-4aad-ad0c-7e8e6b38a731 .shogun-image-content {
  
    align-items: center;
  
}

#s-3aa4e64d-9062-470d-b4e8-2d9156045deb {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-3aa4e64d-9062-470d-b4e8-2d9156045deb {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3aa4e64d-9062-470d-b4e8-2d9156045deb {
  margin-left: 100px;
margin-right: 0px;
max-width: 475px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3aa4e64d-9062-470d-b4e8-2d9156045deb {
  margin-left: 50px;
max-width: 375px;
}
}@media (max-width: 767px){#s-3aa4e64d-9062-470d-b4e8-2d9156045deb {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-3aa4e64d-9062-470d-b4e8-2d9156045deb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-3aa4e64d-9062-470d-b4e8-2d9156045deb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-b424d781-ce50-48dd-aa15-45a267e00d4b {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b424d781-ce50-48dd-aa15-45a267e00d4b:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b424d781-ce50-48dd-aa15-45a267e00d4b:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b424d781-ce50-48dd-aa15-45a267e00d4b {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b424d781-ce50-48dd-aa15-45a267e00d4b {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b424d781-ce50-48dd-aa15-45a267e00d4b {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b424d781-ce50-48dd-aa15-45a267e00d4b {
  margin-left: 35px;
}
}

  #s-b424d781-ce50-48dd-aa15-45a267e00d4b-root {
    text-align: left;
  }


#s-b424d781-ce50-48dd-aa15-45a267e00d4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b424d781-ce50-48dd-aa15-45a267e00d4b-root {
    text-align: left;
  }


#s-b424d781-ce50-48dd-aa15-45a267e00d4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b424d781-ce50-48dd-aa15-45a267e00d4b-root {
    text-align: left;
  }


#s-b424d781-ce50-48dd-aa15-45a267e00d4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b424d781-ce50-48dd-aa15-45a267e00d4b-root {
    text-align: left;
  }


#s-b424d781-ce50-48dd-aa15-45a267e00d4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b424d781-ce50-48dd-aa15-45a267e00d4b-root {
    text-align: left;
  }


#s-b424d781-ce50-48dd-aa15-45a267e00d4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0d7b97bc-8a67-4e20-939f-d159e128db66 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-0d7b97bc-8a67-4e20-939f-d159e128db66 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d7b97bc-8a67-4e20-939f-d159e128db66 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d7b97bc-8a67-4e20-939f-d159e128db66 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-0d7b97bc-8a67-4e20-939f-d159e128db66 {
  min-height: 300px;
}
}
#s-0d7b97bc-8a67-4e20-939f-d159e128db66 {
  background-image: url(https://i.shgcdn.com/d3838308-f5c0-494d-92d4-7605a3a474c7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0d7b97bc-8a67-4e20-939f-d159e128db66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d7b97bc-8a67-4e20-939f-d159e128db66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75f1e1da-f9ee-4fed-92b5-efc653d1f5b6 {
  margin-top: 20px;
margin-left: 100px;
max-width: 846px;
aspect-ratio: 846/641;
text-align: left;
}
@media (min-width: 1200px){#s-75f1e1da-f9ee-4fed-92b5-efc653d1f5b6 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75f1e1da-f9ee-4fed-92b5-efc653d1f5b6 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 260px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-75f1e1da-f9ee-4fed-92b5-efc653d1f5b6 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}




  #s-75f1e1da-f9ee-4fed-92b5-efc653d1f5b6 img.shogun-image,
  #s-75f1e1da-f9ee-4fed-92b5-efc653d1f5b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75f1e1da-f9ee-4fed-92b5-efc653d1f5b6 {
    width: 100%;
    height: auto;
  }



  #s-75f1e1da-f9ee-4fed-92b5-efc653d1f5b6 img.shogun-image {
    

    
    
    
  }


#s-75f1e1da-f9ee-4fed-92b5-efc653d1f5b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2884385-446c-4156-aa27-96be613c6a05 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-b2884385-446c-4156-aa27-96be613c6a05 {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2884385-446c-4156-aa27-96be613c6a05 {
  margin-left: 100px;
margin-right: 0px;
max-width: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2884385-446c-4156-aa27-96be613c6a05 {
  margin-left: 50px;
max-width: 200px;
}
}@media (max-width: 767px){#s-b2884385-446c-4156-aa27-96be613c6a05 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-b2884385-446c-4156-aa27-96be613c6a05 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-31510dcf-b511-4b55-8fee-49140c3199b0 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-31510dcf-b511-4b55-8fee-49140c3199b0:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-31510dcf-b511-4b55-8fee-49140c3199b0:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-31510dcf-b511-4b55-8fee-49140c3199b0 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31510dcf-b511-4b55-8fee-49140c3199b0 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-31510dcf-b511-4b55-8fee-49140c3199b0 {
  margin-top: 10px;
margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-31510dcf-b511-4b55-8fee-49140c3199b0 {
  margin-left: 35px;
}
}

  #s-31510dcf-b511-4b55-8fee-49140c3199b0-root {
    text-align: left;
  }


#s-31510dcf-b511-4b55-8fee-49140c3199b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-31510dcf-b511-4b55-8fee-49140c3199b0-root {
    text-align: left;
  }


#s-31510dcf-b511-4b55-8fee-49140c3199b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31510dcf-b511-4b55-8fee-49140c3199b0-root {
    text-align: left;
  }


#s-31510dcf-b511-4b55-8fee-49140c3199b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31510dcf-b511-4b55-8fee-49140c3199b0-root {
    text-align: left;
  }


#s-31510dcf-b511-4b55-8fee-49140c3199b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-31510dcf-b511-4b55-8fee-49140c3199b0-root {
    text-align: left;
  }


#s-31510dcf-b511-4b55-8fee-49140c3199b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f7e9be65-ce94-4638-a25e-a6889d3962cd {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-f7e9be65-ce94-4638-a25e-a6889d3962cd {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7e9be65-ce94-4638-a25e-a6889d3962cd {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7e9be65-ce94-4638-a25e-a6889d3962cd {
  min-height: 400px;
}
}@media (max-width: 767px){#s-f7e9be65-ce94-4638-a25e-a6889d3962cd {
  min-height: 300px;
}
}
#s-f7e9be65-ce94-4638-a25e-a6889d3962cd {
  background-image: url(https://i.shgcdn.com/70ed0fa8-eb7c-4d50-9b9b-ec000e350d30/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f7e9be65-ce94-4638-a25e-a6889d3962cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7e9be65-ce94-4638-a25e-a6889d3962cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6aa11ac9-e5e0-4619-932d-cb94cd5c6556 {
  margin-top: 20px;
margin-left: 100px;
max-width: 440px;
text-align: left;
}
@media (min-width: 1200px){#s-6aa11ac9-e5e0-4619-932d-cb94cd5c6556 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6aa11ac9-e5e0-4619-932d-cb94cd5c6556 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6aa11ac9-e5e0-4619-932d-cb94cd5c6556 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 335px;
}
}






  #s-6aa11ac9-e5e0-4619-932d-cb94cd5c6556 img.shogun-image {
    

    
    
    
  }


#s-6aa11ac9-e5e0-4619-932d-cb94cd5c6556 .shogun-image-content {
  
    align-items: center;
  
}

#s-3115460e-4d50-4e2b-868c-4828d7dd9a02 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-3115460e-4d50-4e2b-868c-4828d7dd9a02 {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3115460e-4d50-4e2b-868c-4828d7dd9a02 {
  margin-left: 100px;
margin-right: 0px;
max-width: 475px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3115460e-4d50-4e2b-868c-4828d7dd9a02 {
  margin-left: 50px;
max-width: 350px;
}
}@media (max-width: 767px){#s-3115460e-4d50-4e2b-868c-4828d7dd9a02 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-3115460e-4d50-4e2b-868c-4828d7dd9a02 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-3115460e-4d50-4e2b-868c-4828d7dd9a02 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-d209b765-89c9-483c-b6ba-a6a25becf09e {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d209b765-89c9-483c-b6ba-a6a25becf09e:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d209b765-89c9-483c-b6ba-a6a25becf09e:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d209b765-89c9-483c-b6ba-a6a25becf09e {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d209b765-89c9-483c-b6ba-a6a25becf09e {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d209b765-89c9-483c-b6ba-a6a25becf09e {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d209b765-89c9-483c-b6ba-a6a25becf09e {
  margin-left: 35px;
}
}

  #s-d209b765-89c9-483c-b6ba-a6a25becf09e-root {
    text-align: left;
  }


#s-d209b765-89c9-483c-b6ba-a6a25becf09e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d209b765-89c9-483c-b6ba-a6a25becf09e-root {
    text-align: left;
  }


#s-d209b765-89c9-483c-b6ba-a6a25becf09e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d209b765-89c9-483c-b6ba-a6a25becf09e-root {
    text-align: left;
  }


#s-d209b765-89c9-483c-b6ba-a6a25becf09e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d209b765-89c9-483c-b6ba-a6a25becf09e-root {
    text-align: left;
  }


#s-d209b765-89c9-483c-b6ba-a6a25becf09e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d209b765-89c9-483c-b6ba-a6a25becf09e-root {
    text-align: left;
  }


#s-d209b765-89c9-483c-b6ba-a6a25becf09e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-47bbf099-3d20-4b70-9231-275bc0cfe605 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-47bbf099-3d20-4b70-9231-275bc0cfe605 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47bbf099-3d20-4b70-9231-275bc0cfe605 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-47bbf099-3d20-4b70-9231-275bc0cfe605 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-47bbf099-3d20-4b70-9231-275bc0cfe605 {
  min-height: 300px;
}
}
#s-47bbf099-3d20-4b70-9231-275bc0cfe605 {
  background-image: url(https://i.shgcdn.com/36bd02dd-bbdd-4730-8ee6-640777b82edb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-47bbf099-3d20-4b70-9231-275bc0cfe605 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47bbf099-3d20-4b70-9231-275bc0cfe605.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7f72c79-15b6-4da1-bc3b-1c73df03a72a {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-f7f72c79-15b6-4da1-bc3b-1c73df03a72a {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7f72c79-15b6-4da1-bc3b-1c73df03a72a {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 465px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7f72c79-15b6-4da1-bc3b-1c73df03a72a {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 340px;
}
}






  #s-f7f72c79-15b6-4da1-bc3b-1c73df03a72a img.shogun-image {
    

    
    
    
  }


#s-f7f72c79-15b6-4da1-bc3b-1c73df03a72a .shogun-image-content {
  
    align-items: center;
  
}

#s-71a4ca3a-fa3e-437e-82bb-71c48d324d18 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-71a4ca3a-fa3e-437e-82bb-71c48d324d18 {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71a4ca3a-fa3e-437e-82bb-71c48d324d18 {
  margin-left: 100px;
margin-right: 0px;
max-width: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-71a4ca3a-fa3e-437e-82bb-71c48d324d18 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-71a4ca3a-fa3e-437e-82bb-71c48d324d18 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-71a4ca3a-fa3e-437e-82bb-71c48d324d18 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-71a4ca3a-fa3e-437e-82bb-71c48d324d18 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-153386ef-7640-4344-b871-69aded4c203e {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-153386ef-7640-4344-b871-69aded4c203e:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-153386ef-7640-4344-b871-69aded4c203e:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-153386ef-7640-4344-b871-69aded4c203e {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-153386ef-7640-4344-b871-69aded4c203e {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-153386ef-7640-4344-b871-69aded4c203e {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-153386ef-7640-4344-b871-69aded4c203e {
  margin-left: 35px;
}
}

  #s-153386ef-7640-4344-b871-69aded4c203e-root {
    text-align: left;
  }


#s-153386ef-7640-4344-b871-69aded4c203e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-153386ef-7640-4344-b871-69aded4c203e-root {
    text-align: left;
  }


#s-153386ef-7640-4344-b871-69aded4c203e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-153386ef-7640-4344-b871-69aded4c203e-root {
    text-align: left;
  }


#s-153386ef-7640-4344-b871-69aded4c203e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-153386ef-7640-4344-b871-69aded4c203e-root {
    text-align: left;
  }


#s-153386ef-7640-4344-b871-69aded4c203e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-153386ef-7640-4344-b871-69aded4c203e-root {
    text-align: left;
  }


#s-153386ef-7640-4344-b871-69aded4c203e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4a75ca0d-77e7-4f6f-8972-8c6fbd4a952b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-4a75ca0d-77e7-4f6f-8972-8c6fbd4a952b {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a75ca0d-77e7-4f6f-8972-8c6fbd4a952b {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a75ca0d-77e7-4f6f-8972-8c6fbd4a952b {
  min-height: 400px;
}
}@media (max-width: 767px){#s-4a75ca0d-77e7-4f6f-8972-8c6fbd4a952b {
  min-height: 300px;
}
}
#s-4a75ca0d-77e7-4f6f-8972-8c6fbd4a952b {
  background-image: url(https://i.shgcdn.com/da9fdb31-d4eb-4a77-9a35-ffd6b2daa9ec/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4a75ca0d-77e7-4f6f-8972-8c6fbd4a952b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a75ca0d-77e7-4f6f-8972-8c6fbd4a952b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b409d62a-f3ac-4e23-9322-6a39bd665639 {
  margin-left: 100px;
max-width: 250px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b409d62a-f3ac-4e23-9322-6a39bd665639 {
  margin-left: 50px;
max-width: 150px;
}
}






  img.s-b409d62a-f3ac-4e23-9322-6a39bd665639.shogun-image {
    
    
  }


.s-b409d62a-f3ac-4e23-9322-6a39bd665639 .shogun-image-content {
  
    align-items: center;
  
}

.s-b409d62a-f3ac-4e23-9322-6a39bd665639.shg-align-container {
  text-align: left
}

.s-b409d62a-f3ac-4e23-9322-6a39bd665639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b409d62a-f3ac-4e23-9322-6a39bd665639.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b409d62a-f3ac-4e23-9322-6a39bd665639.shogun-image {
    
    
  }


.s-b409d62a-f3ac-4e23-9322-6a39bd665639 .shogun-image-content {
  
    align-items: center;
  
}

.s-b409d62a-f3ac-4e23-9322-6a39bd665639.shg-align-container {
  text-align: left
}

.s-b409d62a-f3ac-4e23-9322-6a39bd665639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b409d62a-f3ac-4e23-9322-6a39bd665639.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b409d62a-f3ac-4e23-9322-6a39bd665639.shogun-image {
    
    
  }


.s-b409d62a-f3ac-4e23-9322-6a39bd665639 .shogun-image-content {
  
    align-items: center;
  
}

.s-b409d62a-f3ac-4e23-9322-6a39bd665639.shg-align-container {
  text-align: left
}

.s-b409d62a-f3ac-4e23-9322-6a39bd665639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b409d62a-f3ac-4e23-9322-6a39bd665639.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b409d62a-f3ac-4e23-9322-6a39bd665639.shogun-image {
    
    
  }


.s-b409d62a-f3ac-4e23-9322-6a39bd665639 .shogun-image-content {
  
    align-items: center;
  
}

.s-b409d62a-f3ac-4e23-9322-6a39bd665639.shg-align-container {
  text-align: left
}

.s-b409d62a-f3ac-4e23-9322-6a39bd665639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b409d62a-f3ac-4e23-9322-6a39bd665639.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b409d62a-f3ac-4e23-9322-6a39bd665639.shogun-image {
    
    
  }


.s-b409d62a-f3ac-4e23-9322-6a39bd665639 .shogun-image-content {
  
    align-items: center;
  
}

.s-b409d62a-f3ac-4e23-9322-6a39bd665639.shg-align-container {
  text-align: left
}

.s-b409d62a-f3ac-4e23-9322-6a39bd665639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b409d62a-f3ac-4e23-9322-6a39bd665639.shogun-image {
  box-sizing: border-box;
}


}
#s-fcef4189-7794-4e9d-952b-47fbbf29a164 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-fcef4189-7794-4e9d-952b-47fbbf29a164 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fcef4189-7794-4e9d-952b-47fbbf29a164 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 410px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fcef4189-7794-4e9d-952b-47fbbf29a164 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 300px;
}
}






  #s-fcef4189-7794-4e9d-952b-47fbbf29a164 img.shogun-image {
    

    
    
    
  }


#s-fcef4189-7794-4e9d-952b-47fbbf29a164 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f61c100-9a39-46b3-94d4-5c79f65085df {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-0f61c100-9a39-46b3-94d4-5c79f65085df {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f61c100-9a39-46b3-94d4-5c79f65085df {
  margin-left: 100px;
margin-right: 0px;
max-width: 425px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f61c100-9a39-46b3-94d4-5c79f65085df {
  margin-left: 50px;
max-width: 350px;
}
}@media (max-width: 767px){#s-0f61c100-9a39-46b3-94d4-5c79f65085df {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-0f61c100-9a39-46b3-94d4-5c79f65085df .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-3ee17a98-baef-4224-8c7f-78d33ae84158 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3ee17a98-baef-4224-8c7f-78d33ae84158:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3ee17a98-baef-4224-8c7f-78d33ae84158:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3ee17a98-baef-4224-8c7f-78d33ae84158 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ee17a98-baef-4224-8c7f-78d33ae84158 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ee17a98-baef-4224-8c7f-78d33ae84158 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-3ee17a98-baef-4224-8c7f-78d33ae84158 {
  margin-left: 35px;
}
}

  #s-3ee17a98-baef-4224-8c7f-78d33ae84158-root {
    text-align: left;
  }


#s-3ee17a98-baef-4224-8c7f-78d33ae84158.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ee17a98-baef-4224-8c7f-78d33ae84158-root {
    text-align: left;
  }


#s-3ee17a98-baef-4224-8c7f-78d33ae84158.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ee17a98-baef-4224-8c7f-78d33ae84158-root {
    text-align: left;
  }


#s-3ee17a98-baef-4224-8c7f-78d33ae84158.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ee17a98-baef-4224-8c7f-78d33ae84158-root {
    text-align: left;
  }


#s-3ee17a98-baef-4224-8c7f-78d33ae84158.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ee17a98-baef-4224-8c7f-78d33ae84158-root {
    text-align: left;
  }


#s-3ee17a98-baef-4224-8c7f-78d33ae84158.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a51d64fb-3138-4d53-9fb3-381f9d99c72b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center top;
}
@media (min-width: 1200px){#s-a51d64fb-3138-4d53-9fb3-381f9d99c72b {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a51d64fb-3138-4d53-9fb3-381f9d99c72b {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a51d64fb-3138-4d53-9fb3-381f9d99c72b {
  min-height: 400px;
}
}@media (max-width: 767px){#s-a51d64fb-3138-4d53-9fb3-381f9d99c72b {
  min-height: 300px;
}
}
#s-a51d64fb-3138-4d53-9fb3-381f9d99c72b {
  background-image: url(https://i.shgcdn.com/2daceba9-0005-45a4-8087-81c8ba2de500/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a51d64fb-3138-4d53-9fb3-381f9d99c72b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a51d64fb-3138-4d53-9fb3-381f9d99c72b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec73cba0-67e2-4711-95aa-2fccb457412f {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-ec73cba0-67e2-4711-95aa-2fccb457412f {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec73cba0-67e2-4711-95aa-2fccb457412f {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec73cba0-67e2-4711-95aa-2fccb457412f {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 260px;
}
}






  #s-ec73cba0-67e2-4711-95aa-2fccb457412f img.shogun-image {
    

    
    
    
  }


#s-ec73cba0-67e2-4711-95aa-2fccb457412f .shogun-image-content {
  
    align-items: center;
  
}

#s-6f72ee41-33f7-4f5d-b77d-f25e168782a1 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-6f72ee41-33f7-4f5d-b77d-f25e168782a1 {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f72ee41-33f7-4f5d-b77d-f25e168782a1 {
  margin-left: 100px;
margin-right: 0px;
max-width: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f72ee41-33f7-4f5d-b77d-f25e168782a1 {
  margin-left: 50px;
max-width: 270px;
}
}@media (max-width: 767px){#s-6f72ee41-33f7-4f5d-b77d-f25e168782a1 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-6f72ee41-33f7-4f5d-b77d-f25e168782a1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-6f72ee41-33f7-4f5d-b77d-f25e168782a1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a {
  margin-left: 35px;
}
}

  #s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a-root {
    text-align: left;
  }


#s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a-root {
    text-align: left;
  }


#s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a-root {
    text-align: left;
  }


#s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a-root {
    text-align: left;
  }


#s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a-root {
    text-align: left;
  }


#s-5f5c8383-1409-4ce6-80b8-fca0f5c05a7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-47cdf6c2-fa35-470a-a33a-9707be4ff289 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-47cdf6c2-fa35-470a-a33a-9707be4ff289 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47cdf6c2-fa35-470a-a33a-9707be4ff289 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-47cdf6c2-fa35-470a-a33a-9707be4ff289 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-47cdf6c2-fa35-470a-a33a-9707be4ff289 {
  min-height: 300px;
}
}
#s-47cdf6c2-fa35-470a-a33a-9707be4ff289 {
  background-image: url(https://i.shgcdn.com/83eee518-951c-46c4-a1f5-a355f0a4769b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-47cdf6c2-fa35-470a-a33a-9707be4ff289 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47cdf6c2-fa35-470a-a33a-9707be4ff289.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1594110f-81ef-4771-bf3c-15d4b6fe25bf {
  margin-top: 20px;
margin-left: 100px;
max-width: 375px;
text-align: left;
}
@media (min-width: 1200px){#s-1594110f-81ef-4771-bf3c-15d4b6fe25bf {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1594110f-81ef-4771-bf3c-15d4b6fe25bf {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1594110f-81ef-4771-bf3c-15d4b6fe25bf {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
}
}






  #s-1594110f-81ef-4771-bf3c-15d4b6fe25bf img.shogun-image {
    

    
    
    
  }


#s-1594110f-81ef-4771-bf3c-15d4b6fe25bf .shogun-image-content {
  
    align-items: center;
  
}

#s-cc2743c0-8c43-4ba7-aded-6c2f0628d568 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-cc2743c0-8c43-4ba7-aded-6c2f0628d568 {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc2743c0-8c43-4ba7-aded-6c2f0628d568 {
  margin-left: 100px;
margin-right: 0px;
max-width: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc2743c0-8c43-4ba7-aded-6c2f0628d568 {
  margin-left: 50px;
max-width: 400px;
}
}@media (max-width: 767px){#s-cc2743c0-8c43-4ba7-aded-6c2f0628d568 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-cc2743c0-8c43-4ba7-aded-6c2f0628d568 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1 {
  margin-left: 35px;
}
}

  #s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1-root {
    text-align: left;
  }


#s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1-root {
    text-align: left;
  }


#s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1-root {
    text-align: left;
  }


#s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1-root {
    text-align: left;
  }


#s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1-root {
    text-align: left;
  }


#s-bdfd2d44-3580-4b20-9bb9-a7707e8673f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-31e67f04-0f7c-4301-a56a-62e33aa113c1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-31e67f04-0f7c-4301-a56a-62e33aa113c1 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31e67f04-0f7c-4301-a56a-62e33aa113c1 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-31e67f04-0f7c-4301-a56a-62e33aa113c1 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-31e67f04-0f7c-4301-a56a-62e33aa113c1 {
  min-height: 300px;
}
}
#s-31e67f04-0f7c-4301-a56a-62e33aa113c1 {
  background-image: url(https://i.shgcdn.com/8e2ec8bc-8132-4409-996e-b20eaab12d6c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-31e67f04-0f7c-4301-a56a-62e33aa113c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31e67f04-0f7c-4301-a56a-62e33aa113c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c827d56-670a-4ff0-8ea4-d12a01e27a99 {
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0c827d56-670a-4ff0-8ea4-d12a01e27a99 {
  margin-left: 100px;
max-width: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c827d56-670a-4ff0-8ea4-d12a01e27a99 {
  margin-left: 50px;
max-width: 148px;
}
}






  img.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shogun-image {
    
    
  }


.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shg-align-container {
  text-align: left
}

.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shogun-image {
    
    
  }


.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shg-align-container {
  text-align: left
}

.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shogun-image {
    
    
  }


.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shg-align-container {
  text-align: left
}

.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shogun-image {
    
    
  }


.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shg-align-container {
  text-align: left
}

.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shogun-image {
    
    
  }


.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shg-align-container {
  text-align: left
}

.s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c827d56-670a-4ff0-8ea4-d12a01e27a99.shogun-image {
  box-sizing: border-box;
}


}
#s-7b88f947-88cd-4577-9ef3-8255fff7663c {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-7b88f947-88cd-4577-9ef3-8255fff7663c {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b88f947-88cd-4577-9ef3-8255fff7663c {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b88f947-88cd-4577-9ef3-8255fff7663c {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-7b88f947-88cd-4577-9ef3-8255fff7663c img.shogun-image {
    

    
    
    
  }


#s-7b88f947-88cd-4577-9ef3-8255fff7663c .shogun-image-content {
  
    align-items: center;
  
}

#s-b1836c35-95eb-4f7e-9a6b-179a2ce2a73b {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-b1836c35-95eb-4f7e-9a6b-179a2ce2a73b {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1836c35-95eb-4f7e-9a6b-179a2ce2a73b {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1836c35-95eb-4f7e-9a6b-179a2ce2a73b {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-b1836c35-95eb-4f7e-9a6b-179a2ce2a73b {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-b1836c35-95eb-4f7e-9a6b-179a2ce2a73b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-b38eaffb-a9ec-40cf-be5a-865c362fdd64 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b38eaffb-a9ec-40cf-be5a-865c362fdd64:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b38eaffb-a9ec-40cf-be5a-865c362fdd64:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b38eaffb-a9ec-40cf-be5a-865c362fdd64 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b38eaffb-a9ec-40cf-be5a-865c362fdd64 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b38eaffb-a9ec-40cf-be5a-865c362fdd64 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b38eaffb-a9ec-40cf-be5a-865c362fdd64 {
  margin-left: 35px;
}
}

  #s-b38eaffb-a9ec-40cf-be5a-865c362fdd64-root {
    text-align: left;
  }


#s-b38eaffb-a9ec-40cf-be5a-865c362fdd64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b38eaffb-a9ec-40cf-be5a-865c362fdd64-root {
    text-align: left;
  }


#s-b38eaffb-a9ec-40cf-be5a-865c362fdd64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b38eaffb-a9ec-40cf-be5a-865c362fdd64-root {
    text-align: left;
  }


#s-b38eaffb-a9ec-40cf-be5a-865c362fdd64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b38eaffb-a9ec-40cf-be5a-865c362fdd64-root {
    text-align: left;
  }


#s-b38eaffb-a9ec-40cf-be5a-865c362fdd64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b38eaffb-a9ec-40cf-be5a-865c362fdd64-root {
    text-align: left;
  }


#s-b38eaffb-a9ec-40cf-be5a-865c362fdd64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6e12645c-3da4-4cf4-bf0b-91029c5f4556 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-6e12645c-3da4-4cf4-bf0b-91029c5f4556 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e12645c-3da4-4cf4-bf0b-91029c5f4556 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e12645c-3da4-4cf4-bf0b-91029c5f4556 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-6e12645c-3da4-4cf4-bf0b-91029c5f4556 {
  min-height: 300px;
}
}
#s-6e12645c-3da4-4cf4-bf0b-91029c5f4556 {
  background-image: url(https://i.shgcdn.com/f3b5456a-e355-4618-a4f9-7e364eac8560/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6e12645c-3da4-4cf4-bf0b-91029c5f4556 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e12645c-3da4-4cf4-bf0b-91029c5f4556.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7 {
  max-width: 461px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7 {
  margin-left: 100px;
max-width: 140px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7 {
  margin-left: 50px;
max-width: 140px;
}
}






  img.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shogun-image {
    
    
  }


.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shg-align-container {
  text-align: left
}

.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shogun-image {
    
    
  }


.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shg-align-container {
  text-align: left
}

.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shogun-image {
    
    
  }


.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shg-align-container {
  text-align: left
}

.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shogun-image {
    
    
  }


.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shg-align-container {
  text-align: left
}

.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shogun-image {
    
    
  }


.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shg-align-container {
  text-align: left
}

.s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fce8ad6b-451f-4e28-af9d-77a1c2fdaae7.shogun-image {
  box-sizing: border-box;
}


}
#s-43efffb6-c62c-41fe-9d5d-59e67a2cd70c {
  margin-top: 20px;
margin-left: 100px;
max-width: 1268px;
aspect-ratio: 1268/678;
text-align: left;
}
@media (min-width: 1200px){#s-43efffb6-c62c-41fe-9d5d-59e67a2cd70c {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43efffb6-c62c-41fe-9d5d-59e67a2cd70c {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-43efffb6-c62c-41fe-9d5d-59e67a2cd70c {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 275px;
}
}




  #s-43efffb6-c62c-41fe-9d5d-59e67a2cd70c img.shogun-image,
  #s-43efffb6-c62c-41fe-9d5d-59e67a2cd70c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43efffb6-c62c-41fe-9d5d-59e67a2cd70c {
    width: 100%;
    height: auto;
  }



  #s-43efffb6-c62c-41fe-9d5d-59e67a2cd70c img.shogun-image {
    

    
    
    
  }


#s-43efffb6-c62c-41fe-9d5d-59e67a2cd70c .shogun-image-content {
  
    align-items: center;
  
}

#s-7539bba6-f34e-4427-a090-bc509371de06 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-7539bba6-f34e-4427-a090-bc509371de06 {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7539bba6-f34e-4427-a090-bc509371de06 {
  margin-left: 100px;
margin-right: 0px;
max-width: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7539bba6-f34e-4427-a090-bc509371de06 {
  margin-left: 50px;
max-width: 300px;
}
}@media (max-width: 767px){#s-7539bba6-f34e-4427-a090-bc509371de06 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-7539bba6-f34e-4427-a090-bc509371de06 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-1dd5a985-5fc0-43c5-b2ef-554436bdc057 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1dd5a985-5fc0-43c5-b2ef-554436bdc057:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1dd5a985-5fc0-43c5-b2ef-554436bdc057:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1dd5a985-5fc0-43c5-b2ef-554436bdc057 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1dd5a985-5fc0-43c5-b2ef-554436bdc057 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1dd5a985-5fc0-43c5-b2ef-554436bdc057 {
  margin-top: 10px;
margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-1dd5a985-5fc0-43c5-b2ef-554436bdc057 {
  margin-left: 35px;
}
}

  #s-1dd5a985-5fc0-43c5-b2ef-554436bdc057-root {
    text-align: left;
  }


#s-1dd5a985-5fc0-43c5-b2ef-554436bdc057.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1dd5a985-5fc0-43c5-b2ef-554436bdc057-root {
    text-align: left;
  }


#s-1dd5a985-5fc0-43c5-b2ef-554436bdc057.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1dd5a985-5fc0-43c5-b2ef-554436bdc057-root {
    text-align: left;
  }


#s-1dd5a985-5fc0-43c5-b2ef-554436bdc057.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1dd5a985-5fc0-43c5-b2ef-554436bdc057-root {
    text-align: left;
  }


#s-1dd5a985-5fc0-43c5-b2ef-554436bdc057.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1dd5a985-5fc0-43c5-b2ef-554436bdc057-root {
    text-align: left;
  }


#s-1dd5a985-5fc0-43c5-b2ef-554436bdc057.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a35fd845-afe3-4ddf-8f75-72925aa98b63 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-a35fd845-afe3-4ddf-8f75-72925aa98b63 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a35fd845-afe3-4ddf-8f75-72925aa98b63 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a35fd845-afe3-4ddf-8f75-72925aa98b63 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-a35fd845-afe3-4ddf-8f75-72925aa98b63 {
  min-height: 300px;
}
}
#s-a35fd845-afe3-4ddf-8f75-72925aa98b63 {
  background-image: url(https://i.shgcdn.com/b0f4124c-9c43-42dc-b586-4d425002181c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a35fd845-afe3-4ddf-8f75-72925aa98b63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a35fd845-afe3-4ddf-8f75-72925aa98b63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27051f73-de26-4689-a832-bb170a01c0a1 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-27051f73-de26-4689-a832-bb170a01c0a1 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27051f73-de26-4689-a832-bb170a01c0a1 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 290px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-27051f73-de26-4689-a832-bb170a01c0a1 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 235px;
}
}






  #s-27051f73-de26-4689-a832-bb170a01c0a1 img.shogun-image {
    

    
    
    
  }


#s-27051f73-de26-4689-a832-bb170a01c0a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-45ee6f88-dad5-4c7f-9273-10f80efa9c1a {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-45ee6f88-dad5-4c7f-9273-10f80efa9c1a {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45ee6f88-dad5-4c7f-9273-10f80efa9c1a {
  margin-left: 100px;
margin-right: 0px;
max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-45ee6f88-dad5-4c7f-9273-10f80efa9c1a {
  margin-left: 50px;
max-width: 250px;
}
}@media (max-width: 767px){#s-45ee6f88-dad5-4c7f-9273-10f80efa9c1a {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-45ee6f88-dad5-4c7f-9273-10f80efa9c1a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-db2b46bb-15b2-43e0-8240-1b8e1888c53f {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-db2b46bb-15b2-43e0-8240-1b8e1888c53f:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-db2b46bb-15b2-43e0-8240-1b8e1888c53f:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-db2b46bb-15b2-43e0-8240-1b8e1888c53f {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db2b46bb-15b2-43e0-8240-1b8e1888c53f {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-db2b46bb-15b2-43e0-8240-1b8e1888c53f {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-db2b46bb-15b2-43e0-8240-1b8e1888c53f {
  margin-left: 35px;
}
}

  #s-db2b46bb-15b2-43e0-8240-1b8e1888c53f-root {
    text-align: left;
  }


#s-db2b46bb-15b2-43e0-8240-1b8e1888c53f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db2b46bb-15b2-43e0-8240-1b8e1888c53f-root {
    text-align: left;
  }


#s-db2b46bb-15b2-43e0-8240-1b8e1888c53f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db2b46bb-15b2-43e0-8240-1b8e1888c53f-root {
    text-align: left;
  }


#s-db2b46bb-15b2-43e0-8240-1b8e1888c53f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db2b46bb-15b2-43e0-8240-1b8e1888c53f-root {
    text-align: left;
  }


#s-db2b46bb-15b2-43e0-8240-1b8e1888c53f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db2b46bb-15b2-43e0-8240-1b8e1888c53f-root {
    text-align: left;
  }


#s-db2b46bb-15b2-43e0-8240-1b8e1888c53f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-03857371-800f-4a47-97fd-7954d0650ff8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-03857371-800f-4a47-97fd-7954d0650ff8 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03857371-800f-4a47-97fd-7954d0650ff8 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-03857371-800f-4a47-97fd-7954d0650ff8 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-03857371-800f-4a47-97fd-7954d0650ff8 {
  min-height: 300px;
}
}
#s-03857371-800f-4a47-97fd-7954d0650ff8 {
  background-image: url(https://i.shgcdn.com/57d23e0f-b241-4a10-bc52-a2bf951813bb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-03857371-800f-4a47-97fd-7954d0650ff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03857371-800f-4a47-97fd-7954d0650ff8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8772018-fbad-48bf-923b-1be27dd8e2c7 {
  margin-left: 100px;
max-width: 150px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8772018-fbad-48bf-923b-1be27dd8e2c7 {
  margin-left: 50px;
}
}






  img.s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shogun-image {
    
    
  }


.s-f8772018-fbad-48bf-923b-1be27dd8e2c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shg-align-container {
  text-align: left
}

.s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shogun-image {
    
    
  }


.s-f8772018-fbad-48bf-923b-1be27dd8e2c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shg-align-container {
  text-align: left
}

.s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shogun-image {
    
    
  }


.s-f8772018-fbad-48bf-923b-1be27dd8e2c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shg-align-container {
  text-align: left
}

.s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shogun-image {
    
    
  }


.s-f8772018-fbad-48bf-923b-1be27dd8e2c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shg-align-container {
  text-align: left
}

.s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shogun-image {
    
    
  }


.s-f8772018-fbad-48bf-923b-1be27dd8e2c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shg-align-container {
  text-align: left
}

.s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8772018-fbad-48bf-923b-1be27dd8e2c7.shogun-image {
  box-sizing: border-box;
}


}
#s-dd61313b-be2c-4351-9a50-a8abad444925 {
  margin-top: 20px;
margin-left: 100px;
max-width: 846px;
aspect-ratio: 846/641;
text-align: left;
}
@media (min-width: 1200px){#s-dd61313b-be2c-4351-9a50-a8abad444925 {
  margin-top: 30px;
margin-bottom: 10px;
display: none;
}
#s-dd61313b-be2c-4351-9a50-a8abad444925, #wrap-s-dd61313b-be2c-4351-9a50-a8abad444925 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd61313b-be2c-4351-9a50-a8abad444925 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 260px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd61313b-be2c-4351-9a50-a8abad444925 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
display: none;
}
#s-dd61313b-be2c-4351-9a50-a8abad444925, #wrap-s-dd61313b-be2c-4351-9a50-a8abad444925 { display:none !important; }}@media (max-width: 767px){#s-dd61313b-be2c-4351-9a50-a8abad444925 {
  display: none;
}
#s-dd61313b-be2c-4351-9a50-a8abad444925, #wrap-s-dd61313b-be2c-4351-9a50-a8abad444925 { display:none !important; }}




  #s-dd61313b-be2c-4351-9a50-a8abad444925 img.shogun-image,
  #s-dd61313b-be2c-4351-9a50-a8abad444925 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd61313b-be2c-4351-9a50-a8abad444925 {
    width: 100%;
    height: auto;
  }



  #s-dd61313b-be2c-4351-9a50-a8abad444925 img.shogun-image {
    

    
    
    
  }


#s-dd61313b-be2c-4351-9a50-a8abad444925 .shogun-image-content {
  
    align-items: center;
  
}

#s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 {
  margin-top: 15px;
margin-left: 50px;
max-width: 200px;
aspect-ratio: 359/197;
text-align: left;
}
@media (min-width: 1200px){#s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 {
  display: none;
}
#s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94, #wrap-s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 {
  display: none;
}
#s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94, #wrap-s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 { display:none !important; }}@media (max-width: 767px){#s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 {
  display: none;
}
#s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94, #wrap-s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 { display:none !important; }}




  #s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 img.shogun-image,
  #s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 {
    width: 100%;
    height: auto;
  }



  img.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shogun-image {
    
    
  }


.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 .shogun-image-content {
  
    align-items: center;
  
}

.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shg-align-container {
  text-align: left
}

.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 img.shogun-image,
  #s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 {
    width: 100%;
    height: auto;
  }



  img.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shogun-image {
    
    
  }


.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 .shogun-image-content {
  
    align-items: center;
  
}

.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shg-align-container {
  text-align: left
}

.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shogun-image {
  box-sizing: border-box;
}


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



  #s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 img.shogun-image,
  #s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 {
    width: 100%;
    height: auto;
  }



  img.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shogun-image {
    
    
  }


.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 .shogun-image-content {
  
    align-items: center;
  
}

.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shg-align-container {
  text-align: left
}

.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shogun-image {
  box-sizing: border-box;
}


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



  #s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 img.shogun-image,
  #s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 {
    width: 100%;
    height: auto;
  }



  img.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shogun-image {
    
    
  }


.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 .shogun-image-content {
  
    align-items: center;
  
}

.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shg-align-container {
  text-align: left
}

.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shogun-image {
  box-sizing: border-box;
}


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



  #s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 img.shogun-image,
  #s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 {
    width: 100%;
    height: auto;
  }



  img.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shogun-image {
    
    
  }


.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94 .shogun-image-content {
  
    align-items: center;
  
}

.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shg-align-container {
  text-align: left
}

.s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9494f6e1-91c3-4e0a-bde2-c9651c1fae94.shogun-image {
  box-sizing: border-box;
}


}
#s-f11dda54-3a3d-4d48-8a02-33c5dd106fa9 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-f11dda54-3a3d-4d48-8a02-33c5dd106fa9 {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f11dda54-3a3d-4d48-8a02-33c5dd106fa9 {
  margin-left: 100px;
margin-right: 0px;
max-width: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f11dda54-3a3d-4d48-8a02-33c5dd106fa9 {
  margin-left: 50px;
max-width: 200px;
}
}@media (max-width: 767px){#s-f11dda54-3a3d-4d48-8a02-33c5dd106fa9 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-f11dda54-3a3d-4d48-8a02-33c5dd106fa9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-f11dda54-3a3d-4d48-8a02-33c5dd106fa9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-7afed61a-346f-406e-8e47-f4d1ec7be277 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7afed61a-346f-406e-8e47-f4d1ec7be277:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7afed61a-346f-406e-8e47-f4d1ec7be277:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7afed61a-346f-406e-8e47-f4d1ec7be277 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7afed61a-346f-406e-8e47-f4d1ec7be277 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7afed61a-346f-406e-8e47-f4d1ec7be277 {
  margin-top: 10px;
margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-7afed61a-346f-406e-8e47-f4d1ec7be277 {
  margin-left: 35px;
}
}

  #s-7afed61a-346f-406e-8e47-f4d1ec7be277-root {
    text-align: left;
  }


#s-7afed61a-346f-406e-8e47-f4d1ec7be277.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7afed61a-346f-406e-8e47-f4d1ec7be277-root {
    text-align: left;
  }


#s-7afed61a-346f-406e-8e47-f4d1ec7be277.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7afed61a-346f-406e-8e47-f4d1ec7be277-root {
    text-align: left;
  }


#s-7afed61a-346f-406e-8e47-f4d1ec7be277.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7afed61a-346f-406e-8e47-f4d1ec7be277-root {
    text-align: left;
  }


#s-7afed61a-346f-406e-8e47-f4d1ec7be277.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7afed61a-346f-406e-8e47-f4d1ec7be277-root {
    text-align: left;
  }


#s-7afed61a-346f-406e-8e47-f4d1ec7be277.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3ba1d51e-1378-4f67-8a94-4bd2688787b7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-3ba1d51e-1378-4f67-8a94-4bd2688787b7 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ba1d51e-1378-4f67-8a94-4bd2688787b7 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ba1d51e-1378-4f67-8a94-4bd2688787b7 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-3ba1d51e-1378-4f67-8a94-4bd2688787b7 {
  min-height: 300px;
}
}
#s-3ba1d51e-1378-4f67-8a94-4bd2688787b7 {
  background-image: url(https://i.shgcdn.com/b5b92ee8-94fb-4def-9f75-80988b616b4a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3ba1d51e-1378-4f67-8a94-4bd2688787b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ba1d51e-1378-4f67-8a94-4bd2688787b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a2b8a68-f16a-469f-b7f2-8ec60d6a2dc1 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-7a2b8a68-f16a-469f-b7f2-8ec60d6a2dc1 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a2b8a68-f16a-469f-b7f2-8ec60d6a2dc1 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 425px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a2b8a68-f16a-469f-b7f2-8ec60d6a2dc1 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 320px;
}
}






  #s-7a2b8a68-f16a-469f-b7f2-8ec60d6a2dc1 img.shogun-image {
    

    
    
    
  }


#s-7a2b8a68-f16a-469f-b7f2-8ec60d6a2dc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5cb4d15a-f80e-4eb5-8884-115a3a7cb904 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-5cb4d15a-f80e-4eb5-8884-115a3a7cb904 {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5cb4d15a-f80e-4eb5-8884-115a3a7cb904 {
  margin-left: 100px;
margin-right: 0px;
max-width: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5cb4d15a-f80e-4eb5-8884-115a3a7cb904 {
  margin-left: 50px;
max-width: 500px;
}
}@media (max-width: 767px){#s-5cb4d15a-f80e-4eb5-8884-115a3a7cb904 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-5cb4d15a-f80e-4eb5-8884-115a3a7cb904 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-910a184a-99f5-40c5-b48a-d805d82f1f8d {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-910a184a-99f5-40c5-b48a-d805d82f1f8d:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-910a184a-99f5-40c5-b48a-d805d82f1f8d:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-910a184a-99f5-40c5-b48a-d805d82f1f8d {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-910a184a-99f5-40c5-b48a-d805d82f1f8d {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-910a184a-99f5-40c5-b48a-d805d82f1f8d {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-910a184a-99f5-40c5-b48a-d805d82f1f8d {
  margin-left: 35px;
}
}

  #s-910a184a-99f5-40c5-b48a-d805d82f1f8d-root {
    text-align: left;
  }


#s-910a184a-99f5-40c5-b48a-d805d82f1f8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-910a184a-99f5-40c5-b48a-d805d82f1f8d-root {
    text-align: left;
  }


#s-910a184a-99f5-40c5-b48a-d805d82f1f8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-910a184a-99f5-40c5-b48a-d805d82f1f8d-root {
    text-align: left;
  }


#s-910a184a-99f5-40c5-b48a-d805d82f1f8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-910a184a-99f5-40c5-b48a-d805d82f1f8d-root {
    text-align: left;
  }


#s-910a184a-99f5-40c5-b48a-d805d82f1f8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-910a184a-99f5-40c5-b48a-d805d82f1f8d-root {
    text-align: left;
  }


#s-910a184a-99f5-40c5-b48a-d805d82f1f8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9122a8d1-5fdc-49ec-8acf-baba41ddc8b6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-9122a8d1-5fdc-49ec-8acf-baba41ddc8b6 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9122a8d1-5fdc-49ec-8acf-baba41ddc8b6 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9122a8d1-5fdc-49ec-8acf-baba41ddc8b6 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-9122a8d1-5fdc-49ec-8acf-baba41ddc8b6 {
  min-height: 300px;
}
}
#s-9122a8d1-5fdc-49ec-8acf-baba41ddc8b6 {
  background-image: url(https://i.shgcdn.com/854bab55-2bea-4434-9aa3-acfa06d05232/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9122a8d1-5fdc-49ec-8acf-baba41ddc8b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9122a8d1-5fdc-49ec-8acf-baba41ddc8b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97fb1629-20af-4b94-9486-8f8b3108c4ee {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-97fb1629-20af-4b94-9486-8f8b3108c4ee {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97fb1629-20af-4b94-9486-8f8b3108c4ee {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-97fb1629-20af-4b94-9486-8f8b3108c4ee {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 350px;
}
}






  #s-97fb1629-20af-4b94-9486-8f8b3108c4ee img.shogun-image {
    

    
    
    
  }


#s-97fb1629-20af-4b94-9486-8f8b3108c4ee .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-d09ebb98-cf72-40c1-b58c-3fa4e04f6ce3 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 600px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d09ebb98-cf72-40c1-b58c-3fa4e04f6ce3 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 0px;
max-width: 450px;
}
}
#s-1958a0af-68b2-496c-a3b1-56654e5d203c {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1958a0af-68b2-496c-a3b1-56654e5d203c:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1958a0af-68b2-496c-a3b1-56654e5d203c:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1958a0af-68b2-496c-a3b1-56654e5d203c {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1958a0af-68b2-496c-a3b1-56654e5d203c {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1958a0af-68b2-496c-a3b1-56654e5d203c {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-1958a0af-68b2-496c-a3b1-56654e5d203c {
  margin-left: 35px;
}
}

  #s-1958a0af-68b2-496c-a3b1-56654e5d203c-root {
    text-align: left;
  }


#s-1958a0af-68b2-496c-a3b1-56654e5d203c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1958a0af-68b2-496c-a3b1-56654e5d203c-root {
    text-align: left;
  }


#s-1958a0af-68b2-496c-a3b1-56654e5d203c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1958a0af-68b2-496c-a3b1-56654e5d203c-root {
    text-align: left;
  }


#s-1958a0af-68b2-496c-a3b1-56654e5d203c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1958a0af-68b2-496c-a3b1-56654e5d203c-root {
    text-align: left;
  }


#s-1958a0af-68b2-496c-a3b1-56654e5d203c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1958a0af-68b2-496c-a3b1-56654e5d203c-root {
    text-align: left;
  }


#s-1958a0af-68b2-496c-a3b1-56654e5d203c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-48cf5c9f-1583-4e7a-8bda-f0ab8ffa1c3e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-48cf5c9f-1583-4e7a-8bda-f0ab8ffa1c3e {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48cf5c9f-1583-4e7a-8bda-f0ab8ffa1c3e {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-48cf5c9f-1583-4e7a-8bda-f0ab8ffa1c3e {
  min-height: 400px;
}
}@media (max-width: 767px){#s-48cf5c9f-1583-4e7a-8bda-f0ab8ffa1c3e {
  min-height: 300px;
}
}
#s-48cf5c9f-1583-4e7a-8bda-f0ab8ffa1c3e {
  background-image: url(https://i.shgcdn.com/c6cd748e-ff04-4ae9-9934-d13f70edafac/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-48cf5c9f-1583-4e7a-8bda-f0ab8ffa1c3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48cf5c9f-1583-4e7a-8bda-f0ab8ffa1c3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e10aa199-0681-4fb3-a5db-d0d978262ef0 {
  margin-left: 100px;
margin-bottom: 15px;
max-width: 250px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e10aa199-0681-4fb3-a5db-d0d978262ef0 {
  margin-left: 50px;
max-width: 200px;
}
}






  img.s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shogun-image {
    
    
  }


.s-e10aa199-0681-4fb3-a5db-d0d978262ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shg-align-container {
  text-align: left
}

.s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shogun-image {
    
    
  }


.s-e10aa199-0681-4fb3-a5db-d0d978262ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shg-align-container {
  text-align: left
}

.s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shogun-image {
    
    
  }


.s-e10aa199-0681-4fb3-a5db-d0d978262ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shg-align-container {
  text-align: left
}

.s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shogun-image {
    
    
  }


.s-e10aa199-0681-4fb3-a5db-d0d978262ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shg-align-container {
  text-align: left
}

.s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shogun-image {
    
    
  }


.s-e10aa199-0681-4fb3-a5db-d0d978262ef0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shg-align-container {
  text-align: left
}

.s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e10aa199-0681-4fb3-a5db-d0d978262ef0.shogun-image {
  box-sizing: border-box;
}


}
#s-65f44cf4-1b60-4130-a8a4-1c18dfe6fd67 {
  margin-top: 10px;
margin-left: 100px;
max-width: 1064px;
aspect-ratio: 1064/565;
text-align: left;
}
@media (min-width: 1200px){#s-65f44cf4-1b60-4130-a8a4-1c18dfe6fd67 {
  margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65f44cf4-1b60-4130-a8a4-1c18dfe6fd67 {
  margin-bottom: 10px;
max-width: 350px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-65f44cf4-1b60-4130-a8a4-1c18dfe6fd67 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 250px;
}
}




  #s-65f44cf4-1b60-4130-a8a4-1c18dfe6fd67 img.shogun-image,
  #s-65f44cf4-1b60-4130-a8a4-1c18dfe6fd67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65f44cf4-1b60-4130-a8a4-1c18dfe6fd67 {
    width: 100%;
    height: auto;
  }



  #s-65f44cf4-1b60-4130-a8a4-1c18dfe6fd67 img.shogun-image {
    

    
    
    
  }


#s-65f44cf4-1b60-4130-a8a4-1c18dfe6fd67 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2a9f730-7a20-4c1b-b57e-8df8ff51dbad {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-c2a9f730-7a20-4c1b-b57e-8df8ff51dbad {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2a9f730-7a20-4c1b-b57e-8df8ff51dbad {
  margin-left: 100px;
margin-right: 0px;
max-width: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2a9f730-7a20-4c1b-b57e-8df8ff51dbad {
  margin-left: 50px;
max-width: 350px;
}
}@media (max-width: 767px){#s-c2a9f730-7a20-4c1b-b57e-8df8ff51dbad {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-c2a9f730-7a20-4c1b-b57e-8df8ff51dbad .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-d99cd13b-451a-48e7-89e0-254f157b13e5 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d99cd13b-451a-48e7-89e0-254f157b13e5:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d99cd13b-451a-48e7-89e0-254f157b13e5:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d99cd13b-451a-48e7-89e0-254f157b13e5 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d99cd13b-451a-48e7-89e0-254f157b13e5 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d99cd13b-451a-48e7-89e0-254f157b13e5 {
  margin-top: 10px;
margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d99cd13b-451a-48e7-89e0-254f157b13e5 {
  margin-left: 35px;
}
}

  #s-d99cd13b-451a-48e7-89e0-254f157b13e5-root {
    text-align: left;
  }


#s-d99cd13b-451a-48e7-89e0-254f157b13e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d99cd13b-451a-48e7-89e0-254f157b13e5-root {
    text-align: left;
  }


#s-d99cd13b-451a-48e7-89e0-254f157b13e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d99cd13b-451a-48e7-89e0-254f157b13e5-root {
    text-align: left;
  }


#s-d99cd13b-451a-48e7-89e0-254f157b13e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d99cd13b-451a-48e7-89e0-254f157b13e5-root {
    text-align: left;
  }


#s-d99cd13b-451a-48e7-89e0-254f157b13e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d99cd13b-451a-48e7-89e0-254f157b13e5-root {
    text-align: left;
  }


#s-d99cd13b-451a-48e7-89e0-254f157b13e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-092d1aa0-9a78-48b9-b9ea-5c201820aa1f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-092d1aa0-9a78-48b9-b9ea-5c201820aa1f {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-092d1aa0-9a78-48b9-b9ea-5c201820aa1f {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-092d1aa0-9a78-48b9-b9ea-5c201820aa1f {
  min-height: 400px;
}
}@media (max-width: 767px){#s-092d1aa0-9a78-48b9-b9ea-5c201820aa1f {
  min-height: 300px;
}
}
#s-092d1aa0-9a78-48b9-b9ea-5c201820aa1f {
  background-image: url(https://i.shgcdn.com/b93db911-6305-47eb-b9cc-e6cfd831a5f3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-092d1aa0-9a78-48b9-b9ea-5c201820aa1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-092d1aa0-9a78-48b9-b9ea-5c201820aa1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-171e1346-cb48-4d28-b599-5249724dcdd7 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-171e1346-cb48-4d28-b599-5249724dcdd7 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-171e1346-cb48-4d28-b599-5249724dcdd7 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 485px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-171e1346-cb48-4d28-b599-5249724dcdd7 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 350px;
}
}






  #s-171e1346-cb48-4d28-b599-5249724dcdd7 img.shogun-image {
    

    
    
    
  }


#s-171e1346-cb48-4d28-b599-5249724dcdd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-970e272a-2de8-438f-9bb8-5263639e6ecb {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-970e272a-2de8-438f-9bb8-5263639e6ecb {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-970e272a-2de8-438f-9bb8-5263639e6ecb {
  margin-left: 100px;
margin-right: 0px;
max-width: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-970e272a-2de8-438f-9bb8-5263639e6ecb {
  margin-left: 50px;
max-width: 375px;
}
}@media (max-width: 767px){#s-970e272a-2de8-438f-9bb8-5263639e6ecb {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-970e272a-2de8-438f-9bb8-5263639e6ecb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4 {
  margin-left: 35px;
}
}

  #s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4-root {
    text-align: left;
  }


#s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4-root {
    text-align: left;
  }


#s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4-root {
    text-align: left;
  }


#s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4-root {
    text-align: left;
  }


#s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4-root {
    text-align: left;
  }


#s-1318abf4-8b0a-40a0-9bdf-01c08e856eb4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e6f6df12-7c5d-463a-8e24-7b7740bf6eab {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-e6f6df12-7c5d-463a-8e24-7b7740bf6eab {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6f6df12-7c5d-463a-8e24-7b7740bf6eab {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6f6df12-7c5d-463a-8e24-7b7740bf6eab {
  min-height: 400px;
}
}@media (max-width: 767px){#s-e6f6df12-7c5d-463a-8e24-7b7740bf6eab {
  min-height: 300px;
}
}
#s-e6f6df12-7c5d-463a-8e24-7b7740bf6eab {
  background-image: url(https://i.shgcdn.com/16d32808-c457-4bb0-a74a-5e2f575756d4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e6f6df12-7c5d-463a-8e24-7b7740bf6eab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6f6df12-7c5d-463a-8e24-7b7740bf6eab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a444aca-3ba6-4315-a002-d76bc19ef92b {
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9a444aca-3ba6-4315-a002-d76bc19ef92b {
  margin-left: 100px;
max-width: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a444aca-3ba6-4315-a002-d76bc19ef92b {
  margin-left: 50px;
max-width: 100px;
}
}






  img.s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shogun-image {
    
    
  }


.s-9a444aca-3ba6-4315-a002-d76bc19ef92b .shogun-image-content {
  
    align-items: center;
  
}

.s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shg-align-container {
  text-align: left
}

.s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shogun-image {
    
    
  }


.s-9a444aca-3ba6-4315-a002-d76bc19ef92b .shogun-image-content {
  
    align-items: center;
  
}

.s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shg-align-container {
  text-align: left
}

.s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shogun-image {
    
    
  }


.s-9a444aca-3ba6-4315-a002-d76bc19ef92b .shogun-image-content {
  
    align-items: center;
  
}

.s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shg-align-container {
  text-align: left
}

.s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shogun-image {
    
    
  }


.s-9a444aca-3ba6-4315-a002-d76bc19ef92b .shogun-image-content {
  
    align-items: center;
  
}

.s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shg-align-container {
  text-align: left
}

.s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shogun-image {
    
    
  }


.s-9a444aca-3ba6-4315-a002-d76bc19ef92b .shogun-image-content {
  
    align-items: center;
  
}

.s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shg-align-container {
  text-align: left
}

.s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a444aca-3ba6-4315-a002-d76bc19ef92b.shogun-image {
  box-sizing: border-box;
}


}
#s-3ea471a7-e49d-4da3-851d-311e6bd6e002 {
  margin-top: 20px;
margin-left: 100px;
max-width: 280px;
text-align: left;
}
@media (min-width: 1200px){#s-3ea471a7-e49d-4da3-851d-311e6bd6e002 {
  margin-top: 30px;
margin-bottom: 10px;
display: none;
}
#s-3ea471a7-e49d-4da3-851d-311e6bd6e002, #wrap-s-3ea471a7-e49d-4da3-851d-311e6bd6e002 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ea471a7-e49d-4da3-851d-311e6bd6e002 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 425px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ea471a7-e49d-4da3-851d-311e6bd6e002 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 10px;
max-width: 300px;
}
}@media (max-width: 767px){#s-3ea471a7-e49d-4da3-851d-311e6bd6e002 {
  display: none;
}
#s-3ea471a7-e49d-4da3-851d-311e6bd6e002, #wrap-s-3ea471a7-e49d-4da3-851d-311e6bd6e002 { display:none !important; }}






  #s-3ea471a7-e49d-4da3-851d-311e6bd6e002 img.shogun-image {
    

    
    
    
  }


#s-3ea471a7-e49d-4da3-851d-311e6bd6e002 .shogun-image-content {
  
    align-items: center;
  
}

#s-64f7d08d-9e11-4e89-894f-81c391b39c4c {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-64f7d08d-9e11-4e89-894f-81c391b39c4c {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64f7d08d-9e11-4e89-894f-81c391b39c4c {
  margin-left: 100px;
margin-right: 0px;
max-width: 435px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-64f7d08d-9e11-4e89-894f-81c391b39c4c {
  margin-left: 50px;
max-width: 435px;
}
}@media (max-width: 767px){#s-64f7d08d-9e11-4e89-894f-81c391b39c4c {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-64f7d08d-9e11-4e89-894f-81c391b39c4c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-7f686170-5622-45f0-b7df-1a2f8cc4734f {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7f686170-5622-45f0-b7df-1a2f8cc4734f:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7f686170-5622-45f0-b7df-1a2f8cc4734f:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7f686170-5622-45f0-b7df-1a2f8cc4734f {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f686170-5622-45f0-b7df-1a2f8cc4734f {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f686170-5622-45f0-b7df-1a2f8cc4734f {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-7f686170-5622-45f0-b7df-1a2f8cc4734f {
  margin-left: 35px;
}
}

  #s-7f686170-5622-45f0-b7df-1a2f8cc4734f-root {
    text-align: left;
  }


#s-7f686170-5622-45f0-b7df-1a2f8cc4734f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f686170-5622-45f0-b7df-1a2f8cc4734f-root {
    text-align: left;
  }


#s-7f686170-5622-45f0-b7df-1a2f8cc4734f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f686170-5622-45f0-b7df-1a2f8cc4734f-root {
    text-align: left;
  }


#s-7f686170-5622-45f0-b7df-1a2f8cc4734f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f686170-5622-45f0-b7df-1a2f8cc4734f-root {
    text-align: left;
  }


#s-7f686170-5622-45f0-b7df-1a2f8cc4734f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f686170-5622-45f0-b7df-1a2f8cc4734f-root {
    text-align: left;
  }


#s-7f686170-5622-45f0-b7df-1a2f8cc4734f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-64396d7e-4f5c-434c-9845-7dab350e9d7b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-64396d7e-4f5c-434c-9845-7dab350e9d7b {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64396d7e-4f5c-434c-9845-7dab350e9d7b {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-64396d7e-4f5c-434c-9845-7dab350e9d7b {
  min-height: 400px;
}
}@media (max-width: 767px){#s-64396d7e-4f5c-434c-9845-7dab350e9d7b {
  min-height: 300px;
}
}
#s-64396d7e-4f5c-434c-9845-7dab350e9d7b {
  background-image: url(https://i.shgcdn.com/a50df53c-c228-40b2-8864-30ef67b93add/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-64396d7e-4f5c-434c-9845-7dab350e9d7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64396d7e-4f5c-434c-9845-7dab350e9d7b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5b1e4aca-f0b9-41e8-98f9-ca4c64b14628 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-5b1e4aca-f0b9-41e8-98f9-ca4c64b14628 {
  margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b1e4aca-f0b9-41e8-98f9-ca4c64b14628 {
  margin-bottom: 10px;
max-width: 600px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b1e4aca-f0b9-41e8-98f9-ca4c64b14628 {
  margin-bottom: 0px;
max-width: 450px;
}
}






  #s-5b1e4aca-f0b9-41e8-98f9-ca4c64b14628 img.shogun-image {
    

    
    
    
  }


#s-5b1e4aca-f0b9-41e8-98f9-ca4c64b14628 .shogun-image-content {
  
    align-items: center;
  
}

#s-e645653b-b9da-40a3-be6a-02b6ae18ccaa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 70%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e645653b-b9da-40a3-be6a-02b6ae18ccaa {
  padding-bottom: 0px;
}
}
#s-e645653b-b9da-40a3-be6a-02b6ae18ccaa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-9cef9885-188a-4a96-8359-fbb4b0ff262b {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9cef9885-188a-4a96-8359-fbb4b0ff262b:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9cef9885-188a-4a96-8359-fbb4b0ff262b:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9cef9885-188a-4a96-8359-fbb4b0ff262b {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9cef9885-188a-4a96-8359-fbb4b0ff262b {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9cef9885-188a-4a96-8359-fbb4b0ff262b {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}

  #s-9cef9885-188a-4a96-8359-fbb4b0ff262b-root {
    text-align: center;
  }


#s-9cef9885-188a-4a96-8359-fbb4b0ff262b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9cef9885-188a-4a96-8359-fbb4b0ff262b-root {
    text-align: center;
  }


#s-9cef9885-188a-4a96-8359-fbb4b0ff262b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9cef9885-188a-4a96-8359-fbb4b0ff262b-root {
    text-align: center;
  }


#s-9cef9885-188a-4a96-8359-fbb4b0ff262b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9cef9885-188a-4a96-8359-fbb4b0ff262b-root {
    text-align: center;
  }


#s-9cef9885-188a-4a96-8359-fbb4b0ff262b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9cef9885-188a-4a96-8359-fbb4b0ff262b-root {
    text-align: center;
  }


#s-9cef9885-188a-4a96-8359-fbb4b0ff262b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a5a96c4e-5580-4bc3-9f1e-54ea45c85780 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-a5a96c4e-5580-4bc3-9f1e-54ea45c85780 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5a96c4e-5580-4bc3-9f1e-54ea45c85780 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5a96c4e-5580-4bc3-9f1e-54ea45c85780 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-a5a96c4e-5580-4bc3-9f1e-54ea45c85780 {
  min-height: 300px;
}
}
#s-a5a96c4e-5580-4bc3-9f1e-54ea45c85780 {
  background-image: url(https://i.shgcdn.com/4571a7f6-f29c-4a69-afef-12b7dace78ca/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a5a96c4e-5580-4bc3-9f1e-54ea45c85780 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5a96c4e-5580-4bc3-9f1e-54ea45c85780.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea9c5a99-1a42-4904-b7b9-c37603a3196f {
  margin-top: 20px;
margin-left: 100px;
max-width: 400px;
text-align: left;
}
@media (min-width: 1200px){#s-ea9c5a99-1a42-4904-b7b9-c37603a3196f {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea9c5a99-1a42-4904-b7b9-c37603a3196f {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 350px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea9c5a99-1a42-4904-b7b9-c37603a3196f {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 330px;
}
}






  #s-ea9c5a99-1a42-4904-b7b9-c37603a3196f img.shogun-image {
    

    
    
    
  }


#s-ea9c5a99-1a42-4904-b7b9-c37603a3196f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-27de0ca2-0ba7-43f9-9adf-7abcf5511b78 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 350px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-27de0ca2-0ba7-43f9-9adf-7abcf5511b78 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 0px;
max-width: 350px;
}
}
#s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82 {
  margin-left: 35px;
}
}

  #s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82-root {
    text-align: left;
  }


#s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82-root {
    text-align: left;
  }


#s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82-root {
    text-align: left;
  }


#s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82-root {
    text-align: left;
  }


#s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82-root {
    text-align: left;
  }


#s-b6d9c269-c2a9-4c24-9d63-ed49d35eca82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-40734ca2-2f9d-44ee-9edf-85baaa84d574 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-40734ca2-2f9d-44ee-9edf-85baaa84d574 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40734ca2-2f9d-44ee-9edf-85baaa84d574 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-40734ca2-2f9d-44ee-9edf-85baaa84d574 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-40734ca2-2f9d-44ee-9edf-85baaa84d574 {
  min-height: 300px;
}
}
#s-40734ca2-2f9d-44ee-9edf-85baaa84d574 {
  background-image: url(https://i.shgcdn.com/29439ced-6498-4a41-a731-95e6ce723471/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-40734ca2-2f9d-44ee-9edf-85baaa84d574 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40734ca2-2f9d-44ee-9edf-85baaa84d574.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a7d2b63-1b4c-43be-a34c-fd63d97d8a17 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-6a7d2b63-1b4c-43be-a34c-fd63d97d8a17 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a7d2b63-1b4c-43be-a34c-fd63d97d8a17 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 370px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a7d2b63-1b4c-43be-a34c-fd63d97d8a17 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 295px;
}
}






  #s-6a7d2b63-1b4c-43be-a34c-fd63d97d8a17 img.shogun-image {
    

    
    
    
  }


#s-6a7d2b63-1b4c-43be-a34c-fd63d97d8a17 .shogun-image-content {
  
    align-items: center;
  
}

#s-645de63a-596d-41ba-99b7-5e02edba1d4a {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-645de63a-596d-41ba-99b7-5e02edba1d4a {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-645de63a-596d-41ba-99b7-5e02edba1d4a {
  margin-left: 100px;
margin-right: 0px;
max-width: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-645de63a-596d-41ba-99b7-5e02edba1d4a {
  margin-left: 50px;
max-width: 320px;
}
}@media (max-width: 767px){#s-645de63a-596d-41ba-99b7-5e02edba1d4a {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-645de63a-596d-41ba-99b7-5e02edba1d4a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-91e18823-f658-4c5f-94b3-7c73dbc760b3 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-91e18823-f658-4c5f-94b3-7c73dbc760b3:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-91e18823-f658-4c5f-94b3-7c73dbc760b3:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-91e18823-f658-4c5f-94b3-7c73dbc760b3 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91e18823-f658-4c5f-94b3-7c73dbc760b3 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-91e18823-f658-4c5f-94b3-7c73dbc760b3 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-91e18823-f658-4c5f-94b3-7c73dbc760b3 {
  margin-left: 35px;
}
}

  #s-91e18823-f658-4c5f-94b3-7c73dbc760b3-root {
    text-align: left;
  }


#s-91e18823-f658-4c5f-94b3-7c73dbc760b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-91e18823-f658-4c5f-94b3-7c73dbc760b3-root {
    text-align: left;
  }


#s-91e18823-f658-4c5f-94b3-7c73dbc760b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91e18823-f658-4c5f-94b3-7c73dbc760b3-root {
    text-align: left;
  }


#s-91e18823-f658-4c5f-94b3-7c73dbc760b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91e18823-f658-4c5f-94b3-7c73dbc760b3-root {
    text-align: left;
  }


#s-91e18823-f658-4c5f-94b3-7c73dbc760b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-91e18823-f658-4c5f-94b3-7c73dbc760b3-root {
    text-align: left;
  }


#s-91e18823-f658-4c5f-94b3-7c73dbc760b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7ab6a6d7-153f-417c-9866-e0a8967d568d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-7ab6a6d7-153f-417c-9866-e0a8967d568d {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ab6a6d7-153f-417c-9866-e0a8967d568d {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ab6a6d7-153f-417c-9866-e0a8967d568d {
  min-height: 400px;
}
}@media (max-width: 767px){#s-7ab6a6d7-153f-417c-9866-e0a8967d568d {
  min-height: 300px;
}
}
#s-7ab6a6d7-153f-417c-9866-e0a8967d568d {
  background-image: url(https://i.shgcdn.com/dc9713d4-a5c4-4962-bba0-8aea53585c80/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7ab6a6d7-153f-417c-9866-e0a8967d568d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ab6a6d7-153f-417c-9866-e0a8967d568d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f37ea802-762f-4f62-a069-8f02152576ab {
  margin-left: 100px;
max-width: 150px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f37ea802-762f-4f62-a069-8f02152576ab {
  margin-left: 50px;
}
}






  img.s-f37ea802-762f-4f62-a069-8f02152576ab.shogun-image {
    
    
  }


.s-f37ea802-762f-4f62-a069-8f02152576ab .shogun-image-content {
  
    align-items: center;
  
}

.s-f37ea802-762f-4f62-a069-8f02152576ab.shg-align-container {
  text-align: left
}

.s-f37ea802-762f-4f62-a069-8f02152576ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f37ea802-762f-4f62-a069-8f02152576ab.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f37ea802-762f-4f62-a069-8f02152576ab.shogun-image {
    
    
  }


.s-f37ea802-762f-4f62-a069-8f02152576ab .shogun-image-content {
  
    align-items: center;
  
}

.s-f37ea802-762f-4f62-a069-8f02152576ab.shg-align-container {
  text-align: left
}

.s-f37ea802-762f-4f62-a069-8f02152576ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f37ea802-762f-4f62-a069-8f02152576ab.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f37ea802-762f-4f62-a069-8f02152576ab.shogun-image {
    
    
  }


.s-f37ea802-762f-4f62-a069-8f02152576ab .shogun-image-content {
  
    align-items: center;
  
}

.s-f37ea802-762f-4f62-a069-8f02152576ab.shg-align-container {
  text-align: left
}

.s-f37ea802-762f-4f62-a069-8f02152576ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f37ea802-762f-4f62-a069-8f02152576ab.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f37ea802-762f-4f62-a069-8f02152576ab.shogun-image {
    
    
  }


.s-f37ea802-762f-4f62-a069-8f02152576ab .shogun-image-content {
  
    align-items: center;
  
}

.s-f37ea802-762f-4f62-a069-8f02152576ab.shg-align-container {
  text-align: left
}

.s-f37ea802-762f-4f62-a069-8f02152576ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f37ea802-762f-4f62-a069-8f02152576ab.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f37ea802-762f-4f62-a069-8f02152576ab.shogun-image {
    
    
  }


.s-f37ea802-762f-4f62-a069-8f02152576ab .shogun-image-content {
  
    align-items: center;
  
}

.s-f37ea802-762f-4f62-a069-8f02152576ab.shg-align-container {
  text-align: left
}

.s-f37ea802-762f-4f62-a069-8f02152576ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f37ea802-762f-4f62-a069-8f02152576ab.shogun-image {
  box-sizing: border-box;
}


}
#s-91e79117-e1b8-415e-a882-391eb26ff034 {
  margin-top: 20px;
margin-left: 100px;
max-width: 275px;
text-align: left;
}
@media (min-width: 1200px){#s-91e79117-e1b8-415e-a882-391eb26ff034 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91e79117-e1b8-415e-a882-391eb26ff034 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 460px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-91e79117-e1b8-415e-a882-391eb26ff034 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 375px;
}
}






  #s-91e79117-e1b8-415e-a882-391eb26ff034 img.shogun-image {
    

    
    
    
  }


#s-91e79117-e1b8-415e-a882-391eb26ff034 .shogun-image-content {
  
    align-items: center;
  
}

#s-436e54bb-e6ec-461d-ab30-53878718fc2d {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 400px;
text-align: left;
}
@media (min-width: 1200px){#s-436e54bb-e6ec-461d-ab30-53878718fc2d {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-436e54bb-e6ec-461d-ab30-53878718fc2d {
  margin-left: 100px;
margin-right: 0px;
max-width: 475px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-436e54bb-e6ec-461d-ab30-53878718fc2d {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-436e54bb-e6ec-461d-ab30-53878718fc2d {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-436e54bb-e6ec-461d-ab30-53878718fc2d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-dfe9cdd2-0abc-4529-bead-c2621a8cffba {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-dfe9cdd2-0abc-4529-bead-c2621a8cffba:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dfe9cdd2-0abc-4529-bead-c2621a8cffba:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-dfe9cdd2-0abc-4529-bead-c2621a8cffba {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dfe9cdd2-0abc-4529-bead-c2621a8cffba {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dfe9cdd2-0abc-4529-bead-c2621a8cffba {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-dfe9cdd2-0abc-4529-bead-c2621a8cffba {
  margin-left: 35px;
}
}

  #s-dfe9cdd2-0abc-4529-bead-c2621a8cffba-root {
    text-align: left;
  }


#s-dfe9cdd2-0abc-4529-bead-c2621a8cffba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dfe9cdd2-0abc-4529-bead-c2621a8cffba-root {
    text-align: left;
  }


#s-dfe9cdd2-0abc-4529-bead-c2621a8cffba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfe9cdd2-0abc-4529-bead-c2621a8cffba-root {
    text-align: left;
  }


#s-dfe9cdd2-0abc-4529-bead-c2621a8cffba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfe9cdd2-0abc-4529-bead-c2621a8cffba-root {
    text-align: left;
  }


#s-dfe9cdd2-0abc-4529-bead-c2621a8cffba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dfe9cdd2-0abc-4529-bead-c2621a8cffba-root {
    text-align: left;
  }


#s-dfe9cdd2-0abc-4529-bead-c2621a8cffba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-95864045-ba0c-4f6a-80e3-8328a100a339 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-95864045-ba0c-4f6a-80e3-8328a100a339 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95864045-ba0c-4f6a-80e3-8328a100a339 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-95864045-ba0c-4f6a-80e3-8328a100a339 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-95864045-ba0c-4f6a-80e3-8328a100a339 {
  min-height: 300px;
}
}
#s-95864045-ba0c-4f6a-80e3-8328a100a339 {
  background-image: url(https://i.shgcdn.com/3f3858d5-8518-409d-85e5-36bb7737103d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-95864045-ba0c-4f6a-80e3-8328a100a339 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95864045-ba0c-4f6a-80e3-8328a100a339.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00ca3ab9-342a-455c-a21a-5ec535cccdae {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-00ca3ab9-342a-455c-a21a-5ec535cccdae {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00ca3ab9-342a-455c-a21a-5ec535cccdae {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 425px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-00ca3ab9-342a-455c-a21a-5ec535cccdae {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 300px;
}
}






  #s-00ca3ab9-342a-455c-a21a-5ec535cccdae img.shogun-image {
    

    
    
    
  }


#s-00ca3ab9-342a-455c-a21a-5ec535cccdae .shogun-image-content {
  
    align-items: center;
  
}

#s-bb380e68-0f75-4d22-a1b3-aef583039e77 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 510px;
text-align: left;
}
@media (min-width: 1200px){#s-bb380e68-0f75-4d22-a1b3-aef583039e77 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb380e68-0f75-4d22-a1b3-aef583039e77 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb380e68-0f75-4d22-a1b3-aef583039e77 {
  margin-left: 50px;
max-width: 450px;
}
}@media (max-width: 767px){#s-bb380e68-0f75-4d22-a1b3-aef583039e77 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-bb380e68-0f75-4d22-a1b3-aef583039e77 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-bb380e68-0f75-4d22-a1b3-aef583039e77 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-bc6188ab-7706-4830-b127-c2b475d0813c {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bc6188ab-7706-4830-b127-c2b475d0813c:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bc6188ab-7706-4830-b127-c2b475d0813c:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-bc6188ab-7706-4830-b127-c2b475d0813c {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc6188ab-7706-4830-b127-c2b475d0813c {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc6188ab-7706-4830-b127-c2b475d0813c {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-bc6188ab-7706-4830-b127-c2b475d0813c {
  margin-left: 35px;
}
}

  #s-bc6188ab-7706-4830-b127-c2b475d0813c-root {
    text-align: left;
  }


#s-bc6188ab-7706-4830-b127-c2b475d0813c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc6188ab-7706-4830-b127-c2b475d0813c-root {
    text-align: left;
  }


#s-bc6188ab-7706-4830-b127-c2b475d0813c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc6188ab-7706-4830-b127-c2b475d0813c-root {
    text-align: left;
  }


#s-bc6188ab-7706-4830-b127-c2b475d0813c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc6188ab-7706-4830-b127-c2b475d0813c-root {
    text-align: left;
  }


#s-bc6188ab-7706-4830-b127-c2b475d0813c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc6188ab-7706-4830-b127-c2b475d0813c-root {
    text-align: left;
  }


#s-bc6188ab-7706-4830-b127-c2b475d0813c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2528992f-ae7b-4b71-a725-6821b466f76f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-2528992f-ae7b-4b71-a725-6821b466f76f {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2528992f-ae7b-4b71-a725-6821b466f76f {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2528992f-ae7b-4b71-a725-6821b466f76f {
  min-height: 400px;
}
}@media (max-width: 767px){#s-2528992f-ae7b-4b71-a725-6821b466f76f {
  min-height: 300px;
}
}
#s-2528992f-ae7b-4b71-a725-6821b466f76f {
  background-image: url(https://i.shgcdn.com/620e9367-ca6a-4cb6-93ef-f4742955707f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2528992f-ae7b-4b71-a725-6821b466f76f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2528992f-ae7b-4b71-a725-6821b466f76f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f6c6a12-c7e2-45fe-af4d-aad2d96c8ee9 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-7f6c6a12-c7e2-45fe-af4d-aad2d96c8ee9 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f6c6a12-c7e2-45fe-af4d-aad2d96c8ee9 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 475px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f6c6a12-c7e2-45fe-af4d-aad2d96c8ee9 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 345px;
}
}






  #s-7f6c6a12-c7e2-45fe-af4d-aad2d96c8ee9 img.shogun-image {
    

    
    
    
  }


#s-7f6c6a12-c7e2-45fe-af4d-aad2d96c8ee9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bfb66f3-c5fa-457c-842e-4bba175dd183 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 400px;
text-align: left;
}
@media (min-width: 1200px){#s-5bfb66f3-c5fa-457c-842e-4bba175dd183 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5bfb66f3-c5fa-457c-842e-4bba175dd183 {
  margin-left: 100px;
margin-right: 0px;
max-width: 475px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5bfb66f3-c5fa-457c-842e-4bba175dd183 {
  margin-left: 50px;
max-width: 400px;
}
}@media (max-width: 767px){#s-5bfb66f3-c5fa-457c-842e-4bba175dd183 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-5bfb66f3-c5fa-457c-842e-4bba175dd183 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-5bfb66f3-c5fa-457c-842e-4bba175dd183 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5bfb66f3-c5fa-457c-842e-4bba175dd183 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-d10007de-b384-4136-9925-35f7caea0d05 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d10007de-b384-4136-9925-35f7caea0d05:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d10007de-b384-4136-9925-35f7caea0d05:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d10007de-b384-4136-9925-35f7caea0d05 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d10007de-b384-4136-9925-35f7caea0d05 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d10007de-b384-4136-9925-35f7caea0d05 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d10007de-b384-4136-9925-35f7caea0d05 {
  margin-left: 35px;
}
}

  #s-d10007de-b384-4136-9925-35f7caea0d05-root {
    text-align: left;
  }


#s-d10007de-b384-4136-9925-35f7caea0d05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d10007de-b384-4136-9925-35f7caea0d05-root {
    text-align: left;
  }


#s-d10007de-b384-4136-9925-35f7caea0d05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d10007de-b384-4136-9925-35f7caea0d05-root {
    text-align: left;
  }


#s-d10007de-b384-4136-9925-35f7caea0d05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d10007de-b384-4136-9925-35f7caea0d05-root {
    text-align: left;
  }


#s-d10007de-b384-4136-9925-35f7caea0d05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d10007de-b384-4136-9925-35f7caea0d05-root {
    text-align: left;
  }


#s-d10007de-b384-4136-9925-35f7caea0d05.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fd2e6d54-53b7-4807-a95d-9911eadbc486 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-fd2e6d54-53b7-4807-a95d-9911eadbc486 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd2e6d54-53b7-4807-a95d-9911eadbc486 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd2e6d54-53b7-4807-a95d-9911eadbc486 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-fd2e6d54-53b7-4807-a95d-9911eadbc486 {
  min-height: 300px;
}
}
#s-fd2e6d54-53b7-4807-a95d-9911eadbc486 {
  background-image: url(https://i.shgcdn.com/8e618fa8-fd33-45b4-a426-19e30cfc7b08/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fd2e6d54-53b7-4807-a95d-9911eadbc486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd2e6d54-53b7-4807-a95d-9911eadbc486.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7fdf2b7-598a-4628-a742-84c695b1f877 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-b7fdf2b7-598a-4628-a742-84c695b1f877 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7fdf2b7-598a-4628-a742-84c695b1f877 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7fdf2b7-598a-4628-a742-84c695b1f877 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 350px;
}
}






  #s-b7fdf2b7-598a-4628-a742-84c695b1f877 img.shogun-image {
    

    
    
    
  }


#s-b7fdf2b7-598a-4628-a742-84c695b1f877 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b389c83-18a0-46ad-a0ff-c06880db568e {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 450px;
text-align: left;
}
@media (min-width: 1200px){#s-3b389c83-18a0-46ad-a0ff-c06880db568e {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b389c83-18a0-46ad-a0ff-c06880db568e {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b389c83-18a0-46ad-a0ff-c06880db568e {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-3b389c83-18a0-46ad-a0ff-c06880db568e {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-3b389c83-18a0-46ad-a0ff-c06880db568e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-3b389c83-18a0-46ad-a0ff-c06880db568e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-3b389c83-18a0-46ad-a0ff-c06880db568e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-258208ad-bc54-423b-a8f8-f354d4907cc4 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-258208ad-bc54-423b-a8f8-f354d4907cc4:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-258208ad-bc54-423b-a8f8-f354d4907cc4:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-258208ad-bc54-423b-a8f8-f354d4907cc4 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-258208ad-bc54-423b-a8f8-f354d4907cc4 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-258208ad-bc54-423b-a8f8-f354d4907cc4 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-258208ad-bc54-423b-a8f8-f354d4907cc4 {
  margin-left: 35px;
}
}

  #s-258208ad-bc54-423b-a8f8-f354d4907cc4-root {
    text-align: left;
  }


#s-258208ad-bc54-423b-a8f8-f354d4907cc4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-258208ad-bc54-423b-a8f8-f354d4907cc4-root {
    text-align: left;
  }


#s-258208ad-bc54-423b-a8f8-f354d4907cc4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-258208ad-bc54-423b-a8f8-f354d4907cc4-root {
    text-align: left;
  }


#s-258208ad-bc54-423b-a8f8-f354d4907cc4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-258208ad-bc54-423b-a8f8-f354d4907cc4-root {
    text-align: left;
  }


#s-258208ad-bc54-423b-a8f8-f354d4907cc4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-258208ad-bc54-423b-a8f8-f354d4907cc4-root {
    text-align: left;
  }


#s-258208ad-bc54-423b-a8f8-f354d4907cc4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-36081bdc-f92b-43a0-afd1-964435f2118f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-36081bdc-f92b-43a0-afd1-964435f2118f {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36081bdc-f92b-43a0-afd1-964435f2118f {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-36081bdc-f92b-43a0-afd1-964435f2118f {
  min-height: 400px;
}
}@media (max-width: 767px){#s-36081bdc-f92b-43a0-afd1-964435f2118f {
  min-height: 300px;
}
}
#s-36081bdc-f92b-43a0-afd1-964435f2118f {
  background-image: url(https://i.shgcdn.com/3f229c28-2125-46d7-9f65-f1915ff9a4a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-36081bdc-f92b-43a0-afd1-964435f2118f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36081bdc-f92b-43a0-afd1-964435f2118f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6b020bf-a53a-4f20-a612-2fd91e61c785 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-a6b020bf-a53a-4f20-a612-2fd91e61c785 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a6b020bf-a53a-4f20-a612-2fd91e61c785 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 445px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a6b020bf-a53a-4f20-a612-2fd91e61c785 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 320px;
}
}






  #s-a6b020bf-a53a-4f20-a612-2fd91e61c785 img.shogun-image {
    

    
    
    
  }


#s-a6b020bf-a53a-4f20-a612-2fd91e61c785 .shogun-image-content {
  
    align-items: center;
  
}

#s-91ce8270-31ae-4264-b843-7522eee0cb3d {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-91ce8270-31ae-4264-b843-7522eee0cb3d {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91ce8270-31ae-4264-b843-7522eee0cb3d {
  margin-left: 100px;
margin-right: 0px;
max-width: 460px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-91ce8270-31ae-4264-b843-7522eee0cb3d {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-91ce8270-31ae-4264-b843-7522eee0cb3d {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-91ce8270-31ae-4264-b843-7522eee0cb3d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-91ce8270-31ae-4264-b843-7522eee0cb3d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-91ce8270-31ae-4264-b843-7522eee0cb3d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c {
  margin-left: 35px;
}
}

  #s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c-root {
    text-align: left;
  }


#s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c-root {
    text-align: left;
  }


#s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c-root {
    text-align: left;
  }


#s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c-root {
    text-align: left;
  }


#s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c-root {
    text-align: left;
  }


#s-e27d21cf-8622-44d5-a4bf-eeb7fc5ff27c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a93d4fc8-db41-4b5a-bb6b-f18621b519b9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-a93d4fc8-db41-4b5a-bb6b-f18621b519b9 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a93d4fc8-db41-4b5a-bb6b-f18621b519b9 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a93d4fc8-db41-4b5a-bb6b-f18621b519b9 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-a93d4fc8-db41-4b5a-bb6b-f18621b519b9 {
  min-height: 300px;
}
}
#s-a93d4fc8-db41-4b5a-bb6b-f18621b519b9 {
  background-image: url(https://i.shgcdn.com/ff141a40-aa2b-483f-b67e-efacde5ad547/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a93d4fc8-db41-4b5a-bb6b-f18621b519b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a93d4fc8-db41-4b5a-bb6b-f18621b519b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2410ba5-34d9-4820-b446-5b885c060248 {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-d2410ba5-34d9-4820-b446-5b885c060248 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2410ba5-34d9-4820-b446-5b885c060248 {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 445px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2410ba5-34d9-4820-b446-5b885c060248 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 320px;
}
}






  #s-d2410ba5-34d9-4820-b446-5b885c060248 img.shogun-image {
    

    
    
    
  }


#s-d2410ba5-34d9-4820-b446-5b885c060248 .shogun-image-content {
  
    align-items: center;
  
}

#s-30e84e6a-5fad-44cc-8795-a3a3f35a37fa {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-30e84e6a-5fad-44cc-8795-a3a3f35a37fa {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30e84e6a-5fad-44cc-8795-a3a3f35a37fa {
  margin-left: 100px;
margin-right: 0px;
max-width: 460px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-30e84e6a-5fad-44cc-8795-a3a3f35a37fa {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-30e84e6a-5fad-44cc-8795-a3a3f35a37fa {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-30e84e6a-5fad-44cc-8795-a3a3f35a37fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-30e84e6a-5fad-44cc-8795-a3a3f35a37fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-30e84e6a-5fad-44cc-8795-a3a3f35a37fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5 {
  margin-left: 35px;
}
}

  #s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5-root {
    text-align: left;
  }


#s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5-root {
    text-align: left;
  }


#s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5-root {
    text-align: left;
  }


#s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5-root {
    text-align: left;
  }


#s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5-root {
    text-align: left;
  }


#s-c112f7f0-e8e2-4d8c-b4b9-5a634e64b8d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ac07165e-1002-41b6-8204-1732d6833dfc {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center top;
}
@media (min-width: 1200px){#s-ac07165e-1002-41b6-8204-1732d6833dfc {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac07165e-1002-41b6-8204-1732d6833dfc {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac07165e-1002-41b6-8204-1732d6833dfc {
  min-height: 400px;
}
}@media (max-width: 767px){#s-ac07165e-1002-41b6-8204-1732d6833dfc {
  min-height: 300px;
}
}
#s-ac07165e-1002-41b6-8204-1732d6833dfc {
  background-image: url(https://i.shgcdn.com/c8ee04a7-672d-464d-a0f1-b21d11689c77/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ac07165e-1002-41b6-8204-1732d6833dfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac07165e-1002-41b6-8204-1732d6833dfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4369aa87-4b6f-4af1-9999-daaab3fc3b04 {
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4369aa87-4b6f-4af1-9999-daaab3fc3b04 {
  margin-left: 100px;
margin-bottom: 25px;
max-width: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4369aa87-4b6f-4af1-9999-daaab3fc3b04 {
  margin-left: 50px;
margin-bottom: 15px;
max-width: 100px;
}
}






  img.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shogun-image {
    
    
  }


.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shg-align-container {
  text-align: left
}

.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shogun-image {
    
    
  }


.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shg-align-container {
  text-align: left
}

.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shogun-image {
    
    
  }


.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shg-align-container {
  text-align: left
}

.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shogun-image {
    
    
  }


.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shg-align-container {
  text-align: left
}

.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shogun-image {
    
    
  }


.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04 .shogun-image-content {
  
    align-items: center;
  
}

.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shg-align-container {
  text-align: left
}

.s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4369aa87-4b6f-4af1-9999-daaab3fc3b04.shogun-image {
  box-sizing: border-box;
}


}
#s-c745705b-a063-4480-8038-61fdf0f31cbd {
  margin-left: 50px;
max-width: 350px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c745705b-a063-4480-8038-61fdf0f31cbd {
  margin-left: 100px;
margin-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c745705b-a063-4480-8038-61fdf0f31cbd {
  margin-bottom: 15px;
max-width: 300px;
}
}






  img.s-c745705b-a063-4480-8038-61fdf0f31cbd.shogun-image {
    
    
  }


.s-c745705b-a063-4480-8038-61fdf0f31cbd .shogun-image-content {
  
    align-items: center;
  
}

.s-c745705b-a063-4480-8038-61fdf0f31cbd.shg-align-container {
  text-align: left
}

.s-c745705b-a063-4480-8038-61fdf0f31cbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c745705b-a063-4480-8038-61fdf0f31cbd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c745705b-a063-4480-8038-61fdf0f31cbd.shogun-image {
    
    
  }


.s-c745705b-a063-4480-8038-61fdf0f31cbd .shogun-image-content {
  
    align-items: center;
  
}

.s-c745705b-a063-4480-8038-61fdf0f31cbd.shg-align-container {
  text-align: left
}

.s-c745705b-a063-4480-8038-61fdf0f31cbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c745705b-a063-4480-8038-61fdf0f31cbd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c745705b-a063-4480-8038-61fdf0f31cbd.shogun-image {
    
    
  }


.s-c745705b-a063-4480-8038-61fdf0f31cbd .shogun-image-content {
  
    align-items: center;
  
}

.s-c745705b-a063-4480-8038-61fdf0f31cbd.shg-align-container {
  text-align: left
}

.s-c745705b-a063-4480-8038-61fdf0f31cbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c745705b-a063-4480-8038-61fdf0f31cbd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c745705b-a063-4480-8038-61fdf0f31cbd.shogun-image {
    
    
  }


.s-c745705b-a063-4480-8038-61fdf0f31cbd .shogun-image-content {
  
    align-items: center;
  
}

.s-c745705b-a063-4480-8038-61fdf0f31cbd.shg-align-container {
  text-align: left
}

.s-c745705b-a063-4480-8038-61fdf0f31cbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c745705b-a063-4480-8038-61fdf0f31cbd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c745705b-a063-4480-8038-61fdf0f31cbd.shogun-image {
    
    
  }


.s-c745705b-a063-4480-8038-61fdf0f31cbd .shogun-image-content {
  
    align-items: center;
  
}

.s-c745705b-a063-4480-8038-61fdf0f31cbd.shg-align-container {
  text-align: left
}

.s-c745705b-a063-4480-8038-61fdf0f31cbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c745705b-a063-4480-8038-61fdf0f31cbd.shogun-image {
  box-sizing: border-box;
}


}
#s-d76c02ff-87f8-486b-ab04-f44fc87c71fe {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 460px;
text-align: left;
}
@media (min-width: 1200px){#s-d76c02ff-87f8-486b-ab04-f44fc87c71fe {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d76c02ff-87f8-486b-ab04-f44fc87c71fe {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d76c02ff-87f8-486b-ab04-f44fc87c71fe {
  margin-left: 50px;
max-width: 450px;
}
}@media (max-width: 767px){#s-d76c02ff-87f8-486b-ab04-f44fc87c71fe {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-d76c02ff-87f8-486b-ab04-f44fc87c71fe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-b8de6ad6-cf5d-410a-b35f-5503657d270f {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b8de6ad6-cf5d-410a-b35f-5503657d270f:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b8de6ad6-cf5d-410a-b35f-5503657d270f:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b8de6ad6-cf5d-410a-b35f-5503657d270f {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8de6ad6-cf5d-410a-b35f-5503657d270f {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8de6ad6-cf5d-410a-b35f-5503657d270f {
  margin-left: 50px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b8de6ad6-cf5d-410a-b35f-5503657d270f {
  margin-left: 35px;
}
}

  #s-b8de6ad6-cf5d-410a-b35f-5503657d270f-root {
    text-align: left;
  }


#s-b8de6ad6-cf5d-410a-b35f-5503657d270f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8de6ad6-cf5d-410a-b35f-5503657d270f-root {
    text-align: left;
  }


#s-b8de6ad6-cf5d-410a-b35f-5503657d270f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8de6ad6-cf5d-410a-b35f-5503657d270f-root {
    text-align: left;
  }


#s-b8de6ad6-cf5d-410a-b35f-5503657d270f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8de6ad6-cf5d-410a-b35f-5503657d270f-root {
    text-align: left;
  }


#s-b8de6ad6-cf5d-410a-b35f-5503657d270f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8de6ad6-cf5d-410a-b35f-5503657d270f-root {
    text-align: left;
  }


#s-b8de6ad6-cf5d-410a-b35f-5503657d270f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c4ded59e-28e9-41fe-833b-75eea8fef3cf {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-c4ded59e-28e9-41fe-833b-75eea8fef3cf {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4ded59e-28e9-41fe-833b-75eea8fef3cf {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4ded59e-28e9-41fe-833b-75eea8fef3cf {
  min-height: 400px;
}
}@media (max-width: 767px){#s-c4ded59e-28e9-41fe-833b-75eea8fef3cf {
  min-height: 300px;
}
}
#s-c4ded59e-28e9-41fe-833b-75eea8fef3cf {
  background-image: url(https://i.shgcdn.com/59c27f97-0814-4fd0-878b-d943d0f8ea08/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c4ded59e-28e9-41fe-833b-75eea8fef3cf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-c4ded59e-28e9-41fe-833b-75eea8fef3cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b372097-acd3-4fd7-9ec2-f44e87574668 {
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3b372097-acd3-4fd7-9ec2-f44e87574668 {
  margin-left: 100px;
margin-bottom: 25px;
max-width: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b372097-acd3-4fd7-9ec2-f44e87574668 {
  margin-left: 50px;
margin-bottom: 15px;
max-width: 100px;
}
}






  img.s-3b372097-acd3-4fd7-9ec2-f44e87574668.shogun-image {
    
    
  }


.s-3b372097-acd3-4fd7-9ec2-f44e87574668 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b372097-acd3-4fd7-9ec2-f44e87574668.shg-align-container {
  text-align: left
}

.s-3b372097-acd3-4fd7-9ec2-f44e87574668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b372097-acd3-4fd7-9ec2-f44e87574668.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3b372097-acd3-4fd7-9ec2-f44e87574668.shogun-image {
    
    
  }


.s-3b372097-acd3-4fd7-9ec2-f44e87574668 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b372097-acd3-4fd7-9ec2-f44e87574668.shg-align-container {
  text-align: left
}

.s-3b372097-acd3-4fd7-9ec2-f44e87574668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b372097-acd3-4fd7-9ec2-f44e87574668.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b372097-acd3-4fd7-9ec2-f44e87574668.shogun-image {
    
    
  }


.s-3b372097-acd3-4fd7-9ec2-f44e87574668 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b372097-acd3-4fd7-9ec2-f44e87574668.shg-align-container {
  text-align: left
}

.s-3b372097-acd3-4fd7-9ec2-f44e87574668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b372097-acd3-4fd7-9ec2-f44e87574668.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b372097-acd3-4fd7-9ec2-f44e87574668.shogun-image {
    
    
  }


.s-3b372097-acd3-4fd7-9ec2-f44e87574668 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b372097-acd3-4fd7-9ec2-f44e87574668.shg-align-container {
  text-align: left
}

.s-3b372097-acd3-4fd7-9ec2-f44e87574668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b372097-acd3-4fd7-9ec2-f44e87574668.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b372097-acd3-4fd7-9ec2-f44e87574668.shogun-image {
    
    
  }


.s-3b372097-acd3-4fd7-9ec2-f44e87574668 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b372097-acd3-4fd7-9ec2-f44e87574668.shg-align-container {
  text-align: left
}

.s-3b372097-acd3-4fd7-9ec2-f44e87574668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b372097-acd3-4fd7-9ec2-f44e87574668.shogun-image {
  box-sizing: border-box;
}


}
#s-52e55201-1208-4016-9e0f-53e88af2e077 {
  margin-left: 100px;
padding-left: 0px;
padding-right: 0px;
max-width: 450px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-52e55201-1208-4016-9e0f-53e88af2e077 {
  margin-bottom: 15px;
max-width: 350px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-52e55201-1208-4016-9e0f-53e88af2e077 {
  margin-left: 50px;
margin-bottom: 10px;
max-width: 250px;
}
}






  img.s-52e55201-1208-4016-9e0f-53e88af2e077.shogun-image {
    
    
  }


.s-52e55201-1208-4016-9e0f-53e88af2e077 .shogun-image-content {
  
    align-items: center;
  
}

.s-52e55201-1208-4016-9e0f-53e88af2e077.shg-align-container {
  text-align: left
}

.s-52e55201-1208-4016-9e0f-53e88af2e077.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52e55201-1208-4016-9e0f-53e88af2e077.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-52e55201-1208-4016-9e0f-53e88af2e077.shogun-image {
    
    
  }


.s-52e55201-1208-4016-9e0f-53e88af2e077 .shogun-image-content {
  
    align-items: center;
  
}

.s-52e55201-1208-4016-9e0f-53e88af2e077.shg-align-container {
  text-align: left
}

.s-52e55201-1208-4016-9e0f-53e88af2e077.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52e55201-1208-4016-9e0f-53e88af2e077.shogun-image {
  box-sizing: border-box;
}


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





  img.s-52e55201-1208-4016-9e0f-53e88af2e077.shogun-image {
    
    
  }


.s-52e55201-1208-4016-9e0f-53e88af2e077 .shogun-image-content {
  
    align-items: center;
  
}

.s-52e55201-1208-4016-9e0f-53e88af2e077.shg-align-container {
  text-align: left
}

.s-52e55201-1208-4016-9e0f-53e88af2e077.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52e55201-1208-4016-9e0f-53e88af2e077.shogun-image {
  box-sizing: border-box;
}


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





  img.s-52e55201-1208-4016-9e0f-53e88af2e077.shogun-image {
    
    
  }


.s-52e55201-1208-4016-9e0f-53e88af2e077 .shogun-image-content {
  
    align-items: center;
  
}

.s-52e55201-1208-4016-9e0f-53e88af2e077.shg-align-container {
  text-align: left
}

.s-52e55201-1208-4016-9e0f-53e88af2e077.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52e55201-1208-4016-9e0f-53e88af2e077.shogun-image {
  box-sizing: border-box;
}


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





  img.s-52e55201-1208-4016-9e0f-53e88af2e077.shogun-image {
    
    
  }


.s-52e55201-1208-4016-9e0f-53e88af2e077 .shogun-image-content {
  
    align-items: center;
  
}

.s-52e55201-1208-4016-9e0f-53e88af2e077.shg-align-container {
  text-align: left
}

.s-52e55201-1208-4016-9e0f-53e88af2e077.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52e55201-1208-4016-9e0f-53e88af2e077.shogun-image {
  box-sizing: border-box;
}


}
#s-5734449e-231f-42d8-82ec-5cac0e44d76f {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-5734449e-231f-42d8-82ec-5cac0e44d76f {
  margin-left: 100px;
margin-right: 100px;
max-width: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5734449e-231f-42d8-82ec-5cac0e44d76f {
  margin-left: 100px;
margin-right: 0px;
max-width: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5734449e-231f-42d8-82ec-5cac0e44d76f {
  margin-left: 50px;
max-width: 450px;
}
}@media (max-width: 767px){#s-5734449e-231f-42d8-82ec-5cac0e44d76f {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-5734449e-231f-42d8-82ec-5cac0e44d76f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-bfc703f6-2990-4702-9774-f9e7fcfb24d6 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bfc703f6-2990-4702-9774-f9e7fcfb24d6:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bfc703f6-2990-4702-9774-f9e7fcfb24d6:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-bfc703f6-2990-4702-9774-f9e7fcfb24d6 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bfc703f6-2990-4702-9774-f9e7fcfb24d6 {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfc703f6-2990-4702-9774-f9e7fcfb24d6 {
  margin-left: 50px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-bfc703f6-2990-4702-9774-f9e7fcfb24d6 {
  margin-left: 35px;
}
}

  #s-bfc703f6-2990-4702-9774-f9e7fcfb24d6-root {
    text-align: left;
  }


#s-bfc703f6-2990-4702-9774-f9e7fcfb24d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bfc703f6-2990-4702-9774-f9e7fcfb24d6-root {
    text-align: left;
  }


#s-bfc703f6-2990-4702-9774-f9e7fcfb24d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfc703f6-2990-4702-9774-f9e7fcfb24d6-root {
    text-align: left;
  }


#s-bfc703f6-2990-4702-9774-f9e7fcfb24d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfc703f6-2990-4702-9774-f9e7fcfb24d6-root {
    text-align: left;
  }


#s-bfc703f6-2990-4702-9774-f9e7fcfb24d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bfc703f6-2990-4702-9774-f9e7fcfb24d6-root {
    text-align: left;
  }


#s-bfc703f6-2990-4702-9774-f9e7fcfb24d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-50a39367-e981-45c4-99c3-9f5562606192 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-50a39367-e981-45c4-99c3-9f5562606192 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50a39367-e981-45c4-99c3-9f5562606192 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-50a39367-e981-45c4-99c3-9f5562606192 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-50a39367-e981-45c4-99c3-9f5562606192 {
  min-height: 300px;
}
}
#s-50a39367-e981-45c4-99c3-9f5562606192 {
  background-image: url(https://i.shgcdn.com/5d3f4655-2d08-41d1-95ea-102802ba6dae/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-50a39367-e981-45c4-99c3-9f5562606192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50a39367-e981-45c4-99c3-9f5562606192.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1180c2b3-2377-4769-967f-2b544cc03b84 {
  margin-left: 100px;
margin-bottom: 25px;
margin-right: 0px;
max-width: 150px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1180c2b3-2377-4769-967f-2b544cc03b84 {
  margin-left: 50px;
max-width: 115px;
}
}






  img.s-1180c2b3-2377-4769-967f-2b544cc03b84.shogun-image {
    
    
  }


.s-1180c2b3-2377-4769-967f-2b544cc03b84 .shogun-image-content {
  
    align-items: center;
  
}

.s-1180c2b3-2377-4769-967f-2b544cc03b84.shg-align-container {
  text-align: left
}

.s-1180c2b3-2377-4769-967f-2b544cc03b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1180c2b3-2377-4769-967f-2b544cc03b84.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1180c2b3-2377-4769-967f-2b544cc03b84.shogun-image {
    
    
  }


.s-1180c2b3-2377-4769-967f-2b544cc03b84 .shogun-image-content {
  
    align-items: center;
  
}

.s-1180c2b3-2377-4769-967f-2b544cc03b84.shg-align-container {
  text-align: left
}

.s-1180c2b3-2377-4769-967f-2b544cc03b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1180c2b3-2377-4769-967f-2b544cc03b84.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1180c2b3-2377-4769-967f-2b544cc03b84.shogun-image {
    
    
  }


.s-1180c2b3-2377-4769-967f-2b544cc03b84 .shogun-image-content {
  
    align-items: center;
  
}

.s-1180c2b3-2377-4769-967f-2b544cc03b84.shg-align-container {
  text-align: left
}

.s-1180c2b3-2377-4769-967f-2b544cc03b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1180c2b3-2377-4769-967f-2b544cc03b84.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1180c2b3-2377-4769-967f-2b544cc03b84.shogun-image {
    
    
  }


.s-1180c2b3-2377-4769-967f-2b544cc03b84 .shogun-image-content {
  
    align-items: center;
  
}

.s-1180c2b3-2377-4769-967f-2b544cc03b84.shg-align-container {
  text-align: left
}

.s-1180c2b3-2377-4769-967f-2b544cc03b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1180c2b3-2377-4769-967f-2b544cc03b84.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1180c2b3-2377-4769-967f-2b544cc03b84.shogun-image {
    
    
  }


.s-1180c2b3-2377-4769-967f-2b544cc03b84 .shogun-image-content {
  
    align-items: center;
  
}

.s-1180c2b3-2377-4769-967f-2b544cc03b84.shg-align-container {
  text-align: left
}

.s-1180c2b3-2377-4769-967f-2b544cc03b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1180c2b3-2377-4769-967f-2b544cc03b84.shogun-image {
  box-sizing: border-box;
}


}
#s-071322b3-4f0b-47b9-b4d6-2633de0428fc {
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-071322b3-4f0b-47b9-b4d6-2633de0428fc {
  margin-left: 100px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-071322b3-4f0b-47b9-b4d6-2633de0428fc {
  margin-left: 50px;
margin-bottom: 10px;
max-width: 250px;
}
}






  img.s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shogun-image {
    
    
  }


.s-071322b3-4f0b-47b9-b4d6-2633de0428fc .shogun-image-content {
  
    align-items: center;
  
}

.s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shg-align-container {
  text-align: left
}

.s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shogun-image {
    
    
  }


.s-071322b3-4f0b-47b9-b4d6-2633de0428fc .shogun-image-content {
  
    align-items: center;
  
}

.s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shg-align-container {
  text-align: left
}

.s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shogun-image {
    
    
  }


.s-071322b3-4f0b-47b9-b4d6-2633de0428fc .shogun-image-content {
  
    align-items: center;
  
}

.s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shg-align-container {
  text-align: left
}

.s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shogun-image {
    
    
  }


.s-071322b3-4f0b-47b9-b4d6-2633de0428fc .shogun-image-content {
  
    align-items: center;
  
}

.s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shg-align-container {
  text-align: left
}

.s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shogun-image {
    
    
  }


.s-071322b3-4f0b-47b9-b4d6-2633de0428fc .shogun-image-content {
  
    align-items: center;
  
}

.s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shg-align-container {
  text-align: left
}

.s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-071322b3-4f0b-47b9-b4d6-2633de0428fc.shogun-image {
  box-sizing: border-box;
}


}
#s-df2194c2-c19c-4503-9ec2-785b675670d3 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 35%;
text-align: left;
}
@media (min-width: 1200px){#s-df2194c2-c19c-4503-9ec2-785b675670d3 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df2194c2-c19c-4503-9ec2-785b675670d3 {
  margin-left: 100px;
margin-right: 0px;
max-width: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-df2194c2-c19c-4503-9ec2-785b675670d3 {
  margin-left: 50px;
max-width: 400px;
}
}@media (max-width: 767px){#s-df2194c2-c19c-4503-9ec2-785b675670d3 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-df2194c2-c19c-4503-9ec2-785b675670d3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-df2194c2-c19c-4503-9ec2-785b675670d3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-df2194c2-c19c-4503-9ec2-785b675670d3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-dfb52249-be34-4801-9ac5-22d5c64c5a1f {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-dfb52249-be34-4801-9ac5-22d5c64c5a1f:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dfb52249-be34-4801-9ac5-22d5c64c5a1f:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-dfb52249-be34-4801-9ac5-22d5c64c5a1f {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dfb52249-be34-4801-9ac5-22d5c64c5a1f {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dfb52249-be34-4801-9ac5-22d5c64c5a1f {
  margin-left: 50px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-dfb52249-be34-4801-9ac5-22d5c64c5a1f {
  margin-left: 35px;
}
}

  #s-dfb52249-be34-4801-9ac5-22d5c64c5a1f-root {
    text-align: left;
  }


#s-dfb52249-be34-4801-9ac5-22d5c64c5a1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dfb52249-be34-4801-9ac5-22d5c64c5a1f-root {
    text-align: left;
  }


#s-dfb52249-be34-4801-9ac5-22d5c64c5a1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfb52249-be34-4801-9ac5-22d5c64c5a1f-root {
    text-align: left;
  }


#s-dfb52249-be34-4801-9ac5-22d5c64c5a1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfb52249-be34-4801-9ac5-22d5c64c5a1f-root {
    text-align: left;
  }


#s-dfb52249-be34-4801-9ac5-22d5c64c5a1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dfb52249-be34-4801-9ac5-22d5c64c5a1f-root {
    text-align: left;
  }


#s-dfb52249-be34-4801-9ac5-22d5c64c5a1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-31bef2f6-23b9-4b83-b3f0-216822546e62 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-31bef2f6-23b9-4b83-b3f0-216822546e62 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31bef2f6-23b9-4b83-b3f0-216822546e62 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-31bef2f6-23b9-4b83-b3f0-216822546e62 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-31bef2f6-23b9-4b83-b3f0-216822546e62 {
  min-height: 300px;
}
}
#s-31bef2f6-23b9-4b83-b3f0-216822546e62 {
  background-image: url(https://i.shgcdn.com/e1d764e9-3fe1-4eb2-8139-e921b9434625/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-31bef2f6-23b9-4b83-b3f0-216822546e62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31bef2f6-23b9-4b83-b3f0-216822546e62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131 {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131 {
  margin-left: 100px;
margin-right: 100px;
max-width: 200px;
text-align: left;
}
}






  img.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shogun-image {
    
    
  }


.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shg-align-container {
  text-align: center
}

.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shogun-image {
    
    
  }


.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shg-align-container {
  text-align: center
}

.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shogun-image {
    
    
  }


.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shg-align-container {
  text-align: left
}

.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shogun-image {
    
    
  }


.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shg-align-container {
  text-align: center
}

.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shogun-image {
    
    
  }


.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shg-align-container {
  text-align: center
}

.s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab25ed4f-cfe1-431f-a9b0-50ea864d0131.shogun-image {
  box-sizing: border-box;
}


}
#s-ee667388-952d-41a1-97e9-78b15a3e3ead {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-ee667388-952d-41a1-97e9-78b15a3e3ead {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee667388-952d-41a1-97e9-78b15a3e3ead {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee667388-952d-41a1-97e9-78b15a3e3ead {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 320px;
}
}






  #s-ee667388-952d-41a1-97e9-78b15a3e3ead img.shogun-image {
    

    
    
    
  }


#s-ee667388-952d-41a1-97e9-78b15a3e3ead .shogun-image-content {
  
    align-items: center;
  
}

#s-aa2916ff-6f3c-4f0a-bf6f-1c6e86b4796d {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-aa2916ff-6f3c-4f0a-bf6f-1c6e86b4796d {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa2916ff-6f3c-4f0a-bf6f-1c6e86b4796d {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa2916ff-6f3c-4f0a-bf6f-1c6e86b4796d {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-aa2916ff-6f3c-4f0a-bf6f-1c6e86b4796d {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-aa2916ff-6f3c-4f0a-bf6f-1c6e86b4796d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-aa2916ff-6f3c-4f0a-bf6f-1c6e86b4796d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9 {
  margin-left: 35px;
}
}

  #s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9-root {
    text-align: left;
  }


#s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9-root {
    text-align: left;
  }


#s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9-root {
    text-align: left;
  }


#s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9-root {
    text-align: left;
  }


#s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9-root {
    text-align: left;
  }


#s-48c8e9a3-3c64-4363-bbfb-97c42e1709c9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b89c4361-f415-4bd5-8a78-f1689b32aa2c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-b89c4361-f415-4bd5-8a78-f1689b32aa2c {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b89c4361-f415-4bd5-8a78-f1689b32aa2c {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b89c4361-f415-4bd5-8a78-f1689b32aa2c {
  min-height: 400px;
}
}@media (max-width: 767px){#s-b89c4361-f415-4bd5-8a78-f1689b32aa2c {
  min-height: 300px;
}
}
#s-b89c4361-f415-4bd5-8a78-f1689b32aa2c {
  background-image: url(https://i.shgcdn.com/9ce5d200-9de7-4850-904e-3d2b2ea4e78a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b89c4361-f415-4bd5-8a78-f1689b32aa2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b89c4361-f415-4bd5-8a78-f1689b32aa2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38617d62-b129-464e-82f7-ea15e597b03c {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 50%;
text-align: left;
}
@media (min-width: 1200px){#s-38617d62-b129-464e-82f7-ea15e597b03c {
  margin-top: 10px;
margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38617d62-b129-464e-82f7-ea15e597b03c {
  margin-top: 10px;
margin-left: 100px;
margin-right: 0px;
max-width: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-38617d62-b129-464e-82f7-ea15e597b03c {
  margin-top: 10px;
margin-left: 50px;
max-width: 45%;
}
}@media (max-width: 767px){#s-38617d62-b129-464e-82f7-ea15e597b03c {
  margin-left: 35px;
}
}
#s-38617d62-b129-464e-82f7-ea15e597b03c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-38617d62-b129-464e-82f7-ea15e597b03c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-07d045e4-225e-4257-89e3-ea10b54f6547 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-07d045e4-225e-4257-89e3-ea10b54f6547 {
  margin-left: 100px;
margin-right: 100px;
max-width: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07d045e4-225e-4257-89e3-ea10b54f6547 {
  margin-left: 100px;
margin-right: 0px;
max-width: 480px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-07d045e4-225e-4257-89e3-ea10b54f6547 {
  margin-left: 50px;
max-width: 40%;
}
}@media (max-width: 767px){#s-07d045e4-225e-4257-89e3-ea10b54f6547 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-07d045e4-225e-4257-89e3-ea10b54f6547 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-07d045e4-225e-4257-89e3-ea10b54f6547 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-07d045e4-225e-4257-89e3-ea10b54f6547 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-7f8006b8-6bbc-41ab-8e71-877769ec2043 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7f8006b8-6bbc-41ab-8e71-877769ec2043:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7f8006b8-6bbc-41ab-8e71-877769ec2043:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7f8006b8-6bbc-41ab-8e71-877769ec2043 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f8006b8-6bbc-41ab-8e71-877769ec2043 {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f8006b8-6bbc-41ab-8e71-877769ec2043 {
  margin-left: 50px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-7f8006b8-6bbc-41ab-8e71-877769ec2043 {
  margin-left: 35px;
}
}

  #s-7f8006b8-6bbc-41ab-8e71-877769ec2043-root {
    text-align: left;
  }


#s-7f8006b8-6bbc-41ab-8e71-877769ec2043.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f8006b8-6bbc-41ab-8e71-877769ec2043-root {
    text-align: left;
  }


#s-7f8006b8-6bbc-41ab-8e71-877769ec2043.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f8006b8-6bbc-41ab-8e71-877769ec2043-root {
    text-align: left;
  }


#s-7f8006b8-6bbc-41ab-8e71-877769ec2043.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f8006b8-6bbc-41ab-8e71-877769ec2043-root {
    text-align: left;
  }


#s-7f8006b8-6bbc-41ab-8e71-877769ec2043.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f8006b8-6bbc-41ab-8e71-877769ec2043-root {
    text-align: left;
  }


#s-7f8006b8-6bbc-41ab-8e71-877769ec2043.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f126842f-8901-43d0-8da5-ae973a9a2a09 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-f126842f-8901-43d0-8da5-ae973a9a2a09 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f126842f-8901-43d0-8da5-ae973a9a2a09 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f126842f-8901-43d0-8da5-ae973a9a2a09 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-f126842f-8901-43d0-8da5-ae973a9a2a09 {
  min-height: 300px;
}
}
#s-f126842f-8901-43d0-8da5-ae973a9a2a09 {
  background-image: url(https://i.shgcdn.com/4bcc688e-6baa-48a0-99bc-89f5a651f860/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f126842f-8901-43d0-8da5-ae973a9a2a09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f126842f-8901-43d0-8da5-ae973a9a2a09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f5e89ce-84b7-4d05-96b7-79516369ba9c {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-4f5e89ce-84b7-4d05-96b7-79516369ba9c {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f5e89ce-84b7-4d05-96b7-79516369ba9c {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f5e89ce-84b7-4d05-96b7-79516369ba9c {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 350px;
}
}






  #s-4f5e89ce-84b7-4d05-96b7-79516369ba9c img.shogun-image {
    

    
    
    
  }


#s-4f5e89ce-84b7-4d05-96b7-79516369ba9c .shogun-image-content {
  
    align-items: center;
  
}

#s-6e89feed-6540-4aaa-af5c-f26be5db0831 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-6e89feed-6540-4aaa-af5c-f26be5db0831 {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e89feed-6540-4aaa-af5c-f26be5db0831 {
  margin-left: 100px;
margin-right: 0px;
max-width: 502px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e89feed-6540-4aaa-af5c-f26be5db0831 {
  margin-left: 50px;
max-width: 350px;
}
}@media (max-width: 767px){#s-6e89feed-6540-4aaa-af5c-f26be5db0831 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-6e89feed-6540-4aaa-af5c-f26be5db0831 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-17973812-2763-4e24-bd59-510096710949 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-17973812-2763-4e24-bd59-510096710949:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-17973812-2763-4e24-bd59-510096710949:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-17973812-2763-4e24-bd59-510096710949 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17973812-2763-4e24-bd59-510096710949 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-17973812-2763-4e24-bd59-510096710949 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-17973812-2763-4e24-bd59-510096710949 {
  margin-left: 35px;
}
}

  #s-17973812-2763-4e24-bd59-510096710949-root {
    text-align: left;
  }


#s-17973812-2763-4e24-bd59-510096710949.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-17973812-2763-4e24-bd59-510096710949-root {
    text-align: left;
  }


#s-17973812-2763-4e24-bd59-510096710949.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17973812-2763-4e24-bd59-510096710949-root {
    text-align: left;
  }


#s-17973812-2763-4e24-bd59-510096710949.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17973812-2763-4e24-bd59-510096710949-root {
    text-align: left;
  }


#s-17973812-2763-4e24-bd59-510096710949.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-17973812-2763-4e24-bd59-510096710949-root {
    text-align: left;
  }


#s-17973812-2763-4e24-bd59-510096710949.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-695ea77e-8831-49be-88a1-a1d4a191ff89 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-695ea77e-8831-49be-88a1-a1d4a191ff89 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-695ea77e-8831-49be-88a1-a1d4a191ff89 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-695ea77e-8831-49be-88a1-a1d4a191ff89 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-695ea77e-8831-49be-88a1-a1d4a191ff89 {
  min-height: 300px;
}
}
#s-695ea77e-8831-49be-88a1-a1d4a191ff89 {
  background-image: url(https://i.shgcdn.com/0ea69da0-1f7d-4a5e-b533-13f73d00363f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-695ea77e-8831-49be-88a1-a1d4a191ff89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-695ea77e-8831-49be-88a1-a1d4a191ff89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19054fb4-b76f-4ae7-a045-8af11f4fb4c6 {
  margin-left: 100px;
max-width: 200px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-19054fb4-b76f-4ae7-a045-8af11f4fb4c6 {
  margin-left: 50px;
}
}






  #s-19054fb4-b76f-4ae7-a045-8af11f4fb4c6 img.shogun-image {
    

    
    
    
  }


#s-19054fb4-b76f-4ae7-a045-8af11f4fb4c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd29440d-72c9-41e5-bcb8-f1717a17f84b {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-dd29440d-72c9-41e5-bcb8-f1717a17f84b {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd29440d-72c9-41e5-bcb8-f1717a17f84b {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd29440d-72c9-41e5-bcb8-f1717a17f84b {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 320px;
}
}






  #s-dd29440d-72c9-41e5-bcb8-f1717a17f84b img.shogun-image {
    

    
    
    
  }


#s-dd29440d-72c9-41e5-bcb8-f1717a17f84b .shogun-image-content {
  
    align-items: center;
  
}

#s-bba03ae4-aeca-4486-9944-787e04036383 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bba03ae4-aeca-4486-9944-787e04036383 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bba03ae4-aeca-4486-9944-787e04036383 {
  margin-top: 20px;
margin-left: 50px;
margin-right: 0px;
}
}
#s-bba03ae4-aeca-4486-9944-787e04036383 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-bba03ae4-aeca-4486-9944-787e04036383 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
@media (min-width: 1200px){#s-35d78836-122b-4545-a0be-83b6f12e727a {
  margin-left: 100px;
padding-top: 20px;
padding-bottom: 10px;
max-width: 450px;
display: none;
}
#s-35d78836-122b-4545-a0be-83b6f12e727a, #wrap-s-35d78836-122b-4545-a0be-83b6f12e727a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35d78836-122b-4545-a0be-83b6f12e727a {
  margin-left: 100px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 10px;
display: none;
}
#s-35d78836-122b-4545-a0be-83b6f12e727a, #wrap-s-35d78836-122b-4545-a0be-83b6f12e727a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35d78836-122b-4545-a0be-83b6f12e727a {
  margin-left: 50px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-35d78836-122b-4545-a0be-83b6f12e727a {
  display: none;
}
#s-35d78836-122b-4545-a0be-83b6f12e727a, #wrap-s-35d78836-122b-4545-a0be-83b6f12e727a { display:none !important; }}
#s-801c13d6-53c1-428c-9d7a-7b828493a8d2 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-801c13d6-53c1-428c-9d7a-7b828493a8d2:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-801c13d6-53c1-428c-9d7a-7b828493a8d2:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-801c13d6-53c1-428c-9d7a-7b828493a8d2 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-801c13d6-53c1-428c-9d7a-7b828493a8d2 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-801c13d6-53c1-428c-9d7a-7b828493a8d2 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-801c13d6-53c1-428c-9d7a-7b828493a8d2 {
  margin-left: 35px;
}
}

  #s-801c13d6-53c1-428c-9d7a-7b828493a8d2-root {
    text-align: left;
  }


#s-801c13d6-53c1-428c-9d7a-7b828493a8d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-801c13d6-53c1-428c-9d7a-7b828493a8d2-root {
    text-align: left;
  }


#s-801c13d6-53c1-428c-9d7a-7b828493a8d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-801c13d6-53c1-428c-9d7a-7b828493a8d2-root {
    text-align: left;
  }


#s-801c13d6-53c1-428c-9d7a-7b828493a8d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-801c13d6-53c1-428c-9d7a-7b828493a8d2-root {
    text-align: left;
  }


#s-801c13d6-53c1-428c-9d7a-7b828493a8d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-801c13d6-53c1-428c-9d7a-7b828493a8d2-root {
    text-align: left;
  }


#s-801c13d6-53c1-428c-9d7a-7b828493a8d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-78580e55-857a-4c0d-bd83-d5aeebee243d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-78580e55-857a-4c0d-bd83-d5aeebee243d {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78580e55-857a-4c0d-bd83-d5aeebee243d {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-78580e55-857a-4c0d-bd83-d5aeebee243d {
  min-height: 400px;
}
}@media (max-width: 767px){#s-78580e55-857a-4c0d-bd83-d5aeebee243d {
  min-height: 300px;
}
}
#s-78580e55-857a-4c0d-bd83-d5aeebee243d {
  background-image: url(https://i.shgcdn.com/108d24a9-6d9f-4d96-9188-c34b95a35a85/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-78580e55-857a-4c0d-bd83-d5aeebee243d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78580e55-857a-4c0d-bd83-d5aeebee243d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-796fbb97-536a-46b4-9962-fcb350e04cb0 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-796fbb97-536a-46b4-9962-fcb350e04cb0 {
  margin-top: 10px;
margin-left: 100px;
margin-right: 100px;
max-width: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-796fbb97-536a-46b4-9962-fcb350e04cb0 {
  margin-top: 10px;
margin-left: 100px;
margin-right: 0px;
max-width: 35%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-796fbb97-536a-46b4-9962-fcb350e04cb0 {
  margin-top: 10px;
margin-left: 50px;
}
}@media (max-width: 767px){#s-796fbb97-536a-46b4-9962-fcb350e04cb0 {
  margin-left: 35px;
max-width: 60%;
}
}
#s-796fbb97-536a-46b4-9962-fcb350e04cb0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-796fbb97-536a-46b4-9962-fcb350e04cb0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-796fbb97-536a-46b4-9962-fcb350e04cb0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-a118bb18-5742-4c79-8c99-eaa082c5273d {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-a118bb18-5742-4c79-8c99-eaa082c5273d {
  margin-left: 100px;
margin-right: 100px;
max-width: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a118bb18-5742-4c79-8c99-eaa082c5273d {
  margin-left: 100px;
margin-right: 0px;
max-width: 35%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a118bb18-5742-4c79-8c99-eaa082c5273d {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-a118bb18-5742-4c79-8c99-eaa082c5273d {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-a118bb18-5742-4c79-8c99-eaa082c5273d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-a118bb18-5742-4c79-8c99-eaa082c5273d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-386c78ce-01a5-45f3-84df-762ca3c764ba {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-386c78ce-01a5-45f3-84df-762ca3c764ba:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-386c78ce-01a5-45f3-84df-762ca3c764ba:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-386c78ce-01a5-45f3-84df-762ca3c764ba {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-386c78ce-01a5-45f3-84df-762ca3c764ba {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-386c78ce-01a5-45f3-84df-762ca3c764ba {
  margin-left: 50px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-386c78ce-01a5-45f3-84df-762ca3c764ba {
  margin-left: 35px;
}
}

  #s-386c78ce-01a5-45f3-84df-762ca3c764ba-root {
    text-align: left;
  }


#s-386c78ce-01a5-45f3-84df-762ca3c764ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-386c78ce-01a5-45f3-84df-762ca3c764ba-root {
    text-align: left;
  }


#s-386c78ce-01a5-45f3-84df-762ca3c764ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-386c78ce-01a5-45f3-84df-762ca3c764ba-root {
    text-align: left;
  }


#s-386c78ce-01a5-45f3-84df-762ca3c764ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-386c78ce-01a5-45f3-84df-762ca3c764ba-root {
    text-align: left;
  }


#s-386c78ce-01a5-45f3-84df-762ca3c764ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-386c78ce-01a5-45f3-84df-762ca3c764ba-root {
    text-align: left;
  }


#s-386c78ce-01a5-45f3-84df-762ca3c764ba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e5a4fe99-9f87-47ff-88ef-a6efd81d19f0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-e5a4fe99-9f87-47ff-88ef-a6efd81d19f0 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5a4fe99-9f87-47ff-88ef-a6efd81d19f0 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5a4fe99-9f87-47ff-88ef-a6efd81d19f0 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-e5a4fe99-9f87-47ff-88ef-a6efd81d19f0 {
  min-height: 300px;
}
}
#s-e5a4fe99-9f87-47ff-88ef-a6efd81d19f0 {
  background-image: url(https://i.shgcdn.com/766214c1-721e-4d3a-9830-c2db60adcc7b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e5a4fe99-9f87-47ff-88ef-a6efd81d19f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5a4fe99-9f87-47ff-88ef-a6efd81d19f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63e53013-e28c-46c6-b149-a02ece48cec7 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-63e53013-e28c-46c6-b149-a02ece48cec7 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63e53013-e28c-46c6-b149-a02ece48cec7 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-63e53013-e28c-46c6-b149-a02ece48cec7 {
  margin-left: 50px;
max-width: 50%;
}
}@media (max-width: 767px){#s-63e53013-e28c-46c6-b149-a02ece48cec7 {
  margin-left: 35px;
max-width: 60%;
}
}
#s-63e53013-e28c-46c6-b149-a02ece48cec7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-63e53013-e28c-46c6-b149-a02ece48cec7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-63e53013-e28c-46c6-b149-a02ece48cec7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-f64b1a58-899f-4351-9b5e-368fa15fed46 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-f64b1a58-899f-4351-9b5e-368fa15fed46 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f64b1a58-899f-4351-9b5e-368fa15fed46 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f64b1a58-899f-4351-9b5e-368fa15fed46 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-f64b1a58-899f-4351-9b5e-368fa15fed46 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-f64b1a58-899f-4351-9b5e-368fa15fed46 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-f64b1a58-899f-4351-9b5e-368fa15fed46 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f64b1a58-899f-4351-9b5e-368fa15fed46 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-f64b1a58-899f-4351-9b5e-368fa15fed46 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-b1919e86-12e0-49db-bf4b-7900e478450d {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b1919e86-12e0-49db-bf4b-7900e478450d:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b1919e86-12e0-49db-bf4b-7900e478450d:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b1919e86-12e0-49db-bf4b-7900e478450d {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1919e86-12e0-49db-bf4b-7900e478450d {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1919e86-12e0-49db-bf4b-7900e478450d {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b1919e86-12e0-49db-bf4b-7900e478450d {
  margin-left: 35px;
}
}

  #s-b1919e86-12e0-49db-bf4b-7900e478450d-root {
    text-align: left;
  }


#s-b1919e86-12e0-49db-bf4b-7900e478450d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b1919e86-12e0-49db-bf4b-7900e478450d-root {
    text-align: left;
  }


#s-b1919e86-12e0-49db-bf4b-7900e478450d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1919e86-12e0-49db-bf4b-7900e478450d-root {
    text-align: left;
  }


#s-b1919e86-12e0-49db-bf4b-7900e478450d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1919e86-12e0-49db-bf4b-7900e478450d-root {
    text-align: left;
  }


#s-b1919e86-12e0-49db-bf4b-7900e478450d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b1919e86-12e0-49db-bf4b-7900e478450d-root {
    text-align: left;
  }


#s-b1919e86-12e0-49db-bf4b-7900e478450d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7aaef8ab-386c-4359-8525-b8237d401012 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-7aaef8ab-386c-4359-8525-b8237d401012 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aaef8ab-386c-4359-8525-b8237d401012 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aaef8ab-386c-4359-8525-b8237d401012 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-7aaef8ab-386c-4359-8525-b8237d401012 {
  min-height: 300px;
}
}
#s-7aaef8ab-386c-4359-8525-b8237d401012 {
  background-image: url(https://i.shgcdn.com/9e4fcedb-cc7d-47bb-8bb3-bbe696cbefe7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7aaef8ab-386c-4359-8525-b8237d401012 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7aaef8ab-386c-4359-8525-b8237d401012.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df7c062d-c732-4fa7-955e-f89148c08bb9 {
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-df7c062d-c732-4fa7-955e-f89148c08bb9 {
  margin-left: 100px;
margin-bottom: 10px;
max-width: 365px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-df7c062d-c732-4fa7-955e-f89148c08bb9 {
  margin-left: 50px;
max-width: 300px;
}
}






  #s-df7c062d-c732-4fa7-955e-f89148c08bb9 img.shogun-image {
    

    
    
    
  }


#s-df7c062d-c732-4fa7-955e-f89148c08bb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dba565b-267d-4f11-9930-988938da74b0 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-6dba565b-267d-4f11-9930-988938da74b0 {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6dba565b-267d-4f11-9930-988938da74b0 {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6dba565b-267d-4f11-9930-988938da74b0 {
  margin-left: 50px;
max-width: 41%;
}
}@media (max-width: 767px){#s-6dba565b-267d-4f11-9930-988938da74b0 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-6dba565b-267d-4f11-9930-988938da74b0 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-42e9f23e-a785-4e43-8d43-9eb5e6e68394 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-42e9f23e-a785-4e43-8d43-9eb5e6e68394:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-42e9f23e-a785-4e43-8d43-9eb5e6e68394:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-42e9f23e-a785-4e43-8d43-9eb5e6e68394 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42e9f23e-a785-4e43-8d43-9eb5e6e68394 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-42e9f23e-a785-4e43-8d43-9eb5e6e68394 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-42e9f23e-a785-4e43-8d43-9eb5e6e68394 {
  margin-left: 35px;
}
}

  #s-42e9f23e-a785-4e43-8d43-9eb5e6e68394-root {
    text-align: left;
  }


#s-42e9f23e-a785-4e43-8d43-9eb5e6e68394.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42e9f23e-a785-4e43-8d43-9eb5e6e68394-root {
    text-align: left;
  }


#s-42e9f23e-a785-4e43-8d43-9eb5e6e68394.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42e9f23e-a785-4e43-8d43-9eb5e6e68394-root {
    text-align: left;
  }


#s-42e9f23e-a785-4e43-8d43-9eb5e6e68394.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42e9f23e-a785-4e43-8d43-9eb5e6e68394-root {
    text-align: left;
  }


#s-42e9f23e-a785-4e43-8d43-9eb5e6e68394.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42e9f23e-a785-4e43-8d43-9eb5e6e68394-root {
    text-align: left;
  }


#s-42e9f23e-a785-4e43-8d43-9eb5e6e68394.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0b92fe24-86dd-4017-ac62-206a4ff87e3f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-0b92fe24-86dd-4017-ac62-206a4ff87e3f {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b92fe24-86dd-4017-ac62-206a4ff87e3f {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b92fe24-86dd-4017-ac62-206a4ff87e3f {
  min-height: 400px;
}
}@media (max-width: 767px){#s-0b92fe24-86dd-4017-ac62-206a4ff87e3f {
  min-height: 300px;
}
}
#s-0b92fe24-86dd-4017-ac62-206a4ff87e3f {
  background-image: url(https://i.shgcdn.com/8eabab30-1c78-44c5-a377-50e9cf8fd8ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0b92fe24-86dd-4017-ac62-206a4ff87e3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b92fe24-86dd-4017-ac62-206a4ff87e3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2653c395-f5c7-48b8-8e14-b170f92fde52 {
  margin-left: 100px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2653c395-f5c7-48b8-8e14-b170f92fde52 {
  margin-left: 50px;
}
}
#s-2653c395-f5c7-48b8-8e14-b170f92fde52 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-2653c395-f5c7-48b8-8e14-b170f92fde52 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}


}
#s-1ca87770-3c77-4e3a-912f-27c21cc0bc36 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-1ca87770-3c77-4e3a-912f-27c21cc0bc36 {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ca87770-3c77-4e3a-912f-27c21cc0bc36 {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ca87770-3c77-4e3a-912f-27c21cc0bc36 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-1ca87770-3c77-4e3a-912f-27c21cc0bc36 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-1ca87770-3c77-4e3a-912f-27c21cc0bc36 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-1ca87770-3c77-4e3a-912f-27c21cc0bc36 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-a840bf28-6035-4d33-bb0a-f85ebef18f3c {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a840bf28-6035-4d33-bb0a-f85ebef18f3c:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a840bf28-6035-4d33-bb0a-f85ebef18f3c:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a840bf28-6035-4d33-bb0a-f85ebef18f3c {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a840bf28-6035-4d33-bb0a-f85ebef18f3c {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a840bf28-6035-4d33-bb0a-f85ebef18f3c {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-a840bf28-6035-4d33-bb0a-f85ebef18f3c {
  margin-left: 35px;
}
}

  #s-a840bf28-6035-4d33-bb0a-f85ebef18f3c-root {
    text-align: left;
  }


#s-a840bf28-6035-4d33-bb0a-f85ebef18f3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a840bf28-6035-4d33-bb0a-f85ebef18f3c-root {
    text-align: left;
  }


#s-a840bf28-6035-4d33-bb0a-f85ebef18f3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a840bf28-6035-4d33-bb0a-f85ebef18f3c-root {
    text-align: left;
  }


#s-a840bf28-6035-4d33-bb0a-f85ebef18f3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a840bf28-6035-4d33-bb0a-f85ebef18f3c-root {
    text-align: left;
  }


#s-a840bf28-6035-4d33-bb0a-f85ebef18f3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a840bf28-6035-4d33-bb0a-f85ebef18f3c-root {
    text-align: left;
  }


#s-a840bf28-6035-4d33-bb0a-f85ebef18f3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-75ed96ff-b8a2-42f0-aa01-a84f894ca45d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-75ed96ff-b8a2-42f0-aa01-a84f894ca45d {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75ed96ff-b8a2-42f0-aa01-a84f894ca45d {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-75ed96ff-b8a2-42f0-aa01-a84f894ca45d {
  min-height: 400px;
}
}@media (max-width: 767px){#s-75ed96ff-b8a2-42f0-aa01-a84f894ca45d {
  min-height: 300px;
}
}
#s-75ed96ff-b8a2-42f0-aa01-a84f894ca45d {
  background-image: url(https://i.shgcdn.com/e1d764e9-3fe1-4eb2-8139-e921b9434625/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-75ed96ff-b8a2-42f0-aa01-a84f894ca45d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75ed96ff-b8a2-42f0-aa01-a84f894ca45d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc8cf68c-47c5-4423-891e-4921a73889dd {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-cc8cf68c-47c5-4423-891e-4921a73889dd {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc8cf68c-47c5-4423-891e-4921a73889dd {
  margin-top: 30px;
margin-bottom: 10px;
max-width: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc8cf68c-47c5-4423-891e-4921a73889dd {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 320px;
}
}






  #s-cc8cf68c-47c5-4423-891e-4921a73889dd img.shogun-image {
    

    
    
    
  }


#s-cc8cf68c-47c5-4423-891e-4921a73889dd .shogun-image-content {
  
    align-items: center;
  
}

#s-aa5b79d3-399d-4566-9e43-6e2200ca649b {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-aa5b79d3-399d-4566-9e43-6e2200ca649b {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa5b79d3-399d-4566-9e43-6e2200ca649b {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa5b79d3-399d-4566-9e43-6e2200ca649b {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-aa5b79d3-399d-4566-9e43-6e2200ca649b {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-aa5b79d3-399d-4566-9e43-6e2200ca649b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-aa5b79d3-399d-4566-9e43-6e2200ca649b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-536629a8-1440-4494-8050-443feac41974 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-536629a8-1440-4494-8050-443feac41974:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-536629a8-1440-4494-8050-443feac41974:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-536629a8-1440-4494-8050-443feac41974 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-536629a8-1440-4494-8050-443feac41974 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-536629a8-1440-4494-8050-443feac41974 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-536629a8-1440-4494-8050-443feac41974 {
  margin-left: 35px;
}
}

  #s-536629a8-1440-4494-8050-443feac41974-root {
    text-align: left;
  }


#s-536629a8-1440-4494-8050-443feac41974.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-536629a8-1440-4494-8050-443feac41974-root {
    text-align: left;
  }


#s-536629a8-1440-4494-8050-443feac41974.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-536629a8-1440-4494-8050-443feac41974-root {
    text-align: left;
  }


#s-536629a8-1440-4494-8050-443feac41974.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-536629a8-1440-4494-8050-443feac41974-root {
    text-align: left;
  }


#s-536629a8-1440-4494-8050-443feac41974.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-536629a8-1440-4494-8050-443feac41974-root {
    text-align: left;
  }


#s-536629a8-1440-4494-8050-443feac41974.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2bb113fe-a8f9-48cb-9603-43734a55cf79 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-2bb113fe-a8f9-48cb-9603-43734a55cf79 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bb113fe-a8f9-48cb-9603-43734a55cf79 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2bb113fe-a8f9-48cb-9603-43734a55cf79 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-2bb113fe-a8f9-48cb-9603-43734a55cf79 {
  min-height: 300px;
}
}
#s-2bb113fe-a8f9-48cb-9603-43734a55cf79 {
  background-image: url(https://i.shgcdn.com/62901cee-9710-4519-b7c4-1a117ac9ae78/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2bb113fe-a8f9-48cb-9603-43734a55cf79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bb113fe-a8f9-48cb-9603-43734a55cf79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c47d8a7-590e-4ee7-a3f7-ea50fcc413b1 {
  text-align: left;
}
@media (min-width: 1200px){#s-7c47d8a7-590e-4ee7-a3f7-ea50fcc413b1 {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c47d8a7-590e-4ee7-a3f7-ea50fcc413b1 {
  margin-top: 0px;
margin-left: 100px;
max-width: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c47d8a7-590e-4ee7-a3f7-ea50fcc413b1 {
  margin-top: 0px;
margin-left: 50px;
max-width: 150px;
}
}@media (max-width: 767px){#s-7c47d8a7-590e-4ee7-a3f7-ea50fcc413b1 {
  margin-top: 20px;
margin-left: 35px;
max-width: 150px;
}
}






  #s-7c47d8a7-590e-4ee7-a3f7-ea50fcc413b1 img.shogun-image {
    

    
    
    
  }


#s-7c47d8a7-590e-4ee7-a3f7-ea50fcc413b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c583aee6-6254-4917-90a0-94a50eaf4f2c {
  margin-top: 20px;
margin-left: 100px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-c583aee6-6254-4917-90a0-94a50eaf4f2c {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c583aee6-6254-4917-90a0-94a50eaf4f2c {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c583aee6-6254-4917-90a0-94a50eaf4f2c {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 200px;
}
}






  #s-c583aee6-6254-4917-90a0-94a50eaf4f2c img.shogun-image {
    

    
    
    
  }


#s-c583aee6-6254-4917-90a0-94a50eaf4f2c .shogun-image-content {
  
    align-items: center;
  
}

#s-7f872213-8cf7-4bc8-9169-1320f40a9c46 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 45%;
text-align: left;
}
@media (min-width: 1200px){#s-7f872213-8cf7-4bc8-9169-1320f40a9c46 {
  margin-left: 100px;
margin-right: 100px;
max-width: 38%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f872213-8cf7-4bc8-9169-1320f40a9c46 {
  margin-left: 100px;
margin-right: 0px;
max-width: 38%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f872213-8cf7-4bc8-9169-1320f40a9c46 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-7f872213-8cf7-4bc8-9169-1320f40a9c46 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-7f872213-8cf7-4bc8-9169-1320f40a9c46 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-7f872213-8cf7-4bc8-9169-1320f40a9c46 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-b256deb2-7332-476a-98d0-08d1f65c2ccf {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b256deb2-7332-476a-98d0-08d1f65c2ccf:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b256deb2-7332-476a-98d0-08d1f65c2ccf:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b256deb2-7332-476a-98d0-08d1f65c2ccf {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b256deb2-7332-476a-98d0-08d1f65c2ccf {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b256deb2-7332-476a-98d0-08d1f65c2ccf {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b256deb2-7332-476a-98d0-08d1f65c2ccf {
  margin-left: 35px;
}
}

  #s-b256deb2-7332-476a-98d0-08d1f65c2ccf-root {
    text-align: left;
  }


#s-b256deb2-7332-476a-98d0-08d1f65c2ccf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b256deb2-7332-476a-98d0-08d1f65c2ccf-root {
    text-align: left;
  }


#s-b256deb2-7332-476a-98d0-08d1f65c2ccf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b256deb2-7332-476a-98d0-08d1f65c2ccf-root {
    text-align: left;
  }


#s-b256deb2-7332-476a-98d0-08d1f65c2ccf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b256deb2-7332-476a-98d0-08d1f65c2ccf-root {
    text-align: left;
  }


#s-b256deb2-7332-476a-98d0-08d1f65c2ccf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b256deb2-7332-476a-98d0-08d1f65c2ccf-root {
    text-align: left;
  }


#s-b256deb2-7332-476a-98d0-08d1f65c2ccf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-46789b9b-9623-4948-b7d1-1847f29eeda2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-46789b9b-9623-4948-b7d1-1847f29eeda2 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46789b9b-9623-4948-b7d1-1847f29eeda2 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-46789b9b-9623-4948-b7d1-1847f29eeda2 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-46789b9b-9623-4948-b7d1-1847f29eeda2 {
  min-height: 300px;
}
}
#s-46789b9b-9623-4948-b7d1-1847f29eeda2 {
  background-image: url(https://i.shgcdn.com/58d464e8-652c-4acc-bdda-0215382cf5a1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-46789b9b-9623-4948-b7d1-1847f29eeda2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46789b9b-9623-4948-b7d1-1847f29eeda2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99ab4291-0be6-49d7-8e3f-8368866bcaf0 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-99ab4291-0be6-49d7-8e3f-8368866bcaf0 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99ab4291-0be6-49d7-8e3f-8368866bcaf0 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-99ab4291-0be6-49d7-8e3f-8368866bcaf0 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-99ab4291-0be6-49d7-8e3f-8368866bcaf0 {
  margin-left: 35px;
max-width: 60%;
}
}
#s-99ab4291-0be6-49d7-8e3f-8368866bcaf0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-99ab4291-0be6-49d7-8e3f-8368866bcaf0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-99ab4291-0be6-49d7-8e3f-8368866bcaf0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-df96f250-5649-4fbd-8689-b183d627020c {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-df96f250-5649-4fbd-8689-b183d627020c {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df96f250-5649-4fbd-8689-b183d627020c {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-df96f250-5649-4fbd-8689-b183d627020c {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-df96f250-5649-4fbd-8689-b183d627020c {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-df96f250-5649-4fbd-8689-b183d627020c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-df96f250-5649-4fbd-8689-b183d627020c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-df96f250-5649-4fbd-8689-b183d627020c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-df96f250-5649-4fbd-8689-b183d627020c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-999fdbe9-6591-4b65-9373-525a3b1d13ff {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-999fdbe9-6591-4b65-9373-525a3b1d13ff:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-999fdbe9-6591-4b65-9373-525a3b1d13ff:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-999fdbe9-6591-4b65-9373-525a3b1d13ff {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-999fdbe9-6591-4b65-9373-525a3b1d13ff {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-999fdbe9-6591-4b65-9373-525a3b1d13ff {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-999fdbe9-6591-4b65-9373-525a3b1d13ff {
  margin-left: 35px;
}
}

  #s-999fdbe9-6591-4b65-9373-525a3b1d13ff-root {
    text-align: left;
  }


#s-999fdbe9-6591-4b65-9373-525a3b1d13ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-999fdbe9-6591-4b65-9373-525a3b1d13ff-root {
    text-align: left;
  }


#s-999fdbe9-6591-4b65-9373-525a3b1d13ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-999fdbe9-6591-4b65-9373-525a3b1d13ff-root {
    text-align: left;
  }


#s-999fdbe9-6591-4b65-9373-525a3b1d13ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-999fdbe9-6591-4b65-9373-525a3b1d13ff-root {
    text-align: left;
  }


#s-999fdbe9-6591-4b65-9373-525a3b1d13ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-999fdbe9-6591-4b65-9373-525a3b1d13ff-root {
    text-align: left;
  }


#s-999fdbe9-6591-4b65-9373-525a3b1d13ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a0ecfb15-3107-412e-a66b-87c0dd1f35e0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-a0ecfb15-3107-412e-a66b-87c0dd1f35e0 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0ecfb15-3107-412e-a66b-87c0dd1f35e0 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0ecfb15-3107-412e-a66b-87c0dd1f35e0 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-a0ecfb15-3107-412e-a66b-87c0dd1f35e0 {
  min-height: 300px;
}
}
#s-a0ecfb15-3107-412e-a66b-87c0dd1f35e0 {
  background-image: url(https://i.shgcdn.com/766214c1-721e-4d3a-9830-c2db60adcc7b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a0ecfb15-3107-412e-a66b-87c0dd1f35e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0ecfb15-3107-412e-a66b-87c0dd1f35e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9db91c51-c043-4ac7-bf9a-6f1a6edf9578 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-9db91c51-c043-4ac7-bf9a-6f1a6edf9578 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9db91c51-c043-4ac7-bf9a-6f1a6edf9578 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9db91c51-c043-4ac7-bf9a-6f1a6edf9578 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-9db91c51-c043-4ac7-bf9a-6f1a6edf9578 {
  margin-left: 35px;
max-width: 60%;
}
}
#s-9db91c51-c043-4ac7-bf9a-6f1a6edf9578 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-9db91c51-c043-4ac7-bf9a-6f1a6edf9578 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-9db91c51-c043-4ac7-bf9a-6f1a6edf9578 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-090bb1ee-72ac-4fff-8dea-81a4959d4270 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-090bb1ee-72ac-4fff-8dea-81a4959d4270 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-090bb1ee-72ac-4fff-8dea-81a4959d4270 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-090bb1ee-72ac-4fff-8dea-81a4959d4270 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-090bb1ee-72ac-4fff-8dea-81a4959d4270 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-090bb1ee-72ac-4fff-8dea-81a4959d4270 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-090bb1ee-72ac-4fff-8dea-81a4959d4270 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-090bb1ee-72ac-4fff-8dea-81a4959d4270 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-090bb1ee-72ac-4fff-8dea-81a4959d4270 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-9578007b-3166-4719-9f33-d7dc1d4d1ff3 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9578007b-3166-4719-9f33-d7dc1d4d1ff3:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9578007b-3166-4719-9f33-d7dc1d4d1ff3:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9578007b-3166-4719-9f33-d7dc1d4d1ff3 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9578007b-3166-4719-9f33-d7dc1d4d1ff3 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9578007b-3166-4719-9f33-d7dc1d4d1ff3 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-9578007b-3166-4719-9f33-d7dc1d4d1ff3 {
  margin-left: 35px;
}
}

  #s-9578007b-3166-4719-9f33-d7dc1d4d1ff3-root {
    text-align: left;
  }


#s-9578007b-3166-4719-9f33-d7dc1d4d1ff3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9578007b-3166-4719-9f33-d7dc1d4d1ff3-root {
    text-align: left;
  }


#s-9578007b-3166-4719-9f33-d7dc1d4d1ff3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9578007b-3166-4719-9f33-d7dc1d4d1ff3-root {
    text-align: left;
  }


#s-9578007b-3166-4719-9f33-d7dc1d4d1ff3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9578007b-3166-4719-9f33-d7dc1d4d1ff3-root {
    text-align: left;
  }


#s-9578007b-3166-4719-9f33-d7dc1d4d1ff3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9578007b-3166-4719-9f33-d7dc1d4d1ff3-root {
    text-align: left;
  }


#s-9578007b-3166-4719-9f33-d7dc1d4d1ff3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a77cde59-9adc-449c-93b9-db89ad5ac798 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-a77cde59-9adc-449c-93b9-db89ad5ac798 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a77cde59-9adc-449c-93b9-db89ad5ac798 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a77cde59-9adc-449c-93b9-db89ad5ac798 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-a77cde59-9adc-449c-93b9-db89ad5ac798 {
  min-height: 300px;
}
}
#s-a77cde59-9adc-449c-93b9-db89ad5ac798 {
  background-image: url(https://i.shgcdn.com/86a6e8bd-c7f4-45ed-8e70-ffcda0c1f2d4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a77cde59-9adc-449c-93b9-db89ad5ac798 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a77cde59-9adc-449c-93b9-db89ad5ac798.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d26371fc-6102-4c54-8e81-5eb56fdb07de {
  text-align: center;
}
@media (min-width: 1200px){#s-d26371fc-6102-4c54-8e81-5eb56fdb07de {
  margin-left: 97px;
max-width: 25%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d26371fc-6102-4c54-8e81-5eb56fdb07de {
  margin-left: 97px;
max-width: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d26371fc-6102-4c54-8e81-5eb56fdb07de {
  margin-left: 50px;
max-width: 35%;
}
}






  #s-d26371fc-6102-4c54-8e81-5eb56fdb07de img.shogun-image {
    

    
    
    
  }


#s-d26371fc-6102-4c54-8e81-5eb56fdb07de .shogun-image-content {
  
    align-items: center;
  
}

#s-33626c3e-3257-4b1b-b97f-ffb36dfd49fa {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-33626c3e-3257-4b1b-b97f-ffb36dfd49fa {
  margin-left: 100px;
margin-right: 100px;
max-width: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33626c3e-3257-4b1b-b97f-ffb36dfd49fa {
  margin-left: 100px;
margin-right: 0px;
max-width: 35%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-33626c3e-3257-4b1b-b97f-ffb36dfd49fa {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-33626c3e-3257-4b1b-b97f-ffb36dfd49fa {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-33626c3e-3257-4b1b-b97f-ffb36dfd49fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-6d80920a-3e9c-40bd-a69e-cd8599dd6160 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6d80920a-3e9c-40bd-a69e-cd8599dd6160:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6d80920a-3e9c-40bd-a69e-cd8599dd6160:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6d80920a-3e9c-40bd-a69e-cd8599dd6160 {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d80920a-3e9c-40bd-a69e-cd8599dd6160 {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d80920a-3e9c-40bd-a69e-cd8599dd6160 {
  margin-left: 50px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-6d80920a-3e9c-40bd-a69e-cd8599dd6160 {
  margin-left: 35px;
}
}

  #s-6d80920a-3e9c-40bd-a69e-cd8599dd6160-root {
    text-align: left;
  }


#s-6d80920a-3e9c-40bd-a69e-cd8599dd6160.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6d80920a-3e9c-40bd-a69e-cd8599dd6160-root {
    text-align: left;
  }


#s-6d80920a-3e9c-40bd-a69e-cd8599dd6160.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d80920a-3e9c-40bd-a69e-cd8599dd6160-root {
    text-align: left;
  }


#s-6d80920a-3e9c-40bd-a69e-cd8599dd6160.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d80920a-3e9c-40bd-a69e-cd8599dd6160-root {
    text-align: left;
  }


#s-6d80920a-3e9c-40bd-a69e-cd8599dd6160.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6d80920a-3e9c-40bd-a69e-cd8599dd6160-root {
    text-align: left;
  }


#s-6d80920a-3e9c-40bd-a69e-cd8599dd6160.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-79d4f931-d45d-42c1-b144-f7bdf1a8c78f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center bottom;
}
@media (min-width: 1200px){#s-79d4f931-d45d-42c1-b144-f7bdf1a8c78f {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79d4f931-d45d-42c1-b144-f7bdf1a8c78f {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-79d4f931-d45d-42c1-b144-f7bdf1a8c78f {
  min-height: 400px;
}
}@media (max-width: 767px){#s-79d4f931-d45d-42c1-b144-f7bdf1a8c78f {
  min-height: 300px;
}
}
#s-79d4f931-d45d-42c1-b144-f7bdf1a8c78f {
  background-image: url(https://i.shgcdn.com/fbb7f079-bf8a-432e-9647-8e54d1b029f2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-79d4f931-d45d-42c1-b144-f7bdf1a8c78f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79d4f931-d45d-42c1-b144-f7bdf1a8c78f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffe1e658-ce82-4e58-ba1c-73fbb8d4e0ec {
  margin-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-ffe1e658-ce82-4e58-ba1c-73fbb8d4e0ec {
  margin-top: 23px;
margin-left: 100px;
margin-right: 0px;
max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffe1e658-ce82-4e58-ba1c-73fbb8d4e0ec {
  margin-top: 20px;
margin-left: 100px;
max-width: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffe1e658-ce82-4e58-ba1c-73fbb8d4e0ec {
  margin-top: 50px;
margin-left: 50px;
max-width: 150px;
}
}@media (max-width: 767px){#s-ffe1e658-ce82-4e58-ba1c-73fbb8d4e0ec {
  margin-top: 20px;
margin-left: 35px;
max-width: 150px;
}
}






  #s-ffe1e658-ce82-4e58-ba1c-73fbb8d4e0ec img.shogun-image {
    

    
    
    
  }


#s-ffe1e658-ce82-4e58-ba1c-73fbb8d4e0ec .shogun-image-content {
  
    align-items: center;
  
}

#s-88bdeab9-d067-4a59-b70c-32dec9cab70e {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-88bdeab9-d067-4a59-b70c-32dec9cab70e {
  margin-left: 100px;
margin-right: 100px;
max-width: 60%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88bdeab9-d067-4a59-b70c-32dec9cab70e {
  margin-left: 100px;
margin-right: 0px;
max-width: 60%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-88bdeab9-d067-4a59-b70c-32dec9cab70e {
  margin-left: 50px;
max-width: 65%;
}
}@media (max-width: 767px){#s-88bdeab9-d067-4a59-b70c-32dec9cab70e {
  margin-left: 35px;
max-width: 60%;
}
}
#s-88bdeab9-d067-4a59-b70c-32dec9cab70e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-88bdeab9-d067-4a59-b70c-32dec9cab70e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-88bdeab9-d067-4a59-b70c-32dec9cab70e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-9c462baa-8e4c-4872-88bb-dc38066fc077 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-9c462baa-8e4c-4872-88bb-dc38066fc077 {
  margin-left: 100px;
margin-right: 100px;
max-width: 45%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c462baa-8e4c-4872-88bb-dc38066fc077 {
  margin-left: 100px;
margin-right: 0px;
max-width: 45%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c462baa-8e4c-4872-88bb-dc38066fc077 {
  margin-left: 50px;
max-width: 55%;
}
}@media (max-width: 767px){#s-9c462baa-8e4c-4872-88bb-dc38066fc077 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-9c462baa-8e4c-4872-88bb-dc38066fc077 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-9c462baa-8e4c-4872-88bb-dc38066fc077 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca {
  margin-left: 35px;
}
}

  #s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca-root {
    text-align: left;
  }


#s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca-root {
    text-align: left;
  }


#s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca-root {
    text-align: left;
  }


#s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca-root {
    text-align: left;
  }


#s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca-root {
    text-align: left;
  }


#s-a0ab0e6e-b1d0-45d9-8765-31d86afab0ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9ae95a6d-375b-4bce-9b2a-c61116acc365 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-9ae95a6d-375b-4bce-9b2a-c61116acc365 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ae95a6d-375b-4bce-9b2a-c61116acc365 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ae95a6d-375b-4bce-9b2a-c61116acc365 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-9ae95a6d-375b-4bce-9b2a-c61116acc365 {
  min-height: 300px;
}
}
#s-9ae95a6d-375b-4bce-9b2a-c61116acc365 {
  background-image: url(https://i.shgcdn.com/954b6fb2-0bbf-40e9-9bcc-f944c9e7f56f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9ae95a6d-375b-4bce-9b2a-c61116acc365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ae95a6d-375b-4bce-9b2a-c61116acc365.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cee670f-f38e-4967-8d36-7c16066dd5df {
  margin-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-4cee670f-f38e-4967-8d36-7c16066dd5df {
  margin-top: 23px;
margin-left: 100px;
margin-right: 0px;
max-width: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4cee670f-f38e-4967-8d36-7c16066dd5df {
  margin-top: 0px;
margin-left: 100px;
max-width: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4cee670f-f38e-4967-8d36-7c16066dd5df {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
max-width: 115px;
}
}@media (max-width: 767px){#s-4cee670f-f38e-4967-8d36-7c16066dd5df {
  margin-top: 20px;
margin-left: 35px;
max-width: 150px;
}
}






  #s-4cee670f-f38e-4967-8d36-7c16066dd5df img.shogun-image {
    

    
    
    
  }


#s-4cee670f-f38e-4967-8d36-7c16066dd5df .shogun-image-content {
  
    align-items: center;
  
}

#s-7c755fa5-69d5-4a04-a6e1-0629ee737440 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-7c755fa5-69d5-4a04-a6e1-0629ee737440 {
  margin-top: 10px;
margin-left: 100px;
margin-right: 100px;
max-width: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c755fa5-69d5-4a04-a6e1-0629ee737440 {
  margin-top: 10px;
margin-left: 100px;
margin-right: 0px;
max-width: 35%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c755fa5-69d5-4a04-a6e1-0629ee737440 {
  margin-top: 10px;
margin-left: 50px;
}
}@media (max-width: 767px){#s-7c755fa5-69d5-4a04-a6e1-0629ee737440 {
  margin-left: 35px;
max-width: 60%;
}
}
#s-7c755fa5-69d5-4a04-a6e1-0629ee737440 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7c755fa5-69d5-4a04-a6e1-0629ee737440 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-7c755fa5-69d5-4a04-a6e1-0629ee737440 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-33948a59-5c6b-4116-bf57-d41b42564fd2 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-33948a59-5c6b-4116-bf57-d41b42564fd2 {
  margin-left: 100px;
margin-right: 100px;
max-width: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33948a59-5c6b-4116-bf57-d41b42564fd2 {
  margin-left: 100px;
margin-right: 0px;
max-width: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-33948a59-5c6b-4116-bf57-d41b42564fd2 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-33948a59-5c6b-4116-bf57-d41b42564fd2 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-33948a59-5c6b-4116-bf57-d41b42564fd2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-33948a59-5c6b-4116-bf57-d41b42564fd2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-33948a59-5c6b-4116-bf57-d41b42564fd2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-964a13dd-8ebf-417a-9d4f-d61268894558 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-964a13dd-8ebf-417a-9d4f-d61268894558:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-964a13dd-8ebf-417a-9d4f-d61268894558:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-964a13dd-8ebf-417a-9d4f-d61268894558 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-964a13dd-8ebf-417a-9d4f-d61268894558 {
  margin-left: 100px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-964a13dd-8ebf-417a-9d4f-d61268894558 {
  margin-left: 50px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-964a13dd-8ebf-417a-9d4f-d61268894558 {
  margin-left: 35px;
}
}

  #s-964a13dd-8ebf-417a-9d4f-d61268894558-root {
    text-align: left;
  }


#s-964a13dd-8ebf-417a-9d4f-d61268894558.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-964a13dd-8ebf-417a-9d4f-d61268894558-root {
    text-align: left;
  }


#s-964a13dd-8ebf-417a-9d4f-d61268894558.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-964a13dd-8ebf-417a-9d4f-d61268894558-root {
    text-align: left;
  }


#s-964a13dd-8ebf-417a-9d4f-d61268894558.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-964a13dd-8ebf-417a-9d4f-d61268894558-root {
    text-align: left;
  }


#s-964a13dd-8ebf-417a-9d4f-d61268894558.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-964a13dd-8ebf-417a-9d4f-d61268894558-root {
    text-align: left;
  }


#s-964a13dd-8ebf-417a-9d4f-d61268894558.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-00b6da54-9906-4e93-b0c3-5322963f5e84 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center bottom;
}
@media (min-width: 1200px){#s-00b6da54-9906-4e93-b0c3-5322963f5e84 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00b6da54-9906-4e93-b0c3-5322963f5e84 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-00b6da54-9906-4e93-b0c3-5322963f5e84 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-00b6da54-9906-4e93-b0c3-5322963f5e84 {
  min-height: 300px;
}
}
#s-00b6da54-9906-4e93-b0c3-5322963f5e84 {
  background-image: url(https://i.shgcdn.com/3c17330d-c47c-473b-ad7b-d14e9173518b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-00b6da54-9906-4e93-b0c3-5322963f5e84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00b6da54-9906-4e93-b0c3-5322963f5e84.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b2e4dfb6-a9e0-44a4-8646-a84119157457 {
  text-align: left;
}
@media (min-width: 1200px){#s-b2e4dfb6-a9e0-44a4-8646-a84119157457 {
  margin-top: 100px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2e4dfb6-a9e0-44a4-8646-a84119157457 {
  margin-top: 100px;
margin-left: 100px;
max-width: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2e4dfb6-a9e0-44a4-8646-a84119157457 {
  margin-top: 50px;
margin-left: 50px;
max-width: 150px;
}
}@media (max-width: 767px){#s-b2e4dfb6-a9e0-44a4-8646-a84119157457 {
  margin-top: 20px;
margin-left: 35px;
max-width: 150px;
}
}






  #s-b2e4dfb6-a9e0-44a4-8646-a84119157457 img.shogun-image {
    

    
    
    
  }


#s-b2e4dfb6-a9e0-44a4-8646-a84119157457 .shogun-image-content {
  
    align-items: center;
  
}

#s-75888a21-83f7-4076-9d06-164c0bfda5f4 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-75888a21-83f7-4076-9d06-164c0bfda5f4 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75888a21-83f7-4076-9d06-164c0bfda5f4 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-75888a21-83f7-4076-9d06-164c0bfda5f4 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-75888a21-83f7-4076-9d06-164c0bfda5f4 {
  margin-left: 35px;
max-width: 60%;
}
}
#s-75888a21-83f7-4076-9d06-164c0bfda5f4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-75888a21-83f7-4076-9d06-164c0bfda5f4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-75888a21-83f7-4076-9d06-164c0bfda5f4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-711b047b-cca0-4853-ab16-b7f080657de1 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-711b047b-cca0-4853-ab16-b7f080657de1 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-711b047b-cca0-4853-ab16-b7f080657de1 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-711b047b-cca0-4853-ab16-b7f080657de1 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-711b047b-cca0-4853-ab16-b7f080657de1 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-711b047b-cca0-4853-ab16-b7f080657de1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-711b047b-cca0-4853-ab16-b7f080657de1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-711b047b-cca0-4853-ab16-b7f080657de1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-711b047b-cca0-4853-ab16-b7f080657de1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-bce7ce49-43a5-4fdf-8977-2f85be0a8042 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bce7ce49-43a5-4fdf-8977-2f85be0a8042:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bce7ce49-43a5-4fdf-8977-2f85be0a8042:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-bce7ce49-43a5-4fdf-8977-2f85be0a8042 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bce7ce49-43a5-4fdf-8977-2f85be0a8042 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bce7ce49-43a5-4fdf-8977-2f85be0a8042 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-bce7ce49-43a5-4fdf-8977-2f85be0a8042 {
  margin-left: 35px;
}
}

  #s-bce7ce49-43a5-4fdf-8977-2f85be0a8042-root {
    text-align: left;
  }


#s-bce7ce49-43a5-4fdf-8977-2f85be0a8042.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bce7ce49-43a5-4fdf-8977-2f85be0a8042-root {
    text-align: left;
  }


#s-bce7ce49-43a5-4fdf-8977-2f85be0a8042.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bce7ce49-43a5-4fdf-8977-2f85be0a8042-root {
    text-align: left;
  }


#s-bce7ce49-43a5-4fdf-8977-2f85be0a8042.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bce7ce49-43a5-4fdf-8977-2f85be0a8042-root {
    text-align: left;
  }


#s-bce7ce49-43a5-4fdf-8977-2f85be0a8042.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bce7ce49-43a5-4fdf-8977-2f85be0a8042-root {
    text-align: left;
  }


#s-bce7ce49-43a5-4fdf-8977-2f85be0a8042.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cfb64a90-d82e-4822-b582-2b7d0190836f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-cfb64a90-d82e-4822-b582-2b7d0190836f {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cfb64a90-d82e-4822-b582-2b7d0190836f {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cfb64a90-d82e-4822-b582-2b7d0190836f {
  min-height: 400px;
}
}@media (max-width: 767px){#s-cfb64a90-d82e-4822-b582-2b7d0190836f {
  min-height: 300px;
}
}
#s-cfb64a90-d82e-4822-b582-2b7d0190836f {
  background-image: url(https://i.shgcdn.com/e8ab76a1-1ba4-45b9-9457-1f5c14a1be84/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-cfb64a90-d82e-4822-b582-2b7d0190836f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfb64a90-d82e-4822-b582-2b7d0190836f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d0387e3-7026-4f61-80fa-cef6a9997390 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-4d0387e3-7026-4f61-80fa-cef6a9997390 {
  margin-left: 80px;
max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d0387e3-7026-4f61-80fa-cef6a9997390 {
  margin-left: 85px;
margin-right: 0px;
max-width: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d0387e3-7026-4f61-80fa-cef6a9997390 {
  margin-left: 40px;
max-width: 150px;
}
}@media (max-width: 767px){#s-4d0387e3-7026-4f61-80fa-cef6a9997390 {
  margin-left: 30px;
max-width: 100px;
}
}






  #s-4d0387e3-7026-4f61-80fa-cef6a9997390 img.shogun-image {
    

    
    
    
  }


#s-4d0387e3-7026-4f61-80fa-cef6a9997390 .shogun-image-content {
  
    align-items: center;
  
}

#s-78d61888-0c5d-4976-8a99-fd7a5b945e69 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 450px;
text-align: left;
}
@media (min-width: 1200px){#s-78d61888-0c5d-4976-8a99-fd7a5b945e69 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78d61888-0c5d-4976-8a99-fd7a5b945e69 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-78d61888-0c5d-4976-8a99-fd7a5b945e69 {
  margin-left: 50px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-78d61888-0c5d-4976-8a99-fd7a5b945e69 {
  margin-left: 35px;
padding-top: 0px;
}
}
#s-78d61888-0c5d-4976-8a99-fd7a5b945e69 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-78d61888-0c5d-4976-8a99-fd7a5b945e69 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-78d61888-0c5d-4976-8a99-fd7a5b945e69 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-78d61888-0c5d-4976-8a99-fd7a5b945e69 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  
}


}
#s-8c1d2f36-9528-4904-a436-bd74955008e7 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 50%;
text-align: left;
}
@media (min-width: 1200px){#s-8c1d2f36-9528-4904-a436-bd74955008e7 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c1d2f36-9528-4904-a436-bd74955008e7 {
  margin-left: 100px;
margin-right: 100px;
max-width: 460px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c1d2f36-9528-4904-a436-bd74955008e7 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-8c1d2f36-9528-4904-a436-bd74955008e7 {
  margin-left: 35px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-8c1d2f36-9528-4904-a436-bd74955008e7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-8c1d2f36-9528-4904-a436-bd74955008e7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8c1d2f36-9528-4904-a436-bd74955008e7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9 {
  margin-left: 35px;
}
}

  #s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9-root {
    text-align: left;
  }


#s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9-root {
    text-align: left;
  }


#s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9-root {
    text-align: left;
  }


#s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9-root {
    text-align: left;
  }


#s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9-root {
    text-align: left;
  }


#s-34d1a046-04df-40f0-ac0e-4e1e7cdc59e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f479dda6-0deb-4cfd-a969-2f43dbc6c17d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f479dda6-0deb-4cfd-a969-2f43dbc6c17d {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f479dda6-0deb-4cfd-a969-2f43dbc6c17d {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f479dda6-0deb-4cfd-a969-2f43dbc6c17d {
  min-height: 400px;
}
}@media (max-width: 767px){#s-f479dda6-0deb-4cfd-a969-2f43dbc6c17d {
  min-height: 300px;
}
}
#s-f479dda6-0deb-4cfd-a969-2f43dbc6c17d {
  background-image: url(https://i.shgcdn.com/4ba16432-1ce3-469f-86cf-9430423622a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f479dda6-0deb-4cfd-a969-2f43dbc6c17d > .shg-box-overlay {
  background-color: rgba(5, 5, 5, 0.99);
  opacity: 0.05;
}#s-f479dda6-0deb-4cfd-a969-2f43dbc6c17d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fc355f8-bc9e-4b71-b247-34b04aed2d90 {
  max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-2fc355f8-bc9e-4b71-b247-34b04aed2d90 {
  padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 0px;
max-width: 525px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2fc355f8-bc9e-4b71-b247-34b04aed2d90 {
  padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
max-width: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2fc355f8-bc9e-4b71-b247-34b04aed2d90 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
max-width: 300px;
}
}@media (max-width: 767px){#s-2fc355f8-bc9e-4b71-b247-34b04aed2d90 {
  padding-top: 20px;
padding-left: 18px;
padding-bottom: 20px;
}
}






  #s-2fc355f8-bc9e-4b71-b247-34b04aed2d90 img.shogun-image {
    

    
    
    
  }


#s-2fc355f8-bc9e-4b71-b247-34b04aed2d90 .shogun-image-content {
  
    align-items: center;
  
}

#s-f40d1992-ad78-47aa-903c-97348ccf50a4 {
  margin-top: 0px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f40d1992-ad78-47aa-903c-97348ccf50a4:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f40d1992-ad78-47aa-903c-97348ccf50a4:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f40d1992-ad78-47aa-903c-97348ccf50a4 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f40d1992-ad78-47aa-903c-97348ccf50a4 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f40d1992-ad78-47aa-903c-97348ccf50a4 {
  margin-left: 60px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-f40d1992-ad78-47aa-903c-97348ccf50a4 {
  margin-left: 35px;
}
}

  #s-f40d1992-ad78-47aa-903c-97348ccf50a4-root {
    text-align: left;
  }


#s-f40d1992-ad78-47aa-903c-97348ccf50a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f40d1992-ad78-47aa-903c-97348ccf50a4-root {
    text-align: left;
  }


#s-f40d1992-ad78-47aa-903c-97348ccf50a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f40d1992-ad78-47aa-903c-97348ccf50a4-root {
    text-align: left;
  }


#s-f40d1992-ad78-47aa-903c-97348ccf50a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f40d1992-ad78-47aa-903c-97348ccf50a4-root {
    text-align: left;
  }


#s-f40d1992-ad78-47aa-903c-97348ccf50a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f40d1992-ad78-47aa-903c-97348ccf50a4-root {
    text-align: left;
  }


#s-f40d1992-ad78-47aa-903c-97348ccf50a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b917c320-fc9c-4dd4-9e64-741b93c7f9f6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-b917c320-fc9c-4dd4-9e64-741b93c7f9f6 {
  display: none;
}
#s-b917c320-fc9c-4dd4-9e64-741b93c7f9f6, #wrap-s-b917c320-fc9c-4dd4-9e64-741b93c7f9f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b917c320-fc9c-4dd4-9e64-741b93c7f9f6 {
  display: none;
}
#s-b917c320-fc9c-4dd4-9e64-741b93c7f9f6, #wrap-s-b917c320-fc9c-4dd4-9e64-741b93c7f9f6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b917c320-fc9c-4dd4-9e64-741b93c7f9f6 {
  display: none;
}
#s-b917c320-fc9c-4dd4-9e64-741b93c7f9f6, #wrap-s-b917c320-fc9c-4dd4-9e64-741b93c7f9f6 { display:none !important; }}
#s-b917c320-fc9c-4dd4-9e64-741b93c7f9f6 .shg-sld-dot {
  background-color: rgba(137, 127, 127, 1);
}

#s-b917c320-fc9c-4dd4-9e64-741b93c7f9f6 .shg-sld-nav-button.shg-sld-left,
#s-b917c320-fc9c-4dd4-9e64-741b93c7f9f6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(137, 127, 127, 1);
}

#s-d7ed6ad0-4cf2-41a1-9ee3-cbb89691f6c2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-d7ed6ad0-4cf2-41a1-9ee3-cbb89691f6c2 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7ed6ad0-4cf2-41a1-9ee3-cbb89691f6c2 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7ed6ad0-4cf2-41a1-9ee3-cbb89691f6c2 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-d7ed6ad0-4cf2-41a1-9ee3-cbb89691f6c2 {
  min-height: 300px;
}
}
#s-d7ed6ad0-4cf2-41a1-9ee3-cbb89691f6c2 {
  background-image: url(https://i.shgcdn.com/fb42b233-8f2f-4caa-ad29-ffbc29fa05b0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d7ed6ad0-4cf2-41a1-9ee3-cbb89691f6c2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-d7ed6ad0-4cf2-41a1-9ee3-cbb89691f6c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efbff82c-4e4f-4995-9643-79505a67f15d {
  max-width: 225px;
text-align: center;
}
@media (max-width: 767px){#s-efbff82c-4e4f-4995-9643-79505a67f15d {
  margin-left: 35px;
max-width: 190px;
}
}






  #s-efbff82c-4e4f-4995-9643-79505a67f15d img.shogun-image {
    

    
    
    
  }


#s-efbff82c-4e4f-4995-9643-79505a67f15d .shogun-image-content {
  
    align-items: center;
  
}

#s-cbef013e-1692-4472-8a66-5bde2fdd22d8 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-cbef013e-1692-4472-8a66-5bde2fdd22d8 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cbef013e-1692-4472-8a66-5bde2fdd22d8 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cbef013e-1692-4472-8a66-5bde2fdd22d8 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-cbef013e-1692-4472-8a66-5bde2fdd22d8 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 200px;
}
}
#s-cbef013e-1692-4472-8a66-5bde2fdd22d8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c-root {
    text-align: left;
  }


#s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c-root {
    text-align: left;
  }


#s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c-root {
    text-align: left;
  }


#s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c-root {
    text-align: left;
  }


#s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c-root {
    text-align: left;
  }


#s-c2c8a3db-02d1-4019-b0bf-48d2b6b1552c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-874609cc-8dac-43c5-ae78-bc25d6e8042d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-874609cc-8dac-43c5-ae78-bc25d6e8042d {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-874609cc-8dac-43c5-ae78-bc25d6e8042d {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-874609cc-8dac-43c5-ae78-bc25d6e8042d {
  min-height: 400px;
}
}@media (max-width: 767px){#s-874609cc-8dac-43c5-ae78-bc25d6e8042d {
  min-height: 300px;
}
}
#s-874609cc-8dac-43c5-ae78-bc25d6e8042d {
  background-image: url(https://i.shgcdn.com/0adcdcf9-5b72-4a75-b828-c678b700efd2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-874609cc-8dac-43c5-ae78-bc25d6e8042d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-874609cc-8dac-43c5-ae78-bc25d6e8042d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0eeac1b-6530-47ec-9b1f-6aec3e09a3cb {
  max-width: 230px;
text-align: center;
}
@media (max-width: 767px){#s-e0eeac1b-6530-47ec-9b1f-6aec3e09a3cb {
  margin-left: 35px;
}
}






  #s-e0eeac1b-6530-47ec-9b1f-6aec3e09a3cb img.shogun-image {
    

    
    
    
  }


#s-e0eeac1b-6530-47ec-9b1f-6aec3e09a3cb .shogun-image-content {
  
    align-items: center;
  
}

#s-6966b9aa-1042-48f5-ac82-af7c1e0f86d7 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-6966b9aa-1042-48f5-ac82-af7c1e0f86d7 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6966b9aa-1042-48f5-ac82-af7c1e0f86d7 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6966b9aa-1042-48f5-ac82-af7c1e0f86d7 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-6966b9aa-1042-48f5-ac82-af7c1e0f86d7 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 250px;
}
}
#s-6966b9aa-1042-48f5-ac82-af7c1e0f86d7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1-root {
    text-align: left;
  }


#s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1-root {
    text-align: left;
  }


#s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1-root {
    text-align: left;
  }


#s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1-root {
    text-align: left;
  }


#s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1-root {
    text-align: left;
  }


#s-26e5e96e-cb78-4cc4-b869-391a1a3a98f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-181983f8-c5db-4193-a68f-547be5d7b4da {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-181983f8-c5db-4193-a68f-547be5d7b4da {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-181983f8-c5db-4193-a68f-547be5d7b4da {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-181983f8-c5db-4193-a68f-547be5d7b4da {
  min-height: 400px;
}
}@media (max-width: 767px){#s-181983f8-c5db-4193-a68f-547be5d7b4da {
  min-height: 300px;
}
}
#s-181983f8-c5db-4193-a68f-547be5d7b4da {
  background-image: url(https://i.shgcdn.com/266d5d3a-231a-450b-b1ca-592d9f020f79/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-181983f8-c5db-4193-a68f-547be5d7b4da > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-181983f8-c5db-4193-a68f-547be5d7b4da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebcbe590-d6ae-4875-b1e7-6cf75175fe98 {
  max-width: 250px;
text-align: center;
}
@media (max-width: 767px){#s-ebcbe590-d6ae-4875-b1e7-6cf75175fe98 {
  margin-left: 35px;
}
}






  #s-ebcbe590-d6ae-4875-b1e7-6cf75175fe98 img.shogun-image {
    

    
    
    
  }


#s-ebcbe590-d6ae-4875-b1e7-6cf75175fe98 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5d77d10-e71a-4ee8-b125-8f620a424cbe {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 250px;
text-align: left;
}
@media (min-width: 1200px){#s-f5d77d10-e71a-4ee8-b125-8f620a424cbe {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5d77d10-e71a-4ee8-b125-8f620a424cbe {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5d77d10-e71a-4ee8-b125-8f620a424cbe {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-f5d77d10-e71a-4ee8-b125-8f620a424cbe {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-f5d77d10-e71a-4ee8-b125-8f620a424cbe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e-root {
    text-align: left;
  }


#s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e-root {
    text-align: left;
  }


#s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e-root {
    text-align: left;
  }


#s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e-root {
    text-align: left;
  }


#s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e-root {
    text-align: left;
  }


#s-a68cc3e2-e9e3-4216-9c06-3b913f11af1e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7a9ee8cd-cb6c-4b5c-8c11-f249eafaffbf {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-7a9ee8cd-cb6c-4b5c-8c11-f249eafaffbf {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a9ee8cd-cb6c-4b5c-8c11-f249eafaffbf {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a9ee8cd-cb6c-4b5c-8c11-f249eafaffbf {
  min-height: 400px;
}
}@media (max-width: 767px){#s-7a9ee8cd-cb6c-4b5c-8c11-f249eafaffbf {
  min-height: 300px;
}
}
#s-7a9ee8cd-cb6c-4b5c-8c11-f249eafaffbf {
  background-image: url(https://i.shgcdn.com/112c75c0-c319-4448-a52b-93ccb0b0e2bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7a9ee8cd-cb6c-4b5c-8c11-f249eafaffbf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.09999999999999998;
}#s-7a9ee8cd-cb6c-4b5c-8c11-f249eafaffbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e408a580-5576-4afb-8c97-4d403fe82fb1 {
  max-width: 1414px;
aspect-ratio: 1414/432;
text-align: center;
}
@media (max-width: 767px){#s-e408a580-5576-4afb-8c97-4d403fe82fb1 {
  margin-left: 35px;
max-width: 210px;
}
}




  #s-e408a580-5576-4afb-8c97-4d403fe82fb1 img.shogun-image,
  #s-e408a580-5576-4afb-8c97-4d403fe82fb1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e408a580-5576-4afb-8c97-4d403fe82fb1 {
    width: 100%;
    height: auto;
  }



  #s-e408a580-5576-4afb-8c97-4d403fe82fb1 img.shogun-image {
    

    
    
    
  }


#s-e408a580-5576-4afb-8c97-4d403fe82fb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b894f33-d658-4693-86b0-8bc3b07f2858 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-5b894f33-d658-4693-86b0-8bc3b07f2858 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b894f33-d658-4693-86b0-8bc3b07f2858 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b894f33-d658-4693-86b0-8bc3b07f2858 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-5b894f33-d658-4693-86b0-8bc3b07f2858 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 200px;
}
}
#s-5b894f33-d658-4693-86b0-8bc3b07f2858 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-9b44b592-c1f8-44b7-8d20-34b53e6ac972 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9b44b592-c1f8-44b7-8d20-34b53e6ac972:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9b44b592-c1f8-44b7-8d20-34b53e6ac972:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9b44b592-c1f8-44b7-8d20-34b53e6ac972 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b44b592-c1f8-44b7-8d20-34b53e6ac972 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b44b592-c1f8-44b7-8d20-34b53e6ac972 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-9b44b592-c1f8-44b7-8d20-34b53e6ac972 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-9b44b592-c1f8-44b7-8d20-34b53e6ac972-root {
    text-align: left;
  }


#s-9b44b592-c1f8-44b7-8d20-34b53e6ac972.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b44b592-c1f8-44b7-8d20-34b53e6ac972-root {
    text-align: left;
  }


#s-9b44b592-c1f8-44b7-8d20-34b53e6ac972.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b44b592-c1f8-44b7-8d20-34b53e6ac972-root {
    text-align: left;
  }


#s-9b44b592-c1f8-44b7-8d20-34b53e6ac972.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b44b592-c1f8-44b7-8d20-34b53e6ac972-root {
    text-align: left;
  }


#s-9b44b592-c1f8-44b7-8d20-34b53e6ac972.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b44b592-c1f8-44b7-8d20-34b53e6ac972-root {
    text-align: left;
  }


#s-9b44b592-c1f8-44b7-8d20-34b53e6ac972.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8888af5d-71b0-42f4-8afa-2d827af172ee {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-8888af5d-71b0-42f4-8afa-2d827af172ee {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8888af5d-71b0-42f4-8afa-2d827af172ee {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8888af5d-71b0-42f4-8afa-2d827af172ee {
  min-height: 400px;
}
}@media (max-width: 767px){#s-8888af5d-71b0-42f4-8afa-2d827af172ee {
  min-height: 300px;
}
}
#s-8888af5d-71b0-42f4-8afa-2d827af172ee {
  background-image: url(https://i.shgcdn.com/642a9391-9dc1-42bd-8790-a908960f51a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8888af5d-71b0-42f4-8afa-2d827af172ee > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8888af5d-71b0-42f4-8afa-2d827af172ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d17a907-5bc2-4f16-a8e2-1c4b34305823 {
  max-width: 359px;
aspect-ratio: 359/197;
text-align: center;
}
@media (max-width: 767px){#s-9d17a907-5bc2-4f16-a8e2-1c4b34305823 {
  margin-left: 35px;
max-width: 175px;
}
}




  #s-9d17a907-5bc2-4f16-a8e2-1c4b34305823 img.shogun-image,
  #s-9d17a907-5bc2-4f16-a8e2-1c4b34305823 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d17a907-5bc2-4f16-a8e2-1c4b34305823 {
    width: 100%;
    height: auto;
  }



  #s-9d17a907-5bc2-4f16-a8e2-1c4b34305823 img.shogun-image {
    

    
    
    
  }


#s-9d17a907-5bc2-4f16-a8e2-1c4b34305823 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0eb6b21-273d-46a2-a884-cdca28372e46 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-e0eb6b21-273d-46a2-a884-cdca28372e46 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0eb6b21-273d-46a2-a884-cdca28372e46 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0eb6b21-273d-46a2-a884-cdca28372e46 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-e0eb6b21-273d-46a2-a884-cdca28372e46 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 175px;
}
}
#s-e0eb6b21-273d-46a2-a884-cdca28372e46 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-edcd274e-3b36-430f-b77a-12e377571553 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-edcd274e-3b36-430f-b77a-12e377571553:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-edcd274e-3b36-430f-b77a-12e377571553:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-edcd274e-3b36-430f-b77a-12e377571553 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-edcd274e-3b36-430f-b77a-12e377571553 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-edcd274e-3b36-430f-b77a-12e377571553 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-edcd274e-3b36-430f-b77a-12e377571553 {
  margin-top: 20px;
margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-edcd274e-3b36-430f-b77a-12e377571553-root {
    text-align: left;
  }


#s-edcd274e-3b36-430f-b77a-12e377571553.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-edcd274e-3b36-430f-b77a-12e377571553-root {
    text-align: left;
  }


#s-edcd274e-3b36-430f-b77a-12e377571553.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-edcd274e-3b36-430f-b77a-12e377571553-root {
    text-align: left;
  }


#s-edcd274e-3b36-430f-b77a-12e377571553.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-edcd274e-3b36-430f-b77a-12e377571553-root {
    text-align: left;
  }


#s-edcd274e-3b36-430f-b77a-12e377571553.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-edcd274e-3b36-430f-b77a-12e377571553-root {
    text-align: left;
  }


#s-edcd274e-3b36-430f-b77a-12e377571553.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6ab11308-9d30-4eb8-967f-e1e4d61851c8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-6ab11308-9d30-4eb8-967f-e1e4d61851c8 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ab11308-9d30-4eb8-967f-e1e4d61851c8 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ab11308-9d30-4eb8-967f-e1e4d61851c8 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-6ab11308-9d30-4eb8-967f-e1e4d61851c8 {
  min-height: 300px;
}
}
#s-6ab11308-9d30-4eb8-967f-e1e4d61851c8 {
  background-image: url(https://i.shgcdn.com/a8f02c8b-d1d0-4255-b567-fb2d619d5003/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6ab11308-9d30-4eb8-967f-e1e4d61851c8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6ab11308-9d30-4eb8-967f-e1e4d61851c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a33ee6f9-1850-480d-9027-a1c35b3f75b9 {
  max-width: 190px;
text-align: center;
}
@media (max-width: 767px){#s-a33ee6f9-1850-480d-9027-a1c35b3f75b9 {
  margin-left: 35px;
}
}






  #s-a33ee6f9-1850-480d-9027-a1c35b3f75b9 img.shogun-image {
    

    
    
    
  }


#s-a33ee6f9-1850-480d-9027-a1c35b3f75b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-29e05c8a-8330-43ac-88ac-eb82240cac07 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-29e05c8a-8330-43ac-88ac-eb82240cac07 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29e05c8a-8330-43ac-88ac-eb82240cac07 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-29e05c8a-8330-43ac-88ac-eb82240cac07 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-29e05c8a-8330-43ac-88ac-eb82240cac07 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 200px;
}
}
#s-29e05c8a-8330-43ac-88ac-eb82240cac07 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7-root {
    text-align: left;
  }


#s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7-root {
    text-align: left;
  }


#s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7-root {
    text-align: left;
  }


#s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7-root {
    text-align: left;
  }


#s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7-root {
    text-align: left;
  }


#s-ae6f2f0b-9457-4393-9b33-8fc42ae23da7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-efbe7823-9b0a-4fa3-a50f-0da3bb500cf3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-efbe7823-9b0a-4fa3-a50f-0da3bb500cf3 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-efbe7823-9b0a-4fa3-a50f-0da3bb500cf3 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-efbe7823-9b0a-4fa3-a50f-0da3bb500cf3 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-efbe7823-9b0a-4fa3-a50f-0da3bb500cf3 {
  min-height: 300px;
}
}
#s-efbe7823-9b0a-4fa3-a50f-0da3bb500cf3 {
  background-image: url(https://i.shgcdn.com/7c4de373-e519-45ef-a0f9-c0d9ab7ce181/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-efbe7823-9b0a-4fa3-a50f-0da3bb500cf3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-efbe7823-9b0a-4fa3-a50f-0da3bb500cf3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d948105-0870-41a2-b964-8b34ca6f41b1 {
  text-align: center;
}
@media (max-width: 767px){#s-1d948105-0870-41a2-b964-8b34ca6f41b1 {
  margin-left: 35px;
max-width: 215px;
}
}






  #s-1d948105-0870-41a2-b964-8b34ca6f41b1 img.shogun-image {
    

    
    
    
  }


#s-1d948105-0870-41a2-b964-8b34ca6f41b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc5bfac8-2194-49c1-9413-6301b5b11f36 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-cc5bfac8-2194-49c1-9413-6301b5b11f36 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc5bfac8-2194-49c1-9413-6301b5b11f36 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc5bfac8-2194-49c1-9413-6301b5b11f36 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-cc5bfac8-2194-49c1-9413-6301b5b11f36 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 220px;
}
}
#s-cc5bfac8-2194-49c1-9413-6301b5b11f36 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-d3721520-c216-499b-a7f6-d1f1e3c99c38 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d3721520-c216-499b-a7f6-d1f1e3c99c38:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d3721520-c216-499b-a7f6-d1f1e3c99c38:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d3721520-c216-499b-a7f6-d1f1e3c99c38 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3721520-c216-499b-a7f6-d1f1e3c99c38 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3721520-c216-499b-a7f6-d1f1e3c99c38 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d3721520-c216-499b-a7f6-d1f1e3c99c38 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-d3721520-c216-499b-a7f6-d1f1e3c99c38-root {
    text-align: left;
  }


#s-d3721520-c216-499b-a7f6-d1f1e3c99c38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d3721520-c216-499b-a7f6-d1f1e3c99c38-root {
    text-align: left;
  }


#s-d3721520-c216-499b-a7f6-d1f1e3c99c38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3721520-c216-499b-a7f6-d1f1e3c99c38-root {
    text-align: left;
  }


#s-d3721520-c216-499b-a7f6-d1f1e3c99c38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3721520-c216-499b-a7f6-d1f1e3c99c38-root {
    text-align: left;
  }


#s-d3721520-c216-499b-a7f6-d1f1e3c99c38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d3721520-c216-499b-a7f6-d1f1e3c99c38-root {
    text-align: left;
  }


#s-d3721520-c216-499b-a7f6-d1f1e3c99c38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5f80c697-367d-4da2-90d0-5059c54fc08e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-5f80c697-367d-4da2-90d0-5059c54fc08e {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f80c697-367d-4da2-90d0-5059c54fc08e {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f80c697-367d-4da2-90d0-5059c54fc08e {
  min-height: 400px;
}
}@media (max-width: 767px){#s-5f80c697-367d-4da2-90d0-5059c54fc08e {
  min-height: 300px;
}
}
#s-5f80c697-367d-4da2-90d0-5059c54fc08e {
  background-image: url(https://i.shgcdn.com/9393b525-75e1-46ce-b6f9-8531a7e85a0f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5f80c697-367d-4da2-90d0-5059c54fc08e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-5f80c697-367d-4da2-90d0-5059c54fc08e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29654b86-a7f2-4b0e-a702-133f338e04dc {
  text-align: center;
}
@media (max-width: 767px){#s-29654b86-a7f2-4b0e-a702-133f338e04dc {
  margin-left: 35px;
margin-bottom: 10px;
margin-right: 0px;
max-width: 125px;
text-align: left;
}
}






  img.s-29654b86-a7f2-4b0e-a702-133f338e04dc.shogun-image {
    
    
  }


.s-29654b86-a7f2-4b0e-a702-133f338e04dc .shogun-image-content {
  
    align-items: center;
  
}

.s-29654b86-a7f2-4b0e-a702-133f338e04dc.shg-align-container {
  text-align: center
}

.s-29654b86-a7f2-4b0e-a702-133f338e04dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29654b86-a7f2-4b0e-a702-133f338e04dc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-29654b86-a7f2-4b0e-a702-133f338e04dc.shogun-image {
    
    
  }


.s-29654b86-a7f2-4b0e-a702-133f338e04dc .shogun-image-content {
  
    align-items: center;
  
}

.s-29654b86-a7f2-4b0e-a702-133f338e04dc.shg-align-container {
  text-align: center
}

.s-29654b86-a7f2-4b0e-a702-133f338e04dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29654b86-a7f2-4b0e-a702-133f338e04dc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-29654b86-a7f2-4b0e-a702-133f338e04dc.shogun-image {
    
    
  }


.s-29654b86-a7f2-4b0e-a702-133f338e04dc .shogun-image-content {
  
    align-items: center;
  
}

.s-29654b86-a7f2-4b0e-a702-133f338e04dc.shg-align-container {
  text-align: center
}

.s-29654b86-a7f2-4b0e-a702-133f338e04dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29654b86-a7f2-4b0e-a702-133f338e04dc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-29654b86-a7f2-4b0e-a702-133f338e04dc.shogun-image {
    
    
  }


.s-29654b86-a7f2-4b0e-a702-133f338e04dc .shogun-image-content {
  
    align-items: center;
  
}

.s-29654b86-a7f2-4b0e-a702-133f338e04dc.shg-align-container {
  text-align: center
}

.s-29654b86-a7f2-4b0e-a702-133f338e04dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29654b86-a7f2-4b0e-a702-133f338e04dc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-29654b86-a7f2-4b0e-a702-133f338e04dc.shogun-image {
    
    
  }


.s-29654b86-a7f2-4b0e-a702-133f338e04dc .shogun-image-content {
  
    align-items: center;
  
}

.s-29654b86-a7f2-4b0e-a702-133f338e04dc.shg-align-container {
  text-align: left
}

.s-29654b86-a7f2-4b0e-a702-133f338e04dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29654b86-a7f2-4b0e-a702-133f338e04dc.shogun-image {
  box-sizing: border-box;
}


}
#s-e9d1d5a0-cdea-41ca-877f-b6f3fbb5bcf4 {
  text-align: center;
}
@media (max-width: 767px){#s-e9d1d5a0-cdea-41ca-877f-b6f3fbb5bcf4 {
  margin-left: 35px;
max-width: 40%;
}
}






  #s-e9d1d5a0-cdea-41ca-877f-b6f3fbb5bcf4 img.shogun-image {
    

    
    
    
  }


#s-e9d1d5a0-cdea-41ca-877f-b6f3fbb5bcf4 .shogun-image-content {
  
    align-items: center;
  
}

#s-62ea3591-042c-47c1-bed6-8983e966d7b8 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-62ea3591-042c-47c1-bed6-8983e966d7b8 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62ea3591-042c-47c1-bed6-8983e966d7b8 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-62ea3591-042c-47c1-bed6-8983e966d7b8 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-62ea3591-042c-47c1-bed6-8983e966d7b8 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 225px;
}
}
#s-62ea3591-042c-47c1-bed6-8983e966d7b8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-2a60fe08-73ff-4528-8f37-aa5035824375 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-2a60fe08-73ff-4528-8f37-aa5035824375:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2a60fe08-73ff-4528-8f37-aa5035824375:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-2a60fe08-73ff-4528-8f37-aa5035824375 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a60fe08-73ff-4528-8f37-aa5035824375 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a60fe08-73ff-4528-8f37-aa5035824375 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-2a60fe08-73ff-4528-8f37-aa5035824375 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-2a60fe08-73ff-4528-8f37-aa5035824375-root {
    text-align: left;
  }


#s-2a60fe08-73ff-4528-8f37-aa5035824375.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2a60fe08-73ff-4528-8f37-aa5035824375-root {
    text-align: left;
  }


#s-2a60fe08-73ff-4528-8f37-aa5035824375.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a60fe08-73ff-4528-8f37-aa5035824375-root {
    text-align: left;
  }


#s-2a60fe08-73ff-4528-8f37-aa5035824375.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a60fe08-73ff-4528-8f37-aa5035824375-root {
    text-align: left;
  }


#s-2a60fe08-73ff-4528-8f37-aa5035824375.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2a60fe08-73ff-4528-8f37-aa5035824375-root {
    text-align: left;
  }


#s-2a60fe08-73ff-4528-8f37-aa5035824375.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-81ba90de-1055-4519-8f88-7bf3b8bef31e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-81ba90de-1055-4519-8f88-7bf3b8bef31e {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81ba90de-1055-4519-8f88-7bf3b8bef31e {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-81ba90de-1055-4519-8f88-7bf3b8bef31e {
  min-height: 400px;
}
}@media (max-width: 767px){#s-81ba90de-1055-4519-8f88-7bf3b8bef31e {
  min-height: 300px;
}
}
#s-81ba90de-1055-4519-8f88-7bf3b8bef31e {
  background-image: url(https://i.shgcdn.com/39850b90-594c-4777-a3f0-6f39d21f3446/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-81ba90de-1055-4519-8f88-7bf3b8bef31e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-81ba90de-1055-4519-8f88-7bf3b8bef31e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5aabe3e-0648-4d85-8f2b-f09b5703f2b1 {
  text-align: center;
}
@media (max-width: 767px){#s-d5aabe3e-0648-4d85-8f2b-f09b5703f2b1 {
  margin-left: 35px;
max-width: 220px;
}
}






  #s-d5aabe3e-0648-4d85-8f2b-f09b5703f2b1 img.shogun-image {
    

    
    
    
  }


#s-d5aabe3e-0648-4d85-8f2b-f09b5703f2b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-67b59470-a8d5-496f-ab58-d91380a66ae7 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-67b59470-a8d5-496f-ab58-d91380a66ae7 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67b59470-a8d5-496f-ab58-d91380a66ae7 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-67b59470-a8d5-496f-ab58-d91380a66ae7 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-67b59470-a8d5-496f-ab58-d91380a66ae7 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 230px;
}
}
#s-67b59470-a8d5-496f-ab58-d91380a66ae7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-8ed226de-65fa-48bc-8e52-79ec6059b5ff {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-8ed226de-65fa-48bc-8e52-79ec6059b5ff:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8ed226de-65fa-48bc-8e52-79ec6059b5ff:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8ed226de-65fa-48bc-8e52-79ec6059b5ff {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ed226de-65fa-48bc-8e52-79ec6059b5ff {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ed226de-65fa-48bc-8e52-79ec6059b5ff {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-8ed226de-65fa-48bc-8e52-79ec6059b5ff {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-8ed226de-65fa-48bc-8e52-79ec6059b5ff-root {
    text-align: left;
  }


#s-8ed226de-65fa-48bc-8e52-79ec6059b5ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ed226de-65fa-48bc-8e52-79ec6059b5ff-root {
    text-align: left;
  }


#s-8ed226de-65fa-48bc-8e52-79ec6059b5ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ed226de-65fa-48bc-8e52-79ec6059b5ff-root {
    text-align: left;
  }


#s-8ed226de-65fa-48bc-8e52-79ec6059b5ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ed226de-65fa-48bc-8e52-79ec6059b5ff-root {
    text-align: left;
  }


#s-8ed226de-65fa-48bc-8e52-79ec6059b5ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ed226de-65fa-48bc-8e52-79ec6059b5ff-root {
    text-align: left;
  }


#s-8ed226de-65fa-48bc-8e52-79ec6059b5ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7b5f6425-9573-419d-b6af-1090f3d7b217 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-7b5f6425-9573-419d-b6af-1090f3d7b217 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b5f6425-9573-419d-b6af-1090f3d7b217 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b5f6425-9573-419d-b6af-1090f3d7b217 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-7b5f6425-9573-419d-b6af-1090f3d7b217 {
  min-height: 300px;
}
}
#s-7b5f6425-9573-419d-b6af-1090f3d7b217 {
  background-image: url(https://i.shgcdn.com/9b74c966-d0a0-48b7-a2fb-a6c54780be9f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7b5f6425-9573-419d-b6af-1090f3d7b217 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7b5f6425-9573-419d-b6af-1090f3d7b217.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72700a38-96d8-450d-854a-907a4ef2ef62 {
  max-width: 1173px;
aspect-ratio: 1173/373;
text-align: center;
}
@media (max-width: 767px){#s-72700a38-96d8-450d-854a-907a4ef2ef62 {
  margin-left: 35px;
max-width: 195px;
}
}




  #s-72700a38-96d8-450d-854a-907a4ef2ef62 img.shogun-image,
  #s-72700a38-96d8-450d-854a-907a4ef2ef62 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72700a38-96d8-450d-854a-907a4ef2ef62 {
    width: 100%;
    height: auto;
  }



  #s-72700a38-96d8-450d-854a-907a4ef2ef62 img.shogun-image {
    

    
    
    
  }


#s-72700a38-96d8-450d-854a-907a4ef2ef62 .shogun-image-content {
  
    align-items: center;
  
}

#s-98daca11-5f03-4bfc-a5c4-2b057f9b1b0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-98daca11-5f03-4bfc-a5c4-2b057f9b1b0a {
  margin-left: 35px;
padding-bottom: 0px;
max-width: 200px;
}
}
#s-98daca11-5f03-4bfc-a5c4-2b057f9b1b0a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1-root {
    text-align: left;
  }


#s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1-root {
    text-align: left;
  }


#s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1-root {
    text-align: left;
  }


#s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1-root {
    text-align: left;
  }


#s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1-root {
    text-align: left;
  }


#s-a0d014ca-52bb-43d9-b6fe-f1f47e5fece1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c0bee035-5aee-4d87-89b8-32a6745155f2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-c0bee035-5aee-4d87-89b8-32a6745155f2 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0bee035-5aee-4d87-89b8-32a6745155f2 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0bee035-5aee-4d87-89b8-32a6745155f2 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-c0bee035-5aee-4d87-89b8-32a6745155f2 {
  min-height: 300px;
}
}
#s-c0bee035-5aee-4d87-89b8-32a6745155f2 {
  background-image: url(https://i.shgcdn.com/3465d148-31f9-4ddd-af80-d56241697c02/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c0bee035-5aee-4d87-89b8-32a6745155f2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c0bee035-5aee-4d87-89b8-32a6745155f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15665170-fffb-424b-af08-db3b417c0596 {
  text-align: center;
}
@media (max-width: 767px){#s-15665170-fffb-424b-af08-db3b417c0596 {
  margin-left: 35px;
margin-bottom: 10px;
max-width: 100px;
text-align: left;
}
}






  img.s-15665170-fffb-424b-af08-db3b417c0596.shogun-image {
    
    
  }


.s-15665170-fffb-424b-af08-db3b417c0596 .shogun-image-content {
  
    align-items: center;
  
}

.s-15665170-fffb-424b-af08-db3b417c0596.shg-align-container {
  text-align: center
}

.s-15665170-fffb-424b-af08-db3b417c0596.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15665170-fffb-424b-af08-db3b417c0596.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-15665170-fffb-424b-af08-db3b417c0596.shogun-image {
    
    
  }


.s-15665170-fffb-424b-af08-db3b417c0596 .shogun-image-content {
  
    align-items: center;
  
}

.s-15665170-fffb-424b-af08-db3b417c0596.shg-align-container {
  text-align: center
}

.s-15665170-fffb-424b-af08-db3b417c0596.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15665170-fffb-424b-af08-db3b417c0596.shogun-image {
  box-sizing: border-box;
}


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





  img.s-15665170-fffb-424b-af08-db3b417c0596.shogun-image {
    
    
  }


.s-15665170-fffb-424b-af08-db3b417c0596 .shogun-image-content {
  
    align-items: center;
  
}

.s-15665170-fffb-424b-af08-db3b417c0596.shg-align-container {
  text-align: center
}

.s-15665170-fffb-424b-af08-db3b417c0596.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15665170-fffb-424b-af08-db3b417c0596.shogun-image {
  box-sizing: border-box;
}


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





  img.s-15665170-fffb-424b-af08-db3b417c0596.shogun-image {
    
    
  }


.s-15665170-fffb-424b-af08-db3b417c0596 .shogun-image-content {
  
    align-items: center;
  
}

.s-15665170-fffb-424b-af08-db3b417c0596.shg-align-container {
  text-align: center
}

.s-15665170-fffb-424b-af08-db3b417c0596.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15665170-fffb-424b-af08-db3b417c0596.shogun-image {
  box-sizing: border-box;
}


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





  img.s-15665170-fffb-424b-af08-db3b417c0596.shogun-image {
    
    
  }


.s-15665170-fffb-424b-af08-db3b417c0596 .shogun-image-content {
  
    align-items: center;
  
}

.s-15665170-fffb-424b-af08-db3b417c0596.shg-align-container {
  text-align: left
}

.s-15665170-fffb-424b-af08-db3b417c0596.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15665170-fffb-424b-af08-db3b417c0596.shogun-image {
  box-sizing: border-box;
}


}
#s-e6205140-482c-449e-ac0f-f00fd38a0d80 {
  text-align: center;
}
@media (max-width: 767px){#s-e6205140-482c-449e-ac0f-f00fd38a0d80 {
  margin-left: 35px;
max-width: 175px;
}
}






  #s-e6205140-482c-449e-ac0f-f00fd38a0d80 img.shogun-image {
    

    
    
    
  }


#s-e6205140-482c-449e-ac0f-f00fd38a0d80 .shogun-image-content {
  
    align-items: center;
  
}

#s-97864217-3e82-4581-810a-ed1d318d954e {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-97864217-3e82-4581-810a-ed1d318d954e {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97864217-3e82-4581-810a-ed1d318d954e {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-97864217-3e82-4581-810a-ed1d318d954e {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-97864217-3e82-4581-810a-ed1d318d954e {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-97864217-3e82-4581-810a-ed1d318d954e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-95939e8a-84f8-4077-af45-2ecba06ad29d {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-95939e8a-84f8-4077-af45-2ecba06ad29d:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-95939e8a-84f8-4077-af45-2ecba06ad29d:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-95939e8a-84f8-4077-af45-2ecba06ad29d {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95939e8a-84f8-4077-af45-2ecba06ad29d {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-95939e8a-84f8-4077-af45-2ecba06ad29d {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-95939e8a-84f8-4077-af45-2ecba06ad29d {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-95939e8a-84f8-4077-af45-2ecba06ad29d-root {
    text-align: left;
  }


#s-95939e8a-84f8-4077-af45-2ecba06ad29d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-95939e8a-84f8-4077-af45-2ecba06ad29d-root {
    text-align: left;
  }


#s-95939e8a-84f8-4077-af45-2ecba06ad29d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95939e8a-84f8-4077-af45-2ecba06ad29d-root {
    text-align: left;
  }


#s-95939e8a-84f8-4077-af45-2ecba06ad29d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95939e8a-84f8-4077-af45-2ecba06ad29d-root {
    text-align: left;
  }


#s-95939e8a-84f8-4077-af45-2ecba06ad29d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-95939e8a-84f8-4077-af45-2ecba06ad29d-root {
    text-align: left;
  }


#s-95939e8a-84f8-4077-af45-2ecba06ad29d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4792ffee-8549-4a90-933c-e7fb84a835d1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-4792ffee-8549-4a90-933c-e7fb84a835d1 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4792ffee-8549-4a90-933c-e7fb84a835d1 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4792ffee-8549-4a90-933c-e7fb84a835d1 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-4792ffee-8549-4a90-933c-e7fb84a835d1 {
  min-height: 300px;
}
}
#s-4792ffee-8549-4a90-933c-e7fb84a835d1 {
  background-image: url(https://i.shgcdn.com/310204f6-2eb8-485e-8586-8a7037103e5d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4792ffee-8549-4a90-933c-e7fb84a835d1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-4792ffee-8549-4a90-933c-e7fb84a835d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3db53a86-075c-494a-b041-738546a2a34e {
  text-align: center;
}
@media (max-width: 767px){#s-3db53a86-075c-494a-b041-738546a2a34e {
  margin-top: 0px;
margin-left: 35px;
margin-bottom: 20px;
margin-right: 35px;
max-width: 75px;
text-align: left;
}
}






  img.s-3db53a86-075c-494a-b041-738546a2a34e.shogun-image {
    
    
  }


.s-3db53a86-075c-494a-b041-738546a2a34e .shogun-image-content {
  
    align-items: center;
  
}

.s-3db53a86-075c-494a-b041-738546a2a34e.shg-align-container {
  text-align: center
}

.s-3db53a86-075c-494a-b041-738546a2a34e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db53a86-075c-494a-b041-738546a2a34e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3db53a86-075c-494a-b041-738546a2a34e.shogun-image {
    
    
  }


.s-3db53a86-075c-494a-b041-738546a2a34e .shogun-image-content {
  
    align-items: center;
  
}

.s-3db53a86-075c-494a-b041-738546a2a34e.shg-align-container {
  text-align: center
}

.s-3db53a86-075c-494a-b041-738546a2a34e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db53a86-075c-494a-b041-738546a2a34e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3db53a86-075c-494a-b041-738546a2a34e.shogun-image {
    
    
  }


.s-3db53a86-075c-494a-b041-738546a2a34e .shogun-image-content {
  
    align-items: center;
  
}

.s-3db53a86-075c-494a-b041-738546a2a34e.shg-align-container {
  text-align: center
}

.s-3db53a86-075c-494a-b041-738546a2a34e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db53a86-075c-494a-b041-738546a2a34e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3db53a86-075c-494a-b041-738546a2a34e.shogun-image {
    
    
  }


.s-3db53a86-075c-494a-b041-738546a2a34e .shogun-image-content {
  
    align-items: center;
  
}

.s-3db53a86-075c-494a-b041-738546a2a34e.shg-align-container {
  text-align: center
}

.s-3db53a86-075c-494a-b041-738546a2a34e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db53a86-075c-494a-b041-738546a2a34e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3db53a86-075c-494a-b041-738546a2a34e.shogun-image {
    
    
  }


.s-3db53a86-075c-494a-b041-738546a2a34e .shogun-image-content {
  
    align-items: center;
  
}

.s-3db53a86-075c-494a-b041-738546a2a34e.shg-align-container {
  text-align: left
}

.s-3db53a86-075c-494a-b041-738546a2a34e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db53a86-075c-494a-b041-738546a2a34e.shogun-image {
  box-sizing: border-box;
}


}
#s-51c92e5b-cc3c-4b14-8fa4-3502bbe578cc {
  text-align: center;
}
@media (max-width: 767px){#s-51c92e5b-cc3c-4b14-8fa4-3502bbe578cc {
  margin-left: 35px;
max-width: 200px;
}
}






  #s-51c92e5b-cc3c-4b14-8fa4-3502bbe578cc img.shogun-image {
    

    
    
    
  }


#s-51c92e5b-cc3c-4b14-8fa4-3502bbe578cc .shogun-image-content {
  
    align-items: center;
  
}

#s-d2b70af3-d5e1-40ab-bbd2-db5d47c4916e {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-d2b70af3-d5e1-40ab-bbd2-db5d47c4916e {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2b70af3-d5e1-40ab-bbd2-db5d47c4916e {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2b70af3-d5e1-40ab-bbd2-db5d47c4916e {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-d2b70af3-d5e1-40ab-bbd2-db5d47c4916e {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 200px;
}
}
#s-d2b70af3-d5e1-40ab-bbd2-db5d47c4916e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-572bb05b-0cc4-45ac-bea2-0b80139a59f2 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-572bb05b-0cc4-45ac-bea2-0b80139a59f2:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-572bb05b-0cc4-45ac-bea2-0b80139a59f2:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-572bb05b-0cc4-45ac-bea2-0b80139a59f2 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-572bb05b-0cc4-45ac-bea2-0b80139a59f2 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-572bb05b-0cc4-45ac-bea2-0b80139a59f2 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-572bb05b-0cc4-45ac-bea2-0b80139a59f2 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-572bb05b-0cc4-45ac-bea2-0b80139a59f2-root {
    text-align: left;
  }


#s-572bb05b-0cc4-45ac-bea2-0b80139a59f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-572bb05b-0cc4-45ac-bea2-0b80139a59f2-root {
    text-align: left;
  }


#s-572bb05b-0cc4-45ac-bea2-0b80139a59f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-572bb05b-0cc4-45ac-bea2-0b80139a59f2-root {
    text-align: left;
  }


#s-572bb05b-0cc4-45ac-bea2-0b80139a59f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-572bb05b-0cc4-45ac-bea2-0b80139a59f2-root {
    text-align: left;
  }


#s-572bb05b-0cc4-45ac-bea2-0b80139a59f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-572bb05b-0cc4-45ac-bea2-0b80139a59f2-root {
    text-align: left;
  }


#s-572bb05b-0cc4-45ac-bea2-0b80139a59f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1232e9e3-8c42-4000-bdf2-c39c5572537d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-1232e9e3-8c42-4000-bdf2-c39c5572537d {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1232e9e3-8c42-4000-bdf2-c39c5572537d {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1232e9e3-8c42-4000-bdf2-c39c5572537d {
  min-height: 400px;
}
}@media (max-width: 767px){#s-1232e9e3-8c42-4000-bdf2-c39c5572537d {
  min-height: 300px;
}
}
#s-1232e9e3-8c42-4000-bdf2-c39c5572537d {
  background-image: url(https://i.shgcdn.com/c7234676-d1f3-4cd5-bf12-a9b05fa53680/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1232e9e3-8c42-4000-bdf2-c39c5572537d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1232e9e3-8c42-4000-bdf2-c39c5572537d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02203c63-7038-497e-95ff-4cccf396bad7 {
  text-align: center;
}
@media (max-width: 767px){#s-02203c63-7038-497e-95ff-4cccf396bad7 {
  margin-left: 35px;
max-width: 40%;
}
}






  #s-02203c63-7038-497e-95ff-4cccf396bad7 img.shogun-image {
    

    
    
    
  }


#s-02203c63-7038-497e-95ff-4cccf396bad7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5325c822-4fe3-4dad-a5d4-3df91f625092 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-5325c822-4fe3-4dad-a5d4-3df91f625092 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5325c822-4fe3-4dad-a5d4-3df91f625092 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5325c822-4fe3-4dad-a5d4-3df91f625092 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-5325c822-4fe3-4dad-a5d4-3df91f625092 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 150px;
}
}
#s-5325c822-4fe3-4dad-a5d4-3df91f625092 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-73b3d75d-f2ad-41d1-801f-02ade95555ff {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-73b3d75d-f2ad-41d1-801f-02ade95555ff:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-73b3d75d-f2ad-41d1-801f-02ade95555ff:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-73b3d75d-f2ad-41d1-801f-02ade95555ff {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73b3d75d-f2ad-41d1-801f-02ade95555ff {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-73b3d75d-f2ad-41d1-801f-02ade95555ff {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-73b3d75d-f2ad-41d1-801f-02ade95555ff {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-73b3d75d-f2ad-41d1-801f-02ade95555ff-root {
    text-align: left;
  }


#s-73b3d75d-f2ad-41d1-801f-02ade95555ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-73b3d75d-f2ad-41d1-801f-02ade95555ff-root {
    text-align: left;
  }


#s-73b3d75d-f2ad-41d1-801f-02ade95555ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73b3d75d-f2ad-41d1-801f-02ade95555ff-root {
    text-align: left;
  }


#s-73b3d75d-f2ad-41d1-801f-02ade95555ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73b3d75d-f2ad-41d1-801f-02ade95555ff-root {
    text-align: left;
  }


#s-73b3d75d-f2ad-41d1-801f-02ade95555ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-73b3d75d-f2ad-41d1-801f-02ade95555ff-root {
    text-align: left;
  }


#s-73b3d75d-f2ad-41d1-801f-02ade95555ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9c154c0d-bb71-43b1-ae18-86fc5e6abab3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-9c154c0d-bb71-43b1-ae18-86fc5e6abab3 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c154c0d-bb71-43b1-ae18-86fc5e6abab3 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c154c0d-bb71-43b1-ae18-86fc5e6abab3 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-9c154c0d-bb71-43b1-ae18-86fc5e6abab3 {
  min-height: 300px;
}
}
#s-9c154c0d-bb71-43b1-ae18-86fc5e6abab3 {
  background-image: url(https://i.shgcdn.com/430ea374-5b72-41e8-96f1-74ea213539de/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9c154c0d-bb71-43b1-ae18-86fc5e6abab3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9c154c0d-bb71-43b1-ae18-86fc5e6abab3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09698e9e-f4e8-4273-b143-17b383dfa53f {
  max-width: 250px;
aspect-ratio: 359/197;
text-align: center;
}
@media (max-width: 767px){#s-09698e9e-f4e8-4273-b143-17b383dfa53f {
  margin-left: 35px;
max-width: 175px;
}
}




  #s-09698e9e-f4e8-4273-b143-17b383dfa53f img.shogun-image,
  #s-09698e9e-f4e8-4273-b143-17b383dfa53f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09698e9e-f4e8-4273-b143-17b383dfa53f {
    width: 100%;
    height: auto;
  }



  #s-09698e9e-f4e8-4273-b143-17b383dfa53f img.shogun-image {
    

    
    
    
  }


#s-09698e9e-f4e8-4273-b143-17b383dfa53f .shogun-image-content {
  
    align-items: center;
  
}

#s-d44859ae-7e34-4da4-87dc-fbc87a58e5b8 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-d44859ae-7e34-4da4-87dc-fbc87a58e5b8 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d44859ae-7e34-4da4-87dc-fbc87a58e5b8 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d44859ae-7e34-4da4-87dc-fbc87a58e5b8 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-d44859ae-7e34-4da4-87dc-fbc87a58e5b8 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 175px;
}
}
#s-d44859ae-7e34-4da4-87dc-fbc87a58e5b8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-0c0ac70f-f42a-4e77-83e1-f510577cc71a {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0c0ac70f-f42a-4e77-83e1-f510577cc71a:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0c0ac70f-f42a-4e77-83e1-f510577cc71a:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0c0ac70f-f42a-4e77-83e1-f510577cc71a {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c0ac70f-f42a-4e77-83e1-f510577cc71a {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c0ac70f-f42a-4e77-83e1-f510577cc71a {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-0c0ac70f-f42a-4e77-83e1-f510577cc71a {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-0c0ac70f-f42a-4e77-83e1-f510577cc71a-root {
    text-align: left;
  }


#s-0c0ac70f-f42a-4e77-83e1-f510577cc71a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0c0ac70f-f42a-4e77-83e1-f510577cc71a-root {
    text-align: left;
  }


#s-0c0ac70f-f42a-4e77-83e1-f510577cc71a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c0ac70f-f42a-4e77-83e1-f510577cc71a-root {
    text-align: left;
  }


#s-0c0ac70f-f42a-4e77-83e1-f510577cc71a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c0ac70f-f42a-4e77-83e1-f510577cc71a-root {
    text-align: left;
  }


#s-0c0ac70f-f42a-4e77-83e1-f510577cc71a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c0ac70f-f42a-4e77-83e1-f510577cc71a-root {
    text-align: left;
  }


#s-0c0ac70f-f42a-4e77-83e1-f510577cc71a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1fb5ea47-dbc3-4c83-8b79-dd53f91d88d8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-1fb5ea47-dbc3-4c83-8b79-dd53f91d88d8 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1fb5ea47-dbc3-4c83-8b79-dd53f91d88d8 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fb5ea47-dbc3-4c83-8b79-dd53f91d88d8 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-1fb5ea47-dbc3-4c83-8b79-dd53f91d88d8 {
  min-height: 300px;
}
}
#s-1fb5ea47-dbc3-4c83-8b79-dd53f91d88d8 {
  background-image: url(https://i.shgcdn.com/ca13d752-3192-4e26-9c39-69061a272ead/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1fb5ea47-dbc3-4c83-8b79-dd53f91d88d8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1fb5ea47-dbc3-4c83-8b79-dd53f91d88d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad7a1dcc-97e6-486f-ad28-de05315ff2a4 {
  text-align: center;
}
@media (max-width: 767px){#s-ad7a1dcc-97e6-486f-ad28-de05315ff2a4 {
  margin-left: 35px;
max-width: 40%;
}
}






  #s-ad7a1dcc-97e6-486f-ad28-de05315ff2a4 img.shogun-image {
    

    
    
    
  }


#s-ad7a1dcc-97e6-486f-ad28-de05315ff2a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-95109a8c-5ffc-4c44-bb78-81a0502e6817 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-95109a8c-5ffc-4c44-bb78-81a0502e6817 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95109a8c-5ffc-4c44-bb78-81a0502e6817 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-95109a8c-5ffc-4c44-bb78-81a0502e6817 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-95109a8c-5ffc-4c44-bb78-81a0502e6817 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 350px;
}
}
#s-95109a8c-5ffc-4c44-bb78-81a0502e6817 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-5e44153f-8314-4c59-b68f-73e3b580acad {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5e44153f-8314-4c59-b68f-73e3b580acad:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5e44153f-8314-4c59-b68f-73e3b580acad:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5e44153f-8314-4c59-b68f-73e3b580acad {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e44153f-8314-4c59-b68f-73e3b580acad {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e44153f-8314-4c59-b68f-73e3b580acad {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-5e44153f-8314-4c59-b68f-73e3b580acad {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-5e44153f-8314-4c59-b68f-73e3b580acad-root {
    text-align: left;
  }


#s-5e44153f-8314-4c59-b68f-73e3b580acad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e44153f-8314-4c59-b68f-73e3b580acad-root {
    text-align: left;
  }


#s-5e44153f-8314-4c59-b68f-73e3b580acad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e44153f-8314-4c59-b68f-73e3b580acad-root {
    text-align: left;
  }


#s-5e44153f-8314-4c59-b68f-73e3b580acad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e44153f-8314-4c59-b68f-73e3b580acad-root {
    text-align: left;
  }


#s-5e44153f-8314-4c59-b68f-73e3b580acad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e44153f-8314-4c59-b68f-73e3b580acad-root {
    text-align: left;
  }


#s-5e44153f-8314-4c59-b68f-73e3b580acad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-de260b3c-783e-47f8-a85f-21b4f3a3d783 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-de260b3c-783e-47f8-a85f-21b4f3a3d783 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de260b3c-783e-47f8-a85f-21b4f3a3d783 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-de260b3c-783e-47f8-a85f-21b4f3a3d783 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-de260b3c-783e-47f8-a85f-21b4f3a3d783 {
  min-height: 300px;
}
}
#s-de260b3c-783e-47f8-a85f-21b4f3a3d783 {
  background-image: url(https://i.shgcdn.com/b98c18df-9c57-40df-a7db-17228ce35c00/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-de260b3c-783e-47f8-a85f-21b4f3a3d783 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-de260b3c-783e-47f8-a85f-21b4f3a3d783.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c8da708-3101-4962-b14b-457b8e3bfc76 {
  text-align: center;
}
@media (max-width: 767px){#s-1c8da708-3101-4962-b14b-457b8e3bfc76 {
  margin-left: 35px;
max-width: 240px;
}
}






  #s-1c8da708-3101-4962-b14b-457b8e3bfc76 img.shogun-image {
    

    
    
    
  }


#s-1c8da708-3101-4962-b14b-457b8e3bfc76 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-888d2b21-a4ae-4802-8f48-60ef99639c6b {
  margin-top: 10px;
margin-left: 35px;
margin-right: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 260px;
}
}
#s-158d056a-9b9e-4786-bac7-5bff36517fbc {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-158d056a-9b9e-4786-bac7-5bff36517fbc:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-158d056a-9b9e-4786-bac7-5bff36517fbc:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-158d056a-9b9e-4786-bac7-5bff36517fbc {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-158d056a-9b9e-4786-bac7-5bff36517fbc {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-158d056a-9b9e-4786-bac7-5bff36517fbc {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-158d056a-9b9e-4786-bac7-5bff36517fbc {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-158d056a-9b9e-4786-bac7-5bff36517fbc-root {
    text-align: left;
  }


#s-158d056a-9b9e-4786-bac7-5bff36517fbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-158d056a-9b9e-4786-bac7-5bff36517fbc-root {
    text-align: left;
  }


#s-158d056a-9b9e-4786-bac7-5bff36517fbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-158d056a-9b9e-4786-bac7-5bff36517fbc-root {
    text-align: left;
  }


#s-158d056a-9b9e-4786-bac7-5bff36517fbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-158d056a-9b9e-4786-bac7-5bff36517fbc-root {
    text-align: left;
  }


#s-158d056a-9b9e-4786-bac7-5bff36517fbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-158d056a-9b9e-4786-bac7-5bff36517fbc-root {
    text-align: left;
  }


#s-158d056a-9b9e-4786-bac7-5bff36517fbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-feb4e94e-1e4e-4223-a4d2-4cc98608f644 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-feb4e94e-1e4e-4223-a4d2-4cc98608f644 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-feb4e94e-1e4e-4223-a4d2-4cc98608f644 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-feb4e94e-1e4e-4223-a4d2-4cc98608f644 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-feb4e94e-1e4e-4223-a4d2-4cc98608f644 {
  min-height: 300px;
}
}
#s-feb4e94e-1e4e-4223-a4d2-4cc98608f644 {
  background-image: url(https://i.shgcdn.com/c136bea9-341a-46b4-ac31-b8bff4247706/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-feb4e94e-1e4e-4223-a4d2-4cc98608f644 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-feb4e94e-1e4e-4223-a4d2-4cc98608f644.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cd92062-412f-4765-a0ef-62ff194e5ecf {
  max-width: 522px;
text-align: left;
}
@media (max-width: 767px){#s-8cd92062-412f-4765-a0ef-62ff194e5ecf {
  margin-left: 35px;
margin-bottom: 10px;
max-width: 150px;
}
}






  img.s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shogun-image {
    
    
  }


.s-8cd92062-412f-4765-a0ef-62ff194e5ecf .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shg-align-container {
  text-align: left
}

.s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shogun-image {
    
    
  }


.s-8cd92062-412f-4765-a0ef-62ff194e5ecf .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shg-align-container {
  text-align: left
}

.s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shogun-image {
    
    
  }


.s-8cd92062-412f-4765-a0ef-62ff194e5ecf .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shg-align-container {
  text-align: left
}

.s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shogun-image {
    
    
  }


.s-8cd92062-412f-4765-a0ef-62ff194e5ecf .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shg-align-container {
  text-align: left
}

.s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shogun-image {
    
    
  }


.s-8cd92062-412f-4765-a0ef-62ff194e5ecf .shogun-image-content {
  
    align-items: center;
  
}

.s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shg-align-container {
  text-align: left
}

.s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cd92062-412f-4765-a0ef-62ff194e5ecf.shogun-image {
  box-sizing: border-box;
}


}
#s-40fca11b-43f6-4b24-8fb1-e8eb87adca11 {
  max-width: 1064px;
aspect-ratio: 1064/565;
text-align: center;
}
@media (max-width: 767px){#s-40fca11b-43f6-4b24-8fb1-e8eb87adca11 {
  margin-left: 35px;
max-width: 174px;
}
}




  #s-40fca11b-43f6-4b24-8fb1-e8eb87adca11 img.shogun-image,
  #s-40fca11b-43f6-4b24-8fb1-e8eb87adca11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40fca11b-43f6-4b24-8fb1-e8eb87adca11 {
    width: 100%;
    height: auto;
  }



  #s-40fca11b-43f6-4b24-8fb1-e8eb87adca11 img.shogun-image {
    

    
    
    
  }


#s-40fca11b-43f6-4b24-8fb1-e8eb87adca11 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8a7b680-f852-4401-8332-a0fa061029f2 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 250px;
text-align: left;
}
@media (min-width: 1200px){#s-e8a7b680-f852-4401-8332-a0fa061029f2 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8a7b680-f852-4401-8332-a0fa061029f2 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8a7b680-f852-4401-8332-a0fa061029f2 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-e8a7b680-f852-4401-8332-a0fa061029f2 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 275px;
}
}
#s-e8a7b680-f852-4401-8332-a0fa061029f2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1 {
  margin-top: 10px;
margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1-root {
    text-align: left;
  }


#s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1-root {
    text-align: left;
  }


#s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1-root {
    text-align: left;
  }


#s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1-root {
    text-align: left;
  }


#s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1-root {
    text-align: left;
  }


#s-47cc1d50-50fe-4545-9c23-1a8b7d0984b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1611bde9-57f2-47e4-bca6-f33244fc412e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-1611bde9-57f2-47e4-bca6-f33244fc412e {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1611bde9-57f2-47e4-bca6-f33244fc412e {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1611bde9-57f2-47e4-bca6-f33244fc412e {
  min-height: 400px;
}
}@media (max-width: 767px){#s-1611bde9-57f2-47e4-bca6-f33244fc412e {
  min-height: 300px;
}
}
#s-1611bde9-57f2-47e4-bca6-f33244fc412e {
  background-image: url(https://i.shgcdn.com/19bd9e83-38bc-468a-80cc-13e919c7c90e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1611bde9-57f2-47e4-bca6-f33244fc412e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1611bde9-57f2-47e4-bca6-f33244fc412e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7aa54027-4d1e-4146-8dd0-ca4076efc718 {
  text-align: center;
}
@media (max-width: 767px){#s-7aa54027-4d1e-4146-8dd0-ca4076efc718 {
  margin-left: 35px;
max-width: 225px;
}
}






  #s-7aa54027-4d1e-4146-8dd0-ca4076efc718 img.shogun-image {
    

    
    
    
  }


#s-7aa54027-4d1e-4146-8dd0-ca4076efc718 .shogun-image-content {
  
    align-items: center;
  
}

#s-6fe23dcb-bbc1-48a1-af09-e49a2cdc1a65 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-6fe23dcb-bbc1-48a1-af09-e49a2cdc1a65 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6fe23dcb-bbc1-48a1-af09-e49a2cdc1a65 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fe23dcb-bbc1-48a1-af09-e49a2cdc1a65 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-6fe23dcb-bbc1-48a1-af09-e49a2cdc1a65 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 225px;
}
}
#s-6fe23dcb-bbc1-48a1-af09-e49a2cdc1a65 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd-root {
    text-align: left;
  }


#s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd-root {
    text-align: left;
  }


#s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd-root {
    text-align: left;
  }


#s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd-root {
    text-align: left;
  }


#s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd-root {
    text-align: left;
  }


#s-54d98655-3cb0-41cd-9a0d-5b3ea2bad7cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-df9fad21-83bb-4993-9ee3-d9f6b09c579f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-df9fad21-83bb-4993-9ee3-d9f6b09c579f {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df9fad21-83bb-4993-9ee3-d9f6b09c579f {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-df9fad21-83bb-4993-9ee3-d9f6b09c579f {
  min-height: 400px;
}
}@media (max-width: 767px){#s-df9fad21-83bb-4993-9ee3-d9f6b09c579f {
  min-height: 300px;
}
}
#s-df9fad21-83bb-4993-9ee3-d9f6b09c579f {
  background-image: url(https://i.shgcdn.com/0a2455b3-b93c-4e69-af12-57a66c170366/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-df9fad21-83bb-4993-9ee3-d9f6b09c579f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-df9fad21-83bb-4993-9ee3-d9f6b09c579f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b9401c9-fb6c-415d-8771-0c431fbf63d6 {
  max-width: 461px;
text-align: center;
}
@media (max-width: 767px){#s-5b9401c9-fb6c-415d-8771-0c431fbf63d6 {
  margin-left: 35px;
margin-bottom: 20px;
max-width: 100px;
text-align: left;
}
}






  img.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shogun-image {
    
    
  }


.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shg-align-container {
  text-align: center
}

.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shogun-image {
    
    
  }


.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shg-align-container {
  text-align: center
}

.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shogun-image {
    
    
  }


.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shg-align-container {
  text-align: center
}

.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shogun-image {
    
    
  }


.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shg-align-container {
  text-align: center
}

.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shogun-image {
    
    
  }


.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shg-align-container {
  text-align: left
}

.s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9401c9-fb6c-415d-8771-0c431fbf63d6.shogun-image {
  box-sizing: border-box;
}


}
#s-41ab301f-2498-4114-9257-e98593525a09 {
  max-width: 1268px;
aspect-ratio: 1268/678;
text-align: center;
}
@media (max-width: 767px){#s-41ab301f-2498-4114-9257-e98593525a09 {
  margin-left: 35px;
max-width: 185px;
}
}




  #s-41ab301f-2498-4114-9257-e98593525a09 img.shogun-image,
  #s-41ab301f-2498-4114-9257-e98593525a09 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-41ab301f-2498-4114-9257-e98593525a09 {
    width: 100%;
    height: auto;
  }



  #s-41ab301f-2498-4114-9257-e98593525a09 img.shogun-image {
    

    
    
    
  }


#s-41ab301f-2498-4114-9257-e98593525a09 .shogun-image-content {
  
    align-items: center;
  
}

#s-80e61426-bd42-4e5e-8fc6-22f996bcb30a {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-80e61426-bd42-4e5e-8fc6-22f996bcb30a {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80e61426-bd42-4e5e-8fc6-22f996bcb30a {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-80e61426-bd42-4e5e-8fc6-22f996bcb30a {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-80e61426-bd42-4e5e-8fc6-22f996bcb30a {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 250px;
}
}
#s-80e61426-bd42-4e5e-8fc6-22f996bcb30a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841-root {
    text-align: left;
  }


#s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841-root {
    text-align: left;
  }


#s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841-root {
    text-align: left;
  }


#s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841-root {
    text-align: left;
  }


#s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841-root {
    text-align: left;
  }


#s-4ac7d52d-fb9a-443f-bc90-d9ce2d289841.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-522e688d-76d7-492d-a11f-29aa066ee24a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-522e688d-76d7-492d-a11f-29aa066ee24a {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-522e688d-76d7-492d-a11f-29aa066ee24a {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-522e688d-76d7-492d-a11f-29aa066ee24a {
  min-height: 400px;
}
}@media (max-width: 767px){#s-522e688d-76d7-492d-a11f-29aa066ee24a {
  min-height: 300px;
}
}
#s-522e688d-76d7-492d-a11f-29aa066ee24a {
  background-image: url(https://i.shgcdn.com/5f7301ad-43a6-4bd5-93ab-2a9cfb38ab58/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-522e688d-76d7-492d-a11f-29aa066ee24a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-522e688d-76d7-492d-a11f-29aa066ee24a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-825e6ea0-58af-4c5c-8ab1-ceefe8ff18bf {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
text-align: center;
}







  #s-825e6ea0-58af-4c5c-8ab1-ceefe8ff18bf img.shogun-image {
    

    
    
    
  }


#s-825e6ea0-58af-4c5c-8ab1-ceefe8ff18bf .shogun-image-content {
  
    align-items: center;
  
}

#s-dd84114e-c453-4228-9d5c-75d6cb78b447 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 90%;
text-align: center;
}

#s-dd84114e-c453-4228-9d5c-75d6cb78b447 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-2d1ce359-93a3-4a32-8481-86877cc894f7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-2d1ce359-93a3-4a32-8481-86877cc894f7:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2d1ce359-93a3-4a32-8481-86877cc894f7:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-2d1ce359-93a3-4a32-8481-86877cc894f7 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d1ce359-93a3-4a32-8481-86877cc894f7 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d1ce359-93a3-4a32-8481-86877cc894f7 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-2d1ce359-93a3-4a32-8481-86877cc894f7 {
  margin-top: 10px;
margin-bottom: 20px;
}
}

  #s-2d1ce359-93a3-4a32-8481-86877cc894f7-root {
    text-align: center;
  }


#s-2d1ce359-93a3-4a32-8481-86877cc894f7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d1ce359-93a3-4a32-8481-86877cc894f7-root {
    text-align: center;
  }


#s-2d1ce359-93a3-4a32-8481-86877cc894f7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d1ce359-93a3-4a32-8481-86877cc894f7-root {
    text-align: center;
  }


#s-2d1ce359-93a3-4a32-8481-86877cc894f7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d1ce359-93a3-4a32-8481-86877cc894f7-root {
    text-align: center;
  }


#s-2d1ce359-93a3-4a32-8481-86877cc894f7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d1ce359-93a3-4a32-8481-86877cc894f7-root {
    text-align: center;
  }


#s-2d1ce359-93a3-4a32-8481-86877cc894f7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7798cb75-b892-4d9b-9533-a949dd505268 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-7798cb75-b892-4d9b-9533-a949dd505268 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7798cb75-b892-4d9b-9533-a949dd505268 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7798cb75-b892-4d9b-9533-a949dd505268 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-7798cb75-b892-4d9b-9533-a949dd505268 {
  min-height: 300px;
}
}
#s-7798cb75-b892-4d9b-9533-a949dd505268 {
  background-image: url(https://i.shgcdn.com/1eb8b32d-f40e-4b86-b7b6-51df3c514b21/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7798cb75-b892-4d9b-9533-a949dd505268 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7798cb75-b892-4d9b-9533-a949dd505268.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14266204-214b-473a-b59f-82d76327d805 {
  text-align: center;
}
@media (max-width: 767px){#s-14266204-214b-473a-b59f-82d76327d805 {
  margin-left: 35px;
max-width: 240px;
}
}






  #s-14266204-214b-473a-b59f-82d76327d805 img.shogun-image {
    

    
    
    
  }


#s-14266204-214b-473a-b59f-82d76327d805 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-3d600c96-68c3-4259-9da2-493a7a114686 {
  margin-top: 10px;
margin-left: 35px;
margin-right: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 260px;
}
}
#s-497583ce-99b1-443a-b38b-8045d0269573 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-497583ce-99b1-443a-b38b-8045d0269573:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-497583ce-99b1-443a-b38b-8045d0269573:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-497583ce-99b1-443a-b38b-8045d0269573 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-497583ce-99b1-443a-b38b-8045d0269573 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-497583ce-99b1-443a-b38b-8045d0269573 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-497583ce-99b1-443a-b38b-8045d0269573 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-497583ce-99b1-443a-b38b-8045d0269573-root {
    text-align: left;
  }


#s-497583ce-99b1-443a-b38b-8045d0269573.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-497583ce-99b1-443a-b38b-8045d0269573-root {
    text-align: left;
  }


#s-497583ce-99b1-443a-b38b-8045d0269573.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-497583ce-99b1-443a-b38b-8045d0269573-root {
    text-align: left;
  }


#s-497583ce-99b1-443a-b38b-8045d0269573.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-497583ce-99b1-443a-b38b-8045d0269573-root {
    text-align: left;
  }


#s-497583ce-99b1-443a-b38b-8045d0269573.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-497583ce-99b1-443a-b38b-8045d0269573-root {
    text-align: left;
  }


#s-497583ce-99b1-443a-b38b-8045d0269573.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d0c8bff2-1a0b-401a-a904-90ab3cdb23f8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-d0c8bff2-1a0b-401a-a904-90ab3cdb23f8 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0c8bff2-1a0b-401a-a904-90ab3cdb23f8 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0c8bff2-1a0b-401a-a904-90ab3cdb23f8 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-d0c8bff2-1a0b-401a-a904-90ab3cdb23f8 {
  min-height: 300px;
}
}
#s-d0c8bff2-1a0b-401a-a904-90ab3cdb23f8 {
  background-image: url(https://i.shgcdn.com/51d60096-ab0a-4a79-86e6-ccd14099beca/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d0c8bff2-1a0b-401a-a904-90ab3cdb23f8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d0c8bff2-1a0b-401a-a904-90ab3cdb23f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bb0604a-f383-4111-8364-3c7e5124c9dd {
  text-align: center;
}
@media (max-width: 767px){#s-5bb0604a-f383-4111-8364-3c7e5124c9dd {
  margin-left: 35px;
max-width: 210px;
}
}






  #s-5bb0604a-f383-4111-8364-3c7e5124c9dd img.shogun-image {
    

    
    
    
  }


#s-5bb0604a-f383-4111-8364-3c7e5124c9dd .shogun-image-content {
  
    align-items: center;
  
}

#s-03848e67-81fc-46ed-b4f5-3b7e11d1cc8d {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-03848e67-81fc-46ed-b4f5-3b7e11d1cc8d {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03848e67-81fc-46ed-b4f5-3b7e11d1cc8d {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-03848e67-81fc-46ed-b4f5-3b7e11d1cc8d {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-03848e67-81fc-46ed-b4f5-3b7e11d1cc8d {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 225px;
}
}
#s-03848e67-81fc-46ed-b4f5-3b7e11d1cc8d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-9770baad-b9c6-44e7-adb1-745d5e8d32bb {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9770baad-b9c6-44e7-adb1-745d5e8d32bb:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9770baad-b9c6-44e7-adb1-745d5e8d32bb:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9770baad-b9c6-44e7-adb1-745d5e8d32bb {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9770baad-b9c6-44e7-adb1-745d5e8d32bb {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9770baad-b9c6-44e7-adb1-745d5e8d32bb {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-9770baad-b9c6-44e7-adb1-745d5e8d32bb {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-9770baad-b9c6-44e7-adb1-745d5e8d32bb-root {
    text-align: left;
  }


#s-9770baad-b9c6-44e7-adb1-745d5e8d32bb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9770baad-b9c6-44e7-adb1-745d5e8d32bb-root {
    text-align: left;
  }


#s-9770baad-b9c6-44e7-adb1-745d5e8d32bb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9770baad-b9c6-44e7-adb1-745d5e8d32bb-root {
    text-align: left;
  }


#s-9770baad-b9c6-44e7-adb1-745d5e8d32bb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9770baad-b9c6-44e7-adb1-745d5e8d32bb-root {
    text-align: left;
  }


#s-9770baad-b9c6-44e7-adb1-745d5e8d32bb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9770baad-b9c6-44e7-adb1-745d5e8d32bb-root {
    text-align: left;
  }


#s-9770baad-b9c6-44e7-adb1-745d5e8d32bb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-913fa61f-8d4b-4015-bb88-a43bbf5edef5 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-913fa61f-8d4b-4015-bb88-a43bbf5edef5 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-913fa61f-8d4b-4015-bb88-a43bbf5edef5 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-913fa61f-8d4b-4015-bb88-a43bbf5edef5 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-913fa61f-8d4b-4015-bb88-a43bbf5edef5 {
  min-height: 300px;
}
}
#s-913fa61f-8d4b-4015-bb88-a43bbf5edef5 {
  background-image: url(https://i.shgcdn.com/aa47dd47-f859-451c-965e-02cfb2f2f267/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-913fa61f-8d4b-4015-bb88-a43bbf5edef5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-913fa61f-8d4b-4015-bb88-a43bbf5edef5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ed415d0-1baf-44f4-8411-812b0d27ea7b {
  text-align: left;
}
@media (max-width: 767px){#s-2ed415d0-1baf-44f4-8411-812b0d27ea7b {
  margin-left: 35px;
margin-bottom: 20px;
max-width: 125px;
}
}






  img.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shogun-image {
    
    
  }


.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b .shogun-image-content {
  
    align-items: center;
  
}

.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shg-align-container {
  text-align: left
}

.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shogun-image {
    
    
  }


.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b .shogun-image-content {
  
    align-items: center;
  
}

.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shg-align-container {
  text-align: left
}

.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shogun-image {
    
    
  }


.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b .shogun-image-content {
  
    align-items: center;
  
}

.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shg-align-container {
  text-align: left
}

.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shogun-image {
    
    
  }


.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b .shogun-image-content {
  
    align-items: center;
  
}

.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shg-align-container {
  text-align: left
}

.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shogun-image {
    
    
  }


.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b .shogun-image-content {
  
    align-items: center;
  
}

.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shg-align-container {
  text-align: left
}

.s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ed415d0-1baf-44f4-8411-812b0d27ea7b.shogun-image {
  box-sizing: border-box;
}


}
#s-7297f12a-4923-4d12-9804-a3b15745255c {
  text-align: center;
}
@media (max-width: 767px){#s-7297f12a-4923-4d12-9804-a3b15745255c {
  margin-left: 35px;
max-width: 200px;
}
}






  #s-7297f12a-4923-4d12-9804-a3b15745255c img.shogun-image {
    

    
    
    
  }


#s-7297f12a-4923-4d12-9804-a3b15745255c .shogun-image-content {
  
    align-items: center;
  
}

#s-0e6b71db-a89b-4c51-b5d1-55d407c4b341 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-0e6b71db-a89b-4c51-b5d1-55d407c4b341 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e6b71db-a89b-4c51-b5d1-55d407c4b341 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e6b71db-a89b-4c51-b5d1-55d407c4b341 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-0e6b71db-a89b-4c51-b5d1-55d407c4b341 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 250px;
}
}
#s-0e6b71db-a89b-4c51-b5d1-55d407c4b341 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-466cbc69-ebc2-43ff-82ff-38967fea128a {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-466cbc69-ebc2-43ff-82ff-38967fea128a:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-466cbc69-ebc2-43ff-82ff-38967fea128a:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-466cbc69-ebc2-43ff-82ff-38967fea128a {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-466cbc69-ebc2-43ff-82ff-38967fea128a {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-466cbc69-ebc2-43ff-82ff-38967fea128a {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-466cbc69-ebc2-43ff-82ff-38967fea128a {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-466cbc69-ebc2-43ff-82ff-38967fea128a-root {
    text-align: left;
  }


#s-466cbc69-ebc2-43ff-82ff-38967fea128a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-466cbc69-ebc2-43ff-82ff-38967fea128a-root {
    text-align: left;
  }


#s-466cbc69-ebc2-43ff-82ff-38967fea128a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-466cbc69-ebc2-43ff-82ff-38967fea128a-root {
    text-align: left;
  }


#s-466cbc69-ebc2-43ff-82ff-38967fea128a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-466cbc69-ebc2-43ff-82ff-38967fea128a-root {
    text-align: left;
  }


#s-466cbc69-ebc2-43ff-82ff-38967fea128a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-466cbc69-ebc2-43ff-82ff-38967fea128a-root {
    text-align: left;
  }


#s-466cbc69-ebc2-43ff-82ff-38967fea128a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc376a76-aa85-40d2-97c6-b00380cad1a1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-cc376a76-aa85-40d2-97c6-b00380cad1a1 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc376a76-aa85-40d2-97c6-b00380cad1a1 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc376a76-aa85-40d2-97c6-b00380cad1a1 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-cc376a76-aa85-40d2-97c6-b00380cad1a1 {
  min-height: 300px;
}
}
#s-cc376a76-aa85-40d2-97c6-b00380cad1a1 {
  background-image: url(https://i.shgcdn.com/8b632e1d-b4b1-4eab-897d-91a5c7f98439/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-cc376a76-aa85-40d2-97c6-b00380cad1a1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-cc376a76-aa85-40d2-97c6-b00380cad1a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d8e6411-6798-4c4e-8480-2b7a61f56e15 {
  text-align: center;
}
@media (max-width: 767px){#s-9d8e6411-6798-4c4e-8480-2b7a61f56e15 {
  margin-left: 35px;
max-width: 210px;
}
}






  #s-9d8e6411-6798-4c4e-8480-2b7a61f56e15 img.shogun-image {
    

    
    
    
  }


#s-9d8e6411-6798-4c4e-8480-2b7a61f56e15 .shogun-image-content {
  
    align-items: center;
  
}

#s-964a5a07-6b6a-452a-8107-b2c0e95f142d {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-964a5a07-6b6a-452a-8107-b2c0e95f142d {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-964a5a07-6b6a-452a-8107-b2c0e95f142d {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-964a5a07-6b6a-452a-8107-b2c0e95f142d {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-964a5a07-6b6a-452a-8107-b2c0e95f142d {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 200px;
}
}
#s-964a5a07-6b6a-452a-8107-b2c0e95f142d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-ac3214a9-e24c-416a-b3fa-86071e128174 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ac3214a9-e24c-416a-b3fa-86071e128174:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ac3214a9-e24c-416a-b3fa-86071e128174:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ac3214a9-e24c-416a-b3fa-86071e128174 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac3214a9-e24c-416a-b3fa-86071e128174 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac3214a9-e24c-416a-b3fa-86071e128174 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-ac3214a9-e24c-416a-b3fa-86071e128174 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-ac3214a9-e24c-416a-b3fa-86071e128174-root {
    text-align: left;
  }


#s-ac3214a9-e24c-416a-b3fa-86071e128174.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac3214a9-e24c-416a-b3fa-86071e128174-root {
    text-align: left;
  }


#s-ac3214a9-e24c-416a-b3fa-86071e128174.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac3214a9-e24c-416a-b3fa-86071e128174-root {
    text-align: left;
  }


#s-ac3214a9-e24c-416a-b3fa-86071e128174.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac3214a9-e24c-416a-b3fa-86071e128174-root {
    text-align: left;
  }


#s-ac3214a9-e24c-416a-b3fa-86071e128174.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac3214a9-e24c-416a-b3fa-86071e128174-root {
    text-align: left;
  }


#s-ac3214a9-e24c-416a-b3fa-86071e128174.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d7a0d841-78d6-4346-a3f7-dd72ef4d3afa {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-d7a0d841-78d6-4346-a3f7-dd72ef4d3afa {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7a0d841-78d6-4346-a3f7-dd72ef4d3afa {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7a0d841-78d6-4346-a3f7-dd72ef4d3afa {
  min-height: 400px;
}
}@media (max-width: 767px){#s-d7a0d841-78d6-4346-a3f7-dd72ef4d3afa {
  min-height: 300px;
}
}
#s-d7a0d841-78d6-4346-a3f7-dd72ef4d3afa {
  background-image: url(https://i.shgcdn.com/f5ce0a30-7408-421a-b929-d41d9f355873/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d7a0d841-78d6-4346-a3f7-dd72ef4d3afa > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d7a0d841-78d6-4346-a3f7-dd72ef4d3afa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-296f47a1-af6b-4574-a45d-48c995061e40 {
  text-align: center;
}
@media (max-width: 767px){#s-296f47a1-af6b-4574-a45d-48c995061e40 {
  margin-left: 35px;
max-width: 40%;
}
}






  #s-296f47a1-af6b-4574-a45d-48c995061e40 img.shogun-image {
    

    
    
    
  }


#s-296f47a1-af6b-4574-a45d-48c995061e40 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8b298fa-24f7-4e7d-8285-cd782144f5a6 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 225px;
text-align: left;
}
@media (min-width: 1200px){#s-a8b298fa-24f7-4e7d-8285-cd782144f5a6 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8b298fa-24f7-4e7d-8285-cd782144f5a6 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8b298fa-24f7-4e7d-8285-cd782144f5a6 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-a8b298fa-24f7-4e7d-8285-cd782144f5a6 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-a8b298fa-24f7-4e7d-8285-cd782144f5a6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-3a86bb58-843a-4f74-9468-5631b5623cd4 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3a86bb58-843a-4f74-9468-5631b5623cd4:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3a86bb58-843a-4f74-9468-5631b5623cd4:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3a86bb58-843a-4f74-9468-5631b5623cd4 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a86bb58-843a-4f74-9468-5631b5623cd4 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a86bb58-843a-4f74-9468-5631b5623cd4 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-3a86bb58-843a-4f74-9468-5631b5623cd4 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-3a86bb58-843a-4f74-9468-5631b5623cd4-root {
    text-align: left;
  }


#s-3a86bb58-843a-4f74-9468-5631b5623cd4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3a86bb58-843a-4f74-9468-5631b5623cd4-root {
    text-align: left;
  }


#s-3a86bb58-843a-4f74-9468-5631b5623cd4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a86bb58-843a-4f74-9468-5631b5623cd4-root {
    text-align: left;
  }


#s-3a86bb58-843a-4f74-9468-5631b5623cd4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a86bb58-843a-4f74-9468-5631b5623cd4-root {
    text-align: left;
  }


#s-3a86bb58-843a-4f74-9468-5631b5623cd4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3a86bb58-843a-4f74-9468-5631b5623cd4-root {
    text-align: left;
  }


#s-3a86bb58-843a-4f74-9468-5631b5623cd4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-12b869dd-56e2-43a7-96de-ece7afbfebe1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-12b869dd-56e2-43a7-96de-ece7afbfebe1 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12b869dd-56e2-43a7-96de-ece7afbfebe1 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-12b869dd-56e2-43a7-96de-ece7afbfebe1 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-12b869dd-56e2-43a7-96de-ece7afbfebe1 {
  min-height: 300px;
}
}
#s-12b869dd-56e2-43a7-96de-ece7afbfebe1 {
  background-image: url(https://i.shgcdn.com/8b632e1d-b4b1-4eab-897d-91a5c7f98439/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-12b869dd-56e2-43a7-96de-ece7afbfebe1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-12b869dd-56e2-43a7-96de-ece7afbfebe1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5e02567-0b08-4289-888c-1be885f3006a {
  text-align: center;
}
@media (max-width: 767px){#s-e5e02567-0b08-4289-888c-1be885f3006a {
  margin-left: 35px;
max-width: 210px;
}
}






  #s-e5e02567-0b08-4289-888c-1be885f3006a img.shogun-image {
    

    
    
    
  }


#s-e5e02567-0b08-4289-888c-1be885f3006a .shogun-image-content {
  
    align-items: center;
  
}

#s-9816512e-4e7a-4e66-82ac-b6d2757d6556 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-9816512e-4e7a-4e66-82ac-b6d2757d6556 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9816512e-4e7a-4e66-82ac-b6d2757d6556 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9816512e-4e7a-4e66-82ac-b6d2757d6556 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-9816512e-4e7a-4e66-82ac-b6d2757d6556 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 200px;
}
}
#s-9816512e-4e7a-4e66-82ac-b6d2757d6556 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-a952b429-b846-489b-b4c3-ea2d60fe4cea {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a952b429-b846-489b-b4c3-ea2d60fe4cea:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a952b429-b846-489b-b4c3-ea2d60fe4cea:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a952b429-b846-489b-b4c3-ea2d60fe4cea {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a952b429-b846-489b-b4c3-ea2d60fe4cea {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a952b429-b846-489b-b4c3-ea2d60fe4cea {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-a952b429-b846-489b-b4c3-ea2d60fe4cea {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-a952b429-b846-489b-b4c3-ea2d60fe4cea-root {
    text-align: left;
  }


#s-a952b429-b846-489b-b4c3-ea2d60fe4cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a952b429-b846-489b-b4c3-ea2d60fe4cea-root {
    text-align: left;
  }


#s-a952b429-b846-489b-b4c3-ea2d60fe4cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a952b429-b846-489b-b4c3-ea2d60fe4cea-root {
    text-align: left;
  }


#s-a952b429-b846-489b-b4c3-ea2d60fe4cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a952b429-b846-489b-b4c3-ea2d60fe4cea-root {
    text-align: left;
  }


#s-a952b429-b846-489b-b4c3-ea2d60fe4cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a952b429-b846-489b-b4c3-ea2d60fe4cea-root {
    text-align: left;
  }


#s-a952b429-b846-489b-b4c3-ea2d60fe4cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-24f6b335-b6f0-48a8-b189-da4220e1445c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-24f6b335-b6f0-48a8-b189-da4220e1445c {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24f6b335-b6f0-48a8-b189-da4220e1445c {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-24f6b335-b6f0-48a8-b189-da4220e1445c {
  min-height: 400px;
}
}@media (max-width: 767px){#s-24f6b335-b6f0-48a8-b189-da4220e1445c {
  min-height: 300px;
}
}
#s-24f6b335-b6f0-48a8-b189-da4220e1445c {
  background-image: url(https://i.shgcdn.com/93f035ed-cb56-4b92-b95a-4c497ecc1357/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-24f6b335-b6f0-48a8-b189-da4220e1445c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-24f6b335-b6f0-48a8-b189-da4220e1445c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd00acd0-298f-4836-80aa-1a9c14ebcd04 {
  text-align: center;
}
@media (max-width: 767px){#s-dd00acd0-298f-4836-80aa-1a9c14ebcd04 {
  margin-left: 35px;
max-width: 265px;
}
}






  #s-dd00acd0-298f-4836-80aa-1a9c14ebcd04 img.shogun-image {
    

    
    
    
  }


#s-dd00acd0-298f-4836-80aa-1a9c14ebcd04 .shogun-image-content {
  
    align-items: center;
  
}

#s-56ce2053-dba3-4705-bb14-928470be1a05 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-56ce2053-dba3-4705-bb14-928470be1a05 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56ce2053-dba3-4705-bb14-928470be1a05 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-56ce2053-dba3-4705-bb14-928470be1a05 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-56ce2053-dba3-4705-bb14-928470be1a05 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 300px;
}
}
#s-56ce2053-dba3-4705-bb14-928470be1a05 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f-root {
    text-align: left;
  }


#s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f-root {
    text-align: left;
  }


#s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f-root {
    text-align: left;
  }


#s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f-root {
    text-align: left;
  }


#s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f-root {
    text-align: left;
  }


#s-dbe48ec1-da6c-4d15-9b56-ce9c06e74b6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f0a959b4-3064-40b9-b46b-f7d832dc7d17 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-f0a959b4-3064-40b9-b46b-f7d832dc7d17 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0a959b4-3064-40b9-b46b-f7d832dc7d17 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0a959b4-3064-40b9-b46b-f7d832dc7d17 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-f0a959b4-3064-40b9-b46b-f7d832dc7d17 {
  min-height: 300px;
}
}
#s-f0a959b4-3064-40b9-b46b-f7d832dc7d17 {
  background-image: url(https://i.shgcdn.com/25651fc5-186a-4c1c-b21b-8ce67e8fc588/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f0a959b4-3064-40b9-b46b-f7d832dc7d17 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f0a959b4-3064-40b9-b46b-f7d832dc7d17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-146539c4-21d1-4cc5-8f49-41ea477d911c {
  text-align: center;
}
@media (max-width: 767px){#s-146539c4-21d1-4cc5-8f49-41ea477d911c {
  margin-left: 35px;
max-width: 205px;
}
}






  #s-146539c4-21d1-4cc5-8f49-41ea477d911c img.shogun-image {
    

    
    
    
  }


#s-146539c4-21d1-4cc5-8f49-41ea477d911c .shogun-image-content {
  
    align-items: center;
  
}

#s-11235465-fbee-44ec-815f-b3ebc82fde1e {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-11235465-fbee-44ec-815f-b3ebc82fde1e {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11235465-fbee-44ec-815f-b3ebc82fde1e {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-11235465-fbee-44ec-815f-b3ebc82fde1e {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-11235465-fbee-44ec-815f-b3ebc82fde1e {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 225px;
}
}
#s-11235465-fbee-44ec-815f-b3ebc82fde1e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-f71bc412-9d09-4c5e-ab4f-379244966804 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f71bc412-9d09-4c5e-ab4f-379244966804:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f71bc412-9d09-4c5e-ab4f-379244966804:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f71bc412-9d09-4c5e-ab4f-379244966804 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f71bc412-9d09-4c5e-ab4f-379244966804 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f71bc412-9d09-4c5e-ab4f-379244966804 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-f71bc412-9d09-4c5e-ab4f-379244966804 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-f71bc412-9d09-4c5e-ab4f-379244966804-root {
    text-align: left;
  }


#s-f71bc412-9d09-4c5e-ab4f-379244966804.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f71bc412-9d09-4c5e-ab4f-379244966804-root {
    text-align: left;
  }


#s-f71bc412-9d09-4c5e-ab4f-379244966804.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f71bc412-9d09-4c5e-ab4f-379244966804-root {
    text-align: left;
  }


#s-f71bc412-9d09-4c5e-ab4f-379244966804.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f71bc412-9d09-4c5e-ab4f-379244966804-root {
    text-align: left;
  }


#s-f71bc412-9d09-4c5e-ab4f-379244966804.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f71bc412-9d09-4c5e-ab4f-379244966804-root {
    text-align: left;
  }


#s-f71bc412-9d09-4c5e-ab4f-379244966804.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-704aaa4c-f1a7-44b8-9629-8ed568404cdd {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-704aaa4c-f1a7-44b8-9629-8ed568404cdd {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-704aaa4c-f1a7-44b8-9629-8ed568404cdd {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-704aaa4c-f1a7-44b8-9629-8ed568404cdd {
  min-height: 400px;
}
}@media (max-width: 767px){#s-704aaa4c-f1a7-44b8-9629-8ed568404cdd {
  min-height: 300px;
}
}
#s-704aaa4c-f1a7-44b8-9629-8ed568404cdd {
  background-image: url(https://i.shgcdn.com/e2c2db94-dd7b-4236-a4da-ef44f7cef857/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-704aaa4c-f1a7-44b8-9629-8ed568404cdd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-704aaa4c-f1a7-44b8-9629-8ed568404cdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a51e16e-43ec-42a0-925b-abedac89d94f {
  text-align: center;
}
@media (max-width: 767px){#s-0a51e16e-43ec-42a0-925b-abedac89d94f {
  margin-left: 35px;
max-width: 205px;
}
}






  #s-0a51e16e-43ec-42a0-925b-abedac89d94f img.shogun-image {
    

    
    
    
  }


#s-0a51e16e-43ec-42a0-925b-abedac89d94f .shogun-image-content {
  
    align-items: center;
  
}

#s-84457a74-7f16-42c1-bb6f-5b1a06c40ce9 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-84457a74-7f16-42c1-bb6f-5b1a06c40ce9 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84457a74-7f16-42c1-bb6f-5b1a06c40ce9 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-84457a74-7f16-42c1-bb6f-5b1a06c40ce9 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-84457a74-7f16-42c1-bb6f-5b1a06c40ce9 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 225px;
}
}
#s-84457a74-7f16-42c1-bb6f-5b1a06c40ce9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-b9314982-ec3f-4142-8705-87bd54f61437 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b9314982-ec3f-4142-8705-87bd54f61437:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b9314982-ec3f-4142-8705-87bd54f61437:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b9314982-ec3f-4142-8705-87bd54f61437 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b9314982-ec3f-4142-8705-87bd54f61437 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b9314982-ec3f-4142-8705-87bd54f61437 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b9314982-ec3f-4142-8705-87bd54f61437 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-b9314982-ec3f-4142-8705-87bd54f61437-root {
    text-align: left;
  }


#s-b9314982-ec3f-4142-8705-87bd54f61437.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9314982-ec3f-4142-8705-87bd54f61437-root {
    text-align: left;
  }


#s-b9314982-ec3f-4142-8705-87bd54f61437.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9314982-ec3f-4142-8705-87bd54f61437-root {
    text-align: left;
  }


#s-b9314982-ec3f-4142-8705-87bd54f61437.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9314982-ec3f-4142-8705-87bd54f61437-root {
    text-align: left;
  }


#s-b9314982-ec3f-4142-8705-87bd54f61437.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9314982-ec3f-4142-8705-87bd54f61437-root {
    text-align: left;
  }


#s-b9314982-ec3f-4142-8705-87bd54f61437.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-56494d0b-656c-4cc4-a748-eed7438963d7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-56494d0b-656c-4cc4-a748-eed7438963d7 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56494d0b-656c-4cc4-a748-eed7438963d7 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-56494d0b-656c-4cc4-a748-eed7438963d7 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-56494d0b-656c-4cc4-a748-eed7438963d7 {
  min-height: 300px;
}
}
#s-56494d0b-656c-4cc4-a748-eed7438963d7 {
  background-image: url(https://i.shgcdn.com/016804e5-ddab-48c8-9e0c-26f6bab8abc8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-56494d0b-656c-4cc4-a748-eed7438963d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56494d0b-656c-4cc4-a748-eed7438963d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c58a2280-eb15-4807-bbcf-f85dc53e87a5 {
  margin-left: 35px;
margin-bottom: 15px;
margin-right: 0px;
max-width: 125px;
text-align: left;
}







  img.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shogun-image {
    
    
  }


.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shg-align-container {
  text-align: left
}

.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shogun-image {
    
    
  }


.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shg-align-container {
  text-align: left
}

.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shogun-image {
    
    
  }


.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shg-align-container {
  text-align: left
}

.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shogun-image {
    
    
  }


.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shg-align-container {
  text-align: left
}

.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shogun-image {
    
    
  }


.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shg-align-container {
  text-align: left
}

.s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c58a2280-eb15-4807-bbcf-f85dc53e87a5.shogun-image {
  box-sizing: border-box;
}


}
#s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3 {
  text-align: left;
}
@media (max-width: 767px){#s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3 {
  margin-left: 35px;
margin-bottom: 10px;
max-width: 200px;
}
}






  img.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shogun-image {
    
    
  }


.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shg-align-container {
  text-align: left
}

.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shogun-image {
    
    
  }


.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shg-align-container {
  text-align: left
}

.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shogun-image {
    
    
  }


.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shg-align-container {
  text-align: left
}

.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shogun-image {
    
    
  }


.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shg-align-container {
  text-align: left
}

.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shogun-image {
    
    
  }


.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shg-align-container {
  text-align: left
}

.s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6edc7b7f-d0ad-4a62-bd5b-ba1bd5dc8ed3.shogun-image {
  box-sizing: border-box;
}


}
#s-17a1494e-78af-4665-8d01-7a418e87eddd {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-17a1494e-78af-4665-8d01-7a418e87eddd {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17a1494e-78af-4665-8d01-7a418e87eddd {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-17a1494e-78af-4665-8d01-7a418e87eddd {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-17a1494e-78af-4665-8d01-7a418e87eddd {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 250px;
}
}
#s-17a1494e-78af-4665-8d01-7a418e87eddd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-228a4ec0-7688-4573-aaf1-909297a7ce6f {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-228a4ec0-7688-4573-aaf1-909297a7ce6f:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-228a4ec0-7688-4573-aaf1-909297a7ce6f:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-228a4ec0-7688-4573-aaf1-909297a7ce6f {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-228a4ec0-7688-4573-aaf1-909297a7ce6f {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-228a4ec0-7688-4573-aaf1-909297a7ce6f {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-228a4ec0-7688-4573-aaf1-909297a7ce6f {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-228a4ec0-7688-4573-aaf1-909297a7ce6f-root {
    text-align: left;
  }


#s-228a4ec0-7688-4573-aaf1-909297a7ce6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-228a4ec0-7688-4573-aaf1-909297a7ce6f-root {
    text-align: left;
  }


#s-228a4ec0-7688-4573-aaf1-909297a7ce6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-228a4ec0-7688-4573-aaf1-909297a7ce6f-root {
    text-align: left;
  }


#s-228a4ec0-7688-4573-aaf1-909297a7ce6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-228a4ec0-7688-4573-aaf1-909297a7ce6f-root {
    text-align: left;
  }


#s-228a4ec0-7688-4573-aaf1-909297a7ce6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-228a4ec0-7688-4573-aaf1-909297a7ce6f-root {
    text-align: left;
  }


#s-228a4ec0-7688-4573-aaf1-909297a7ce6f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-09e39566-7946-420a-a23f-44b04e131a0f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-09e39566-7946-420a-a23f-44b04e131a0f {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09e39566-7946-420a-a23f-44b04e131a0f {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-09e39566-7946-420a-a23f-44b04e131a0f {
  min-height: 400px;
}
}@media (max-width: 767px){#s-09e39566-7946-420a-a23f-44b04e131a0f {
  min-height: 300px;
}
}
#s-09e39566-7946-420a-a23f-44b04e131a0f {
  background-image: url(https://i.shgcdn.com/c5576508-51bc-4635-a823-5217724231d6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-09e39566-7946-420a-a23f-44b04e131a0f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-09e39566-7946-420a-a23f-44b04e131a0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71b69373-2ab8-4f81-8b31-76640e42f8e1 {
  margin-left: 35px;
margin-bottom: 15px;
max-width: 150px;
text-align: left;
}
@media (max-width: 767px){#s-71b69373-2ab8-4f81-8b31-76640e42f8e1 {
  max-width: 125px;
}
}






  img.s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shogun-image {
    
    
  }


.s-71b69373-2ab8-4f81-8b31-76640e42f8e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shg-align-container {
  text-align: left
}

.s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shogun-image {
    
    
  }


.s-71b69373-2ab8-4f81-8b31-76640e42f8e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shg-align-container {
  text-align: left
}

.s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shogun-image {
    
    
  }


.s-71b69373-2ab8-4f81-8b31-76640e42f8e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shg-align-container {
  text-align: left
}

.s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shogun-image {
    
    
  }


.s-71b69373-2ab8-4f81-8b31-76640e42f8e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shg-align-container {
  text-align: left
}

.s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shogun-image {
    
    
  }


.s-71b69373-2ab8-4f81-8b31-76640e42f8e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shg-align-container {
  text-align: left
}

.s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71b69373-2ab8-4f81-8b31-76640e42f8e1.shogun-image {
  box-sizing: border-box;
}


}
#s-ee717966-44ce-4376-9e71-18e270b1dfe5 {
  margin-left: 35px;
margin-bottom: 15px;
max-width: 45%;
text-align: left;
}
@media (max-width: 767px){#s-ee717966-44ce-4376-9e71-18e270b1dfe5 {
  max-width: 175px;
}
}






  img.s-ee717966-44ce-4376-9e71-18e270b1dfe5.shogun-image {
    
    
  }


.s-ee717966-44ce-4376-9e71-18e270b1dfe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee717966-44ce-4376-9e71-18e270b1dfe5.shg-align-container {
  text-align: left
}

.s-ee717966-44ce-4376-9e71-18e270b1dfe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee717966-44ce-4376-9e71-18e270b1dfe5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ee717966-44ce-4376-9e71-18e270b1dfe5.shogun-image {
    
    
  }


.s-ee717966-44ce-4376-9e71-18e270b1dfe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee717966-44ce-4376-9e71-18e270b1dfe5.shg-align-container {
  text-align: left
}

.s-ee717966-44ce-4376-9e71-18e270b1dfe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee717966-44ce-4376-9e71-18e270b1dfe5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ee717966-44ce-4376-9e71-18e270b1dfe5.shogun-image {
    
    
  }


.s-ee717966-44ce-4376-9e71-18e270b1dfe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee717966-44ce-4376-9e71-18e270b1dfe5.shg-align-container {
  text-align: left
}

.s-ee717966-44ce-4376-9e71-18e270b1dfe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee717966-44ce-4376-9e71-18e270b1dfe5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ee717966-44ce-4376-9e71-18e270b1dfe5.shogun-image {
    
    
  }


.s-ee717966-44ce-4376-9e71-18e270b1dfe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee717966-44ce-4376-9e71-18e270b1dfe5.shg-align-container {
  text-align: left
}

.s-ee717966-44ce-4376-9e71-18e270b1dfe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee717966-44ce-4376-9e71-18e270b1dfe5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ee717966-44ce-4376-9e71-18e270b1dfe5.shogun-image {
    
    
  }


.s-ee717966-44ce-4376-9e71-18e270b1dfe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ee717966-44ce-4376-9e71-18e270b1dfe5.shg-align-container {
  text-align: left
}

.s-ee717966-44ce-4376-9e71-18e270b1dfe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee717966-44ce-4376-9e71-18e270b1dfe5.shogun-image {
  box-sizing: border-box;
}


}
#s-b6636a72-2888-4b21-9d86-6c6e3c91f994 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-b6636a72-2888-4b21-9d86-6c6e3c91f994 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6636a72-2888-4b21-9d86-6c6e3c91f994 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6636a72-2888-4b21-9d86-6c6e3c91f994 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-b6636a72-2888-4b21-9d86-6c6e3c91f994 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 300px;
}
}
#s-b6636a72-2888-4b21-9d86-6c6e3c91f994 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95-root {
    text-align: left;
  }


#s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95-root {
    text-align: left;
  }


#s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95-root {
    text-align: left;
  }


#s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95-root {
    text-align: left;
  }


#s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95-root {
    text-align: left;
  }


#s-16d5f85e-7a87-4ed6-9b93-9b95e27dbc95.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1c7deb50-5898-4bf2-ada5-8fbaedda5902 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-1c7deb50-5898-4bf2-ada5-8fbaedda5902 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c7deb50-5898-4bf2-ada5-8fbaedda5902 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c7deb50-5898-4bf2-ada5-8fbaedda5902 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-1c7deb50-5898-4bf2-ada5-8fbaedda5902 {
  min-height: 300px;
}
}
#s-1c7deb50-5898-4bf2-ada5-8fbaedda5902 {
  background-image: url(https://i.shgcdn.com/9d6298fd-27f9-46d8-b681-0f5f4a5b4aaf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1c7deb50-5898-4bf2-ada5-8fbaedda5902 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c7deb50-5898-4bf2-ada5-8fbaedda5902.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9aecac14-8256-4f1e-8c0f-a6947206c264 {
  text-align: left;
}
@media (max-width: 767px){#s-9aecac14-8256-4f1e-8c0f-a6947206c264 {
  margin-left: 35px;
margin-bottom: 15px;
max-width: 70px;
}
}






  img.s-9aecac14-8256-4f1e-8c0f-a6947206c264.shogun-image {
    
    
  }


.s-9aecac14-8256-4f1e-8c0f-a6947206c264 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aecac14-8256-4f1e-8c0f-a6947206c264.shg-align-container {
  text-align: left
}

.s-9aecac14-8256-4f1e-8c0f-a6947206c264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aecac14-8256-4f1e-8c0f-a6947206c264.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9aecac14-8256-4f1e-8c0f-a6947206c264.shogun-image {
    
    
  }


.s-9aecac14-8256-4f1e-8c0f-a6947206c264 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aecac14-8256-4f1e-8c0f-a6947206c264.shg-align-container {
  text-align: left
}

.s-9aecac14-8256-4f1e-8c0f-a6947206c264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aecac14-8256-4f1e-8c0f-a6947206c264.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9aecac14-8256-4f1e-8c0f-a6947206c264.shogun-image {
    
    
  }


.s-9aecac14-8256-4f1e-8c0f-a6947206c264 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aecac14-8256-4f1e-8c0f-a6947206c264.shg-align-container {
  text-align: left
}

.s-9aecac14-8256-4f1e-8c0f-a6947206c264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aecac14-8256-4f1e-8c0f-a6947206c264.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9aecac14-8256-4f1e-8c0f-a6947206c264.shogun-image {
    
    
  }


.s-9aecac14-8256-4f1e-8c0f-a6947206c264 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aecac14-8256-4f1e-8c0f-a6947206c264.shg-align-container {
  text-align: left
}

.s-9aecac14-8256-4f1e-8c0f-a6947206c264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aecac14-8256-4f1e-8c0f-a6947206c264.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9aecac14-8256-4f1e-8c0f-a6947206c264.shogun-image {
    
    
  }


.s-9aecac14-8256-4f1e-8c0f-a6947206c264 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aecac14-8256-4f1e-8c0f-a6947206c264.shg-align-container {
  text-align: left
}

.s-9aecac14-8256-4f1e-8c0f-a6947206c264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aecac14-8256-4f1e-8c0f-a6947206c264.shogun-image {
  box-sizing: border-box;
}


}
#s-28555962-9b37-4b45-898d-7124ba5ca02b {
  text-align: left;
}
@media (max-width: 767px){#s-28555962-9b37-4b45-898d-7124ba5ca02b {
  margin-left: 35px;
margin-bottom: 15px;
max-width: 175px;
}
}






  img.s-28555962-9b37-4b45-898d-7124ba5ca02b.shogun-image {
    
    
  }


.s-28555962-9b37-4b45-898d-7124ba5ca02b .shogun-image-content {
  
    align-items: center;
  
}

.s-28555962-9b37-4b45-898d-7124ba5ca02b.shg-align-container {
  text-align: left
}

.s-28555962-9b37-4b45-898d-7124ba5ca02b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28555962-9b37-4b45-898d-7124ba5ca02b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-28555962-9b37-4b45-898d-7124ba5ca02b.shogun-image {
    
    
  }


.s-28555962-9b37-4b45-898d-7124ba5ca02b .shogun-image-content {
  
    align-items: center;
  
}

.s-28555962-9b37-4b45-898d-7124ba5ca02b.shg-align-container {
  text-align: left
}

.s-28555962-9b37-4b45-898d-7124ba5ca02b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28555962-9b37-4b45-898d-7124ba5ca02b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-28555962-9b37-4b45-898d-7124ba5ca02b.shogun-image {
    
    
  }


.s-28555962-9b37-4b45-898d-7124ba5ca02b .shogun-image-content {
  
    align-items: center;
  
}

.s-28555962-9b37-4b45-898d-7124ba5ca02b.shg-align-container {
  text-align: left
}

.s-28555962-9b37-4b45-898d-7124ba5ca02b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28555962-9b37-4b45-898d-7124ba5ca02b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-28555962-9b37-4b45-898d-7124ba5ca02b.shogun-image {
    
    
  }


.s-28555962-9b37-4b45-898d-7124ba5ca02b .shogun-image-content {
  
    align-items: center;
  
}

.s-28555962-9b37-4b45-898d-7124ba5ca02b.shg-align-container {
  text-align: left
}

.s-28555962-9b37-4b45-898d-7124ba5ca02b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28555962-9b37-4b45-898d-7124ba5ca02b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-28555962-9b37-4b45-898d-7124ba5ca02b.shogun-image {
    
    
  }


.s-28555962-9b37-4b45-898d-7124ba5ca02b .shogun-image-content {
  
    align-items: center;
  
}

.s-28555962-9b37-4b45-898d-7124ba5ca02b.shg-align-container {
  text-align: left
}

.s-28555962-9b37-4b45-898d-7124ba5ca02b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28555962-9b37-4b45-898d-7124ba5ca02b.shogun-image {
  box-sizing: border-box;
}


}
#s-f16fa3e1-6d80-4986-805d-4b75137af87f {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-f16fa3e1-6d80-4986-805d-4b75137af87f {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f16fa3e1-6d80-4986-805d-4b75137af87f {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f16fa3e1-6d80-4986-805d-4b75137af87f {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-f16fa3e1-6d80-4986-805d-4b75137af87f {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-f16fa3e1-6d80-4986-805d-4b75137af87f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-4a360b4a-520f-4b6a-a937-75c79af0f807 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4a360b4a-520f-4b6a-a937-75c79af0f807:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4a360b4a-520f-4b6a-a937-75c79af0f807:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4a360b4a-520f-4b6a-a937-75c79af0f807 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a360b4a-520f-4b6a-a937-75c79af0f807 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a360b4a-520f-4b6a-a937-75c79af0f807 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-4a360b4a-520f-4b6a-a937-75c79af0f807 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-4a360b4a-520f-4b6a-a937-75c79af0f807-root {
    text-align: left;
  }


#s-4a360b4a-520f-4b6a-a937-75c79af0f807.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a360b4a-520f-4b6a-a937-75c79af0f807-root {
    text-align: left;
  }


#s-4a360b4a-520f-4b6a-a937-75c79af0f807.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a360b4a-520f-4b6a-a937-75c79af0f807-root {
    text-align: left;
  }


#s-4a360b4a-520f-4b6a-a937-75c79af0f807.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a360b4a-520f-4b6a-a937-75c79af0f807-root {
    text-align: left;
  }


#s-4a360b4a-520f-4b6a-a937-75c79af0f807.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a360b4a-520f-4b6a-a937-75c79af0f807-root {
    text-align: left;
  }


#s-4a360b4a-520f-4b6a-a937-75c79af0f807.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9dc7215a-ac79-423b-b355-2e2c2250463e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-9dc7215a-ac79-423b-b355-2e2c2250463e {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9dc7215a-ac79-423b-b355-2e2c2250463e {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9dc7215a-ac79-423b-b355-2e2c2250463e {
  min-height: 400px;
}
}@media (max-width: 767px){#s-9dc7215a-ac79-423b-b355-2e2c2250463e {
  min-height: 300px;
}
}
#s-9dc7215a-ac79-423b-b355-2e2c2250463e {
  background-image: url(https://i.shgcdn.com/4a809035-66b7-4efa-8bdd-02fb0482b80b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9dc7215a-ac79-423b-b355-2e2c2250463e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dc7215a-ac79-423b-b355-2e2c2250463e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a4a74d4-c402-4cb5-8a91-f5bc15b4809e {
  padding-top: 6px;
padding-bottom: 6px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-9a4a74d4-c402-4cb5-8a91-f5bc15b4809e {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a4a74d4-c402-4cb5-8a91-f5bc15b4809e {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a4a74d4-c402-4cb5-8a91-f5bc15b4809e {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-9a4a74d4-c402-4cb5-8a91-f5bc15b4809e {
  margin-top: 0px;
margin-left: 35px;
max-width: 60%;
}
}
#s-9a4a74d4-c402-4cb5-8a91-f5bc15b4809e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-9a4a74d4-c402-4cb5-8a91-f5bc15b4809e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-9a4a74d4-c402-4cb5-8a91-f5bc15b4809e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-b0ec329f-06fb-4202-89d7-d92d29e9caf9 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-b0ec329f-06fb-4202-89d7-d92d29e9caf9 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0ec329f-06fb-4202-89d7-d92d29e9caf9 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0ec329f-06fb-4202-89d7-d92d29e9caf9 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-b0ec329f-06fb-4202-89d7-d92d29e9caf9 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 50%;
}
}
#s-b0ec329f-06fb-4202-89d7-d92d29e9caf9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-433f46ff-1a17-4adb-912a-b8cdaf2455c6 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-433f46ff-1a17-4adb-912a-b8cdaf2455c6:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-433f46ff-1a17-4adb-912a-b8cdaf2455c6:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-433f46ff-1a17-4adb-912a-b8cdaf2455c6 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-433f46ff-1a17-4adb-912a-b8cdaf2455c6 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-433f46ff-1a17-4adb-912a-b8cdaf2455c6 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-433f46ff-1a17-4adb-912a-b8cdaf2455c6 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-433f46ff-1a17-4adb-912a-b8cdaf2455c6-root {
    text-align: left;
  }


#s-433f46ff-1a17-4adb-912a-b8cdaf2455c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-433f46ff-1a17-4adb-912a-b8cdaf2455c6-root {
    text-align: left;
  }


#s-433f46ff-1a17-4adb-912a-b8cdaf2455c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-433f46ff-1a17-4adb-912a-b8cdaf2455c6-root {
    text-align: left;
  }


#s-433f46ff-1a17-4adb-912a-b8cdaf2455c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-433f46ff-1a17-4adb-912a-b8cdaf2455c6-root {
    text-align: left;
  }


#s-433f46ff-1a17-4adb-912a-b8cdaf2455c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-433f46ff-1a17-4adb-912a-b8cdaf2455c6-root {
    text-align: left;
  }


#s-433f46ff-1a17-4adb-912a-b8cdaf2455c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bb257d69-7269-4faf-9119-4915b20894a3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-bb257d69-7269-4faf-9119-4915b20894a3 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb257d69-7269-4faf-9119-4915b20894a3 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb257d69-7269-4faf-9119-4915b20894a3 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-bb257d69-7269-4faf-9119-4915b20894a3 {
  min-height: 300px;
}
}
#s-bb257d69-7269-4faf-9119-4915b20894a3 {
  background-image: url(https://i.shgcdn.com/9408e74f-bac6-401e-b2de-99904e8864b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bb257d69-7269-4faf-9119-4915b20894a3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-bb257d69-7269-4faf-9119-4915b20894a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40ff967c-fe42-48d6-8846-32b523bbf94a {
  text-align: center;
}
@media (max-width: 767px){#s-40ff967c-fe42-48d6-8846-32b523bbf94a {
  margin-left: 35px;
max-width: 60%;
}
}






  #s-40ff967c-fe42-48d6-8846-32b523bbf94a img.shogun-image {
    

    
    
    
  }


#s-40ff967c-fe42-48d6-8846-32b523bbf94a .shogun-image-content {
  
    align-items: center;
  
}

#s-1277bc87-19fe-476f-8c42-0c2cbcb973c4 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-1277bc87-19fe-476f-8c42-0c2cbcb973c4 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1277bc87-19fe-476f-8c42-0c2cbcb973c4 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1277bc87-19fe-476f-8c42-0c2cbcb973c4 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-1277bc87-19fe-476f-8c42-0c2cbcb973c4 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-1277bc87-19fe-476f-8c42-0c2cbcb973c4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1-root {
    text-align: left;
  }


#s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1-root {
    text-align: left;
  }


#s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1-root {
    text-align: left;
  }


#s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1-root {
    text-align: left;
  }


#s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1-root {
    text-align: left;
  }


#s-4e6d3c25-f781-41a4-a4a5-838f2652f3c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f0c9860c-437a-4f59-b04c-ceb105716999 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-f0c9860c-437a-4f59-b04c-ceb105716999 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0c9860c-437a-4f59-b04c-ceb105716999 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0c9860c-437a-4f59-b04c-ceb105716999 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-f0c9860c-437a-4f59-b04c-ceb105716999 {
  min-height: 300px;
}
}
#s-f0c9860c-437a-4f59-b04c-ceb105716999 {
  background-image: url(https://i.shgcdn.com/92712111-afc7-4f14-bab2-20277e372264/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f0c9860c-437a-4f59-b04c-ceb105716999 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f0c9860c-437a-4f59-b04c-ceb105716999.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8484d62b-7701-4caa-ba18-9840e3db66bc {
  text-align: left;
}
@media (max-width: 767px){#s-8484d62b-7701-4caa-ba18-9840e3db66bc {
  margin-left: 35px;
margin-bottom: 10px;
max-width: 125px;
}
}






  #s-8484d62b-7701-4caa-ba18-9840e3db66bc img.shogun-image {
    

    
    
    
  }


#s-8484d62b-7701-4caa-ba18-9840e3db66bc .shogun-image-content {
  
    align-items: center;
  
}

#s-98842402-3810-4088-88d5-88dc1775e947 {
  text-align: center;
}
@media (max-width: 767px){#s-98842402-3810-4088-88d5-88dc1775e947 {
  margin-left: 35px;
max-width: 40%;
}
}






  #s-98842402-3810-4088-88d5-88dc1775e947 img.shogun-image {
    

    
    
    
  }


#s-98842402-3810-4088-88d5-88dc1775e947 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bcffbe8-c7c0-4848-96a4-5685965c9842 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1bcffbe8-c7c0-4848-96a4-5685965c9842 {
  margin-left: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-1bcffbe8-c7c0-4848-96a4-5685965c9842 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-1bcffbe8-c7c0-4848-96a4-5685965c9842 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-d152d807-1341-4f10-b16e-506249dbdda4 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d152d807-1341-4f10-b16e-506249dbdda4:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d152d807-1341-4f10-b16e-506249dbdda4:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d152d807-1341-4f10-b16e-506249dbdda4 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d152d807-1341-4f10-b16e-506249dbdda4 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d152d807-1341-4f10-b16e-506249dbdda4 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d152d807-1341-4f10-b16e-506249dbdda4 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-d152d807-1341-4f10-b16e-506249dbdda4-root {
    text-align: left;
  }


#s-d152d807-1341-4f10-b16e-506249dbdda4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d152d807-1341-4f10-b16e-506249dbdda4-root {
    text-align: left;
  }


#s-d152d807-1341-4f10-b16e-506249dbdda4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d152d807-1341-4f10-b16e-506249dbdda4-root {
    text-align: left;
  }


#s-d152d807-1341-4f10-b16e-506249dbdda4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d152d807-1341-4f10-b16e-506249dbdda4-root {
    text-align: left;
  }


#s-d152d807-1341-4f10-b16e-506249dbdda4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d152d807-1341-4f10-b16e-506249dbdda4-root {
    text-align: left;
  }


#s-d152d807-1341-4f10-b16e-506249dbdda4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-488d8556-f5d7-4434-97e3-18f917713aa5 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-488d8556-f5d7-4434-97e3-18f917713aa5 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-488d8556-f5d7-4434-97e3-18f917713aa5 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-488d8556-f5d7-4434-97e3-18f917713aa5 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-488d8556-f5d7-4434-97e3-18f917713aa5 {
  min-height: 300px;
}
}
#s-488d8556-f5d7-4434-97e3-18f917713aa5 {
  background-image: url(https://i.shgcdn.com/136acf33-198b-465c-936c-afeddf9c5f84/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-488d8556-f5d7-4434-97e3-18f917713aa5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-488d8556-f5d7-4434-97e3-18f917713aa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48a935b2-171f-4d24-bf5a-15d35a7a2285 {
  padding-top: 6px;
padding-bottom: 6px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-48a935b2-171f-4d24-bf5a-15d35a7a2285 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48a935b2-171f-4d24-bf5a-15d35a7a2285 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-48a935b2-171f-4d24-bf5a-15d35a7a2285 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-48a935b2-171f-4d24-bf5a-15d35a7a2285 {
  margin-top: 0px;
margin-left: 35px;
max-width: 70%;
}
}
#s-48a935b2-171f-4d24-bf5a-15d35a7a2285 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-48a935b2-171f-4d24-bf5a-15d35a7a2285 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-48a935b2-171f-4d24-bf5a-15d35a7a2285 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-6cf63764-f035-477a-ada0-e0ef97b39ecc {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-6cf63764-f035-477a-ada0-e0ef97b39ecc {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6cf63764-f035-477a-ada0-e0ef97b39ecc {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cf63764-f035-477a-ada0-e0ef97b39ecc {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-6cf63764-f035-477a-ada0-e0ef97b39ecc {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 60%;
}
}
#s-6cf63764-f035-477a-ada0-e0ef97b39ecc .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7-root {
    text-align: left;
  }


#s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7-root {
    text-align: left;
  }


#s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7-root {
    text-align: left;
  }


#s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7-root {
    text-align: left;
  }


#s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7-root {
    text-align: left;
  }


#s-1d5d0e56-2c1a-471d-b2b7-bbe7447e23e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-590e5856-2caf-4ada-8e40-9c9a45cf941a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-590e5856-2caf-4ada-8e40-9c9a45cf941a {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-590e5856-2caf-4ada-8e40-9c9a45cf941a {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-590e5856-2caf-4ada-8e40-9c9a45cf941a {
  min-height: 400px;
}
}@media (max-width: 767px){#s-590e5856-2caf-4ada-8e40-9c9a45cf941a {
  min-height: 300px;
}
}
#s-590e5856-2caf-4ada-8e40-9c9a45cf941a {
  background-image: url(https://i.shgcdn.com/3988694b-1f83-41a9-a21f-1182e7bf073d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-590e5856-2caf-4ada-8e40-9c9a45cf941a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-590e5856-2caf-4ada-8e40-9c9a45cf941a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e970d44c-4a03-4f82-b05b-c03b77728d7d {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-e970d44c-4a03-4f82-b05b-c03b77728d7d {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e970d44c-4a03-4f82-b05b-c03b77728d7d {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e970d44c-4a03-4f82-b05b-c03b77728d7d {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-e970d44c-4a03-4f82-b05b-c03b77728d7d {
  margin-left: 35px;
padding-top: 0px;
max-width: 65%;
}
}
#s-e970d44c-4a03-4f82-b05b-c03b77728d7d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-e970d44c-4a03-4f82-b05b-c03b77728d7d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-e970d44c-4a03-4f82-b05b-c03b77728d7d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-00b9f545-d0c5-49d1-b6f0-ba262cf919c3 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-00b9f545-d0c5-49d1-b6f0-ba262cf919c3 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00b9f545-d0c5-49d1-b6f0-ba262cf919c3 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-00b9f545-d0c5-49d1-b6f0-ba262cf919c3 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-00b9f545-d0c5-49d1-b6f0-ba262cf919c3 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 60%;
}
}
#s-00b9f545-d0c5-49d1-b6f0-ba262cf919c3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7-root {
    text-align: left;
  }


#s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7-root {
    text-align: left;
  }


#s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7-root {
    text-align: left;
  }


#s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7-root {
    text-align: left;
  }


#s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7-root {
    text-align: left;
  }


#s-e5ee2eb1-6287-4875-90be-49ca8e01cfa7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-81aa6ab3-68e6-466c-b2f9-698190e56180 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-81aa6ab3-68e6-466c-b2f9-698190e56180 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81aa6ab3-68e6-466c-b2f9-698190e56180 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-81aa6ab3-68e6-466c-b2f9-698190e56180 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-81aa6ab3-68e6-466c-b2f9-698190e56180 {
  min-height: 300px;
}
}
#s-81aa6ab3-68e6-466c-b2f9-698190e56180 {
  background-image: url(https://i.shgcdn.com/461923ab-d6a9-428d-b6b0-999684cc1bde/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-81aa6ab3-68e6-466c-b2f9-698190e56180 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-81aa6ab3-68e6-466c-b2f9-698190e56180.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2db090d8-3705-4c83-bf31-7ef17421ddc1 {
  text-align: center;
}
@media (max-width: 767px){#s-2db090d8-3705-4c83-bf31-7ef17421ddc1 {
  margin-left: 35px;
margin-bottom: 10px;
max-width: 190px;
}
}






  #s-2db090d8-3705-4c83-bf31-7ef17421ddc1 img.shogun-image {
    

    
    
    
  }


#s-2db090d8-3705-4c83-bf31-7ef17421ddc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcf3d709-cf20-45fb-9c5f-8c6c50447661 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-fcf3d709-cf20-45fb-9c5f-8c6c50447661 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fcf3d709-cf20-45fb-9c5f-8c6c50447661 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fcf3d709-cf20-45fb-9c5f-8c6c50447661 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-fcf3d709-cf20-45fb-9c5f-8c6c50447661 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 55%;
}
}
#s-fcf3d709-cf20-45fb-9c5f-8c6c50447661 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-f11e9347-d0ce-4ad5-a76b-7a53742b2524 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f11e9347-d0ce-4ad5-a76b-7a53742b2524:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f11e9347-d0ce-4ad5-a76b-7a53742b2524:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f11e9347-d0ce-4ad5-a76b-7a53742b2524 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f11e9347-d0ce-4ad5-a76b-7a53742b2524 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f11e9347-d0ce-4ad5-a76b-7a53742b2524 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-f11e9347-d0ce-4ad5-a76b-7a53742b2524 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-f11e9347-d0ce-4ad5-a76b-7a53742b2524-root {
    text-align: left;
  }


#s-f11e9347-d0ce-4ad5-a76b-7a53742b2524.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f11e9347-d0ce-4ad5-a76b-7a53742b2524-root {
    text-align: left;
  }


#s-f11e9347-d0ce-4ad5-a76b-7a53742b2524.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f11e9347-d0ce-4ad5-a76b-7a53742b2524-root {
    text-align: left;
  }


#s-f11e9347-d0ce-4ad5-a76b-7a53742b2524.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f11e9347-d0ce-4ad5-a76b-7a53742b2524-root {
    text-align: left;
  }


#s-f11e9347-d0ce-4ad5-a76b-7a53742b2524.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f11e9347-d0ce-4ad5-a76b-7a53742b2524-root {
    text-align: left;
  }


#s-f11e9347-d0ce-4ad5-a76b-7a53742b2524.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c62d12c3-bb80-49af-baca-443c49d985f8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-c62d12c3-bb80-49af-baca-443c49d985f8 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c62d12c3-bb80-49af-baca-443c49d985f8 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c62d12c3-bb80-49af-baca-443c49d985f8 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-c62d12c3-bb80-49af-baca-443c49d985f8 {
  min-height: 300px;
}
}
#s-c62d12c3-bb80-49af-baca-443c49d985f8 {
  background-image: url(https://i.shgcdn.com/537378c5-d09f-4646-8360-a1a1feda6ea4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c62d12c3-bb80-49af-baca-443c49d985f8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-c62d12c3-bb80-49af-baca-443c49d985f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd94c80a-d88d-4c04-a85e-bb4a261b8dc1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-cd94c80a-d88d-4c04-a85e-bb4a261b8dc1 {
  margin-left: 35px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 10px;
max-width: 65%;
}
}
#s-cd94c80a-d88d-4c04-a85e-bb4a261b8dc1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-afe4c93a-ac3c-4fef-9e17-c495eca2eaa0 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-afe4c93a-ac3c-4fef-9e17-c495eca2eaa0 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afe4c93a-ac3c-4fef-9e17-c495eca2eaa0 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-afe4c93a-ac3c-4fef-9e17-c495eca2eaa0 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-afe4c93a-ac3c-4fef-9e17-c495eca2eaa0 {
  margin-top: 0px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 62%;
}
}
#s-afe4c93a-ac3c-4fef-9e17-c495eca2eaa0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-a6e2f372-b5ae-4dcd-83d9-18076b357382 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a6e2f372-b5ae-4dcd-83d9-18076b357382:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a6e2f372-b5ae-4dcd-83d9-18076b357382:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a6e2f372-b5ae-4dcd-83d9-18076b357382 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a6e2f372-b5ae-4dcd-83d9-18076b357382 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a6e2f372-b5ae-4dcd-83d9-18076b357382 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-a6e2f372-b5ae-4dcd-83d9-18076b357382 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-a6e2f372-b5ae-4dcd-83d9-18076b357382-root {
    text-align: left;
  }


#s-a6e2f372-b5ae-4dcd-83d9-18076b357382.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6e2f372-b5ae-4dcd-83d9-18076b357382-root {
    text-align: left;
  }


#s-a6e2f372-b5ae-4dcd-83d9-18076b357382.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6e2f372-b5ae-4dcd-83d9-18076b357382-root {
    text-align: left;
  }


#s-a6e2f372-b5ae-4dcd-83d9-18076b357382.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6e2f372-b5ae-4dcd-83d9-18076b357382-root {
    text-align: left;
  }


#s-a6e2f372-b5ae-4dcd-83d9-18076b357382.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6e2f372-b5ae-4dcd-83d9-18076b357382-root {
    text-align: left;
  }


#s-a6e2f372-b5ae-4dcd-83d9-18076b357382.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b5546222-60ef-4f16-8882-c7e812cfd922 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-b5546222-60ef-4f16-8882-c7e812cfd922 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b5546222-60ef-4f16-8882-c7e812cfd922 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5546222-60ef-4f16-8882-c7e812cfd922 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-b5546222-60ef-4f16-8882-c7e812cfd922 {
  min-height: 300px;
}
}
#s-b5546222-60ef-4f16-8882-c7e812cfd922 {
  background-image: url(https://i.shgcdn.com/d053f1d3-afbe-4a4d-a67c-d7cf0feebf6f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b5546222-60ef-4f16-8882-c7e812cfd922 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-b5546222-60ef-4f16-8882-c7e812cfd922.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0833900e-021e-4730-bdaa-ae6211425323 {
  text-align: center;
}
@media (max-width: 767px){#s-0833900e-021e-4730-bdaa-ae6211425323 {
  margin-left: 35px;
max-width: 40%;
}
}






  #s-0833900e-021e-4730-bdaa-ae6211425323 img.shogun-image {
    

    
    
    
  }


#s-0833900e-021e-4730-bdaa-ae6211425323 .shogun-image-content {
  
    align-items: center;
  
}

#s-5237491f-8688-407d-91fa-8875901cae12 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-5237491f-8688-407d-91fa-8875901cae12 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5237491f-8688-407d-91fa-8875901cae12 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5237491f-8688-407d-91fa-8875901cae12 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-5237491f-8688-407d-91fa-8875901cae12 {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 65%;
}
}
#s-5237491f-8688-407d-91fa-8875901cae12 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-3fbc4065-0818-4deb-885b-0dbeadbef8d2 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3fbc4065-0818-4deb-885b-0dbeadbef8d2:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3fbc4065-0818-4deb-885b-0dbeadbef8d2:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3fbc4065-0818-4deb-885b-0dbeadbef8d2 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3fbc4065-0818-4deb-885b-0dbeadbef8d2 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3fbc4065-0818-4deb-885b-0dbeadbef8d2 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-3fbc4065-0818-4deb-885b-0dbeadbef8d2 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-3fbc4065-0818-4deb-885b-0dbeadbef8d2-root {
    text-align: left;
  }


#s-3fbc4065-0818-4deb-885b-0dbeadbef8d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3fbc4065-0818-4deb-885b-0dbeadbef8d2-root {
    text-align: left;
  }


#s-3fbc4065-0818-4deb-885b-0dbeadbef8d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fbc4065-0818-4deb-885b-0dbeadbef8d2-root {
    text-align: left;
  }


#s-3fbc4065-0818-4deb-885b-0dbeadbef8d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3fbc4065-0818-4deb-885b-0dbeadbef8d2-root {
    text-align: left;
  }


#s-3fbc4065-0818-4deb-885b-0dbeadbef8d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3fbc4065-0818-4deb-885b-0dbeadbef8d2-root {
    text-align: left;
  }


#s-3fbc4065-0818-4deb-885b-0dbeadbef8d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bd21dbb0-26c3-4ff2-8341-87433125b40d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: left center;
}
@media (min-width: 1200px){#s-bd21dbb0-26c3-4ff2-8341-87433125b40d {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd21dbb0-26c3-4ff2-8341-87433125b40d {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd21dbb0-26c3-4ff2-8341-87433125b40d {
  min-height: 400px;
}
}@media (max-width: 767px){#s-bd21dbb0-26c3-4ff2-8341-87433125b40d {
  min-height: 300px;
}
}
#s-bd21dbb0-26c3-4ff2-8341-87433125b40d {
  background-image: url(https://i.shgcdn.com/a00cc7c9-a434-408a-bf3a-8ae0df9acd1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bd21dbb0-26c3-4ff2-8341-87433125b40d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd21dbb0-26c3-4ff2-8341-87433125b40d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63d0f0ca-d071-4cdc-9f7f-77cc716cec02 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-63d0f0ca-d071-4cdc-9f7f-77cc716cec02 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63d0f0ca-d071-4cdc-9f7f-77cc716cec02 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-63d0f0ca-d071-4cdc-9f7f-77cc716cec02 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-63d0f0ca-d071-4cdc-9f7f-77cc716cec02 {
  margin-left: 35px;
padding-top: 0px;
max-width: 65%;
}
}
#s-63d0f0ca-d071-4cdc-9f7f-77cc716cec02 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-63d0f0ca-d071-4cdc-9f7f-77cc716cec02 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-63d0f0ca-d071-4cdc-9f7f-77cc716cec02 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-0023e46c-915d-4494-b96a-15e6ec608ffa {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-0023e46c-915d-4494-b96a-15e6ec608ffa {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0023e46c-915d-4494-b96a-15e6ec608ffa {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0023e46c-915d-4494-b96a-15e6ec608ffa {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-0023e46c-915d-4494-b96a-15e6ec608ffa {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 62%;
}
}
#s-0023e46c-915d-4494-b96a-15e6ec608ffa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df-root {
    text-align: left;
  }


#s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df-root {
    text-align: left;
  }


#s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df-root {
    text-align: left;
  }


#s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df-root {
    text-align: left;
  }


#s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df-root {
    text-align: left;
  }


#s-02b62ca3-ae4c-428c-8e96-f9b9cc46d0df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7cb53af5-e7de-473b-b7c3-acebf1852cdf {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-7cb53af5-e7de-473b-b7c3-acebf1852cdf {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7cb53af5-e7de-473b-b7c3-acebf1852cdf {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7cb53af5-e7de-473b-b7c3-acebf1852cdf {
  min-height: 400px;
}
}@media (max-width: 767px){#s-7cb53af5-e7de-473b-b7c3-acebf1852cdf {
  min-height: 300px;
}
}
#s-7cb53af5-e7de-473b-b7c3-acebf1852cdf {
  background-image: url(https://i.shgcdn.com/3988694b-1f83-41a9-a21f-1182e7bf073d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7cb53af5-e7de-473b-b7c3-acebf1852cdf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7cb53af5-e7de-473b-b7c3-acebf1852cdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3770a7b6-aee4-4361-bec7-d7b8704f6449 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-3770a7b6-aee4-4361-bec7-d7b8704f6449 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3770a7b6-aee4-4361-bec7-d7b8704f6449 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3770a7b6-aee4-4361-bec7-d7b8704f6449 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-3770a7b6-aee4-4361-bec7-d7b8704f6449 {
  margin-left: 35px;
padding-top: 0px;
max-width: 65%;
}
}
#s-3770a7b6-aee4-4361-bec7-d7b8704f6449 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-3770a7b6-aee4-4361-bec7-d7b8704f6449 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-3770a7b6-aee4-4361-bec7-d7b8704f6449 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-0a4b9b42-38d4-440c-a3a9-3bb4e8f41a91 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-0a4b9b42-38d4-440c-a3a9-3bb4e8f41a91 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a4b9b42-38d4-440c-a3a9-3bb4e8f41a91 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a4b9b42-38d4-440c-a3a9-3bb4e8f41a91 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-0a4b9b42-38d4-440c-a3a9-3bb4e8f41a91 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 60%;
}
}
#s-0a4b9b42-38d4-440c-a3a9-3bb4e8f41a91 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0-root {
    text-align: left;
  }


#s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0-root {
    text-align: left;
  }


#s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0-root {
    text-align: left;
  }


#s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0-root {
    text-align: left;
  }


#s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0-root {
    text-align: left;
  }


#s-4af60258-e164-49b5-8a7a-d6a2e6fe03c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5ff8c74d-3696-4e91-ba16-7ceeb976e247 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-5ff8c74d-3696-4e91-ba16-7ceeb976e247 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ff8c74d-3696-4e91-ba16-7ceeb976e247 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ff8c74d-3696-4e91-ba16-7ceeb976e247 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-5ff8c74d-3696-4e91-ba16-7ceeb976e247 {
  min-height: 300px;
}
}
#s-5ff8c74d-3696-4e91-ba16-7ceeb976e247 {
  background-image: url(https://i.shgcdn.com/ffcc2abf-796e-4260-814c-2a5f88ec030c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5ff8c74d-3696-4e91-ba16-7ceeb976e247 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-5ff8c74d-3696-4e91-ba16-7ceeb976e247.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a1cf0e2-a3d3-47a9-9561-712035dd7105 {
  max-width: 125px;
text-align: center;
}
@media (max-width: 767px){#s-6a1cf0e2-a3d3-47a9-9561-712035dd7105 {
  margin-left: 35px;
margin-bottom: 10px;
}
}






  #s-6a1cf0e2-a3d3-47a9-9561-712035dd7105 img.shogun-image {
    

    
    
    
  }


#s-6a1cf0e2-a3d3-47a9-9561-712035dd7105 .shogun-image-content {
  
    align-items: center;
  
}

#s-8103360e-dbec-4012-ba31-3d00d09bdc55 {
  text-align: center;
}
@media (max-width: 767px){#s-8103360e-dbec-4012-ba31-3d00d09bdc55 {
  margin-left: 35px;
max-width: 30%;
}
}






  #s-8103360e-dbec-4012-ba31-3d00d09bdc55 img.shogun-image {
    

    
    
    
  }


#s-8103360e-dbec-4012-ba31-3d00d09bdc55 .shogun-image-content {
  
    align-items: center;
  
}

#s-675ed523-b24e-40a9-9cd3-61621078745c {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-675ed523-b24e-40a9-9cd3-61621078745c {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-675ed523-b24e-40a9-9cd3-61621078745c {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-675ed523-b24e-40a9-9cd3-61621078745c {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-675ed523-b24e-40a9-9cd3-61621078745c {
  margin-top: 10px;
margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 60%;
}
}
#s-675ed523-b24e-40a9-9cd3-61621078745c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-741722ff-f97b-4662-bf3b-4c35ff714c80 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-741722ff-f97b-4662-bf3b-4c35ff714c80:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-741722ff-f97b-4662-bf3b-4c35ff714c80:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-741722ff-f97b-4662-bf3b-4c35ff714c80 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-741722ff-f97b-4662-bf3b-4c35ff714c80 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-741722ff-f97b-4662-bf3b-4c35ff714c80 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-741722ff-f97b-4662-bf3b-4c35ff714c80 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-741722ff-f97b-4662-bf3b-4c35ff714c80-root {
    text-align: left;
  }


#s-741722ff-f97b-4662-bf3b-4c35ff714c80.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-741722ff-f97b-4662-bf3b-4c35ff714c80-root {
    text-align: left;
  }


#s-741722ff-f97b-4662-bf3b-4c35ff714c80.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-741722ff-f97b-4662-bf3b-4c35ff714c80-root {
    text-align: left;
  }


#s-741722ff-f97b-4662-bf3b-4c35ff714c80.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-741722ff-f97b-4662-bf3b-4c35ff714c80-root {
    text-align: left;
  }


#s-741722ff-f97b-4662-bf3b-4c35ff714c80.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-741722ff-f97b-4662-bf3b-4c35ff714c80-root {
    text-align: left;
  }


#s-741722ff-f97b-4662-bf3b-4c35ff714c80.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-26bbf6bd-222f-475a-8f3d-3d39ba531c63 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-26bbf6bd-222f-475a-8f3d-3d39ba531c63 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26bbf6bd-222f-475a-8f3d-3d39ba531c63 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-26bbf6bd-222f-475a-8f3d-3d39ba531c63 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-26bbf6bd-222f-475a-8f3d-3d39ba531c63 {
  min-height: 300px;
}
}
#s-26bbf6bd-222f-475a-8f3d-3d39ba531c63 {
  background-image: url(https://i.shgcdn.com/4d4048db-e131-410e-8eef-af62bc6d9da1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-26bbf6bd-222f-475a-8f3d-3d39ba531c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26bbf6bd-222f-475a-8f3d-3d39ba531c63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09fad9b2-014e-4636-90bc-fb1746300113 {
  text-align: left;
}
@media (min-width: 1200px){#s-09fad9b2-014e-4636-90bc-fb1746300113 {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09fad9b2-014e-4636-90bc-fb1746300113 {
  margin-left: 100px;
max-width: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-09fad9b2-014e-4636-90bc-fb1746300113 {
  margin-left: 50px;
max-width: 150px;
}
}@media (max-width: 767px){#s-09fad9b2-014e-4636-90bc-fb1746300113 {
  margin-top: 13px;
margin-left: 35px;
max-width: 100px;
}
}






  #s-09fad9b2-014e-4636-90bc-fb1746300113 img.shogun-image {
    

    
    
    
  }


#s-09fad9b2-014e-4636-90bc-fb1746300113 .shogun-image-content {
  
    align-items: center;
  
}

#s-22baac07-3d8f-4d15-99cc-d469fa54df98 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-22baac07-3d8f-4d15-99cc-d469fa54df98 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22baac07-3d8f-4d15-99cc-d469fa54df98 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-22baac07-3d8f-4d15-99cc-d469fa54df98 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-22baac07-3d8f-4d15-99cc-d469fa54df98 {
  margin-left: 35px;
max-width: 80%;
}
}
#s-22baac07-3d8f-4d15-99cc-d469fa54df98 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-22baac07-3d8f-4d15-99cc-d469fa54df98 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-22baac07-3d8f-4d15-99cc-d469fa54df98 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-ece51cc8-b656-4d6a-a754-68c06facadd5 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-ece51cc8-b656-4d6a-a754-68c06facadd5 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ece51cc8-b656-4d6a-a754-68c06facadd5 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ece51cc8-b656-4d6a-a754-68c06facadd5 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-ece51cc8-b656-4d6a-a754-68c06facadd5 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 77%;
}
}
#s-ece51cc8-b656-4d6a-a754-68c06facadd5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3 {
  margin-left: 35px;
}
}

  #s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3-root {
    text-align: left;
  }


#s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3-root {
    text-align: left;
  }


#s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3-root {
    text-align: left;
  }


#s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3-root {
    text-align: left;
  }


#s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3-root {
    text-align: left;
  }


#s-5b9136bd-60fc-4d86-98f0-a181cc5d69e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-86de1a4c-173a-4245-bcde-bd2c9d6ff1dd {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-86de1a4c-173a-4245-bcde-bd2c9d6ff1dd {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86de1a4c-173a-4245-bcde-bd2c9d6ff1dd {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-86de1a4c-173a-4245-bcde-bd2c9d6ff1dd {
  min-height: 400px;
}
}@media (max-width: 767px){#s-86de1a4c-173a-4245-bcde-bd2c9d6ff1dd {
  min-height: 300px;
}
}
#s-86de1a4c-173a-4245-bcde-bd2c9d6ff1dd {
  background-image: url(https://i.shgcdn.com/1c0a7aa5-d4e6-4985-a793-abbc9d454708/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-86de1a4c-173a-4245-bcde-bd2c9d6ff1dd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-86de1a4c-173a-4245-bcde-bd2c9d6ff1dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5b4bd39-449c-4e59-b256-ceadfa38869c {
  text-align: left;
}
@media (min-width: 1200px){#s-b5b4bd39-449c-4e59-b256-ceadfa38869c {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b5b4bd39-449c-4e59-b256-ceadfa38869c {
  margin-left: 100px;
max-width: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5b4bd39-449c-4e59-b256-ceadfa38869c {
  margin-left: 50px;
max-width: 150px;
}
}@media (max-width: 767px){#s-b5b4bd39-449c-4e59-b256-ceadfa38869c {
  margin-top: 0px;
margin-left: 35px;
max-width: 70px;
}
}






  #s-b5b4bd39-449c-4e59-b256-ceadfa38869c img.shogun-image {
    

    
    
    
  }


#s-b5b4bd39-449c-4e59-b256-ceadfa38869c .shogun-image-content {
  
    align-items: center;
  
}

#s-a1b287ef-58c1-4797-beef-8535b8040aaf {
  padding-top: 6px;
padding-bottom: 6px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-a1b287ef-58c1-4797-beef-8535b8040aaf {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1b287ef-58c1-4797-beef-8535b8040aaf {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1b287ef-58c1-4797-beef-8535b8040aaf {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-a1b287ef-58c1-4797-beef-8535b8040aaf {
  margin-top: 0px;
margin-left: 35px;
max-width: 70%;
}
}
#s-a1b287ef-58c1-4797-beef-8535b8040aaf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-a1b287ef-58c1-4797-beef-8535b8040aaf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-a1b287ef-58c1-4797-beef-8535b8040aaf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-9ccb7891-c824-4fa7-a0a5-93c3f080837b {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-9ccb7891-c824-4fa7-a0a5-93c3f080837b {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ccb7891-c824-4fa7-a0a5-93c3f080837b {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ccb7891-c824-4fa7-a0a5-93c3f080837b {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-9ccb7891-c824-4fa7-a0a5-93c3f080837b {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 45%;
}
}
#s-9ccb7891-c824-4fa7-a0a5-93c3f080837b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d-root {
    text-align: left;
  }


#s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d-root {
    text-align: left;
  }


#s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d-root {
    text-align: left;
  }


#s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d-root {
    text-align: left;
  }


#s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d-root {
    text-align: left;
  }


#s-cbb4cc1f-66c2-4ea2-83c0-8da43959a88d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d7896100-79ae-4fef-82a9-dcd6d8517793 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: right center;
}
@media (min-width: 1200px){#s-d7896100-79ae-4fef-82a9-dcd6d8517793 {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7896100-79ae-4fef-82a9-dcd6d8517793 {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7896100-79ae-4fef-82a9-dcd6d8517793 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-d7896100-79ae-4fef-82a9-dcd6d8517793 {
  min-height: 300px;
}
}
#s-d7896100-79ae-4fef-82a9-dcd6d8517793 {
  background-image: url(https://i.shgcdn.com/68c6328a-e516-4edf-b2f7-a19e1b2b63d9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d7896100-79ae-4fef-82a9-dcd6d8517793 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7896100-79ae-4fef-82a9-dcd6d8517793.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-89f94662-9527-48dc-abfa-a847b825251d {
  text-align: left;
}
@media (min-width: 1200px){#s-89f94662-9527-48dc-abfa-a847b825251d {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89f94662-9527-48dc-abfa-a847b825251d {
  margin-left: 100px;
max-width: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-89f94662-9527-48dc-abfa-a847b825251d {
  margin-left: 50px;
max-width: 150px;
}
}@media (max-width: 767px){#s-89f94662-9527-48dc-abfa-a847b825251d {
  margin-top: 20px;
margin-left: 35px;
max-width: 150px;
}
}






  #s-89f94662-9527-48dc-abfa-a847b825251d img.shogun-image {
    

    
    
    
  }


#s-89f94662-9527-48dc-abfa-a847b825251d .shogun-image-content {
  
    align-items: center;
  
}

#s-026bd8fd-c384-4b5b-9331-43b0b690115b {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-026bd8fd-c384-4b5b-9331-43b0b690115b {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-026bd8fd-c384-4b5b-9331-43b0b690115b {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-026bd8fd-c384-4b5b-9331-43b0b690115b {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-026bd8fd-c384-4b5b-9331-43b0b690115b {
  margin-left: 35px;
max-width: 65%;
}
}
#s-026bd8fd-c384-4b5b-9331-43b0b690115b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-026bd8fd-c384-4b5b-9331-43b0b690115b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-026bd8fd-c384-4b5b-9331-43b0b690115b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-ee2a99df-ad3a-4220-955f-89107bc15c05 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-ee2a99df-ad3a-4220-955f-89107bc15c05 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee2a99df-ad3a-4220-955f-89107bc15c05 {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee2a99df-ad3a-4220-955f-89107bc15c05 {
  margin-left: 50px;
}
}@media (max-width: 767px){#s-ee2a99df-ad3a-4220-955f-89107bc15c05 {
  margin-left: 35px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 70%;
}
}
#s-ee2a99df-ad3a-4220-955f-89107bc15c05 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-bde177dc-fc84-46dc-93d1-93844ef1cf90 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bde177dc-fc84-46dc-93d1-93844ef1cf90:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bde177dc-fc84-46dc-93d1-93844ef1cf90:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-bde177dc-fc84-46dc-93d1-93844ef1cf90 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bde177dc-fc84-46dc-93d1-93844ef1cf90 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bde177dc-fc84-46dc-93d1-93844ef1cf90 {
  margin-left: 50px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-bde177dc-fc84-46dc-93d1-93844ef1cf90 {
  margin-left: 35px;
}
}

  #s-bde177dc-fc84-46dc-93d1-93844ef1cf90-root {
    text-align: left;
  }


#s-bde177dc-fc84-46dc-93d1-93844ef1cf90.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bde177dc-fc84-46dc-93d1-93844ef1cf90-root {
    text-align: left;
  }


#s-bde177dc-fc84-46dc-93d1-93844ef1cf90.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bde177dc-fc84-46dc-93d1-93844ef1cf90-root {
    text-align: left;
  }


#s-bde177dc-fc84-46dc-93d1-93844ef1cf90.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bde177dc-fc84-46dc-93d1-93844ef1cf90-root {
    text-align: left;
  }


#s-bde177dc-fc84-46dc-93d1-93844ef1cf90.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bde177dc-fc84-46dc-93d1-93844ef1cf90-root {
    text-align: left;
  }


#s-bde177dc-fc84-46dc-93d1-93844ef1cf90.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3ff99b88-7276-4a3a-af55-5154109b061b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-3ff99b88-7276-4a3a-af55-5154109b061b {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ff99b88-7276-4a3a-af55-5154109b061b {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ff99b88-7276-4a3a-af55-5154109b061b {
  min-height: 400px;
}
}@media (max-width: 767px){#s-3ff99b88-7276-4a3a-af55-5154109b061b {
  min-height: 300px;
}
}
#s-3ff99b88-7276-4a3a-af55-5154109b061b {
  background-image: url(https://i.shgcdn.com/188b8c3e-3986-4747-8e9c-6757c1a22e6d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3ff99b88-7276-4a3a-af55-5154109b061b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-3ff99b88-7276-4a3a-af55-5154109b061b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60e80089-d4df-41c2-b687-6ca695b89611 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-60e80089-d4df-41c2-b687-6ca695b89611 {
  margin-left: 80px;
max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60e80089-d4df-41c2-b687-6ca695b89611 {
  margin-left: 80px;
margin-right: 0px;
max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-60e80089-d4df-41c2-b687-6ca695b89611 {
  margin-left: 40px;
max-width: 150px;
}
}@media (max-width: 767px){#s-60e80089-d4df-41c2-b687-6ca695b89611 {
  margin-top: 0px;
margin-left: 30px;
max-width: 100px;
}
}






  #s-60e80089-d4df-41c2-b687-6ca695b89611 img.shogun-image {
    

    
    
    
  }


#s-60e80089-d4df-41c2-b687-6ca695b89611 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1c38a0c-0249-44a0-8184-4de152f648ac {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 6px;
padding-bottom: 6px;
max-width: 40%;
text-align: left;
}
@media (min-width: 1200px){#s-c1c38a0c-0249-44a0-8184-4de152f648ac {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1c38a0c-0249-44a0-8184-4de152f648ac {
  margin-left: 100px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1c38a0c-0249-44a0-8184-4de152f648ac {
  margin-left: 50px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-c1c38a0c-0249-44a0-8184-4de152f648ac {
  margin-left: 35px;
max-width: 65%;
}
}
#s-c1c38a0c-0249-44a0-8184-4de152f648ac .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}



#s-6a623b9e-27ad-42ab-8470-f97dfc5971a8 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 52%;
text-align: left;
}
@media (min-width: 1200px){#s-6a623b9e-27ad-42ab-8470-f97dfc5971a8 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a623b9e-27ad-42ab-8470-f97dfc5971a8 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a623b9e-27ad-42ab-8470-f97dfc5971a8 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-6a623b9e-27ad-42ab-8470-f97dfc5971a8 {
  margin-left: 35px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-6a623b9e-27ad-42ab-8470-f97dfc5971a8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-6a623b9e-27ad-42ab-8470-f97dfc5971a8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6a623b9e-27ad-42ab-8470-f97dfc5971a8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-6a623b9e-27ad-42ab-8470-f97dfc5971a8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.25em;
  
  text-align: left;
}


}
#s-e8199a15-f1f8-4909-9f5f-4588d539e143 {
  margin-top: 20px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e8199a15-f1f8-4909-9f5f-4588d539e143:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e8199a15-f1f8-4909-9f5f-4588d539e143:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e8199a15-f1f8-4909-9f5f-4588d539e143 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8199a15-f1f8-4909-9f5f-4588d539e143 {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8199a15-f1f8-4909-9f5f-4588d539e143 {
  margin-left: 60px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-e8199a15-f1f8-4909-9f5f-4588d539e143 {
  margin-left: 35px;
margin-bottom: 0px;
}
}

  #s-e8199a15-f1f8-4909-9f5f-4588d539e143-root {
    text-align: left;
  }


#s-e8199a15-f1f8-4909-9f5f-4588d539e143.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8199a15-f1f8-4909-9f5f-4588d539e143-root {
    text-align: left;
  }


#s-e8199a15-f1f8-4909-9f5f-4588d539e143.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8199a15-f1f8-4909-9f5f-4588d539e143-root {
    text-align: left;
  }


#s-e8199a15-f1f8-4909-9f5f-4588d539e143.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8199a15-f1f8-4909-9f5f-4588d539e143-root {
    text-align: left;
  }


#s-e8199a15-f1f8-4909-9f5f-4588d539e143.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8199a15-f1f8-4909-9f5f-4588d539e143-root {
    text-align: left;
  }


#s-e8199a15-f1f8-4909-9f5f-4588d539e143.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d7e67d44-0add-42e6-9d5a-4610267fec3c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d7e67d44-0add-42e6-9d5a-4610267fec3c {
  min-height: 550px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7e67d44-0add-42e6-9d5a-4610267fec3c {
  min-height: 550px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7e67d44-0add-42e6-9d5a-4610267fec3c {
  min-height: 400px;
}
}@media (max-width: 767px){#s-d7e67d44-0add-42e6-9d5a-4610267fec3c {
  min-height: 300px;
}
}
#s-d7e67d44-0add-42e6-9d5a-4610267fec3c {
  background-image: url(https://i.shgcdn.com/1cc49bb2-a58d-430c-a0bb-f04ba3f7cc7a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d7e67d44-0add-42e6-9d5a-4610267fec3c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
}#s-d7e67d44-0add-42e6-9d5a-4610267fec3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46f1b7dc-6d13-44e4-b5d6-488b31844978 {
  max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-46f1b7dc-6d13-44e4-b5d6-488b31844978 {
  padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 0px;
max-width: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46f1b7dc-6d13-44e4-b5d6-488b31844978 {
  padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
max-width: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-46f1b7dc-6d13-44e4-b5d6-488b31844978 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
max-width: 270px;
}
}@media (max-width: 767px){#s-46f1b7dc-6d13-44e4-b5d6-488b31844978 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 18px;
padding-bottom: 20px;
max-width: 220px;
}
}






  #s-46f1b7dc-6d13-44e4-b5d6-488b31844978 img.shogun-image {
    

    
    
    
  }


#s-46f1b7dc-6d13-44e4-b5d6-488b31844978 .shogun-image-content {
  
    align-items: center;
  
}

#s-1123a7bb-709b-4f5f-b539-8f0406dce0da {
  margin-top: 0px;
margin-left: 110px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1123a7bb-709b-4f5f-b539-8f0406dce0da:hover {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1123a7bb-709b-4f5f-b539-8f0406dce0da:active {background-color: rgba(245, 220, 11, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1123a7bb-709b-4f5f-b539-8f0406dce0da {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1123a7bb-709b-4f5f-b539-8f0406dce0da {
  margin-left: 100px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1123a7bb-709b-4f5f-b539-8f0406dce0da {
  margin-left: 60px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-1123a7bb-709b-4f5f-b539-8f0406dce0da {
  margin-left: 35px;
margin-bottom: 10px;
}
}

  #s-1123a7bb-709b-4f5f-b539-8f0406dce0da-root {
    text-align: left;
  }


#s-1123a7bb-709b-4f5f-b539-8f0406dce0da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1123a7bb-709b-4f5f-b539-8f0406dce0da-root {
    text-align: left;
  }


#s-1123a7bb-709b-4f5f-b539-8f0406dce0da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1123a7bb-709b-4f5f-b539-8f0406dce0da-root {
    text-align: left;
  }


#s-1123a7bb-709b-4f5f-b539-8f0406dce0da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1123a7bb-709b-4f5f-b539-8f0406dce0da-root {
    text-align: left;
  }


#s-1123a7bb-709b-4f5f-b539-8f0406dce0da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1123a7bb-709b-4f5f-b539-8f0406dce0da-root {
    text-align: left;
  }


#s-1123a7bb-709b-4f5f-b539-8f0406dce0da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.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-2f8e973c-665d-4238-bdba-1ab8c1e5746f {
  margin-bottom: 90px;
min-height: 300px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f8e973c-665d-4238-bdba-1ab8c1e5746f {
  margin-right: 0%;
min-height: 300px;
}
}@media (max-width: 767px){#s-2f8e973c-665d-4238-bdba-1ab8c1e5746f {
  margin-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-2f8e973c-665d-4238-bdba-1ab8c1e5746f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f8e973c-665d-4238-bdba-1ab8c1e5746f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2f8e973c-665d-4238-bdba-1ab8c1e5746f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2f8e973c-665d-4238-bdba-1ab8c1e5746f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2f8e973c-665d-4238-bdba-1ab8c1e5746f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f8e973c-665d-4238-bdba-1ab8c1e5746f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2f8e973c-665d-4238-bdba-1ab8c1e5746f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2f8e973c-665d-4238-bdba-1ab8c1e5746f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7c27e479-d94a-43a9-b342-febf18f7c6aa {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c27e479-d94a-43a9-b342-febf18f7c6aa {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}






  #s-7c27e479-d94a-43a9-b342-febf18f7c6aa img.shogun-image {
    

    
    
    
  }


#s-7c27e479-d94a-43a9-b342-febf18f7c6aa .shogun-image-content {
  
    align-items: center;
  
}

#s-11ab7abb-9028-46d6-886d-085af373c616 {
  margin-top: 30px;
margin-left: 10%;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-11ab7abb-9028-46d6-886d-085af373c616 {
  margin-top: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11ab7abb-9028-46d6-886d-085af373c616 {
  margin-top: 100px;
}
}@media (max-width: 767px){#s-11ab7abb-9028-46d6-886d-085af373c616 {
  margin-top: 30px;
margin-left: 7%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-11ab7abb-9028-46d6-886d-085af373c616 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-11ab7abb-9028-46d6-886d-085af373c616 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0px;
  text-align: center;
}


}
#s-a8a70bf1-c546-41d9-bfcf-5be5ae5edcd0 {
  margin-top: 15px;
margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-a8a70bf1-c546-41d9-bfcf-5be5ae5edcd0 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8a70bf1-c546-41d9-bfcf-5be5ae5edcd0 {
  margin-left: 10%;
margin-right: 14%;
}
}@media (max-width: 767px){#s-a8a70bf1-c546-41d9-bfcf-5be5ae5edcd0 {
  margin-top: 15px;
margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-a8a70bf1-c546-41d9-bfcf-5be5ae5edcd0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (max-width: 767px){#s-a8a70bf1-c546-41d9-bfcf-5be5ae5edcd0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: center;
}


}
#s-5ff61af4-38e8-4b60-9864-22611253f217 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 50px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-5ff61af4-38e8-4b60-9864-22611253f217:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5ff61af4-38e8-4b60-9864-22611253f217:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-5ff61af4-38e8-4b60-9864-22611253f217 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 50px;
margin-right: 7%;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 229, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-5ff61af4-38e8-4b60-9864-22611253f217:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5ff61af4-38e8-4b60-9864-22611253f217:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-5ff61af4-38e8-4b60-9864-22611253f217-root {
    text-align: left;
  }


#s-5ff61af4-38e8-4b60-9864-22611253f217.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ff61af4-38e8-4b60-9864-22611253f217-root {
    text-align: left;
  }


#s-5ff61af4-38e8-4b60-9864-22611253f217.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ff61af4-38e8-4b60-9864-22611253f217-root {
    text-align: left;
  }


#s-5ff61af4-38e8-4b60-9864-22611253f217.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ff61af4-38e8-4b60-9864-22611253f217-root {
    text-align: left;
  }


#s-5ff61af4-38e8-4b60-9864-22611253f217.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ff61af4-38e8-4b60-9864-22611253f217-root {
    text-align: center;
  }


#s-5ff61af4-38e8-4b60-9864-22611253f217.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-2480b820-1c5d-4177-8207-21e4c34a98ad {
  margin-left: 30%;
margin-right: 30%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2480b820-1c5d-4177-8207-21e4c34a98ad {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-2480b820-1c5d-4177-8207-21e4c34a98ad {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2480b820-1c5d-4177-8207-21e4c34a98ad .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0px;
  
}



#s-d43572df-9b5d-413a-a364-0c5eb5d584e3 {
  margin-top: 40px;
margin-bottom: 60px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d43572df-9b5d-413a-a364-0c5eb5d584e3 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 8%;
padding-right: 8%;
}
}







#s-d43572df-9b5d-413a-a364-0c5eb5d584e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d43572df-9b5d-413a-a364-0c5eb5d584e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d2aace3-56f7-427e-a84d-2a84705ea52c {
  margin-left: 2%;
margin-right: 2%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-1d2aace3-56f7-427e-a84d-2a84705ea52c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d2aace3-56f7-427e-a84d-2a84705ea52c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d2aace3-56f7-427e-a84d-2a84705ea52c {
  
}
}@media (max-width: 767px){#s-1d2aace3-56f7-427e-a84d-2a84705ea52c {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-1d2aace3-56f7-427e-a84d-2a84705ea52c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d2aace3-56f7-427e-a84d-2a84705ea52c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9b4f9449-9028-496a-ada4-c8ef34e74fec {
  margin-top: 0px;
}
@media (max-width: 767px){#s-9b4f9449-9028-496a-ada4-c8ef34e74fec {
  margin-left: -9%;
margin-right: -9%;
}
}
@media (min-width: 0px) {
[id="s-9b4f9449-9028-496a-ada4-c8ef34e74fec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9b4f9449-9028-496a-ada4-c8ef34e74fec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9b4f9449-9028-496a-ada4-c8ef34e74fec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9b4f9449-9028-496a-ada4-c8ef34e74fec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-dcae1d07-b1e1-42ce-b4d1-c8b862eeed9b {
  text-align: center;
}







  #s-dcae1d07-b1e1-42ce-b4d1-c8b862eeed9b img.shogun-image {
    

    
    
    
  }


#s-dcae1d07-b1e1-42ce-b4d1-c8b862eeed9b .shogun-image-content {
  
    align-items: center;
  
}

#s-2a0b3c04-411a-4ce8-b729-f630918c2c16 {
  border-style: solid;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2a0b3c04-411a-4ce8-b729-f630918c2c16:hover {background-color: rgba(255, 229, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2a0b3c04-411a-4ce8-b729-f630918c2c16:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-2a0b3c04-411a-4ce8-b729-f630918c2c16 {
  padding-left: 0px;
padding-right: 0px;
}
}

  #s-2a0b3c04-411a-4ce8-b729-f630918c2c16-root {
    text-align: center;
  }


#s-2a0b3c04-411a-4ce8-b729-f630918c2c16.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2a0b3c04-411a-4ce8-b729-f630918c2c16-root {
    text-align: center;
  }


#s-2a0b3c04-411a-4ce8-b729-f630918c2c16.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a0b3c04-411a-4ce8-b729-f630918c2c16-root {
    text-align: center;
  }


#s-2a0b3c04-411a-4ce8-b729-f630918c2c16.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a0b3c04-411a-4ce8-b729-f630918c2c16-root {
    text-align: center;
  }


#s-2a0b3c04-411a-4ce8-b729-f630918c2c16.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2a0b3c04-411a-4ce8-b729-f630918c2c16-root {
    text-align: center;
  }


#s-2a0b3c04-411a-4ce8-b729-f630918c2c16.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}
  #s-2a0b3c04-411a-4ce8-b729-f630918c2c16-root {
    text-align: center;
  }


#s-2a0b3c04-411a-4ce8-b729-f630918c2c16.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}

#s-d98d70c2-654d-48c0-8cc0-209c3cc1abb7 {
  text-align: center;
}







  #s-d98d70c2-654d-48c0-8cc0-209c3cc1abb7 img.shogun-image {
    

    
    
    
  }


#s-d98d70c2-654d-48c0-8cc0-209c3cc1abb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d87f79e-c996-44ba-a6a5-2ef113c81369 {
  border-style: solid;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5d87f79e-c996-44ba-a6a5-2ef113c81369:hover {background-color: rgba(255, 229, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5d87f79e-c996-44ba-a6a5-2ef113c81369:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5d87f79e-c996-44ba-a6a5-2ef113c81369-root {
    text-align: center;
  }


#s-5d87f79e-c996-44ba-a6a5-2ef113c81369.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5d87f79e-c996-44ba-a6a5-2ef113c81369-root {
    text-align: center;
  }


#s-5d87f79e-c996-44ba-a6a5-2ef113c81369.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d87f79e-c996-44ba-a6a5-2ef113c81369-root {
    text-align: center;
  }


#s-5d87f79e-c996-44ba-a6a5-2ef113c81369.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d87f79e-c996-44ba-a6a5-2ef113c81369-root {
    text-align: center;
  }


#s-5d87f79e-c996-44ba-a6a5-2ef113c81369.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5d87f79e-c996-44ba-a6a5-2ef113c81369-root {
    text-align: center;
  }


#s-5d87f79e-c996-44ba-a6a5-2ef113c81369.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}
  #s-5d87f79e-c996-44ba-a6a5-2ef113c81369-root {
    text-align: center;
  }


#s-5d87f79e-c996-44ba-a6a5-2ef113c81369.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}

#s-ac1f28e2-e447-4aa9-a1e7-7f38fb8f4cf2 {
  text-align: center;
}







  #s-ac1f28e2-e447-4aa9-a1e7-7f38fb8f4cf2 img.shogun-image {
    

    
    
    
  }


#s-ac1f28e2-e447-4aa9-a1e7-7f38fb8f4cf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5d03efd-dd9b-4241-aff9-914a318c0f89 {
  border-style: solid;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a5d03efd-dd9b-4241-aff9-914a318c0f89:hover {background-color: rgba(255, 229, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a5d03efd-dd9b-4241-aff9-914a318c0f89:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a5d03efd-dd9b-4241-aff9-914a318c0f89 {
  padding-left: 0px;
padding-right: 0px;
}
}

  #s-a5d03efd-dd9b-4241-aff9-914a318c0f89-root {
    text-align: center;
  }


#s-a5d03efd-dd9b-4241-aff9-914a318c0f89.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a5d03efd-dd9b-4241-aff9-914a318c0f89-root {
    text-align: center;
  }


#s-a5d03efd-dd9b-4241-aff9-914a318c0f89.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5d03efd-dd9b-4241-aff9-914a318c0f89-root {
    text-align: center;
  }


#s-a5d03efd-dd9b-4241-aff9-914a318c0f89.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5d03efd-dd9b-4241-aff9-914a318c0f89-root {
    text-align: center;
  }


#s-a5d03efd-dd9b-4241-aff9-914a318c0f89.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a5d03efd-dd9b-4241-aff9-914a318c0f89-root {
    text-align: center;
  }


#s-a5d03efd-dd9b-4241-aff9-914a318c0f89.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}
  #s-a5d03efd-dd9b-4241-aff9-914a318c0f89-root {
    text-align: center;
  }


#s-a5d03efd-dd9b-4241-aff9-914a318c0f89.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}

#s-96e24bd7-74d6-4ad1-85a0-8f299f95fc73 {
  text-align: center;
}







  #s-96e24bd7-74d6-4ad1-85a0-8f299f95fc73 img.shogun-image {
    

    
    
    
  }


#s-96e24bd7-74d6-4ad1-85a0-8f299f95fc73 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2355796-7d47-4908-97c5-1e97a06579cf {
  border-style: solid;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f2355796-7d47-4908-97c5-1e97a06579cf:hover {background-color: rgba(255, 229, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f2355796-7d47-4908-97c5-1e97a06579cf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f2355796-7d47-4908-97c5-1e97a06579cf {
  padding-left: 0px;
padding-right: 0px;
}
}

  #s-f2355796-7d47-4908-97c5-1e97a06579cf-root {
    text-align: center;
  }


#s-f2355796-7d47-4908-97c5-1e97a06579cf.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2355796-7d47-4908-97c5-1e97a06579cf-root {
    text-align: center;
  }


#s-f2355796-7d47-4908-97c5-1e97a06579cf.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2355796-7d47-4908-97c5-1e97a06579cf-root {
    text-align: center;
  }


#s-f2355796-7d47-4908-97c5-1e97a06579cf.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2355796-7d47-4908-97c5-1e97a06579cf-root {
    text-align: center;
  }


#s-f2355796-7d47-4908-97c5-1e97a06579cf.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2355796-7d47-4908-97c5-1e97a06579cf-root {
    text-align: center;
  }


#s-f2355796-7d47-4908-97c5-1e97a06579cf.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}
  #s-f2355796-7d47-4908-97c5-1e97a06579cf-root {
    text-align: center;
  }


#s-f2355796-7d47-4908-97c5-1e97a06579cf.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}

#s-38469164-99be-49f9-9d3d-463581649f6c {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-38469164-99be-49f9-9d3d-463581649f6c {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-38469164-99be-49f9-9d3d-463581649f6c {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-38469164-99be-49f9-9d3d-463581649f6c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0px;
  
}



#s-0671ac36-9772-4219-bbbd-01b4142d4d21 {
  border-style: solid;
margin-top: 0px;
margin-left: 25%;
margin-bottom: 40px;
margin-right: 25%;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0671ac36-9772-4219-bbbd-01b4142d4d21 {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-0671ac36-9772-4219-bbbd-01b4142d4d21 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-0671ac36-9772-4219-bbbd-01b4142d4d21 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f617c418-3c99-436d-a469-5cd6ae5c78ee {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 40px;
padding-bottom: 40px;
min-height: 700px;
background-position: center center;
}








#s-f617c418-3c99-436d-a469-5cd6ae5c78ee > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-f617c418-3c99-436d-a469-5cd6ae5c78ee.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px){






#s-f617c418-3c99-436d-a469-5cd6ae5c78ee > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-f617c418-3c99-436d-a469-5cd6ae5c78ee.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-8f6d4cd0-e59d-457d-bf42-9f1200d4f6fa {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f6d4cd0-e59d-457d-bf42-9f1200d4f6fa {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8f6d4cd0-e59d-457d-bf42-9f1200d4f6fa {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 7%;
padding-right: 7%;
}
}
@media (min-width: 0px) {
[id="s-8f6d4cd0-e59d-457d-bf42-9f1200d4f6fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f6d4cd0-e59d-457d-bf42-9f1200d4f6fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-8f6d4cd0-e59d-457d-bf42-9f1200d4f6fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f6d4cd0-e59d-457d-bf42-9f1200d4f6fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (max-width: 767px) {
  [id="s-8f6d4cd0-e59d-457d-bf42-9f1200d4f6fa"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ac49a22e-3f7f-4548-bc73-52e2adaf945e {
  margin-bottom: 50px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}







  #s-ac49a22e-3f7f-4548-bc73-52e2adaf945e img.shogun-image {
    

    
    
    
  }


#s-ac49a22e-3f7f-4548-bc73-52e2adaf945e .shogun-image-content {
  
    align-items: center;
  
}

#s-e1ca0527-0a9b-45cb-bb24-b91e3dba675b {
  margin-top: 0px;
margin-right: 12%;
}
@media (max-width: 767px){#s-e1ca0527-0a9b-45cb-bb24-b91e3dba675b {
  margin-right: 12%;
}
}
#s-e3419935-bb69-48e4-9897-27ffda0e21fe {
  margin-bottom: 10px;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e3419935-bb69-48e4-9897-27ffda0e21fe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.15em;
  
  text-align: left;
}



#s-00a1aa17-e1af-4acb-980d-021f4e29ea2a {
  margin-left: 0%;
margin-right: 12%;
}

#s-3963eefe-97b9-462e-bb02-b948b36f08e4 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 229, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3963eefe-97b9-462e-bb02-b948b36f08e4:hover {background-color: rgba(238, 213, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3963eefe-97b9-462e-bb02-b948b36f08e4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3963eefe-97b9-462e-bb02-b948b36f08e4 {
  margin-bottom: 30px;
}
}

  #s-3963eefe-97b9-462e-bb02-b948b36f08e4-root {
    text-align: left;
  }


#s-3963eefe-97b9-462e-bb02-b948b36f08e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3963eefe-97b9-462e-bb02-b948b36f08e4-root {
    text-align: left;
  }


#s-3963eefe-97b9-462e-bb02-b948b36f08e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3963eefe-97b9-462e-bb02-b948b36f08e4-root {
    text-align: left;
  }


#s-3963eefe-97b9-462e-bb02-b948b36f08e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3963eefe-97b9-462e-bb02-b948b36f08e4-root {
    text-align: left;
  }


#s-3963eefe-97b9-462e-bb02-b948b36f08e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3963eefe-97b9-462e-bb02-b948b36f08e4-root {
    text-align: left;
  }


#s-3963eefe-97b9-462e-bb02-b948b36f08e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-3963eefe-97b9-462e-bb02-b948b36f08e4-root {
    text-align: left;
  }


#s-3963eefe-97b9-462e-bb02-b948b36f08e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 60px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (max-width: 767px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}







#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d912fb2b-9730-4d11-b89f-242cac0d7e66.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f14289c2-cc47-4c47-a03d-6ffcc9eebdfc {
  margin-bottom: 100px;
padding-left: 2%;
padding-right: 2%;
min-height: 100px;
}
@media (max-width: 767px){#s-f14289c2-cc47-4c47-a03d-6ffcc9eebdfc {
  margin-bottom: 40px;
min-height: 100px;
}
}







#s-f14289c2-cc47-4c47-a03d-6ffcc9eebdfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f14289c2-cc47-4c47-a03d-6ffcc9eebdfc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-311418c1-fe0a-497c-86c1-81f94d02d3b6 {
  margin-top: 0px;
margin-left: 30%;
margin-bottom: 0px;
margin-right: 30%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-311418c1-fe0a-497c-86c1-81f94d02d3b6 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-311418c1-fe0a-497c-86c1-81f94d02d3b6 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-311418c1-fe0a-497c-86c1-81f94d02d3b6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0px;
  
}



#s-7b6cb889-a1bb-4328-a427-aee7ac1caad0 {
  border-style: solid;
margin-top: 0px;
margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
padding-top: 20px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b6cb889-a1bb-4328-a427-aee7ac1caad0 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-7b6cb889-a1bb-4328-a427-aee7ac1caad0 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-7b6cb889-a1bb-4328-a427-aee7ac1caad0 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5ff980c5-1953-497e-981f-3003294ac5eb {
  margin-top: 40px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5ff980c5-1953-497e-981f-3003294ac5eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ff980c5-1953-497e-981f-3003294ac5eb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ff980c5-1953-497e-981f-3003294ac5eb {
  
}
}@media (max-width: 767px){#s-5ff980c5-1953-497e-981f-3003294ac5eb {
  display: none;
}
#s-5ff980c5-1953-497e-981f-3003294ac5eb, #wrap-s-5ff980c5-1953-497e-981f-3003294ac5eb { display:none !important; }}







#s-5ff980c5-1953-497e-981f-3003294ac5eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ff980c5-1953-497e-981f-3003294ac5eb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-64f69eb0-44f2-4b0b-8bea-ae78185bdfb2 {
  margin-top: 3px;
margin-bottom: 3px;
}
}
@media (min-width: 0px) {
[id="s-64f69eb0-44f2-4b0b-8bea-ae78185bdfb2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-64f69eb0-44f2-4b0b-8bea-ae78185bdfb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-64f69eb0-44f2-4b0b-8bea-ae78185bdfb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-64f69eb0-44f2-4b0b-8bea-ae78185bdfb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

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

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

#s-bfd3d05b-513f-4986-8437-c91957106866 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-bfd3d05b-513f-4986-8437-c91957106866 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-852c03df-c132-446c-8f90-6ac5c4b9da09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-852c03df-c132-446c-8f90-6ac5c4b9da09 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-324ffa90-7fc2-4059-814d-eee3accaca3b {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-324ffa90-7fc2-4059-814d-eee3accaca3b {
  margin-top: 26px;
margin-bottom: 26px;
}
}
#s-d8d8c1b9-d6a8-412c-b340-43644acef3a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-d8d8c1b9-d6a8-412c-b340-43644acef3a9 {
  margin-top: -29px;
margin-bottom: -29px;
padding-top: 11px;
padding-bottom: 11px;
}
}
#s-d8d8c1b9-d6a8-412c-b340-43644acef3a9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-2d174eaa-56df-4357-9ce0-22db4df7f64d {
  margin-top: 26px;
margin-bottom: 26px;
}
}
#s-6f7fc904-7df5-4840-bff4-0d9552dd35b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-6f7fc904-7df5-4840-bff4-0d9552dd35b7 {
  margin-top: -29px;
margin-bottom: -29px;
}
}
#s-6f7fc904-7df5-4840-bff4-0d9552dd35b7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-956867f5-ada4-4feb-97d8-605854762c74 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-956867f5-ada4-4feb-97d8-605854762c74 {
  display: none;
}
#s-956867f5-ada4-4feb-97d8-605854762c74, #wrap-s-956867f5-ada4-4feb-97d8-605854762c74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-956867f5-ada4-4feb-97d8-605854762c74 {
  display: none;
}
#s-956867f5-ada4-4feb-97d8-605854762c74, #wrap-s-956867f5-ada4-4feb-97d8-605854762c74 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-956867f5-ada4-4feb-97d8-605854762c74 {
  display: none;
}
#s-956867f5-ada4-4feb-97d8-605854762c74, #wrap-s-956867f5-ada4-4feb-97d8-605854762c74 { display:none !important; }}@media (max-width: 767px){#s-956867f5-ada4-4feb-97d8-605854762c74 {
  min-height: 50px;
}
}







#s-956867f5-ada4-4feb-97d8-605854762c74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-956867f5-ada4-4feb-97d8-605854762c74.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b8796ed5-4755-4aa5-a7af-e71df82f8b32 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b8796ed5-4755-4aa5-a7af-e71df82f8b32 {
  display: none;
}
#s-b8796ed5-4755-4aa5-a7af-e71df82f8b32, #wrap-s-b8796ed5-4755-4aa5-a7af-e71df82f8b32 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8796ed5-4755-4aa5-a7af-e71df82f8b32 {
  display: none;
}
#s-b8796ed5-4755-4aa5-a7af-e71df82f8b32, #wrap-s-b8796ed5-4755-4aa5-a7af-e71df82f8b32 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8796ed5-4755-4aa5-a7af-e71df82f8b32 {
  display: none;
}
#s-b8796ed5-4755-4aa5-a7af-e71df82f8b32, #wrap-s-b8796ed5-4755-4aa5-a7af-e71df82f8b32 { display:none !important; }}
#s-b8796ed5-4755-4aa5-a7af-e71df82f8b32 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b8796ed5-4755-4aa5-a7af-e71df82f8b32 .shg-sld-nav-button.shg-sld-left,
#s-b8796ed5-4755-4aa5-a7af-e71df82f8b32 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (max-width: 767px){#s-5e9e1837-d85d-4d56-ac50-bbbc61eecac6 {
  margin-top: 26px;
margin-bottom: 26px;
}
}
#s-bc66886a-a0ed-4ef7-8ee5-a714c627404a {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-bc66886a-a0ed-4ef7-8ee5-a714c627404a {
  margin-top: 26px;
margin-bottom: 26px;
}
}
#s-f6b5b95a-87e8-4386-9a5a-bb40853c9fed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-f6b5b95a-87e8-4386-9a5a-bb40853c9fed {
  margin-top: -29px;
margin-bottom: -29px;
}
}
#s-f6b5b95a-87e8-4386-9a5a-bb40853c9fed .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-33ad7fd6-f556-4765-9e80-1c22730b9224 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-33ad7fd6-f556-4765-9e80-1c22730b9224 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f2918ed9-4916-4409-8b93-a10099dc1a66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-f2918ed9-4916-4409-8b93-a10099dc1a66 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f3039ced-93e3-4ead-8749-0a912e6c76c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-f3039ced-93e3-4ead-8749-0a912e6c76c2 {
  margin-top: -29px;
margin-bottom: -29px;
padding-top: 11px;
padding-bottom: 11px;
}
}
#s-f3039ced-93e3-4ead-8749-0a912e6c76c2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-b52d5654-cc29-463d-86be-50467adb585c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-b52d5654-cc29-463d-86be-50467adb585c {
  padding-left: 7%;
padding-right: 7%;
}
}
#s-b52d5654-cc29-463d-86be-50467adb585c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0px;
  
}



#s-e03807ed-3f15-4ec2-aaef-100304179a87 {
  margin-top: 16px;
margin-bottom: 32px;
text-align: left;
}

#s-0e21c7a4-eb71-4e79-abb3-b35672c97017 {
  margin-top: 39px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0e21c7a4-eb71-4e79-abb3-b35672c97017 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e21c7a4-eb71-4e79-abb3-b35672c97017 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e21c7a4-eb71-4e79-abb3-b35672c97017 {
  
}
}@media (max-width: 767px){#s-0e21c7a4-eb71-4e79-abb3-b35672c97017 {
  
}
}







#s-0e21c7a4-eb71-4e79-abb3-b35672c97017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e21c7a4-eb71-4e79-abb3-b35672c97017.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-f677c457-9094-4353-a2f4-94a7aa6b1160"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f677c457-9094-4353-a2f4-94a7aa6b1160"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f677c457-9094-4353-a2f4-94a7aa6b1160"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f677c457-9094-4353-a2f4-94a7aa6b1160"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0d3d669b-4e56-455a-80ca-59c7d394e8cf {
  text-align: center;
}







  #s-0d3d669b-4e56-455a-80ca-59c7d394e8cf img.shogun-image {
    

    
    
    
  }


#s-0d3d669b-4e56-455a-80ca-59c7d394e8cf .shogun-image-content {
  
    align-items: center;
  
}

#s-f5f63bff-495a-4e54-a016-030f66cc26f5 {
  text-align: center;
}







  #s-f5f63bff-495a-4e54-a016-030f66cc26f5 img.shogun-image {
    

    
    
    
  }


#s-f5f63bff-495a-4e54-a016-030f66cc26f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8354cbff-44eb-47d0-a787-99c0a8c91eb7 {
  text-align: center;
}







  #s-8354cbff-44eb-47d0-a787-99c0a8c91eb7 img.shogun-image {
    

    
    
    
  }


#s-8354cbff-44eb-47d0-a787-99c0a8c91eb7 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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