.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-787d95d3-19b3-4531-90a3-95763b61b83d {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-787d95d3-19b3-4531-90a3-95763b61b83d {
  margin-bottom: 20px;
}
}







#s-787d95d3-19b3-4531-90a3-95763b61b83d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-787d95d3-19b3-4531-90a3-95763b61b83d.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;
}

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

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

#s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 {
  min-height: 540px;
max-width: 2880px;
aspect-ratio: 2880/900;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 {
  min-height: 500px;
}
}@media (max-width: 767px){#s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 {
  display: none;
}
#s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0, #wrap-s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 { display:none !important; }}




  #s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 img.shogun-image,
  #s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 {
    width: 100%;
    height: auto;
  }




.s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0.shg-align-container {
  text-align: center
}

.s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 img.shogun-image,
  #s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 {
    width: 100%;
    height: auto;
  }




.s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0.shg-align-container {
  text-align: center
}

.s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0.shogun-image {
  box-sizing: border-box;
}


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



  #s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 img.shogun-image,
  #s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 {
    width: 100%;
    height: auto;
  }




.s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0.shg-align-container {
  text-align: center
}

.s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0.shogun-image {
  box-sizing: border-box;
}


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



  #s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 img.shogun-image,
  #s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 {
    width: 100%;
    height: auto;
  }




.s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0.shg-align-container {
  text-align: center
}

.s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0.shogun-image {
  box-sizing: border-box;
}


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



  #s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 img.shogun-image,
  #s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 {
    width: 100%;
    height: auto;
  }




.s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0.shg-align-container {
  text-align: center
}

.s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc4261d6-3bd5-4253-aafb-92d2f7ff98f0.shogun-image {
  box-sizing: border-box;
}


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

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

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

@media (min-width: 0px) {
[id="s-310280fa-5c97-4620-bad3-6f6c4b79103b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-310280fa-5c97-4620-bad3-6f6c4b79103b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-310280fa-5c97-4620-bad3-6f6c4b79103b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-310280fa-5c97-4620-bad3-6f6c4b79103b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-310280fa-5c97-4620-bad3-6f6c4b79103b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-310280fa-5c97-4620-bad3-6f6c4b79103b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-310280fa-5c97-4620-bad3-6f6c4b79103b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.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-712c205e-15ae-4f60-b812-bd97cf99d307 {
  padding-top: 70px;
padding-left: 7px;
padding-bottom: 70px;
padding-right: 7px;
text-align: center;
background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1200px){#s-712c205e-15ae-4f60-b812-bd97cf99d307 {
  padding-top: 20px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-712c205e-15ae-4f60-b812-bd97cf99d307 {
  padding-top: 20px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-712c205e-15ae-4f60-b812-bd97cf99d307 {
  padding-top: 20px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-712c205e-15ae-4f60-b812-bd97cf99d307 {
  padding-top: 15px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0.6);
}
}
#s-712c205e-15ae-4f60-b812-bd97cf99d307 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-712c205e-15ae-4f60-b812-bd97cf99d307 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 44px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-712c205e-15ae-4f60-b812-bd97cf99d307 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-712c205e-15ae-4f60-b812-bd97cf99d307 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-b16fd5db-43e9-44a6-9d22-c783d2893a4c {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1200px){#s-b16fd5db-43e9-44a6-9d22-c783d2893a4c {
  padding-bottom: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b16fd5db-43e9-44a6-9d22-c783d2893a4c {
  padding-bottom: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b16fd5db-43e9-44a6-9d22-c783d2893a4c {
  padding-bottom: 5px;
}
}@media (max-width: 767px){#s-b16fd5db-43e9-44a6-9d22-c783d2893a4c {
  padding-bottom: 10px;
display: none;
}
#s-b16fd5db-43e9-44a6-9d22-c783d2893a4c, #wrap-s-b16fd5db-43e9-44a6-9d22-c783d2893a4c { display:none !important; }}
#s-e3cc3f3b-319d-49ca-87c8-2d33ac50b971 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0.8);
}








#s-e3cc3f3b-319d-49ca-87c8-2d33ac50b971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3cc3f3b-319d-49ca-87c8-2d33ac50b971.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-068ecf92-2896-4009-86f9-c0a8ad03657c {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(188, 91, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-068ecf92-2896-4009-86f9-c0a8ad03657c:hover {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-068ecf92-2896-4009-86f9-c0a8ad03657c:active {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-068ecf92-2896-4009-86f9-c0a8ad03657c {
  margin-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-068ecf92-2896-4009-86f9-c0a8ad03657c {
  margin-bottom: 25px;
}
}

  #s-068ecf92-2896-4009-86f9-c0a8ad03657c-root {
    text-align: center;
  }


#s-068ecf92-2896-4009-86f9-c0a8ad03657c.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-068ecf92-2896-4009-86f9-c0a8ad03657c-root {
    text-align: center;
  }


#s-068ecf92-2896-4009-86f9-c0a8ad03657c.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-068ecf92-2896-4009-86f9-c0a8ad03657c-root {
    text-align: center;
  }


#s-068ecf92-2896-4009-86f9-c0a8ad03657c.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-068ecf92-2896-4009-86f9-c0a8ad03657c-root {
    text-align: center;
  }


#s-068ecf92-2896-4009-86f9-c0a8ad03657c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-068ecf92-2896-4009-86f9-c0a8ad03657c-root {
    text-align: center;
  }


#s-068ecf92-2896-4009-86f9-c0a8ad03657c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-bb36508c-1a6a-476b-8612-1b3e9b45a958 {
  min-height: 262px;
max-width: 767px;
aspect-ratio: 597/262;
text-align: center;
}
@media (min-width: 1200px){#s-bb36508c-1a6a-476b-8612-1b3e9b45a958 {
  display: none;
}
#s-bb36508c-1a6a-476b-8612-1b3e9b45a958, #wrap-s-bb36508c-1a6a-476b-8612-1b3e9b45a958 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb36508c-1a6a-476b-8612-1b3e9b45a958 {
  display: none;
}
#s-bb36508c-1a6a-476b-8612-1b3e9b45a958, #wrap-s-bb36508c-1a6a-476b-8612-1b3e9b45a958 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb36508c-1a6a-476b-8612-1b3e9b45a958 {
  display: none;
}
#s-bb36508c-1a6a-476b-8612-1b3e9b45a958, #wrap-s-bb36508c-1a6a-476b-8612-1b3e9b45a958 { display:none !important; }}@media (max-width: 767px){#s-bb36508c-1a6a-476b-8612-1b3e9b45a958 {
  margin-top: 7px;
}
}




  #s-bb36508c-1a6a-476b-8612-1b3e9b45a958 img.shogun-image,
  #s-bb36508c-1a6a-476b-8612-1b3e9b45a958 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb36508c-1a6a-476b-8612-1b3e9b45a958 {
    width: 100%;
    height: auto;
  }




.s-bb36508c-1a6a-476b-8612-1b3e9b45a958 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb36508c-1a6a-476b-8612-1b3e9b45a958.shg-align-container {
  text-align: center
}

.s-bb36508c-1a6a-476b-8612-1b3e9b45a958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb36508c-1a6a-476b-8612-1b3e9b45a958.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-bb36508c-1a6a-476b-8612-1b3e9b45a958 img.shogun-image,
  #s-bb36508c-1a6a-476b-8612-1b3e9b45a958 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb36508c-1a6a-476b-8612-1b3e9b45a958 {
    width: 100%;
    height: auto;
  }




.s-bb36508c-1a6a-476b-8612-1b3e9b45a958 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb36508c-1a6a-476b-8612-1b3e9b45a958.shg-align-container {
  text-align: center
}

.s-bb36508c-1a6a-476b-8612-1b3e9b45a958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb36508c-1a6a-476b-8612-1b3e9b45a958.shogun-image {
  box-sizing: border-box;
}


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



  #s-bb36508c-1a6a-476b-8612-1b3e9b45a958 img.shogun-image,
  #s-bb36508c-1a6a-476b-8612-1b3e9b45a958 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb36508c-1a6a-476b-8612-1b3e9b45a958 {
    width: 100%;
    height: auto;
  }




.s-bb36508c-1a6a-476b-8612-1b3e9b45a958 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb36508c-1a6a-476b-8612-1b3e9b45a958.shg-align-container {
  text-align: center
}

.s-bb36508c-1a6a-476b-8612-1b3e9b45a958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb36508c-1a6a-476b-8612-1b3e9b45a958.shogun-image {
  box-sizing: border-box;
}


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



  #s-bb36508c-1a6a-476b-8612-1b3e9b45a958 img.shogun-image,
  #s-bb36508c-1a6a-476b-8612-1b3e9b45a958 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb36508c-1a6a-476b-8612-1b3e9b45a958 {
    width: 100%;
    height: auto;
  }




.s-bb36508c-1a6a-476b-8612-1b3e9b45a958 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb36508c-1a6a-476b-8612-1b3e9b45a958.shg-align-container {
  text-align: center
}

.s-bb36508c-1a6a-476b-8612-1b3e9b45a958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb36508c-1a6a-476b-8612-1b3e9b45a958.shogun-image {
  box-sizing: border-box;
}


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



  #s-bb36508c-1a6a-476b-8612-1b3e9b45a958 img.shogun-image,
  #s-bb36508c-1a6a-476b-8612-1b3e9b45a958 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb36508c-1a6a-476b-8612-1b3e9b45a958 {
    width: 100%;
    height: auto;
  }




.s-bb36508c-1a6a-476b-8612-1b3e9b45a958 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb36508c-1a6a-476b-8612-1b3e9b45a958.shg-align-container {
  text-align: center
}

.s-bb36508c-1a6a-476b-8612-1b3e9b45a958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb36508c-1a6a-476b-8612-1b3e9b45a958.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-a65774d6-ce63-48a2-8153-239acd356030"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a65774d6-ce63-48a2-8153-239acd356030"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a65774d6-ce63-48a2-8153-239acd356030"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a65774d6-ce63-48a2-8153-239acd356030"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a65774d6-ce63-48a2-8153-239acd356030"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a65774d6-ce63-48a2-8153-239acd356030"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a65774d6-ce63-48a2-8153-239acd356030"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-ea00298d-33c2-4dfd-be14-82fe718c7370 {
  padding-top: 70px;
padding-left: 7px;
padding-bottom: 70px;
padding-right: 7px;
text-align: center;
background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1200px){#s-ea00298d-33c2-4dfd-be14-82fe718c7370 {
  padding-top: 20px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea00298d-33c2-4dfd-be14-82fe718c7370 {
  padding-top: 20px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea00298d-33c2-4dfd-be14-82fe718c7370 {
  padding-top: 20px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-ea00298d-33c2-4dfd-be14-82fe718c7370 {
  padding-top: 15px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0.6);
}
}
#s-ea00298d-33c2-4dfd-be14-82fe718c7370 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-ea00298d-33c2-4dfd-be14-82fe718c7370 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 44px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ea00298d-33c2-4dfd-be14-82fe718c7370 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-ea00298d-33c2-4dfd-be14-82fe718c7370 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-a3a7e0a5-7634-45d1-b0e3-ee96f831f86f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 1200px){#s-a3a7e0a5-7634-45d1-b0e3-ee96f831f86f {
  display: none;
}
#s-a3a7e0a5-7634-45d1-b0e3-ee96f831f86f, #wrap-s-a3a7e0a5-7634-45d1-b0e3-ee96f831f86f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3a7e0a5-7634-45d1-b0e3-ee96f831f86f {
  display: none;
}
#s-a3a7e0a5-7634-45d1-b0e3-ee96f831f86f, #wrap-s-a3a7e0a5-7634-45d1-b0e3-ee96f831f86f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3a7e0a5-7634-45d1-b0e3-ee96f831f86f {
  display: none;
}
#s-a3a7e0a5-7634-45d1-b0e3-ee96f831f86f, #wrap-s-a3a7e0a5-7634-45d1-b0e3-ee96f831f86f { display:none !important; }}







#s-a3a7e0a5-7634-45d1-b0e3-ee96f831f86f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3a7e0a5-7634-45d1-b0e3-ee96f831f86f.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-928d8d3e-8904-42e6-a06a-783a3ee86c77 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-928d8d3e-8904-42e6-a06a-783a3ee86c77 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-928d8d3e-8904-42e6-a06a-783a3ee86c77 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-928d8d3e-8904-42e6-a06a-783a3ee86c77 .shg-sld-nav-button.shg-sld-left,
#s-928d8d3e-8904-42e6-a06a-783a3ee86c77 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-35ce23d7-c0bb-49c6-aab0-ab01980c5963 {
  background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-35ce23d7-c0bb-49c6-aab0-ab01980c5963 {
  padding-bottom: 45px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35ce23d7-c0bb-49c6-aab0-ab01980c5963 {
  padding-bottom: 45px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-35ce23d7-c0bb-49c6-aab0-ab01980c5963 {
  padding-bottom: 20px;
}
}@media (max-width: 767px){#s-35ce23d7-c0bb-49c6-aab0-ab01980c5963 {
  padding-bottom: 0px;
}
}
#s-e2b90638-ef55-42da-8a79-5c83dcf626fd {
  background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-e2b90638-ef55-42da-8a79-5c83dcf626fd {
  padding-bottom: 45px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2b90638-ef55-42da-8a79-5c83dcf626fd {
  padding-bottom: 45px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2b90638-ef55-42da-8a79-5c83dcf626fd {
  padding-bottom: 20px;
}
}@media (max-width: 767px){#s-e2b90638-ef55-42da-8a79-5c83dcf626fd {
  padding-bottom: 0px;
}
}
#s-66a63f47-67a2-496b-adce-946f13fcb656 {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1200px){#s-66a63f47-67a2-496b-adce-946f13fcb656 {
  padding-bottom: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66a63f47-67a2-496b-adce-946f13fcb656 {
  padding-bottom: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-66a63f47-67a2-496b-adce-946f13fcb656 {
  padding-bottom: 5px;
}
}@media (max-width: 767px){#s-66a63f47-67a2-496b-adce-946f13fcb656 {
  padding-bottom: 10px;
display: none;
}
#s-66a63f47-67a2-496b-adce-946f13fcb656, #wrap-s-66a63f47-67a2-496b-adce-946f13fcb656 { display:none !important; }}
#s-d77dca7e-dc25-482e-98a5-ed826ebbe048 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0.8);
}








#s-d77dca7e-dc25-482e-98a5-ed826ebbe048 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d77dca7e-dc25-482e-98a5-ed826ebbe048.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa86e45b-fa6b-4683-90bd-8fa3db3c1180 {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(188, 91, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-aa86e45b-fa6b-4683-90bd-8fa3db3c1180:hover {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aa86e45b-fa6b-4683-90bd-8fa3db3c1180:active {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-aa86e45b-fa6b-4683-90bd-8fa3db3c1180 {
  margin-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa86e45b-fa6b-4683-90bd-8fa3db3c1180 {
  margin-bottom: 25px;
}
}

  #s-aa86e45b-fa6b-4683-90bd-8fa3db3c1180-root {
    text-align: center;
  }


#s-aa86e45b-fa6b-4683-90bd-8fa3db3c1180.shg-btn {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa86e45b-fa6b-4683-90bd-8fa3db3c1180-root {
    text-align: center;
  }


#s-aa86e45b-fa6b-4683-90bd-8fa3db3c1180.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa86e45b-fa6b-4683-90bd-8fa3db3c1180-root {
    text-align: center;
  }


#s-aa86e45b-fa6b-4683-90bd-8fa3db3c1180.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa86e45b-fa6b-4683-90bd-8fa3db3c1180-root {
    text-align: center;
  }


#s-aa86e45b-fa6b-4683-90bd-8fa3db3c1180.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa86e45b-fa6b-4683-90bd-8fa3db3c1180-root {
    text-align: center;
  }


#s-aa86e45b-fa6b-4683-90bd-8fa3db3c1180.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-07e8b723-b27e-4ee6-a348-0c0e9b497104 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-07e8b723-b27e-4ee6-a348-0c0e9b497104 {
  display: none;
}
#s-07e8b723-b27e-4ee6-a348-0c0e9b497104, #wrap-s-07e8b723-b27e-4ee6-a348-0c0e9b497104 { display:none !important; }}
#s-3a02e361-c2ae-4f38-b2ad-99ec44677a7c {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-3a02e361-c2ae-4f38-b2ad-99ec44677a7c {
  display: none;
}
#s-3a02e361-c2ae-4f38-b2ad-99ec44677a7c, #wrap-s-3a02e361-c2ae-4f38-b2ad-99ec44677a7c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a02e361-c2ae-4f38-b2ad-99ec44677a7c {
  display: none;
}
#s-3a02e361-c2ae-4f38-b2ad-99ec44677a7c, #wrap-s-3a02e361-c2ae-4f38-b2ad-99ec44677a7c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a02e361-c2ae-4f38-b2ad-99ec44677a7c {
  display: none;
}
#s-3a02e361-c2ae-4f38-b2ad-99ec44677a7c, #wrap-s-3a02e361-c2ae-4f38-b2ad-99ec44677a7c { display:none !important; }}@media (max-width: 767px){#s-3a02e361-c2ae-4f38-b2ad-99ec44677a7c {
  margin-left: -5px;
margin-right: -5px;
padding-top: 15px;
padding-bottom: 0px;
}
}
#s-3a02e361-c2ae-4f38-b2ad-99ec44677a7c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3a02e361-c2ae-4f38-b2ad-99ec44677a7c .shg-sld-nav-button.shg-sld-left,
#s-3a02e361-c2ae-4f38-b2ad-99ec44677a7c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-2af34251-4723-4930-80bb-67986b529284 {
  margin-top: 40px;
margin-bottom: 5px;
min-height: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-2af34251-4723-4930-80bb-67986b529284 {
  margin-bottom: 30px;
min-height: 36px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2af34251-4723-4930-80bb-67986b529284 {
  margin-bottom: 30px;
min-height: 32px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2af34251-4723-4930-80bb-67986b529284 {
  margin-bottom: 30px;
min-height: 25px;
}
}@media (max-width: 767px){#s-2af34251-4723-4930-80bb-67986b529284 {
  margin-top: 30px;
margin-bottom: 10px;
}
}






  #s-2af34251-4723-4930-80bb-67986b529284 img.shogun-image {
    

    
    
    
  }


#s-2af34251-4723-4930-80bb-67986b529284 .shogun-image-content {
  
    align-items: center;
  
}

#s-12b8dc55-fb10-407c-8413-959362611639 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
min-height: 50px;
max-width: 1900px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-12b8dc55-fb10-407c-8413-959362611639 {
  margin-bottom: 20px;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-12b8dc55-fb10-407c-8413-959362611639 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-12b8dc55-fb10-407c-8413-959362611639 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-12b8dc55-fb10-407c-8413-959362611639 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12b8dc55-fb10-407c-8413-959362611639.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82a97852-b959-4887-bed4-bb744195167f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-82a97852-b959-4887-bed4-bb744195167f {
  margin-top: 20px;
}
}
#s-82a97852-b959-4887-bed4-bb744195167f .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IM Fell English SC";
  font-style:  normal ;
  font-size: 69px;
  
  letter-spacing: -1px;
  
}


@media (max-width: 767px){#s-82a97852-b959-4887-bed4-bb744195167f .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IM Fell English SC";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: -1px;
  
}


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

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

#s-af2a9e5b-851a-47e8-9ba6-667c33e0e85f hr {
  border-top: 4px solid rgba(119, 119, 119, 1);
}

@media (max-width: 767px){#s-3f25855f-39e9-40e0-9d54-a7955ee52294 {
  margin-top: -10px;
}
}
@media (min-width: 0px) {
[id="s-3f25855f-39e9-40e0-9d54-a7955ee52294"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3f25855f-39e9-40e0-9d54-a7955ee52294"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3f25855f-39e9-40e0-9d54-a7955ee52294"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3f25855f-39e9-40e0-9d54-a7955ee52294"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b56cef72-d6fc-4b0d-87c5-3925dbd14ab6 {
  min-height: 50px;
}








#s-b56cef72-d6fc-4b0d-87c5-3925dbd14ab6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b56cef72-d6fc-4b0d-87c5-3925dbd14ab6 {
  cursor: pointer;
}#s-b56cef72-d6fc-4b0d-87c5-3925dbd14ab6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed87f700-276d-4c88-ac71-14072422378b {
  text-align: center;
}
@media (min-width: 1200px){#s-ed87f700-276d-4c88-ac71-14072422378b {
  min-height: 218px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed87f700-276d-4c88-ac71-14072422378b {
  min-height: 201px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed87f700-276d-4c88-ac71-14072422378b {
  min-height: 158px;
}
}@media (max-width: 767px){#s-ed87f700-276d-4c88-ac71-14072422378b {
  min-height: 130px;
}
}






  #s-ed87f700-276d-4c88-ac71-14072422378b img.shogun-image {
    

    
    
    
  }


#s-ed87f700-276d-4c88-ac71-14072422378b .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: ;
}

#s-1fdda2b8-08be-4c38-a875-279f18437307 {
  min-height: 50px;
}








#s-1fdda2b8-08be-4c38-a875-279f18437307 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fdda2b8-08be-4c38-a875-279f18437307 {
  cursor: pointer;
}#s-1fdda2b8-08be-4c38-a875-279f18437307.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e597063d-f70f-4e8b-9c1b-aa31045ff940 {
  text-align: center;
}
@media (min-width: 1200px){#s-e597063d-f70f-4e8b-9c1b-aa31045ff940 {
  min-height: 218px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e597063d-f70f-4e8b-9c1b-aa31045ff940 {
  min-height: 201px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e597063d-f70f-4e8b-9c1b-aa31045ff940 {
  min-height: 158px;
}
}@media (max-width: 767px){#s-e597063d-f70f-4e8b-9c1b-aa31045ff940 {
  min-height: 130px;
}
}






  #s-e597063d-f70f-4e8b-9c1b-aa31045ff940 img.shogun-image {
    

    
    
    
  }


#s-e597063d-f70f-4e8b-9c1b-aa31045ff940 .shogun-image-content {
  
    align-items: center;
  
}

#s-25f9cc2b-3fa8-425c-aea1-7cc715262b6a {
  min-height: 50px;
}
@media (max-width: 767px){#s-25f9cc2b-3fa8-425c-aea1-7cc715262b6a {
  margin-top: 10px;
}
}







#s-25f9cc2b-3fa8-425c-aea1-7cc715262b6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25f9cc2b-3fa8-425c-aea1-7cc715262b6a {
  cursor: pointer;
}#s-25f9cc2b-3fa8-425c-aea1-7cc715262b6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f11e7936-d2f1-46b0-9110-c63bb80f1c16 {
  text-align: center;
}
@media (min-width: 1200px){#s-f11e7936-d2f1-46b0-9110-c63bb80f1c16 {
  min-height: 218px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f11e7936-d2f1-46b0-9110-c63bb80f1c16 {
  min-height: 201px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f11e7936-d2f1-46b0-9110-c63bb80f1c16 {
  min-height: 158px;
}
}@media (max-width: 767px){#s-f11e7936-d2f1-46b0-9110-c63bb80f1c16 {
  min-height: 130px;
}
}






  #s-f11e7936-d2f1-46b0-9110-c63bb80f1c16 img.shogun-image {
    

    
    
    
  }


#s-f11e7936-d2f1-46b0-9110-c63bb80f1c16 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-83788eac-d156-4f40-b522-bdc247ad363c {
  margin-top: 10px;
}
}
#s-3bbedc22-c2c0-42ee-9304-105187500988 {
  min-height: 50px;
}
@media (max-width: 767px){#s-3bbedc22-c2c0-42ee-9304-105187500988 {
  margin-top: 10px;
}
}







#s-3bbedc22-c2c0-42ee-9304-105187500988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bbedc22-c2c0-42ee-9304-105187500988 {
  cursor: pointer;
}#s-3bbedc22-c2c0-42ee-9304-105187500988.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abd14e58-94cf-472c-be7d-1ed260728295 {
  text-align: center;
}
@media (min-width: 1200px){#s-abd14e58-94cf-472c-be7d-1ed260728295 {
  min-height: 218px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-abd14e58-94cf-472c-be7d-1ed260728295 {
  min-height: 201px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-abd14e58-94cf-472c-be7d-1ed260728295 {
  min-height: 158px;
}
}@media (max-width: 767px){#s-abd14e58-94cf-472c-be7d-1ed260728295 {
  min-height: 130px;
}
}






  #s-abd14e58-94cf-472c-be7d-1ed260728295 img.shogun-image {
    

    
    
    
  }


#s-abd14e58-94cf-472c-be7d-1ed260728295 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-e3b53e0f-f715-4bce-ae47-00f4baab677f {
  margin-top: 10px;
}
}
#s-bfc17c2d-3ba8-407b-b28c-c610ec794d17 {
  margin-top: 45px;
margin-bottom: 5px;
min-height: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-bfc17c2d-3ba8-407b-b28c-c610ec794d17 {
  margin-top: 30px;
margin-bottom: 35px;
min-height: 36px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bfc17c2d-3ba8-407b-b28c-c610ec794d17 {
  margin-top: 30px;
margin-bottom: 35px;
min-height: 32px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfc17c2d-3ba8-407b-b28c-c610ec794d17 {
  margin-top: 30px;
margin-bottom: 35px;
min-height: 25px;
}
}@media (max-width: 767px){#s-bfc17c2d-3ba8-407b-b28c-c610ec794d17 {
  margin-top: 15px;
margin-bottom: 10px;
min-height: 20px;
}
}






  #s-bfc17c2d-3ba8-407b-b28c-c610ec794d17 img.shogun-image {
    

    
    
    
  }


#s-bfc17c2d-3ba8-407b-b28c-c610ec794d17 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b9336d2-fd13-4fec-9894-7e7ca8ed5918 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-2b9336d2-fd13-4fec-9894-7e7ca8ed5918 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-2b9336d2-fd13-4fec-9894-7e7ca8ed5918 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-2b9336d2-fd13-4fec-9894-7e7ca8ed5918 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b9336d2-fd13-4fec-9894-7e7ca8ed5918.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71807fb8-87ac-402b-bbbd-384423735ea9 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-71807fb8-87ac-402b-bbbd-384423735ea9 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-71807fb8-87ac-402b-bbbd-384423735ea9 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-71807fb8-87ac-402b-bbbd-384423735ea9 {
  margin-top: 20px;
padding-left: 0%;
padding-right: 0%;
}
}
#s-71807fb8-87ac-402b-bbbd-384423735ea9 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IM Fell English SC";
  font-style:  normal ;
  font-size: 69px;
  
  letter-spacing: -1px;
  
}


@media (max-width: 767px){#s-71807fb8-87ac-402b-bbbd-384423735ea9 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IM Fell English SC";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: -1px;
  
}


}
#s-7953156f-0f9d-4f25-95d8-3c3ecb92cd6a hr {
  border-top: 4px solid rgba(119, 119, 119, 1);
}

#s-f5a4f8f3-c3eb-4285-9024-5f55a66cb2ee {
  padding-left: 5%;
padding-right: 5%;
max-width: 1100em;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f5a4f8f3-c3eb-4285-9024-5f55a66cb2ee {
  padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5a4f8f3-c3eb-4285-9024-5f55a66cb2ee {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-f5a4f8f3-c3eb-4285-9024-5f55a66cb2ee {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-5a6eed72-7cd4-4e57-8db8-3ec9349ef114 {
  min-height: 343px;
text-align: center;
}
@media (max-width: 767px){#s-5a6eed72-7cd4-4e57-8db8-3ec9349ef114 {
  min-height: 341px;
}
}
#s-02505baf-bd4f-4485-9081-c1ebee1c2eb6 {
  margin-top: 45px;
margin-bottom: 5px;
min-height: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-02505baf-bd4f-4485-9081-c1ebee1c2eb6 {
  margin-top: 0px;
margin-bottom: 35px;
min-height: 36px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02505baf-bd4f-4485-9081-c1ebee1c2eb6 {
  margin-top: 5px;
margin-bottom: 35px;
min-height: 32px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-02505baf-bd4f-4485-9081-c1ebee1c2eb6 {
  margin-top: 15px;
margin-bottom: 35px;
min-height: 25px;
}
}@media (max-width: 767px){#s-02505baf-bd4f-4485-9081-c1ebee1c2eb6 {
  margin-top: 5px;
margin-bottom: 10px;
}
}






  #s-02505baf-bd4f-4485-9081-c1ebee1c2eb6 img.shogun-image {
    

    
    
    
  }


#s-02505baf-bd4f-4485-9081-c1ebee1c2eb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-abe50741-dbda-47e9-bce9-40530c68a55d {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-abe50741-dbda-47e9-bce9-40530c68a55d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-abe50741-dbda-47e9-bce9-40530c68a55d {
  margin-bottom: 20px;
padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-abe50741-dbda-47e9-bce9-40530c68a55d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-abe50741-dbda-47e9-bce9-40530c68a55d {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-abe50741-dbda-47e9-bce9-40530c68a55d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abe50741-dbda-47e9-bce9-40530c68a55d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-e043e300-bc31-4cdb-b79a-5147d804f350 {
  margin-top: 20px;
padding-left: 7%;
padding-right: 7%;
}
}
#s-424deada-8394-484d-b7e0-2855bf4e8bf7 hr {
  border-top: 4px solid rgba(119, 119, 119, 1);
}

#s-d8f3d639-4eae-436d-93f8-fe8370e0bff7 {
  max-width: 1100em;
}

#s-e3ac3922-3d6e-4cba-83cf-ea9fa4e10105 {
  margin-top: -10px;
}
@media (max-width: 767px){#s-e3ac3922-3d6e-4cba-83cf-ea9fa4e10105 {
  display: none;
}
#s-e3ac3922-3d6e-4cba-83cf-ea9fa4e10105, #wrap-s-e3ac3922-3d6e-4cba-83cf-ea9fa4e10105 { display:none !important; }}
#s-e3ac3922-3d6e-4cba-83cf-ea9fa4e10105 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e3ac3922-3d6e-4cba-83cf-ea9fa4e10105 .shg-sld-nav-button.shg-sld-left,
#s-e3ac3922-3d6e-4cba-83cf-ea9fa4e10105 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-2c8eb042-615a-423c-a50a-6efa35e19eaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c8eb042-615a-423c-a50a-6efa35e19eaf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c8eb042-615a-423c-a50a-6efa35e19eaf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c8eb042-615a-423c-a50a-6efa35e19eaf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0d006d9d-19ee-449e-b30e-7e832a05e888 {
  min-height: 50px;
}








#s-0d006d9d-19ee-449e-b30e-7e832a05e888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d006d9d-19ee-449e-b30e-7e832a05e888 {
  cursor: pointer;
}#s-0d006d9d-19ee-449e-b30e-7e832a05e888.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56701f44-647b-45c0-a595-0255364dc051 {
  text-align: center;
}
@media (min-width: 1200px){#s-56701f44-647b-45c0-a595-0255364dc051 {
  min-height: 343px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56701f44-647b-45c0-a595-0255364dc051 {
  min-height: 273px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-56701f44-647b-45c0-a595-0255364dc051 {
  min-height: 199px;
}
}






  #s-56701f44-647b-45c0-a595-0255364dc051 img.shogun-image {
    

    
    
    
  }


#s-56701f44-647b-45c0-a595-0255364dc051 .shogun-image-content {
  
    align-items: center;
  
}

#s-bae3677b-fdc1-4741-a241-3085767a49bc {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9fb78964-ce98-4dbb-8266-25f6627f861e {
  text-align: center;
}

#s-6d4735f8-f72b-47a7-9e70-2a572dc12af3 {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(188, 91, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6d4735f8-f72b-47a7-9e70-2a572dc12af3:hover {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6d4735f8-f72b-47a7-9e70-2a572dc12af3:active {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6d4735f8-f72b-47a7-9e70-2a572dc12af3-root {
    text-align: center;
  }


#s-6d4735f8-f72b-47a7-9e70-2a572dc12af3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6d4735f8-f72b-47a7-9e70-2a572dc12af3-root {
    text-align: center;
  }


#s-6d4735f8-f72b-47a7-9e70-2a572dc12af3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d4735f8-f72b-47a7-9e70-2a572dc12af3-root {
    text-align: center;
  }


#s-6d4735f8-f72b-47a7-9e70-2a572dc12af3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d4735f8-f72b-47a7-9e70-2a572dc12af3-root {
    text-align: center;
  }


#s-6d4735f8-f72b-47a7-9e70-2a572dc12af3.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6d4735f8-f72b-47a7-9e70-2a572dc12af3-root {
    text-align: center;
  }


#s-6d4735f8-f72b-47a7-9e70-2a572dc12af3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-ff9c2312-3192-428c-abc5-bc0d107088e9 {
  min-height: 50px;
}








#s-ff9c2312-3192-428c-abc5-bc0d107088e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff9c2312-3192-428c-abc5-bc0d107088e9 {
  cursor: pointer;
}#s-ff9c2312-3192-428c-abc5-bc0d107088e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84111961-7733-4a9c-808f-5ca3dc262451 {
  text-align: center;
}
@media (min-width: 1200px){#s-84111961-7733-4a9c-808f-5ca3dc262451 {
  min-height: 343px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84111961-7733-4a9c-808f-5ca3dc262451 {
  min-height: 273px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-84111961-7733-4a9c-808f-5ca3dc262451 {
  min-height: 199px;
}
}






  #s-84111961-7733-4a9c-808f-5ca3dc262451 img.shogun-image {
    

    
    
    
  }


#s-84111961-7733-4a9c-808f-5ca3dc262451 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9832635-06e8-4253-b485-a32ba8638700 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-095e0844-c005-47b7-a15d-d8aaac294fb9 {
  text-align: center;
}

#s-6a189cae-6a95-4c22-9fcf-48e1d714b55d {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(188, 91, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6a189cae-6a95-4c22-9fcf-48e1d714b55d:hover {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6a189cae-6a95-4c22-9fcf-48e1d714b55d:active {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6a189cae-6a95-4c22-9fcf-48e1d714b55d-root {
    text-align: center;
  }


#s-6a189cae-6a95-4c22-9fcf-48e1d714b55d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a189cae-6a95-4c22-9fcf-48e1d714b55d-root {
    text-align: center;
  }


#s-6a189cae-6a95-4c22-9fcf-48e1d714b55d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a189cae-6a95-4c22-9fcf-48e1d714b55d-root {
    text-align: center;
  }


#s-6a189cae-6a95-4c22-9fcf-48e1d714b55d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a189cae-6a95-4c22-9fcf-48e1d714b55d-root {
    text-align: center;
  }


#s-6a189cae-6a95-4c22-9fcf-48e1d714b55d.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a189cae-6a95-4c22-9fcf-48e1d714b55d-root {
    text-align: center;
  }


#s-6a189cae-6a95-4c22-9fcf-48e1d714b55d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-a11eadd6-7984-4a7f-819e-9c4a1861668f {
  min-height: 50px;
}








#s-a11eadd6-7984-4a7f-819e-9c4a1861668f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a11eadd6-7984-4a7f-819e-9c4a1861668f {
  cursor: pointer;
}#s-a11eadd6-7984-4a7f-819e-9c4a1861668f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e69d38cf-0086-4ddc-85fd-d27bb8ff16f6 {
  text-align: center;
}
@media (min-width: 1200px){#s-e69d38cf-0086-4ddc-85fd-d27bb8ff16f6 {
  min-height: 343px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e69d38cf-0086-4ddc-85fd-d27bb8ff16f6 {
  min-height: 273px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e69d38cf-0086-4ddc-85fd-d27bb8ff16f6 {
  min-height: 199px;
}
}






  #s-e69d38cf-0086-4ddc-85fd-d27bb8ff16f6 img.shogun-image {
    

    
    
    
  }


#s-e69d38cf-0086-4ddc-85fd-d27bb8ff16f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4484ca59-7268-46e7-b183-b60adde7bb78 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-819336b5-4ad9-4432-8891-3f7ae30cb1a2 {
  text-align: center;
}

#s-57739975-1821-4967-a9bb-4ee806d70bf5 {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(188, 91, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-57739975-1821-4967-a9bb-4ee806d70bf5:hover {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57739975-1821-4967-a9bb-4ee806d70bf5:active {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-57739975-1821-4967-a9bb-4ee806d70bf5-root {
    text-align: center;
  }


#s-57739975-1821-4967-a9bb-4ee806d70bf5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57739975-1821-4967-a9bb-4ee806d70bf5-root {
    text-align: center;
  }


#s-57739975-1821-4967-a9bb-4ee806d70bf5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57739975-1821-4967-a9bb-4ee806d70bf5-root {
    text-align: center;
  }


#s-57739975-1821-4967-a9bb-4ee806d70bf5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57739975-1821-4967-a9bb-4ee806d70bf5-root {
    text-align: center;
  }


#s-57739975-1821-4967-a9bb-4ee806d70bf5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57739975-1821-4967-a9bb-4ee806d70bf5-root {
    text-align: center;
  }


#s-57739975-1821-4967-a9bb-4ee806d70bf5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-46dfe90a-4c4e-4f1d-b055-8a3ab96ce545"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46dfe90a-4c4e-4f1d-b055-8a3ab96ce545"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-46dfe90a-4c4e-4f1d-b055-8a3ab96ce545"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-46dfe90a-4c4e-4f1d-b055-8a3ab96ce545"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-60a06082-54fb-40ee-b221-14fe2ae0d577 {
  min-height: 50px;
}








#s-60a06082-54fb-40ee-b221-14fe2ae0d577 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60a06082-54fb-40ee-b221-14fe2ae0d577 {
  cursor: pointer;
}#s-60a06082-54fb-40ee-b221-14fe2ae0d577.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccaa9058-fbcb-4639-aeae-d9ebbc81656a {
  text-align: center;
}
@media (min-width: 1200px){#s-ccaa9058-fbcb-4639-aeae-d9ebbc81656a {
  min-height: 343px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ccaa9058-fbcb-4639-aeae-d9ebbc81656a {
  min-height: 273px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ccaa9058-fbcb-4639-aeae-d9ebbc81656a {
  min-height: 199px;
}
}






  #s-ccaa9058-fbcb-4639-aeae-d9ebbc81656a img.shogun-image {
    

    
    
    
  }


#s-ccaa9058-fbcb-4639-aeae-d9ebbc81656a .shogun-image-content {
  
    align-items: center;
  
}

#s-918dcec5-42fe-4ab5-8427-539c8f122128 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-aa96c9e3-6294-46bd-a153-90100f68f546 {
  text-align: center;
}

#s-7c97de55-a377-4761-b322-a98a2a2358af {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(188, 91, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7c97de55-a377-4761-b322-a98a2a2358af:hover {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7c97de55-a377-4761-b322-a98a2a2358af:active {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7c97de55-a377-4761-b322-a98a2a2358af-root {
    text-align: center;
  }


#s-7c97de55-a377-4761-b322-a98a2a2358af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7c97de55-a377-4761-b322-a98a2a2358af-root {
    text-align: center;
  }


#s-7c97de55-a377-4761-b322-a98a2a2358af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c97de55-a377-4761-b322-a98a2a2358af-root {
    text-align: center;
  }


#s-7c97de55-a377-4761-b322-a98a2a2358af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c97de55-a377-4761-b322-a98a2a2358af-root {
    text-align: center;
  }


#s-7c97de55-a377-4761-b322-a98a2a2358af.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7c97de55-a377-4761-b322-a98a2a2358af-root {
    text-align: center;
  }


#s-7c97de55-a377-4761-b322-a98a2a2358af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-da0a5bbb-0624-4216-8b02-d9994bc7e481 {
  min-height: 50px;
}








#s-da0a5bbb-0624-4216-8b02-d9994bc7e481 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da0a5bbb-0624-4216-8b02-d9994bc7e481 {
  cursor: pointer;
}#s-da0a5bbb-0624-4216-8b02-d9994bc7e481.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9682fc1-23c9-4c2a-b50c-aa51cbd69835 {
  text-align: center;
}
@media (min-width: 1200px){#s-d9682fc1-23c9-4c2a-b50c-aa51cbd69835 {
  min-height: 343px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9682fc1-23c9-4c2a-b50c-aa51cbd69835 {
  min-height: 273px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9682fc1-23c9-4c2a-b50c-aa51cbd69835 {
  min-height: 199px;
}
}






  #s-d9682fc1-23c9-4c2a-b50c-aa51cbd69835 img.shogun-image {
    

    
    
    
  }


#s-d9682fc1-23c9-4c2a-b50c-aa51cbd69835 .shogun-image-content {
  
    align-items: center;
  
}

#s-afc2960e-cb0f-4b3e-86a1-c466c147ce01 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4b573d41-81be-4a57-a413-a2d767bda1a8 {
  text-align: center;
}

#s-f31a7aa1-ddd4-4610-8adf-9535e0fe9947 {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(188, 91, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f31a7aa1-ddd4-4610-8adf-9535e0fe9947:hover {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f31a7aa1-ddd4-4610-8adf-9535e0fe9947:active {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f31a7aa1-ddd4-4610-8adf-9535e0fe9947-root {
    text-align: center;
  }


#s-f31a7aa1-ddd4-4610-8adf-9535e0fe9947.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f31a7aa1-ddd4-4610-8adf-9535e0fe9947-root {
    text-align: center;
  }


#s-f31a7aa1-ddd4-4610-8adf-9535e0fe9947.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f31a7aa1-ddd4-4610-8adf-9535e0fe9947-root {
    text-align: center;
  }


#s-f31a7aa1-ddd4-4610-8adf-9535e0fe9947.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f31a7aa1-ddd4-4610-8adf-9535e0fe9947-root {
    text-align: center;
  }


#s-f31a7aa1-ddd4-4610-8adf-9535e0fe9947.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f31a7aa1-ddd4-4610-8adf-9535e0fe9947-root {
    text-align: center;
  }


#s-f31a7aa1-ddd4-4610-8adf-9535e0fe9947.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-a7a1976a-9817-4afb-9d74-3171bd0d3556 {
  min-height: 50px;
}








#s-a7a1976a-9817-4afb-9d74-3171bd0d3556 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7a1976a-9817-4afb-9d74-3171bd0d3556 {
  cursor: pointer;
}#s-a7a1976a-9817-4afb-9d74-3171bd0d3556.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a33b4e71-321e-4a13-bd28-2fbb89a9713f {
  text-align: center;
}
@media (min-width: 1200px){#s-a33b4e71-321e-4a13-bd28-2fbb89a9713f {
  min-height: 343px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a33b4e71-321e-4a13-bd28-2fbb89a9713f {
  min-height: 273px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a33b4e71-321e-4a13-bd28-2fbb89a9713f {
  min-height: 199px;
}
}






  #s-a33b4e71-321e-4a13-bd28-2fbb89a9713f img.shogun-image {
    

    
    
    
  }


#s-a33b4e71-321e-4a13-bd28-2fbb89a9713f .shogun-image-content {
  
    align-items: center;
  
}

#s-f7e3b4cd-07f0-4703-a92a-26b4f4b87876 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1e93be4c-9078-405e-a389-a64929a4bb23 {
  text-align: center;
}

#s-643be15d-8a6a-495f-89ea-6bc9e1d084ba {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(188, 91, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-643be15d-8a6a-495f-89ea-6bc9e1d084ba:hover {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-643be15d-8a6a-495f-89ea-6bc9e1d084ba:active {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-643be15d-8a6a-495f-89ea-6bc9e1d084ba-root {
    text-align: center;
  }


#s-643be15d-8a6a-495f-89ea-6bc9e1d084ba.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-643be15d-8a6a-495f-89ea-6bc9e1d084ba-root {
    text-align: center;
  }


#s-643be15d-8a6a-495f-89ea-6bc9e1d084ba.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-643be15d-8a6a-495f-89ea-6bc9e1d084ba-root {
    text-align: center;
  }


#s-643be15d-8a6a-495f-89ea-6bc9e1d084ba.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-643be15d-8a6a-495f-89ea-6bc9e1d084ba-root {
    text-align: center;
  }


#s-643be15d-8a6a-495f-89ea-6bc9e1d084ba.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-643be15d-8a6a-495f-89ea-6bc9e1d084ba-root {
    text-align: center;
  }


#s-643be15d-8a6a-495f-89ea-6bc9e1d084ba.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-44439917-8bd1-434a-be3d-b63cc43c83b6 {
  margin-top: -20px;
}
@media (min-width: 1200px){#s-44439917-8bd1-434a-be3d-b63cc43c83b6 {
  display: none;
}
#s-44439917-8bd1-434a-be3d-b63cc43c83b6, #wrap-s-44439917-8bd1-434a-be3d-b63cc43c83b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44439917-8bd1-434a-be3d-b63cc43c83b6 {
  display: none;
}
#s-44439917-8bd1-434a-be3d-b63cc43c83b6, #wrap-s-44439917-8bd1-434a-be3d-b63cc43c83b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44439917-8bd1-434a-be3d-b63cc43c83b6 {
  display: none;
}
#s-44439917-8bd1-434a-be3d-b63cc43c83b6, #wrap-s-44439917-8bd1-434a-be3d-b63cc43c83b6 { display:none !important; }}
#s-44439917-8bd1-434a-be3d-b63cc43c83b6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-44439917-8bd1-434a-be3d-b63cc43c83b6 .shg-sld-nav-button.shg-sld-left,
#s-44439917-8bd1-434a-be3d-b63cc43c83b6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-fd57756a-8e70-4425-8997-c33402e70def {
  min-height: 50px;
}








#s-fd57756a-8e70-4425-8997-c33402e70def > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd57756a-8e70-4425-8997-c33402e70def {
  cursor: pointer;
}#s-fd57756a-8e70-4425-8997-c33402e70def.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6260819-22e2-43a9-ad36-af15a89294e9 {
  text-align: center;
}
@media (max-width: 767px){#s-e6260819-22e2-43a9-ad36-af15a89294e9 {
  min-height: 208px;
}
}






  #s-e6260819-22e2-43a9-ad36-af15a89294e9 img.shogun-image {
    

    
    
    
  }


#s-e6260819-22e2-43a9-ad36-af15a89294e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ae8e6a1-cb33-46d6-ad04-9a3c1719c4b6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a64b95cf-c44b-4813-8612-51cc0c65a939 {
  text-align: center;
}

#s-72e0669a-751d-4a52-8ef5-30100d66339e {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(188, 91, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-72e0669a-751d-4a52-8ef5-30100d66339e:hover {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-72e0669a-751d-4a52-8ef5-30100d66339e:active {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-72e0669a-751d-4a52-8ef5-30100d66339e-root {
    text-align: center;
  }


#s-72e0669a-751d-4a52-8ef5-30100d66339e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-72e0669a-751d-4a52-8ef5-30100d66339e-root {
    text-align: center;
  }


#s-72e0669a-751d-4a52-8ef5-30100d66339e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72e0669a-751d-4a52-8ef5-30100d66339e-root {
    text-align: center;
  }


#s-72e0669a-751d-4a52-8ef5-30100d66339e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72e0669a-751d-4a52-8ef5-30100d66339e-root {
    text-align: center;
  }


#s-72e0669a-751d-4a52-8ef5-30100d66339e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-72e0669a-751d-4a52-8ef5-30100d66339e-root {
    text-align: center;
  }


#s-72e0669a-751d-4a52-8ef5-30100d66339e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-6ec65db0-c005-4dab-a5bd-b377bc76bdf3 {
  min-height: 50px;
}








#s-6ec65db0-c005-4dab-a5bd-b377bc76bdf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ec65db0-c005-4dab-a5bd-b377bc76bdf3 {
  cursor: pointer;
}#s-6ec65db0-c005-4dab-a5bd-b377bc76bdf3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1430bea4-d3e9-48f6-9115-43df53058c92 {
  text-align: center;
}
@media (max-width: 767px){#s-1430bea4-d3e9-48f6-9115-43df53058c92 {
  min-height: 208px;
}
}






  #s-1430bea4-d3e9-48f6-9115-43df53058c92 img.shogun-image {
    

    
    
    
  }


#s-1430bea4-d3e9-48f6-9115-43df53058c92 .shogun-image-content {
  
    align-items: center;
  
}

#s-586db0df-93c4-4bca-bd59-684d03d9e216 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a166d15b-dab1-415b-8121-f9e4074105a8 {
  text-align: center;
}

#s-53a57e9f-84cc-4416-9584-55aaabac8c0a {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(188, 91, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-53a57e9f-84cc-4416-9584-55aaabac8c0a:hover {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-53a57e9f-84cc-4416-9584-55aaabac8c0a:active {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-53a57e9f-84cc-4416-9584-55aaabac8c0a-root {
    text-align: center;
  }


#s-53a57e9f-84cc-4416-9584-55aaabac8c0a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-53a57e9f-84cc-4416-9584-55aaabac8c0a-root {
    text-align: center;
  }


#s-53a57e9f-84cc-4416-9584-55aaabac8c0a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-53a57e9f-84cc-4416-9584-55aaabac8c0a-root {
    text-align: center;
  }


#s-53a57e9f-84cc-4416-9584-55aaabac8c0a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-53a57e9f-84cc-4416-9584-55aaabac8c0a-root {
    text-align: center;
  }


#s-53a57e9f-84cc-4416-9584-55aaabac8c0a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-53a57e9f-84cc-4416-9584-55aaabac8c0a-root {
    text-align: center;
  }


#s-53a57e9f-84cc-4416-9584-55aaabac8c0a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-0793632d-fd0e-4ebb-a260-07d47df42b67 {
  min-height: 50px;
}








#s-0793632d-fd0e-4ebb-a260-07d47df42b67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0793632d-fd0e-4ebb-a260-07d47df42b67 {
  cursor: pointer;
}#s-0793632d-fd0e-4ebb-a260-07d47df42b67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f51f7256-ab12-4625-b668-000addc4a2d5 {
  text-align: center;
}
@media (max-width: 767px){#s-f51f7256-ab12-4625-b668-000addc4a2d5 {
  min-height: 208px;
}
}






  #s-f51f7256-ab12-4625-b668-000addc4a2d5 img.shogun-image {
    

    
    
    
  }


#s-f51f7256-ab12-4625-b668-000addc4a2d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c0dba43-4a9f-4399-801b-9d511c0371ee {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f8d817fb-6574-435b-b104-1b8117887739 {
  text-align: center;
}

#s-ec467b20-3f20-4f35-b4bb-29a892990da8 {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(188, 91, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ec467b20-3f20-4f35-b4bb-29a892990da8:hover {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ec467b20-3f20-4f35-b4bb-29a892990da8:active {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ec467b20-3f20-4f35-b4bb-29a892990da8-root {
    text-align: center;
  }


#s-ec467b20-3f20-4f35-b4bb-29a892990da8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec467b20-3f20-4f35-b4bb-29a892990da8-root {
    text-align: center;
  }


#s-ec467b20-3f20-4f35-b4bb-29a892990da8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec467b20-3f20-4f35-b4bb-29a892990da8-root {
    text-align: center;
  }


#s-ec467b20-3f20-4f35-b4bb-29a892990da8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec467b20-3f20-4f35-b4bb-29a892990da8-root {
    text-align: center;
  }


#s-ec467b20-3f20-4f35-b4bb-29a892990da8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec467b20-3f20-4f35-b4bb-29a892990da8-root {
    text-align: center;
  }


#s-ec467b20-3f20-4f35-b4bb-29a892990da8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-03dcc15b-25ea-4ba2-b2b2-63bf22a8edbd {
  min-height: 50px;
}








#s-03dcc15b-25ea-4ba2-b2b2-63bf22a8edbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03dcc15b-25ea-4ba2-b2b2-63bf22a8edbd {
  cursor: pointer;
}#s-03dcc15b-25ea-4ba2-b2b2-63bf22a8edbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91851c56-712d-4ad5-be59-4e04d5464d2e {
  text-align: center;
}
@media (max-width: 767px){#s-91851c56-712d-4ad5-be59-4e04d5464d2e {
  min-height: 208px;
}
}






  #s-91851c56-712d-4ad5-be59-4e04d5464d2e img.shogun-image {
    

    
    
    
  }


#s-91851c56-712d-4ad5-be59-4e04d5464d2e .shogun-image-content {
  
    align-items: center;
  
}

#s-387aa042-b0d3-4e46-902f-de218b2b3d94 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-18e1fc71-bff5-428e-acfa-cccb9b8e40c6 {
  text-align: center;
}

#s-f86a83d9-fc7a-4e0a-8363-17f38caa6d3b {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(188, 91, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f86a83d9-fc7a-4e0a-8363-17f38caa6d3b:hover {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f86a83d9-fc7a-4e0a-8363-17f38caa6d3b:active {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f86a83d9-fc7a-4e0a-8363-17f38caa6d3b-root {
    text-align: center;
  }


#s-f86a83d9-fc7a-4e0a-8363-17f38caa6d3b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f86a83d9-fc7a-4e0a-8363-17f38caa6d3b-root {
    text-align: center;
  }


#s-f86a83d9-fc7a-4e0a-8363-17f38caa6d3b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f86a83d9-fc7a-4e0a-8363-17f38caa6d3b-root {
    text-align: center;
  }


#s-f86a83d9-fc7a-4e0a-8363-17f38caa6d3b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f86a83d9-fc7a-4e0a-8363-17f38caa6d3b-root {
    text-align: center;
  }


#s-f86a83d9-fc7a-4e0a-8363-17f38caa6d3b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f86a83d9-fc7a-4e0a-8363-17f38caa6d3b-root {
    text-align: center;
  }


#s-f86a83d9-fc7a-4e0a-8363-17f38caa6d3b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-48d0d984-f48d-4cd3-a8d2-b2b6606b2219 {
  min-height: 50px;
}








#s-48d0d984-f48d-4cd3-a8d2-b2b6606b2219 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48d0d984-f48d-4cd3-a8d2-b2b6606b2219 {
  cursor: pointer;
}#s-48d0d984-f48d-4cd3-a8d2-b2b6606b2219.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-681b07b2-6393-4e41-a3cc-dc988e605b2e {
  text-align: center;
}
@media (max-width: 767px){#s-681b07b2-6393-4e41-a3cc-dc988e605b2e {
  min-height: 208px;
}
}






  #s-681b07b2-6393-4e41-a3cc-dc988e605b2e img.shogun-image {
    

    
    
    
  }


#s-681b07b2-6393-4e41-a3cc-dc988e605b2e .shogun-image-content {
  
    align-items: center;
  
}

#s-5b789355-198f-4ba0-be74-21613e148551 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a9f13312-9cca-4c53-ac20-cfda064e748c {
  text-align: center;
}

#s-342d34a6-b866-43c9-81a6-b624534e839c {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(188, 91, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-342d34a6-b866-43c9-81a6-b624534e839c:hover {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-342d34a6-b866-43c9-81a6-b624534e839c:active {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-342d34a6-b866-43c9-81a6-b624534e839c-root {
    text-align: center;
  }


#s-342d34a6-b866-43c9-81a6-b624534e839c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-342d34a6-b866-43c9-81a6-b624534e839c-root {
    text-align: center;
  }


#s-342d34a6-b866-43c9-81a6-b624534e839c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-342d34a6-b866-43c9-81a6-b624534e839c-root {
    text-align: center;
  }


#s-342d34a6-b866-43c9-81a6-b624534e839c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-342d34a6-b866-43c9-81a6-b624534e839c-root {
    text-align: center;
  }


#s-342d34a6-b866-43c9-81a6-b624534e839c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-342d34a6-b866-43c9-81a6-b624534e839c-root {
    text-align: center;
  }


#s-342d34a6-b866-43c9-81a6-b624534e839c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-0586d89e-d283-4f8a-b4f6-ccdd0f08b7aa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 475px;
}








#s-0586d89e-d283-4f8a-b4f6-ccdd0f08b7aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0586d89e-d283-4f8a-b4f6-ccdd0f08b7aa {
  cursor: pointer;
}#s-0586d89e-d283-4f8a-b4f6-ccdd0f08b7aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1980d33f-75b0-4632-8a84-12381edff39e {
  text-align: center;
}
@media (max-width: 767px){#s-1980d33f-75b0-4632-8a84-12381edff39e {
  min-height: 208px;
}
}






  #s-1980d33f-75b0-4632-8a84-12381edff39e img.shogun-image {
    

    
    
    
  }


#s-1980d33f-75b0-4632-8a84-12381edff39e .shogun-image-content {
  
    align-items: center;
  
}

#s-d34e8dab-c991-47fa-901f-b151d19b58dd {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-23e5d757-a201-410b-8118-f1e6a9b2d1ee {
  text-align: center;
}

#s-253b399c-2f2d-4de7-a034-deb56ac74921 {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(188, 91, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-253b399c-2f2d-4de7-a034-deb56ac74921:hover {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-253b399c-2f2d-4de7-a034-deb56ac74921:active {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-253b399c-2f2d-4de7-a034-deb56ac74921-root {
    text-align: center;
  }


#s-253b399c-2f2d-4de7-a034-deb56ac74921.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-253b399c-2f2d-4de7-a034-deb56ac74921-root {
    text-align: center;
  }


#s-253b399c-2f2d-4de7-a034-deb56ac74921.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-253b399c-2f2d-4de7-a034-deb56ac74921-root {
    text-align: center;
  }


#s-253b399c-2f2d-4de7-a034-deb56ac74921.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-253b399c-2f2d-4de7-a034-deb56ac74921-root {
    text-align: center;
  }


#s-253b399c-2f2d-4de7-a034-deb56ac74921.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-253b399c-2f2d-4de7-a034-deb56ac74921-root {
    text-align: center;
  }


#s-253b399c-2f2d-4de7-a034-deb56ac74921.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-e754c3a4-42ff-4625-acee-c3ce9677818e {
  margin-top: 45px;
margin-bottom: 5px;
min-height: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-e754c3a4-42ff-4625-acee-c3ce9677818e {
  margin-top: 40px;
margin-bottom: 30px;
min-height: 36px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e754c3a4-42ff-4625-acee-c3ce9677818e {
  margin-top: 40px;
margin-bottom: 30px;
min-height: 32px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e754c3a4-42ff-4625-acee-c3ce9677818e {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 25px;
}
}@media (max-width: 767px){#s-e754c3a4-42ff-4625-acee-c3ce9677818e {
  margin-top: 15px;
margin-bottom: 25px;
}
}






  #s-e754c3a4-42ff-4625-acee-c3ce9677818e img.shogun-image {
    

    
    
    
  }


#s-e754c3a4-42ff-4625-acee-c3ce9677818e .shogun-image-content {
  
    align-items: center;
  
}

#s-ffa33f55-03ee-478c-9fcb-ca3160941989 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0px;
min-height: 50px;
max-width: 1375px;
background-color: rgba(255, 255, 255, 1);
}








#s-ffa33f55-03ee-478c-9fcb-ca3160941989 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffa33f55-03ee-478c-9fcb-ca3160941989.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b216627-b698-4f6c-a943-c351dd9dba19 hr {
  border-top: 4px solid rgba(119, 119, 119, 1);
}

#s-fea00be9-48cd-4df4-8a92-396831efe5bf {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-fea00be9-48cd-4df4-8a92-396831efe5bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fea00be9-48cd-4df4-8a92-396831efe5bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fea00be9-48cd-4df4-8a92-396831efe5bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fea00be9-48cd-4df4-8a92-396831efe5bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-00f18d3d-a3a6-4308-a33e-3682f9753396 {
  margin-top: 10px;
margin-bottom: 5px;
}
}
#s-5054c034-4345-40cf-8b01-5af1e4ccd5e5 {
  max-width: 1100px;
}

#s-4c0a3321-6613-462f-b850-17dd1aa8dc42 {
  margin-top: 45px;
margin-bottom: 5px;
min-height: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-4c0a3321-6613-462f-b850-17dd1aa8dc42 {
  margin-top: 50px;
margin-bottom: 30px;
min-height: 36px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c0a3321-6613-462f-b850-17dd1aa8dc42 {
  margin-top: 50px;
margin-bottom: 30px;
min-height: 32px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c0a3321-6613-462f-b850-17dd1aa8dc42 {
  margin-top: 50px;
margin-bottom: 30px;
min-height: 25px;
}
}@media (max-width: 767px){#s-4c0a3321-6613-462f-b850-17dd1aa8dc42 {
  margin-top: 5px;
margin-bottom: 25px;
}
}






  #s-4c0a3321-6613-462f-b850-17dd1aa8dc42 img.shogun-image {
    

    
    
    
  }


#s-4c0a3321-6613-462f-b850-17dd1aa8dc42 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1f8c538-da73-4a72-99f3-420495eb49c7 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b1f8c538-da73-4a72-99f3-420495eb49c7 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b1f8c538-da73-4a72-99f3-420495eb49c7 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-b1f8c538-da73-4a72-99f3-420495eb49c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1f8c538-da73-4a72-99f3-420495eb49c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c90f96b7-c3c7-4bc8-a02b-7035f3f3dc48 hr {
  border-top: 4px solid rgba(119, 119, 119, 1);
}

#s-e8f18758-4ca5-41a8-ad0f-ae0ae107cc9a {
  max-width: 1100px;
}

#s-d99f9164-93c8-496a-bd75-8840a7b8a4b0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d99f9164-93c8-496a-bd75-8840a7b8a4b0 {
  display: none;
}
#s-d99f9164-93c8-496a-bd75-8840a7b8a4b0, #wrap-s-d99f9164-93c8-496a-bd75-8840a7b8a4b0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d99f9164-93c8-496a-bd75-8840a7b8a4b0 {
  display: none;
}
#s-d99f9164-93c8-496a-bd75-8840a7b8a4b0, #wrap-s-d99f9164-93c8-496a-bd75-8840a7b8a4b0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d99f9164-93c8-496a-bd75-8840a7b8a4b0 {
  display: none;
}
#s-d99f9164-93c8-496a-bd75-8840a7b8a4b0, #wrap-s-d99f9164-93c8-496a-bd75-8840a7b8a4b0 { display:none !important; }}







#s-d99f9164-93c8-496a-bd75-8840a7b8a4b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d99f9164-93c8-496a-bd75-8840a7b8a4b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed4337d9-311f-4105-acf9-814457b253de {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ed4337d9-311f-4105-acf9-814457b253de {
  display: none;
}
#s-ed4337d9-311f-4105-acf9-814457b253de, #wrap-s-ed4337d9-311f-4105-acf9-814457b253de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed4337d9-311f-4105-acf9-814457b253de {
  display: none;
}
#s-ed4337d9-311f-4105-acf9-814457b253de, #wrap-s-ed4337d9-311f-4105-acf9-814457b253de { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed4337d9-311f-4105-acf9-814457b253de {
  display: none;
}
#s-ed4337d9-311f-4105-acf9-814457b253de, #wrap-s-ed4337d9-311f-4105-acf9-814457b253de { display:none !important; }}
#s-ed4337d9-311f-4105-acf9-814457b253de .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ed4337d9-311f-4105-acf9-814457b253de .shg-sld-nav-button.shg-sld-left,
#s-ed4337d9-311f-4105-acf9-814457b253de .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-79761950-5e36-4651-993b-6184cb36e3b5 {
  box-shadow:0px 4px 6px 2px rgba(51, 51, 51, 0.5);
margin-left: auto;
margin-right: auto;
max-width: 350px;
background-color: rgba(104, 126, 48, 1);
}
@media (max-width: 767px){#s-79761950-5e36-4651-993b-6184cb36e3b5 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
}







#s-79761950-5e36-4651-993b-6184cb36e3b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79761950-5e36-4651-993b-6184cb36e3b5 {
  cursor: pointer;
}#s-79761950-5e36-4651-993b-6184cb36e3b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1556f3f1-3b4e-46e9-b998-fcfbb34c7aa3 {
  text-align: center;
}
@media (max-width: 767px){#s-1556f3f1-3b4e-46e9-b998-fcfbb34c7aa3 {
  min-height: 147px;
}
}






  #s-1556f3f1-3b4e-46e9-b998-fcfbb34c7aa3 img.shogun-image {
    

    
    
    
  }


#s-1556f3f1-3b4e-46e9-b998-fcfbb34c7aa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc09ba82-b65f-40d8-8c5f-75788665c72f {
  padding-top: 15px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
}

#s-d90a9da8-a918-4650-b2f4-28b1479f3e8a {
  margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d90a9da8-a918-4650-b2f4-28b1479f3e8a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d90a9da8-a918-4650-b2f4-28b1479f3e8a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d90a9da8-a918-4650-b2f4-28b1479f3e8a-root {
    text-align: center;
  }


#s-d90a9da8-a918-4650-b2f4-28b1479f3e8a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d90a9da8-a918-4650-b2f4-28b1479f3e8a-root {
    text-align: center;
  }


#s-d90a9da8-a918-4650-b2f4-28b1479f3e8a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d90a9da8-a918-4650-b2f4-28b1479f3e8a-root {
    text-align: center;
  }


#s-d90a9da8-a918-4650-b2f4-28b1479f3e8a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d90a9da8-a918-4650-b2f4-28b1479f3e8a-root {
    text-align: center;
  }


#s-d90a9da8-a918-4650-b2f4-28b1479f3e8a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d90a9da8-a918-4650-b2f4-28b1479f3e8a-root {
    text-align: center;
  }


#s-d90a9da8-a918-4650-b2f4-28b1479f3e8a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-becde8f1-181a-4dc7-aa77-824b906daaf1 {
  box-shadow:0px 4px 6px 2px rgba(51, 51, 51, 0.5);
margin-left: auto;
margin-right: auto;
max-width: 350px;
background-color: rgba(104, 126, 48, 1);
}
@media (max-width: 767px){#s-becde8f1-181a-4dc7-aa77-824b906daaf1 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
}







#s-becde8f1-181a-4dc7-aa77-824b906daaf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-becde8f1-181a-4dc7-aa77-824b906daaf1 {
  cursor: pointer;
}#s-becde8f1-181a-4dc7-aa77-824b906daaf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f98d53f-d2f3-4f1d-855f-b9d268609379 {
  text-align: center;
}
@media (max-width: 767px){#s-3f98d53f-d2f3-4f1d-855f-b9d268609379 {
  min-height: 147px;
}
}






  #s-3f98d53f-d2f3-4f1d-855f-b9d268609379 img.shogun-image {
    

    
    
    
  }


#s-3f98d53f-d2f3-4f1d-855f-b9d268609379 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a3f3e6a-2c37-4953-a6aa-31acc30f4dea {
  padding-top: 15px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
}

#s-26b402d5-4e15-4b32-89b5-3baf400ce591 {
  margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-26b402d5-4e15-4b32-89b5-3baf400ce591:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26b402d5-4e15-4b32-89b5-3baf400ce591:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-26b402d5-4e15-4b32-89b5-3baf400ce591-root {
    text-align: center;
  }


#s-26b402d5-4e15-4b32-89b5-3baf400ce591.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26b402d5-4e15-4b32-89b5-3baf400ce591-root {
    text-align: center;
  }


#s-26b402d5-4e15-4b32-89b5-3baf400ce591.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26b402d5-4e15-4b32-89b5-3baf400ce591-root {
    text-align: center;
  }


#s-26b402d5-4e15-4b32-89b5-3baf400ce591.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26b402d5-4e15-4b32-89b5-3baf400ce591-root {
    text-align: center;
  }


#s-26b402d5-4e15-4b32-89b5-3baf400ce591.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26b402d5-4e15-4b32-89b5-3baf400ce591-root {
    text-align: center;
  }


#s-26b402d5-4e15-4b32-89b5-3baf400ce591.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-57530170-9a79-4849-9bfc-a60582520048 {
  box-shadow:0px 4px 6px 2px rgba(51, 51, 51, 0.5);
margin-left: auto;
margin-right: auto;
max-width: 350px;
background-color: rgba(104, 126, 48, 1);
}
@media (max-width: 767px){#s-57530170-9a79-4849-9bfc-a60582520048 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
}







#s-57530170-9a79-4849-9bfc-a60582520048 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57530170-9a79-4849-9bfc-a60582520048 {
  cursor: pointer;
}#s-57530170-9a79-4849-9bfc-a60582520048.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c32b7f45-0c33-4bb5-88f0-d61d855591df {
  text-align: center;
}
@media (max-width: 767px){#s-c32b7f45-0c33-4bb5-88f0-d61d855591df {
  min-height: 147px;
}
}






  #s-c32b7f45-0c33-4bb5-88f0-d61d855591df img.shogun-image {
    

    
    
    
  }


#s-c32b7f45-0c33-4bb5-88f0-d61d855591df .shogun-image-content {
  
    align-items: center;
  
}

#s-1b144fe0-25aa-4e04-bdf5-8c69fe57a9ea {
  padding-top: 15px;
padding-left: 2px;
padding-bottom: 10px;
padding-right: 2px;
}

#s-1a31932e-8b7a-4759-8519-beb50673db24 {
  margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1a31932e-8b7a-4759-8519-beb50673db24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a31932e-8b7a-4759-8519-beb50673db24:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1a31932e-8b7a-4759-8519-beb50673db24-root {
    text-align: center;
  }


#s-1a31932e-8b7a-4759-8519-beb50673db24.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a31932e-8b7a-4759-8519-beb50673db24-root {
    text-align: center;
  }


#s-1a31932e-8b7a-4759-8519-beb50673db24.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a31932e-8b7a-4759-8519-beb50673db24-root {
    text-align: center;
  }


#s-1a31932e-8b7a-4759-8519-beb50673db24.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a31932e-8b7a-4759-8519-beb50673db24-root {
    text-align: center;
  }


#s-1a31932e-8b7a-4759-8519-beb50673db24.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a31932e-8b7a-4759-8519-beb50673db24-root {
    text-align: center;
  }


#s-1a31932e-8b7a-4759-8519-beb50673db24.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-d86c1a0a-2c96-4971-8261-ee9fff2cc21f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d86c1a0a-2c96-4971-8261-ee9fff2cc21f {
  min-height: 350px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d86c1a0a-2c96-4971-8261-ee9fff2cc21f {
  min-height: 350px;
}
}@media (max-width: 767px){#s-d86c1a0a-2c96-4971-8261-ee9fff2cc21f {
  display: none;
}
#s-d86c1a0a-2c96-4971-8261-ee9fff2cc21f, #wrap-s-d86c1a0a-2c96-4971-8261-ee9fff2cc21f { display:none !important; }}







#s-d86c1a0a-2c96-4971-8261-ee9fff2cc21f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d86c1a0a-2c96-4971-8261-ee9fff2cc21f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24c3a10a-1de6-4975-b37e-1df06108d841 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1375px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-24c3a10a-1de6-4975-b37e-1df06108d841 {
  margin-bottom: 28px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-24c3a10a-1de6-4975-b37e-1df06108d841 {
  margin-bottom: 27px;
}
}@media (max-width: 767px){#s-24c3a10a-1de6-4975-b37e-1df06108d841 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-24c3a10a-1de6-4975-b37e-1df06108d841"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24c3a10a-1de6-4975-b37e-1df06108d841"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-24c3a10a-1de6-4975-b37e-1df06108d841"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-24c3a10a-1de6-4975-b37e-1df06108d841"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-523841bd-7efc-4ab4-9cf6-484f44c89207 {
  box-shadow:0px 4px 6px 2px rgba(51, 51, 51, 0.5);
margin-left: auto;
margin-right: auto;
max-width: 350px;
background-color: rgba(104, 126, 48, 1);
}
@media (min-width: 1200px){#s-523841bd-7efc-4ab4-9cf6-484f44c89207 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-523841bd-7efc-4ab4-9cf6-484f44c89207 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-523841bd-7efc-4ab4-9cf6-484f44c89207 {
  
}
}@media (max-width: 767px){#s-523841bd-7efc-4ab4-9cf6-484f44c89207 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
}







#s-523841bd-7efc-4ab4-9cf6-484f44c89207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-523841bd-7efc-4ab4-9cf6-484f44c89207 {
  cursor: pointer;
}#s-523841bd-7efc-4ab4-9cf6-484f44c89207.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26d4ea20-7089-4c7e-ac83-c7463a838c28 {
  text-align: center;
}
@media (min-width: 1200px){#s-26d4ea20-7089-4c7e-ac83-c7463a838c28 {
  min-height: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26d4ea20-7089-4c7e-ac83-c7463a838c28 {
  min-height: 163px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-26d4ea20-7089-4c7e-ac83-c7463a838c28 {
  min-height: 140px;
}
}






  #s-26d4ea20-7089-4c7e-ac83-c7463a838c28 img.shogun-image {
    

    
    
    
  }


#s-26d4ea20-7089-4c7e-ac83-c7463a838c28 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d4c1351-7822-4184-83b4-58b1f05561e6 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7cfcd72b-a51e-425d-ad1f-c45172b215d5 {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7cfcd72b-a51e-425d-ad1f-c45172b215d5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7cfcd72b-a51e-425d-ad1f-c45172b215d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7cfcd72b-a51e-425d-ad1f-c45172b215d5-root {
    text-align: center;
  }


#s-7cfcd72b-a51e-425d-ad1f-c45172b215d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7cfcd72b-a51e-425d-ad1f-c45172b215d5-root {
    text-align: center;
  }


#s-7cfcd72b-a51e-425d-ad1f-c45172b215d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7cfcd72b-a51e-425d-ad1f-c45172b215d5-root {
    text-align: center;
  }


#s-7cfcd72b-a51e-425d-ad1f-c45172b215d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7cfcd72b-a51e-425d-ad1f-c45172b215d5-root {
    text-align: center;
  }


#s-7cfcd72b-a51e-425d-ad1f-c45172b215d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7cfcd72b-a51e-425d-ad1f-c45172b215d5-root {
    text-align: center;
  }


#s-7cfcd72b-a51e-425d-ad1f-c45172b215d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-a01d0136-6f87-43a3-b7b3-48dbdf6007d8 {
  box-shadow:0px 4px 6px 2px rgba(51, 51, 51, 0.5);
margin-left: auto;
margin-right: auto;
max-width: 350px;
background-color: rgba(104, 126, 48, 1);
}
@media (max-width: 767px){#s-a01d0136-6f87-43a3-b7b3-48dbdf6007d8 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
}







#s-a01d0136-6f87-43a3-b7b3-48dbdf6007d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a01d0136-6f87-43a3-b7b3-48dbdf6007d8 {
  cursor: pointer;
}#s-a01d0136-6f87-43a3-b7b3-48dbdf6007d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7254990f-7662-45e7-b2ec-d096f451ded3 {
  text-align: center;
}
@media (min-width: 1200px){#s-7254990f-7662-45e7-b2ec-d096f451ded3 {
  min-height: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7254990f-7662-45e7-b2ec-d096f451ded3 {
  min-height: 163px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7254990f-7662-45e7-b2ec-d096f451ded3 {
  min-height: 140px;
}
}






  #s-7254990f-7662-45e7-b2ec-d096f451ded3 img.shogun-image {
    

    
    
    
  }


#s-7254990f-7662-45e7-b2ec-d096f451ded3 .shogun-image-content {
  
    align-items: center;
  
}

#s-543e8587-a425-43bc-bbac-0c4e63760ec9 {
  padding-top: 15px;
padding-left: 2px;
padding-bottom: 10px;
padding-right: 2px;
}

#s-7f1366e3-cdb1-4663-a65c-0114f453edc5 {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7f1366e3-cdb1-4663-a65c-0114f453edc5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f1366e3-cdb1-4663-a65c-0114f453edc5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7f1366e3-cdb1-4663-a65c-0114f453edc5-root {
    text-align: center;
  }


#s-7f1366e3-cdb1-4663-a65c-0114f453edc5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f1366e3-cdb1-4663-a65c-0114f453edc5-root {
    text-align: center;
  }


#s-7f1366e3-cdb1-4663-a65c-0114f453edc5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f1366e3-cdb1-4663-a65c-0114f453edc5-root {
    text-align: center;
  }


#s-7f1366e3-cdb1-4663-a65c-0114f453edc5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f1366e3-cdb1-4663-a65c-0114f453edc5-root {
    text-align: center;
  }


#s-7f1366e3-cdb1-4663-a65c-0114f453edc5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f1366e3-cdb1-4663-a65c-0114f453edc5-root {
    text-align: center;
  }


#s-7f1366e3-cdb1-4663-a65c-0114f453edc5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-20207e83-defb-4a5a-b61d-d0022e97795f {
  box-shadow:0px 4px 6px 2px rgba(51, 51, 51, 0.5);
margin-left: auto;
margin-right: auto;
max-width: 350px;
background-color: rgba(104, 126, 48, 1);
}
@media (max-width: 767px){#s-20207e83-defb-4a5a-b61d-d0022e97795f {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
}







#s-20207e83-defb-4a5a-b61d-d0022e97795f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20207e83-defb-4a5a-b61d-d0022e97795f {
  cursor: pointer;
}#s-20207e83-defb-4a5a-b61d-d0022e97795f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d6d79c2-e8a4-4870-b25f-96a2b778f68e {
  text-align: center;
}
@media (min-width: 1200px){#s-9d6d79c2-e8a4-4870-b25f-96a2b778f68e {
  min-height: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d6d79c2-e8a4-4870-b25f-96a2b778f68e {
  min-height: 163px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d6d79c2-e8a4-4870-b25f-96a2b778f68e {
  min-height: 140px;
}
}






  #s-9d6d79c2-e8a4-4870-b25f-96a2b778f68e img.shogun-image {
    

    
    
    
  }


#s-9d6d79c2-e8a4-4870-b25f-96a2b778f68e .shogun-image-content {
  
    align-items: center;
  
}

#s-83a30f28-cfd0-4ae8-b7e1-6e719532a4bb {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6ed5abc3-ed10-4017-bf31-5f113907a6a7 {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 10px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6ed5abc3-ed10-4017-bf31-5f113907a6a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ed5abc3-ed10-4017-bf31-5f113907a6a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ed5abc3-ed10-4017-bf31-5f113907a6a7-root {
    text-align: center;
  }


#s-6ed5abc3-ed10-4017-bf31-5f113907a6a7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ed5abc3-ed10-4017-bf31-5f113907a6a7-root {
    text-align: center;
  }


#s-6ed5abc3-ed10-4017-bf31-5f113907a6a7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ed5abc3-ed10-4017-bf31-5f113907a6a7-root {
    text-align: center;
  }


#s-6ed5abc3-ed10-4017-bf31-5f113907a6a7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ed5abc3-ed10-4017-bf31-5f113907a6a7-root {
    text-align: center;
  }


#s-6ed5abc3-ed10-4017-bf31-5f113907a6a7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ed5abc3-ed10-4017-bf31-5f113907a6a7-root {
    text-align: center;
  }


#s-6ed5abc3-ed10-4017-bf31-5f113907a6a7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-c80e4d29-9fe6-411d-8d8b-aa1d31477f15 {
  box-shadow:0px 3px 7px 0px rgba(34, 25, 36, 0.5);
margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(188, 91, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c80e4d29-9fe6-411d-8d8b-aa1d31477f15:hover {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c80e4d29-9fe6-411d-8d8b-aa1d31477f15:active {background-color: rgba(175, 78, 27, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c80e4d29-9fe6-411d-8d8b-aa1d31477f15-root {
    text-align: center;
  }


#s-c80e4d29-9fe6-411d-8d8b-aa1d31477f15.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c80e4d29-9fe6-411d-8d8b-aa1d31477f15-root {
    text-align: center;
  }


#s-c80e4d29-9fe6-411d-8d8b-aa1d31477f15.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c80e4d29-9fe6-411d-8d8b-aa1d31477f15-root {
    text-align: center;
  }


#s-c80e4d29-9fe6-411d-8d8b-aa1d31477f15.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c80e4d29-9fe6-411d-8d8b-aa1d31477f15-root {
    text-align: center;
  }


#s-c80e4d29-9fe6-411d-8d8b-aa1d31477f15.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c80e4d29-9fe6-411d-8d8b-aa1d31477f15-root {
    text-align: center;
  }


#s-c80e4d29-9fe6-411d-8d8b-aa1d31477f15.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Mulish;
  display:  inline-block ;
}
}
#s-e9b0b00e-60bb-4eb2-af4f-9e0a0d1b5cbe {
  margin-top: 45px;
margin-bottom: 5px;
min-height: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-e9b0b00e-60bb-4eb2-af4f-9e0a0d1b5cbe {
  margin-top: 15px;
margin-bottom: 30px;
min-height: 36px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9b0b00e-60bb-4eb2-af4f-9e0a0d1b5cbe {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 32px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9b0b00e-60bb-4eb2-af4f-9e0a0d1b5cbe {
  margin-top: 15px;
margin-bottom: 30px;
min-height: 25px;
}
}@media (max-width: 767px){#s-e9b0b00e-60bb-4eb2-af4f-9e0a0d1b5cbe {
  margin-top: 10px;
margin-bottom: 25px;
}
}






  #s-e9b0b00e-60bb-4eb2-af4f-9e0a0d1b5cbe img.shogun-image {
    

    
    
    
  }


#s-e9b0b00e-60bb-4eb2-af4f-9e0a0d1b5cbe .shogun-image-content {
  
    align-items: center;
  
}

#s-e6b67c32-6c20-4f8c-a5a3-a6ec6829f04f {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e6b67c32-6c20-4f8c-a5a3-a6ec6829f04f {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e6b67c32-6c20-4f8c-a5a3-a6ec6829f04f {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-e6b67c32-6c20-4f8c-a5a3-a6ec6829f04f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6b67c32-6c20-4f8c-a5a3-a6ec6829f04f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c4f3ae7-79df-4552-aa4f-ccfea9b162dd hr {
  border-top: 4px solid rgba(119, 119, 119, 1);
}

#s-48d4247a-58db-413c-ba00-e58193879604 {
  max-width: 1100px;
}

#s-d411b880-a9c2-469b-ab91-1f29b5b265f2 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1250px;
}

#s-c00569df-ef2e-45bc-872f-51f7cbdd7321 {
  margin-top: 45px;
margin-bottom: 5px;
min-height: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-c00569df-ef2e-45bc-872f-51f7cbdd7321 {
  margin-top: 40px;
margin-bottom: 30px;
min-height: 36px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c00569df-ef2e-45bc-872f-51f7cbdd7321 {
  margin-top: 40px;
margin-bottom: 30px;
min-height: 32px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c00569df-ef2e-45bc-872f-51f7cbdd7321 {
  margin-top: 40px;
margin-bottom: 30px;
min-height: 25px;
}
}@media (max-width: 767px){#s-c00569df-ef2e-45bc-872f-51f7cbdd7321 {
  margin-top: 40px;
margin-bottom: 25px;
}
}






  #s-c00569df-ef2e-45bc-872f-51f7cbdd7321 img.shogun-image {
    

    
    
    
  }


#s-c00569df-ef2e-45bc-872f-51f7cbdd7321 .shogun-image-content {
  
    align-items: center;
  
}

#s-28d5bc75-cf4d-4973-a3b6-7a6d561db0f5 {
  margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-28d5bc75-cf4d-4973-a3b6-7a6d561db0f5 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-28d5bc75-cf4d-4973-a3b6-7a6d561db0f5 {
  margin-bottom: 0px;
padding-left: 15px;
padding-right: 15px;
}
}







#s-28d5bc75-cf4d-4973-a3b6-7a6d561db0f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28d5bc75-cf4d-4973-a3b6-7a6d561db0f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6802c98-4f56-4c68-8473-053163b284e3 hr {
  border-top: 4px solid rgba(119, 119, 119, 1);
}

#s-c0aef412-e8ca-4222-981d-2f88567da503 {
  max-width: 1100px;
}

@media (min-width: 1200px){#s-50288fd6-a6ed-4bf0-8252-2fbdb8b5e636 {
  padding-left: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50288fd6-a6ed-4bf0-8252-2fbdb8b5e636 {
  padding-left: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-50288fd6-a6ed-4bf0-8252-2fbdb8b5e636 {
  padding-left: 15px;
}
}
#s-bbf59467-b4b2-4528-a043-6edf7846db36 {
  margin-top: 15px;
}
@media (max-width: 767px){#s-bbf59467-b4b2-4528-a043-6edf7846db36 {
  margin-top: 0px;
}
}
/*
  $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}