.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-2b232fe9-b75f-46e7-a79b-02e40b3ca912 {
  background-image: url(https://i.shgcdn.com/8cbca6c5-d5d1-4d63-8ebe-7eae4a30c64f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
padding-top: 10px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(186, 12, 12, 1);
border-style: solid;
border-radius: 2px;
text-align: center;
text-decoration: none;
color: rgba(186, 12, 12, 1);
hover-type: image;
background-position: left center;
}
#s-2b232fe9-b75f-46e7-a79b-02e40b3ca912:hover {background-image: url(https://i.shgcdn.com/8cbca6c5-d5d1-4d63-8ebe-7eae4a30c64f/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
text-decoration: none !important;
color: rgba(21, 125, 74, 1) !important;
hover-type: image !important;}#s-2b232fe9-b75f-46e7-a79b-02e40b3ca912:active {background-image: url(https://i.shgcdn.com/8cbca6c5-d5d1-4d63-8ebe-7eae4a30c64f/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
text-decoration: none !important;
color: rgba(21, 125, 74, 1) !important;
hover-type: image !important;}

  #s-2b232fe9-b75f-46e7-a79b-02e40b3ca912-root {
    text-align: center;
  }


#s-2b232fe9-b75f-46e7-a79b-02e40b3ca912.shg-btn {
  color: rgba(186, 12, 12, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b232fe9-b75f-46e7-a79b-02e40b3ca912-root {
    text-align: center;
  }


#s-2b232fe9-b75f-46e7-a79b-02e40b3ca912.shg-btn {
  color: rgba(186, 12, 12, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b232fe9-b75f-46e7-a79b-02e40b3ca912-root {
    text-align: center;
  }


#s-2b232fe9-b75f-46e7-a79b-02e40b3ca912.shg-btn {
  color: rgba(186, 12, 12, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b232fe9-b75f-46e7-a79b-02e40b3ca912-root {
    text-align: center;
  }


#s-2b232fe9-b75f-46e7-a79b-02e40b3ca912.shg-btn {
  color: rgba(186, 12, 12, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b232fe9-b75f-46e7-a79b-02e40b3ca912-root {
    text-align: center;
  }


#s-2b232fe9-b75f-46e7-a79b-02e40b3ca912.shg-btn {
  color: rgba(186, 12, 12, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
.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-010f9260-8b6d-4f0d-a382-65cf7db22ed0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-010f9260-8b6d-4f0d-a382-65cf7db22ed0 {
  display: none;
}
#s-010f9260-8b6d-4f0d-a382-65cf7db22ed0, #wrap-s-010f9260-8b6d-4f0d-a382-65cf7db22ed0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-010f9260-8b6d-4f0d-a382-65cf7db22ed0 {
  display: none;
}
#s-010f9260-8b6d-4f0d-a382-65cf7db22ed0, #wrap-s-010f9260-8b6d-4f0d-a382-65cf7db22ed0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-010f9260-8b6d-4f0d-a382-65cf7db22ed0 {
  display: none;
}
#s-010f9260-8b6d-4f0d-a382-65cf7db22ed0, #wrap-s-010f9260-8b6d-4f0d-a382-65cf7db22ed0 { display: none !important; }}







#s-010f9260-8b6d-4f0d-a382-65cf7db22ed0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-010f9260-8b6d-4f0d-a382-65cf7db22ed0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-887c4e07-ce23-4d23-9248-7f52a04516e7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-887c4e07-ce23-4d23-9248-7f52a04516e7 {
  display: none;
}
#s-887c4e07-ce23-4d23-9248-7f52a04516e7, #wrap-s-887c4e07-ce23-4d23-9248-7f52a04516e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-887c4e07-ce23-4d23-9248-7f52a04516e7 {
  display: none;
}
#s-887c4e07-ce23-4d23-9248-7f52a04516e7, #wrap-s-887c4e07-ce23-4d23-9248-7f52a04516e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-887c4e07-ce23-4d23-9248-7f52a04516e7 {
  display: none;
}
#s-887c4e07-ce23-4d23-9248-7f52a04516e7, #wrap-s-887c4e07-ce23-4d23-9248-7f52a04516e7 { display: none !important; }}







#s-887c4e07-ce23-4d23-9248-7f52a04516e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-887c4e07-ce23-4d23-9248-7f52a04516e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-723e7c53-eaf6-4c2a-90ec-199ce9623ca0 {
  max-width: 1200px;
aspect-ratio: 1200/1606;
text-align: center;
}
@media (min-width: 1200px){#s-723e7c53-eaf6-4c2a-90ec-199ce9623ca0 {
  display: none;
}
#s-723e7c53-eaf6-4c2a-90ec-199ce9623ca0, #wrap-s-723e7c53-eaf6-4c2a-90ec-199ce9623ca0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-723e7c53-eaf6-4c2a-90ec-199ce9623ca0 {
  display: none;
}
#s-723e7c53-eaf6-4c2a-90ec-199ce9623ca0, #wrap-s-723e7c53-eaf6-4c2a-90ec-199ce9623ca0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-723e7c53-eaf6-4c2a-90ec-199ce9623ca0 {
  display: none;
}
#s-723e7c53-eaf6-4c2a-90ec-199ce9623ca0, #wrap-s-723e7c53-eaf6-4c2a-90ec-199ce9623ca0 { display: none !important; }}




  #s-723e7c53-eaf6-4c2a-90ec-199ce9623ca0 img.shogun-image,
  #s-723e7c53-eaf6-4c2a-90ec-199ce9623ca0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-723e7c53-eaf6-4c2a-90ec-199ce9623ca0 {
    width: 100%;
    height: auto;
  }



  #s-723e7c53-eaf6-4c2a-90ec-199ce9623ca0 img.shogun-image {
    

    
    
    
  }


#s-723e7c53-eaf6-4c2a-90ec-199ce9623ca0 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-0f36a6bf-385d-4e2d-b385-356ced885185 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
min-height: 1px;
}
@media (min-width: 1200px){#s-0f36a6bf-385d-4e2d-b385-356ced885185 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f36a6bf-385d-4e2d-b385-356ced885185 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f36a6bf-385d-4e2d-b385-356ced885185 {
  
}
}
@media (min-width: 0px) {
[id="s-0f36a6bf-385d-4e2d-b385-356ced885185"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f36a6bf-385d-4e2d-b385-356ced885185"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f36a6bf-385d-4e2d-b385-356ced885185"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f36a6bf-385d-4e2d-b385-356ced885185"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-4d31b258-d619-4aee-a496-f65d7d692b5d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-33f9c9fe-fdf3-413d-b3a0-31996793dd62 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ac905866-f75a-455a-889b-98a79bac358f {
  border-style: solid;
margin-top: 20px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(190, 27, 37, 1);
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(190, 27, 37, 1);
}
#s-ac905866-f75a-455a-889b-98a79bac358f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(229, 34, 46, 1) !important;}#s-ac905866-f75a-455a-889b-98a79bac358f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(229, 34, 46, 1) !important;}@media (min-width: 1200px){#s-ac905866-f75a-455a-889b-98a79bac358f {
  display: none;
}
#s-ac905866-f75a-455a-889b-98a79bac358f, #wrap-s-ac905866-f75a-455a-889b-98a79bac358f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac905866-f75a-455a-889b-98a79bac358f {
  display: none;
}
#s-ac905866-f75a-455a-889b-98a79bac358f, #wrap-s-ac905866-f75a-455a-889b-98a79bac358f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac905866-f75a-455a-889b-98a79bac358f {
  display: none;
}
#s-ac905866-f75a-455a-889b-98a79bac358f, #wrap-s-ac905866-f75a-455a-889b-98a79bac358f { display: none !important; }}

  #s-ac905866-f75a-455a-889b-98a79bac358f-root {
    text-align: center;
  }


#s-ac905866-f75a-455a-889b-98a79bac358f.shg-btn {
  color: rgba(190, 27, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac905866-f75a-455a-889b-98a79bac358f-root {
    text-align: center;
  }


#s-ac905866-f75a-455a-889b-98a79bac358f.shg-btn {
  color: rgba(190, 27, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac905866-f75a-455a-889b-98a79bac358f-root {
    text-align: center;
  }


#s-ac905866-f75a-455a-889b-98a79bac358f.shg-btn {
  color: rgba(190, 27, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac905866-f75a-455a-889b-98a79bac358f-root {
    text-align: center;
  }


#s-ac905866-f75a-455a-889b-98a79bac358f.shg-btn {
  color: rgba(190, 27, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac905866-f75a-455a-889b-98a79bac358f-root {
    text-align: center;
  }


#s-ac905866-f75a-455a-889b-98a79bac358f.shg-btn {
  color: rgba(190, 27, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dcae844a-177c-4ddc-8c64-046a7c67380e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dcae844a-177c-4ddc-8c64-046a7c67380e {
  display: none;
}
#s-dcae844a-177c-4ddc-8c64-046a7c67380e, #wrap-s-dcae844a-177c-4ddc-8c64-046a7c67380e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dcae844a-177c-4ddc-8c64-046a7c67380e {
  display: none;
}
#s-dcae844a-177c-4ddc-8c64-046a7c67380e, #wrap-s-dcae844a-177c-4ddc-8c64-046a7c67380e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dcae844a-177c-4ddc-8c64-046a7c67380e {
  display: none;
}
#s-dcae844a-177c-4ddc-8c64-046a7c67380e, #wrap-s-dcae844a-177c-4ddc-8c64-046a7c67380e { display: none !important; }}







#s-dcae844a-177c-4ddc-8c64-046a7c67380e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcae844a-177c-4ddc-8c64-046a7c67380e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f6dd779-59d2-4f2f-9be4-632b80b0f980 {
  max-width: 1244px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-6f6dd779-59d2-4f2f-9be4-632b80b0f980 {
  display: none;
}
#s-6f6dd779-59d2-4f2f-9be4-632b80b0f980, #wrap-s-6f6dd779-59d2-4f2f-9be4-632b80b0f980 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f6dd779-59d2-4f2f-9be4-632b80b0f980 {
  display: none;
}
#s-6f6dd779-59d2-4f2f-9be4-632b80b0f980, #wrap-s-6f6dd779-59d2-4f2f-9be4-632b80b0f980 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f6dd779-59d2-4f2f-9be4-632b80b0f980 {
  display: none;
}
#s-6f6dd779-59d2-4f2f-9be4-632b80b0f980, #wrap-s-6f6dd779-59d2-4f2f-9be4-632b80b0f980 { display: none !important; }}




  #s-6f6dd779-59d2-4f2f-9be4-632b80b0f980 img.shogun-image,
  #s-6f6dd779-59d2-4f2f-9be4-632b80b0f980 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6f6dd779-59d2-4f2f-9be4-632b80b0f980 {
    width: 100%;
    height: auto;
  }



  #s-6f6dd779-59d2-4f2f-9be4-632b80b0f980 img.shogun-image {
    

    
    
    
  }


#s-6f6dd779-59d2-4f2f-9be4-632b80b0f980 .shogun-image-content {
  
    align-items: center;
  
}

#s-b703177a-6884-47fd-92dc-b831788a3927 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
min-height: 1px;
}
@media (min-width: 1200px){#s-b703177a-6884-47fd-92dc-b831788a3927 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b703177a-6884-47fd-92dc-b831788a3927 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b703177a-6884-47fd-92dc-b831788a3927 {
  
}
}
@media (min-width: 0px) {
[id="s-b703177a-6884-47fd-92dc-b831788a3927"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b703177a-6884-47fd-92dc-b831788a3927"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b703177a-6884-47fd-92dc-b831788a3927"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b703177a-6884-47fd-92dc-b831788a3927"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3f48f7ed-3273-46a6-a9f3-c0b2b792b914 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-195236ed-05df-413f-9dbc-3c0167fb5d3b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-86193684-0a34-4628-99b3-7da130151982 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(229, 34, 46, 1);
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(229, 34, 46, 1);
}
#s-86193684-0a34-4628-99b3-7da130151982:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(229, 34, 46, 1) !important;}#s-86193684-0a34-4628-99b3-7da130151982:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(229, 34, 46, 1) !important;}@media (min-width: 1200px){#s-86193684-0a34-4628-99b3-7da130151982 {
  display: none;
}
#s-86193684-0a34-4628-99b3-7da130151982, #wrap-s-86193684-0a34-4628-99b3-7da130151982 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86193684-0a34-4628-99b3-7da130151982 {
  display: none;
}
#s-86193684-0a34-4628-99b3-7da130151982, #wrap-s-86193684-0a34-4628-99b3-7da130151982 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86193684-0a34-4628-99b3-7da130151982 {
  display: none;
}
#s-86193684-0a34-4628-99b3-7da130151982, #wrap-s-86193684-0a34-4628-99b3-7da130151982 { display: none !important; }}

  #s-86193684-0a34-4628-99b3-7da130151982-root {
    text-align: center;
  }


#s-86193684-0a34-4628-99b3-7da130151982.shg-btn {
  color: rgba(229, 34, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-86193684-0a34-4628-99b3-7da130151982-root {
    text-align: center;
  }


#s-86193684-0a34-4628-99b3-7da130151982.shg-btn {
  color: rgba(229, 34, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86193684-0a34-4628-99b3-7da130151982-root {
    text-align: center;
  }


#s-86193684-0a34-4628-99b3-7da130151982.shg-btn {
  color: rgba(229, 34, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86193684-0a34-4628-99b3-7da130151982-root {
    text-align: center;
  }


#s-86193684-0a34-4628-99b3-7da130151982.shg-btn {
  color: rgba(229, 34, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-86193684-0a34-4628-99b3-7da130151982-root {
    text-align: center;
  }


#s-86193684-0a34-4628-99b3-7da130151982.shg-btn {
  color: rgba(229, 34, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ac2a645e-7f72-4db1-bf25-a90686d23c8c {
  border-style: solid;
margin-top: 20px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(28, 122, 73, 1);
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(28, 122, 73, 1);
}
#s-ac2a645e-7f72-4db1-bf25-a90686d23c8c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(229, 34, 46, 1) !important;}#s-ac2a645e-7f72-4db1-bf25-a90686d23c8c:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(229, 34, 46, 1) !important;}@media (min-width: 1200px){#s-ac2a645e-7f72-4db1-bf25-a90686d23c8c {
  display: none;
}
#s-ac2a645e-7f72-4db1-bf25-a90686d23c8c, #wrap-s-ac2a645e-7f72-4db1-bf25-a90686d23c8c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac2a645e-7f72-4db1-bf25-a90686d23c8c {
  display: none;
}
#s-ac2a645e-7f72-4db1-bf25-a90686d23c8c, #wrap-s-ac2a645e-7f72-4db1-bf25-a90686d23c8c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac2a645e-7f72-4db1-bf25-a90686d23c8c {
  display: none;
}
#s-ac2a645e-7f72-4db1-bf25-a90686d23c8c, #wrap-s-ac2a645e-7f72-4db1-bf25-a90686d23c8c { display: none !important; }}

  #s-ac2a645e-7f72-4db1-bf25-a90686d23c8c-root {
    text-align: center;
  }


#s-ac2a645e-7f72-4db1-bf25-a90686d23c8c.shg-btn {
  color: rgba(28, 122, 73, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac2a645e-7f72-4db1-bf25-a90686d23c8c-root {
    text-align: center;
  }


#s-ac2a645e-7f72-4db1-bf25-a90686d23c8c.shg-btn {
  color: rgba(28, 122, 73, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac2a645e-7f72-4db1-bf25-a90686d23c8c-root {
    text-align: center;
  }


#s-ac2a645e-7f72-4db1-bf25-a90686d23c8c.shg-btn {
  color: rgba(28, 122, 73, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac2a645e-7f72-4db1-bf25-a90686d23c8c-root {
    text-align: center;
  }


#s-ac2a645e-7f72-4db1-bf25-a90686d23c8c.shg-btn {
  color: rgba(28, 122, 73, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac2a645e-7f72-4db1-bf25-a90686d23c8c-root {
    text-align: center;
  }


#s-ac2a645e-7f72-4db1-bf25-a90686d23c8c.shg-btn {
  color: rgba(28, 122, 73, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

@media (min-width: 1200px){#s-8b679939-ca52-4d99-9ed9-87b10a925613 {
  display: none;
}
#s-8b679939-ca52-4d99-9ed9-87b10a925613, #wrap-s-8b679939-ca52-4d99-9ed9-87b10a925613 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b679939-ca52-4d99-9ed9-87b10a925613 {
  display: none;
}
#s-8b679939-ca52-4d99-9ed9-87b10a925613, #wrap-s-8b679939-ca52-4d99-9ed9-87b10a925613 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b679939-ca52-4d99-9ed9-87b10a925613 {
  display: none;
}
#s-8b679939-ca52-4d99-9ed9-87b10a925613, #wrap-s-8b679939-ca52-4d99-9ed9-87b10a925613 { display: none !important; }}
#s-8b679939-ca52-4d99-9ed9-87b10a925613 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-5a0f1881-8f51-41ba-a654-555fd8f88421 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5a0f1881-8f51-41ba-a654-555fd8f88421 {
  display: none;
}
#s-5a0f1881-8f51-41ba-a654-555fd8f88421, #wrap-s-5a0f1881-8f51-41ba-a654-555fd8f88421 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a0f1881-8f51-41ba-a654-555fd8f88421 {
  display: none;
}
#s-5a0f1881-8f51-41ba-a654-555fd8f88421, #wrap-s-5a0f1881-8f51-41ba-a654-555fd8f88421 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a0f1881-8f51-41ba-a654-555fd8f88421 {
  display: none;
}
#s-5a0f1881-8f51-41ba-a654-555fd8f88421, #wrap-s-5a0f1881-8f51-41ba-a654-555fd8f88421 { display: none !important; }}







#s-5a0f1881-8f51-41ba-a654-555fd8f88421 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a0f1881-8f51-41ba-a654-555fd8f88421.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-565a26a0-a7d1-4fad-a7ab-0c6f99f799a6 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-565a26a0-a7d1-4fad-a7ab-0c6f99f799a6 {
  display: none;
}
#s-565a26a0-a7d1-4fad-a7ab-0c6f99f799a6, #wrap-s-565a26a0-a7d1-4fad-a7ab-0c6f99f799a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-565a26a0-a7d1-4fad-a7ab-0c6f99f799a6 {
  display: none;
}
#s-565a26a0-a7d1-4fad-a7ab-0c6f99f799a6, #wrap-s-565a26a0-a7d1-4fad-a7ab-0c6f99f799a6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-565a26a0-a7d1-4fad-a7ab-0c6f99f799a6 {
  display: none;
}
#s-565a26a0-a7d1-4fad-a7ab-0c6f99f799a6, #wrap-s-565a26a0-a7d1-4fad-a7ab-0c6f99f799a6 { display: none !important; }}




  #s-565a26a0-a7d1-4fad-a7ab-0c6f99f799a6 img.shogun-image,
  #s-565a26a0-a7d1-4fad-a7ab-0c6f99f799a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-565a26a0-a7d1-4fad-a7ab-0c6f99f799a6 {
    width: 100%;
    height: auto;
  }



  #s-565a26a0-a7d1-4fad-a7ab-0c6f99f799a6 img.shogun-image {
    

    
    
    
  }


#s-565a26a0-a7d1-4fad-a7ab-0c6f99f799a6 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-fac7a7d7-bbb2-40a7-96fa-9c63e7c10913 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fac7a7d7-bbb2-40a7-96fa-9c63e7c10913 .shogun-heading-component h1 {
  color: rgba(214, 45, 18, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 29px;
  
  
  
}



@media (min-width: 1200px){#s-05887662-1704-45d7-9dad-772b487bcd8d {
  display: none;
}
#s-05887662-1704-45d7-9dad-772b487bcd8d, #wrap-s-05887662-1704-45d7-9dad-772b487bcd8d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05887662-1704-45d7-9dad-772b487bcd8d {
  display: none;
}
#s-05887662-1704-45d7-9dad-772b487bcd8d, #wrap-s-05887662-1704-45d7-9dad-772b487bcd8d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05887662-1704-45d7-9dad-772b487bcd8d {
  display: none;
}
#s-05887662-1704-45d7-9dad-772b487bcd8d, #wrap-s-05887662-1704-45d7-9dad-772b487bcd8d { display: none !important; }}
#s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(41, 156, 68, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(41, 156, 68, 1);
background-image: none;
hover-type: color;
}
#s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa:active {background-color: rgba(41, 156, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(41, 156, 68, 1) !important;}@media (min-width: 1200px){#s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa {
  display: none;
}
#s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa, #wrap-s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa {
  display: none;
}
#s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa, #wrap-s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa {
  display: none;
}
#s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa, #wrap-s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa { display: none !important; }}

  #s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa-root {
    text-align: center;
  }


#s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa.shg-btn {
  color: rgba(41, 156, 68, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa-root {
    text-align: center;
  }


#s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa.shg-btn {
  color: rgba(41, 156, 68, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa-root {
    text-align: center;
  }


#s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa.shg-btn {
  color: rgba(41, 156, 68, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa-root {
    text-align: center;
  }


#s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa.shg-btn {
  color: rgba(41, 156, 68, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa-root {
    text-align: center;
  }


#s-9eebb482-6be6-43a5-8b9b-f5f144d0e1aa.shg-btn {
  color: rgba(41, 156, 68, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ed50fe3f-7378-4f9b-8016-f6edd77c2a97 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 1200px){#s-20318d37-4f49-48f0-b627-c5f266c0ff59 {
  display: none;
}
#s-20318d37-4f49-48f0-b627-c5f266c0ff59, #wrap-s-20318d37-4f49-48f0-b627-c5f266c0ff59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20318d37-4f49-48f0-b627-c5f266c0ff59 {
  display: none;
}
#s-20318d37-4f49-48f0-b627-c5f266c0ff59, #wrap-s-20318d37-4f49-48f0-b627-c5f266c0ff59 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20318d37-4f49-48f0-b627-c5f266c0ff59 {
  display: none;
}
#s-20318d37-4f49-48f0-b627-c5f266c0ff59, #wrap-s-20318d37-4f49-48f0-b627-c5f266c0ff59 { display: none !important; }}
#s-20318d37-4f49-48f0-b627-c5f266c0ff59 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-e7d6d779-b0b1-47da-813e-ba3f5c25628a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e7d6d779-b0b1-47da-813e-ba3f5c25628a {
  display: none;
}
#s-e7d6d779-b0b1-47da-813e-ba3f5c25628a, #wrap-s-e7d6d779-b0b1-47da-813e-ba3f5c25628a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7d6d779-b0b1-47da-813e-ba3f5c25628a {
  display: none;
}
#s-e7d6d779-b0b1-47da-813e-ba3f5c25628a, #wrap-s-e7d6d779-b0b1-47da-813e-ba3f5c25628a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7d6d779-b0b1-47da-813e-ba3f5c25628a {
  display: none;
}
#s-e7d6d779-b0b1-47da-813e-ba3f5c25628a, #wrap-s-e7d6d779-b0b1-47da-813e-ba3f5c25628a { display: none !important; }}







#s-e7d6d779-b0b1-47da-813e-ba3f5c25628a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7d6d779-b0b1-47da-813e-ba3f5c25628a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19ce3d30-7bdd-46b8-a186-27bde63ec41b {
  max-width: 1024px;
aspect-ratio: 1024/526;
text-align: center;
}
@media (min-width: 1200px){#s-19ce3d30-7bdd-46b8-a186-27bde63ec41b {
  display: none;
}
#s-19ce3d30-7bdd-46b8-a186-27bde63ec41b, #wrap-s-19ce3d30-7bdd-46b8-a186-27bde63ec41b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19ce3d30-7bdd-46b8-a186-27bde63ec41b {
  display: none;
}
#s-19ce3d30-7bdd-46b8-a186-27bde63ec41b, #wrap-s-19ce3d30-7bdd-46b8-a186-27bde63ec41b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19ce3d30-7bdd-46b8-a186-27bde63ec41b {
  display: none;
}
#s-19ce3d30-7bdd-46b8-a186-27bde63ec41b, #wrap-s-19ce3d30-7bdd-46b8-a186-27bde63ec41b { display: none !important; }}




  #s-19ce3d30-7bdd-46b8-a186-27bde63ec41b img.shogun-image,
  #s-19ce3d30-7bdd-46b8-a186-27bde63ec41b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19ce3d30-7bdd-46b8-a186-27bde63ec41b {
    width: 100%;
    height: auto;
  }



  #s-19ce3d30-7bdd-46b8-a186-27bde63ec41b img.shogun-image {
    

    
    
    
  }


#s-19ce3d30-7bdd-46b8-a186-27bde63ec41b .shogun-image-content {
  
    align-items: center;
  
}

#s-2af11f17-2a2d-4735-9a2b-28d2ed273a0d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2af11f17-2a2d-4735-9a2b-28d2ed273a0d .shogun-heading-component h1 {
  color: rgba(5, 131, 100, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 29px;
  
  
  
}



@media (min-width: 1200px){#s-e74c63a2-b8a1-4b71-b67e-bcb0bf32ccde {
  display: none;
}
#s-e74c63a2-b8a1-4b71-b67e-bcb0bf32ccde, #wrap-s-e74c63a2-b8a1-4b71-b67e-bcb0bf32ccde { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e74c63a2-b8a1-4b71-b67e-bcb0bf32ccde {
  display: none;
}
#s-e74c63a2-b8a1-4b71-b67e-bcb0bf32ccde, #wrap-s-e74c63a2-b8a1-4b71-b67e-bcb0bf32ccde { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e74c63a2-b8a1-4b71-b67e-bcb0bf32ccde {
  display: none;
}
#s-e74c63a2-b8a1-4b71-b67e-bcb0bf32ccde, #wrap-s-e74c63a2-b8a1-4b71-b67e-bcb0bf32ccde { display: none !important; }}
#s-ded4f9d6-66b4-4f0b-a5df-462f19655e47 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(5, 131, 100, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(5, 131, 100, 1);
background-image: none;
hover-type: color;
}
#s-ded4f9d6-66b4-4f0b-a5df-462f19655e47:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ded4f9d6-66b4-4f0b-a5df-462f19655e47:active {background-color: rgba(5, 131, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(5, 131, 100, 1) !important;}@media (min-width: 1200px){#s-ded4f9d6-66b4-4f0b-a5df-462f19655e47 {
  display: none;
}
#s-ded4f9d6-66b4-4f0b-a5df-462f19655e47, #wrap-s-ded4f9d6-66b4-4f0b-a5df-462f19655e47 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ded4f9d6-66b4-4f0b-a5df-462f19655e47 {
  display: none;
}
#s-ded4f9d6-66b4-4f0b-a5df-462f19655e47, #wrap-s-ded4f9d6-66b4-4f0b-a5df-462f19655e47 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ded4f9d6-66b4-4f0b-a5df-462f19655e47 {
  display: none;
}
#s-ded4f9d6-66b4-4f0b-a5df-462f19655e47, #wrap-s-ded4f9d6-66b4-4f0b-a5df-462f19655e47 { display: none !important; }}

  #s-ded4f9d6-66b4-4f0b-a5df-462f19655e47-root {
    text-align: center;
  }


#s-ded4f9d6-66b4-4f0b-a5df-462f19655e47.shg-btn {
  color: rgba(5, 131, 100, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ded4f9d6-66b4-4f0b-a5df-462f19655e47-root {
    text-align: center;
  }


#s-ded4f9d6-66b4-4f0b-a5df-462f19655e47.shg-btn {
  color: rgba(5, 131, 100, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ded4f9d6-66b4-4f0b-a5df-462f19655e47-root {
    text-align: center;
  }


#s-ded4f9d6-66b4-4f0b-a5df-462f19655e47.shg-btn {
  color: rgba(5, 131, 100, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ded4f9d6-66b4-4f0b-a5df-462f19655e47-root {
    text-align: center;
  }


#s-ded4f9d6-66b4-4f0b-a5df-462f19655e47.shg-btn {
  color: rgba(5, 131, 100, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ded4f9d6-66b4-4f0b-a5df-462f19655e47-root {
    text-align: center;
  }


#s-ded4f9d6-66b4-4f0b-a5df-462f19655e47.shg-btn {
  color: rgba(5, 131, 100, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7e5caf1f-e3c8-4966-b81e-38463b6f5d94 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 1200px){#s-1848919a-8e26-4c0c-b208-9462502c6226 {
  display: none;
}
#s-1848919a-8e26-4c0c-b208-9462502c6226, #wrap-s-1848919a-8e26-4c0c-b208-9462502c6226 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1848919a-8e26-4c0c-b208-9462502c6226 {
  display: none;
}
#s-1848919a-8e26-4c0c-b208-9462502c6226, #wrap-s-1848919a-8e26-4c0c-b208-9462502c6226 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1848919a-8e26-4c0c-b208-9462502c6226 {
  display: none;
}
#s-1848919a-8e26-4c0c-b208-9462502c6226, #wrap-s-1848919a-8e26-4c0c-b208-9462502c6226 { display: none !important; }}
#s-1848919a-8e26-4c0c-b208-9462502c6226 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-17e82126-1cbb-45b4-9fdf-eddd7858c61e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-17e82126-1cbb-45b4-9fdf-eddd7858c61e {
  display: none;
}
#s-17e82126-1cbb-45b4-9fdf-eddd7858c61e, #wrap-s-17e82126-1cbb-45b4-9fdf-eddd7858c61e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17e82126-1cbb-45b4-9fdf-eddd7858c61e {
  display: none;
}
#s-17e82126-1cbb-45b4-9fdf-eddd7858c61e, #wrap-s-17e82126-1cbb-45b4-9fdf-eddd7858c61e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17e82126-1cbb-45b4-9fdf-eddd7858c61e {
  display: none;
}
#s-17e82126-1cbb-45b4-9fdf-eddd7858c61e, #wrap-s-17e82126-1cbb-45b4-9fdf-eddd7858c61e { display: none !important; }}







#s-17e82126-1cbb-45b4-9fdf-eddd7858c61e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17e82126-1cbb-45b4-9fdf-eddd7858c61e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1c7f718-3f5d-4c8c-8731-b802186d348a {
  max-width: 1024px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-f1c7f718-3f5d-4c8c-8731-b802186d348a img.shogun-image,
  #s-f1c7f718-3f5d-4c8c-8731-b802186d348a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1c7f718-3f5d-4c8c-8731-b802186d348a {
    width: 100%;
    height: auto;
  }



  #s-f1c7f718-3f5d-4c8c-8731-b802186d348a img.shogun-image {
    

    
    
    
  }


#s-f1c7f718-3f5d-4c8c-8731-b802186d348a .shogun-image-content {
  
    align-items: center;
  
}

#s-5a1099a4-8318-4658-abf2-4166f046a941 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
min-height: 1px;
}
@media (min-width: 1200px){#s-5a1099a4-8318-4658-abf2-4166f046a941 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a1099a4-8318-4658-abf2-4166f046a941 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a1099a4-8318-4658-abf2-4166f046a941 {
  
}
}
@media (min-width: 0px) {
[id="s-5a1099a4-8318-4658-abf2-4166f046a941"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a1099a4-8318-4658-abf2-4166f046a941"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a1099a4-8318-4658-abf2-4166f046a941"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a1099a4-8318-4658-abf2-4166f046a941"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8152fc39-505b-4e73-953d-fdc1f35dddc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8152fc39-505b-4e73-953d-fdc1f35dddc8 .shogun-heading-component h1 {
  color: rgba(219, 46, 25, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ee119a25-fd39-4147-a323-8d4be4407500 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(214, 32, 3, 1);
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(214, 32, 3, 1);
}
#s-ee119a25-fd39-4147-a323-8d4be4407500:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(214, 32, 3, 1) !important;}#s-ee119a25-fd39-4147-a323-8d4be4407500:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(98, 221, 230, 1) !important;}

  #s-ee119a25-fd39-4147-a323-8d4be4407500-root {
    text-align: center;
  }


#s-ee119a25-fd39-4147-a323-8d4be4407500.shg-btn {
  color: rgba(214, 32, 3, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ee119a25-fd39-4147-a323-8d4be4407500-root {
    text-align: center;
  }


#s-ee119a25-fd39-4147-a323-8d4be4407500.shg-btn {
  color: rgba(214, 32, 3, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee119a25-fd39-4147-a323-8d4be4407500-root {
    text-align: center;
  }


#s-ee119a25-fd39-4147-a323-8d4be4407500.shg-btn {
  color: rgba(214, 32, 3, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee119a25-fd39-4147-a323-8d4be4407500-root {
    text-align: center;
  }


#s-ee119a25-fd39-4147-a323-8d4be4407500.shg-btn {
  color: rgba(214, 32, 3, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ee119a25-fd39-4147-a323-8d4be4407500-root {
    text-align: center;
  }


#s-ee119a25-fd39-4147-a323-8d4be4407500.shg-btn {
  color: rgba(214, 32, 3, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-c106a570-d1b8-4b4d-9c00-3e0d38a3eafb {
  display: none;
}
#s-c106a570-d1b8-4b4d-9c00-3e0d38a3eafb, #wrap-s-c106a570-d1b8-4b4d-9c00-3e0d38a3eafb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c106a570-d1b8-4b4d-9c00-3e0d38a3eafb {
  display: none;
}
#s-c106a570-d1b8-4b4d-9c00-3e0d38a3eafb, #wrap-s-c106a570-d1b8-4b4d-9c00-3e0d38a3eafb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c106a570-d1b8-4b4d-9c00-3e0d38a3eafb {
  display: none;
}
#s-c106a570-d1b8-4b4d-9c00-3e0d38a3eafb, #wrap-s-c106a570-d1b8-4b4d-9c00-3e0d38a3eafb { display: none !important; }}
#s-c106a570-d1b8-4b4d-9c00-3e0d38a3eafb hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-7d38e637-9dac-4b81-9551-bf99fffbee75 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7d38e637-9dac-4b81-9551-bf99fffbee75 {
  display: none;
}
#s-7d38e637-9dac-4b81-9551-bf99fffbee75, #wrap-s-7d38e637-9dac-4b81-9551-bf99fffbee75 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d38e637-9dac-4b81-9551-bf99fffbee75 {
  display: none;
}
#s-7d38e637-9dac-4b81-9551-bf99fffbee75, #wrap-s-7d38e637-9dac-4b81-9551-bf99fffbee75 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d38e637-9dac-4b81-9551-bf99fffbee75 {
  display: none;
}
#s-7d38e637-9dac-4b81-9551-bf99fffbee75, #wrap-s-7d38e637-9dac-4b81-9551-bf99fffbee75 { display: none !important; }}







#s-7d38e637-9dac-4b81-9551-bf99fffbee75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d38e637-9dac-4b81-9551-bf99fffbee75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd5a8802-d20a-4555-94d4-e8b3b2f6c821 {
  max-width: 1200px;
aspect-ratio: 1200/1135;
text-align: center;
}





  #s-fd5a8802-d20a-4555-94d4-e8b3b2f6c821 img.shogun-image,
  #s-fd5a8802-d20a-4555-94d4-e8b3b2f6c821 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd5a8802-d20a-4555-94d4-e8b3b2f6c821 {
    width: 100%;
    height: auto;
  }



  #s-fd5a8802-d20a-4555-94d4-e8b3b2f6c821 img.shogun-image {
    

    
    
    
  }


#s-fd5a8802-d20a-4555-94d4-e8b3b2f6c821 .shogun-image-content {
  
    align-items: center;
  
}

#s-3185812d-f090-4b55-b12c-b88b800dec4b {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
min-height: 1px;
}
@media (min-width: 1200px){#s-3185812d-f090-4b55-b12c-b88b800dec4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3185812d-f090-4b55-b12c-b88b800dec4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3185812d-f090-4b55-b12c-b88b800dec4b {
  
}
}
@media (min-width: 0px) {
[id="s-3185812d-f090-4b55-b12c-b88b800dec4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3185812d-f090-4b55-b12c-b88b800dec4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3185812d-f090-4b55-b12c-b88b800dec4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3185812d-f090-4b55-b12c-b88b800dec4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a13709e3-2077-46a8-8f48-9f6d134cfba9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a13709e3-2077-46a8-8f48-9f6d134cfba9 .shogun-heading-component h1 {
  color: rgba(5, 131, 100, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f83218eb-220e-48ce-87f0-492e1c8cfca3 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(5, 131, 100, 1);
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(5, 131, 100, 1);
}
#s-f83218eb-220e-48ce-87f0-492e1c8cfca3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(5, 131, 100, 1) !important;}#s-f83218eb-220e-48ce-87f0-492e1c8cfca3:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(5, 131, 100, 1) !important;}

  #s-f83218eb-220e-48ce-87f0-492e1c8cfca3-root {
    text-align: center;
  }


#s-f83218eb-220e-48ce-87f0-492e1c8cfca3.shg-btn {
  color: rgba(5, 131, 100, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f83218eb-220e-48ce-87f0-492e1c8cfca3-root {
    text-align: center;
  }


#s-f83218eb-220e-48ce-87f0-492e1c8cfca3.shg-btn {
  color: rgba(5, 131, 100, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f83218eb-220e-48ce-87f0-492e1c8cfca3-root {
    text-align: center;
  }


#s-f83218eb-220e-48ce-87f0-492e1c8cfca3.shg-btn {
  color: rgba(5, 131, 100, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f83218eb-220e-48ce-87f0-492e1c8cfca3-root {
    text-align: center;
  }


#s-f83218eb-220e-48ce-87f0-492e1c8cfca3.shg-btn {
  color: rgba(5, 131, 100, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f83218eb-220e-48ce-87f0-492e1c8cfca3-root {
    text-align: center;
  }


#s-f83218eb-220e-48ce-87f0-492e1c8cfca3.shg-btn {
  color: rgba(5, 131, 100, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e38bc68e-0d98-4f38-9a6c-55c792de73d5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e38bc68e-0d98-4f38-9a6c-55c792de73d5 {
  display: none;
}
#s-e38bc68e-0d98-4f38-9a6c-55c792de73d5, #wrap-s-e38bc68e-0d98-4f38-9a6c-55c792de73d5 { display: none !important; }}







#s-e38bc68e-0d98-4f38-9a6c-55c792de73d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e38bc68e-0d98-4f38-9a6c-55c792de73d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ea7f1d6-9441-4dc5-b788-c9a6784e1158 {
  margin-top: 40px;
margin-left: 80px;
margin-bottom: 20px;
margin-right: 80px;
}

@media (min-width: 0px) {
[id="s-2ea7f1d6-9441-4dc5-b788-c9a6784e1158"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ea7f1d6-9441-4dc5-b788-c9a6784e1158"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ea7f1d6-9441-4dc5-b788-c9a6784e1158"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ea7f1d6-9441-4dc5-b788-c9a6784e1158"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e8f374e9-4074-4d3d-9772-0eb124505db1 {
  max-width: 1200px;
aspect-ratio: 1200/1606;
text-align: center;
}





  #s-e8f374e9-4074-4d3d-9772-0eb124505db1 img.shogun-image,
  #s-e8f374e9-4074-4d3d-9772-0eb124505db1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8f374e9-4074-4d3d-9772-0eb124505db1 {
    width: 100%;
    height: auto;
  }



  #s-e8f374e9-4074-4d3d-9772-0eb124505db1 img.shogun-image {
    

    
    
    
  }


#s-e8f374e9-4074-4d3d-9772-0eb124505db1 .shogun-image-content {
  
    align-items: center;
  
}

#s-09785a41-78df-419f-b177-f032a524684e hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-5d29869e-c768-4608-84d8-2ef357e6582b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d29869e-c768-4608-84d8-2ef357e6582b .shogun-heading-component h1 {
  color: rgba(27, 122, 29, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-77a6a0fa-fec0-4427-b342-1872eeff9461 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-477d4410-2cbe-4f42-8802-89b9e42c8f72 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(197, 41, 16, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(197, 41, 16, 1);
background-image: none;
hover-type: color;
}
#s-477d4410-2cbe-4f42-8802-89b9e42c8f72:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-477d4410-2cbe-4f42-8802-89b9e42c8f72:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 128, 68, 1) !important;}

  #s-477d4410-2cbe-4f42-8802-89b9e42c8f72-root {
    text-align: center;
  }


#s-477d4410-2cbe-4f42-8802-89b9e42c8f72.shg-btn {
  color: rgba(197, 41, 16, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-477d4410-2cbe-4f42-8802-89b9e42c8f72-root {
    text-align: center;
  }


#s-477d4410-2cbe-4f42-8802-89b9e42c8f72.shg-btn {
  color: rgba(197, 41, 16, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-477d4410-2cbe-4f42-8802-89b9e42c8f72-root {
    text-align: center;
  }


#s-477d4410-2cbe-4f42-8802-89b9e42c8f72.shg-btn {
  color: rgba(197, 41, 16, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-477d4410-2cbe-4f42-8802-89b9e42c8f72-root {
    text-align: center;
  }


#s-477d4410-2cbe-4f42-8802-89b9e42c8f72.shg-btn {
  color: rgba(197, 41, 16, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-477d4410-2cbe-4f42-8802-89b9e42c8f72-root {
    text-align: center;
  }


#s-477d4410-2cbe-4f42-8802-89b9e42c8f72.shg-btn {
  color: rgba(197, 41, 16, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-110c86a1-36fe-4ecd-8bf1-06d5e84c42eb {
  min-height: 50px;
}
@media (max-width: 767px){#s-110c86a1-36fe-4ecd-8bf1-06d5e84c42eb {
  display: none;
}
#s-110c86a1-36fe-4ecd-8bf1-06d5e84c42eb, #wrap-s-110c86a1-36fe-4ecd-8bf1-06d5e84c42eb { display: none !important; }}







#s-110c86a1-36fe-4ecd-8bf1-06d5e84c42eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-110c86a1-36fe-4ecd-8bf1-06d5e84c42eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-078835c6-fb48-4841-b96b-e16a64234a94 {
  margin-top: 40px;
margin-left: 80px;
margin-bottom: 20px;
margin-right: 80px;
}

@media (min-width: 0px) {
[id="s-078835c6-fb48-4841-b96b-e16a64234a94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-078835c6-fb48-4841-b96b-e16a64234a94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-078835c6-fb48-4841-b96b-e16a64234a94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-078835c6-fb48-4841-b96b-e16a64234a94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1df787d2-3969-45a5-a134-d1ff18270c61 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-00ef8627-9c46-4896-9422-f711f54e93fb {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-e1a180c0-d4b0-4d04-8e1a-ad84f8479f1b {
  border-style: solid;
margin-top: 80px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(229, 34, 46, 1);
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(229, 34, 46, 1);
background-image: none;
hover-type: color;
}
#s-e1a180c0-d4b0-4d04-8e1a-ad84f8479f1b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(229, 34, 46, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1a180c0-d4b0-4d04-8e1a-ad84f8479f1b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(229, 34, 46, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e1a180c0-d4b0-4d04-8e1a-ad84f8479f1b-root {
    text-align: center;
  }


#s-e1a180c0-d4b0-4d04-8e1a-ad84f8479f1b.shg-btn {
  color: rgba(229, 34, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1a180c0-d4b0-4d04-8e1a-ad84f8479f1b-root {
    text-align: center;
  }


#s-e1a180c0-d4b0-4d04-8e1a-ad84f8479f1b.shg-btn {
  color: rgba(229, 34, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1a180c0-d4b0-4d04-8e1a-ad84f8479f1b-root {
    text-align: center;
  }


#s-e1a180c0-d4b0-4d04-8e1a-ad84f8479f1b.shg-btn {
  color: rgba(229, 34, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1a180c0-d4b0-4d04-8e1a-ad84f8479f1b-root {
    text-align: center;
  }


#s-e1a180c0-d4b0-4d04-8e1a-ad84f8479f1b.shg-btn {
  color: rgba(229, 34, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1a180c0-d4b0-4d04-8e1a-ad84f8479f1b-root {
    text-align: center;
  }


#s-e1a180c0-d4b0-4d04-8e1a-ad84f8479f1b.shg-btn {
  color: rgba(229, 34, 46, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6bb1cf68-8ca3-4399-91df-f4b0ffeeaa49 {
  border-style: solid;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(21, 122, 70, 1);
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(21, 122, 70, 1);
background-image: none;
hover-type: color;
}
#s-6bb1cf68-8ca3-4399-91df-f4b0ffeeaa49:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(229, 34, 46, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6bb1cf68-8ca3-4399-91df-f4b0ffeeaa49:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(229, 34, 46, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6bb1cf68-8ca3-4399-91df-f4b0ffeeaa49-root {
    text-align: center;
  }


#s-6bb1cf68-8ca3-4399-91df-f4b0ffeeaa49.shg-btn {
  color: rgba(21, 122, 70, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6bb1cf68-8ca3-4399-91df-f4b0ffeeaa49-root {
    text-align: center;
  }


#s-6bb1cf68-8ca3-4399-91df-f4b0ffeeaa49.shg-btn {
  color: rgba(21, 122, 70, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6bb1cf68-8ca3-4399-91df-f4b0ffeeaa49-root {
    text-align: center;
  }


#s-6bb1cf68-8ca3-4399-91df-f4b0ffeeaa49.shg-btn {
  color: rgba(21, 122, 70, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6bb1cf68-8ca3-4399-91df-f4b0ffeeaa49-root {
    text-align: center;
  }


#s-6bb1cf68-8ca3-4399-91df-f4b0ffeeaa49.shg-btn {
  color: rgba(21, 122, 70, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6bb1cf68-8ca3-4399-91df-f4b0ffeeaa49-root {
    text-align: center;
  }


#s-6bb1cf68-8ca3-4399-91df-f4b0ffeeaa49.shg-btn {
  color: rgba(21, 122, 70, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-52af300b-ee2c-46ca-bbdc-5235313d1c56 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1244px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-52af300b-ee2c-46ca-bbdc-5235313d1c56 img.shogun-image,
  #s-52af300b-ee2c-46ca-bbdc-5235313d1c56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52af300b-ee2c-46ca-bbdc-5235313d1c56 {
    width: 100%;
    height: auto;
  }



  #s-52af300b-ee2c-46ca-bbdc-5235313d1c56 img.shogun-image {
    

    
    
    
  }


#s-52af300b-ee2c-46ca-bbdc-5235313d1c56 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8b10f30-7d7f-460c-ad3b-940f2a78365c {
  margin-top: 40px;
margin-left: 80px;
margin-bottom: 20px;
margin-right: 80px;
}

@media (min-width: 0px) {
[id="s-d8b10f30-7d7f-460c-ad3b-940f2a78365c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8b10f30-7d7f-460c-ad3b-940f2a78365c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d8b10f30-7d7f-460c-ad3b-940f2a78365c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8b10f30-7d7f-460c-ad3b-940f2a78365c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fde5858d-0961-46f6-acd3-25282cb0e22a {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fde5858d-0961-46f6-acd3-25282cb0e22a img.shogun-image,
  #s-fde5858d-0961-46f6-acd3-25282cb0e22a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fde5858d-0961-46f6-acd3-25282cb0e22a {
    width: 100%;
    height: auto;
  }



  #s-fde5858d-0961-46f6-acd3-25282cb0e22a img.shogun-image {
    

    
    
    
  }


#s-fde5858d-0961-46f6-acd3-25282cb0e22a .shogun-image-content {
  
    align-items: center;
  
}

#s-d61be111-7b93-4707-bafb-6c66d1c52ff8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d61be111-7b93-4707-bafb-6c66d1c52ff8 .shogun-heading-component h2 {
  color: rgba(223, 31, 17, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-41dd23c5-8d34-4866-b3d0-cb8d3db027c3 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-e14b399e-6122-424f-9934-611862c3767d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(19, 136, 71, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(19, 136, 71, 1);
background-image: none;
hover-type: color;
}
#s-e14b399e-6122-424f-9934-611862c3767d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e14b399e-6122-424f-9934-611862c3767d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(19, 136, 71, 1) !important;}

  #s-e14b399e-6122-424f-9934-611862c3767d-root {
    text-align: center;
  }


#s-e14b399e-6122-424f-9934-611862c3767d.shg-btn {
  color: rgba(19, 136, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e14b399e-6122-424f-9934-611862c3767d-root {
    text-align: center;
  }


#s-e14b399e-6122-424f-9934-611862c3767d.shg-btn {
  color: rgba(19, 136, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e14b399e-6122-424f-9934-611862c3767d-root {
    text-align: center;
  }


#s-e14b399e-6122-424f-9934-611862c3767d.shg-btn {
  color: rgba(19, 136, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e14b399e-6122-424f-9934-611862c3767d-root {
    text-align: center;
  }


#s-e14b399e-6122-424f-9934-611862c3767d.shg-btn {
  color: rgba(19, 136, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e14b399e-6122-424f-9934-611862c3767d-root {
    text-align: center;
  }


#s-e14b399e-6122-424f-9934-611862c3767d.shg-btn {
  color: rgba(19, 136, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-31137a38-7b43-422f-9c47-bc622a4f008d {
  min-height: 50px;
}
@media (max-width: 767px){#s-31137a38-7b43-422f-9c47-bc622a4f008d {
  display: none;
}
#s-31137a38-7b43-422f-9c47-bc622a4f008d, #wrap-s-31137a38-7b43-422f-9c47-bc622a4f008d { display: none !important; }}







#s-31137a38-7b43-422f-9c47-bc622a4f008d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31137a38-7b43-422f-9c47-bc622a4f008d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87619052-3113-4048-a807-3558f594e79b {
  margin-top: 40px;
margin-left: 80px;
margin-bottom: 20px;
margin-right: 80px;
}

@media (min-width: 0px) {
[id="s-87619052-3113-4048-a807-3558f594e79b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87619052-3113-4048-a807-3558f594e79b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87619052-3113-4048-a807-3558f594e79b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87619052-3113-4048-a807-3558f594e79b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a440c051-179c-436b-b374-170d16ca1942 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a440c051-179c-436b-b374-170d16ca1942 .shogun-heading-component h1 {
  color: rgba(15, 136, 73, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-151ce493-7196-4f4c-8a3d-49b3bc7da19b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-41cf670d-9df7-4f4b-b3c8-9b19db9c04b7 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(15, 136, 73, 1);
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(15, 136, 73, 1);
background-image: none;
hover-type: color;
}
#s-41cf670d-9df7-4f4b-b3c8-9b19db9c04b7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(15, 136, 73, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-41cf670d-9df7-4f4b-b3c8-9b19db9c04b7:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(15, 136, 73, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-41cf670d-9df7-4f4b-b3c8-9b19db9c04b7-root {
    text-align: center;
  }


#s-41cf670d-9df7-4f4b-b3c8-9b19db9c04b7.shg-btn {
  color: rgba(15, 136, 73, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-41cf670d-9df7-4f4b-b3c8-9b19db9c04b7-root {
    text-align: center;
  }


#s-41cf670d-9df7-4f4b-b3c8-9b19db9c04b7.shg-btn {
  color: rgba(15, 136, 73, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41cf670d-9df7-4f4b-b3c8-9b19db9c04b7-root {
    text-align: center;
  }


#s-41cf670d-9df7-4f4b-b3c8-9b19db9c04b7.shg-btn {
  color: rgba(15, 136, 73, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41cf670d-9df7-4f4b-b3c8-9b19db9c04b7-root {
    text-align: center;
  }


#s-41cf670d-9df7-4f4b-b3c8-9b19db9c04b7.shg-btn {
  color: rgba(15, 136, 73, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-41cf670d-9df7-4f4b-b3c8-9b19db9c04b7-root {
    text-align: center;
  }


#s-41cf670d-9df7-4f4b-b3c8-9b19db9c04b7.shg-btn {
  color: rgba(15, 136, 73, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6334586a-4f5a-45e2-a24c-49fa0ae087cf {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1024px;
aspect-ratio: 1024/526;
text-align: center;
}





  #s-6334586a-4f5a-45e2-a24c-49fa0ae087cf img.shogun-image,
  #s-6334586a-4f5a-45e2-a24c-49fa0ae087cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6334586a-4f5a-45e2-a24c-49fa0ae087cf {
    width: 100%;
    height: auto;
  }



  #s-6334586a-4f5a-45e2-a24c-49fa0ae087cf img.shogun-image {
    

    
    
    
  }


#s-6334586a-4f5a-45e2-a24c-49fa0ae087cf .shogun-image-content {
  
    align-items: center;
  
}

#s-646dcc9d-b0d4-40d2-bcf5-7cf919d7752b {
  min-height: 50px;
}
@media (max-width: 767px){#s-646dcc9d-b0d4-40d2-bcf5-7cf919d7752b {
  display: none;
}
#s-646dcc9d-b0d4-40d2-bcf5-7cf919d7752b, #wrap-s-646dcc9d-b0d4-40d2-bcf5-7cf919d7752b { display: none !important; }}







#s-646dcc9d-b0d4-40d2-bcf5-7cf919d7752b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-646dcc9d-b0d4-40d2-bcf5-7cf919d7752b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78e02799-b3a2-4f85-a14c-74082677993a {
  margin-top: 40px;
margin-left: 80px;
margin-bottom: 80px;
margin-right: 80px;
}

@media (min-width: 0px) {
[id="s-78e02799-b3a2-4f85-a14c-74082677993a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78e02799-b3a2-4f85-a14c-74082677993a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78e02799-b3a2-4f85-a14c-74082677993a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78e02799-b3a2-4f85-a14c-74082677993a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c14d9dd0-3a30-4324-9fd2-ef48a4932782 {
  max-width: 1024px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-c14d9dd0-3a30-4324-9fd2-ef48a4932782 img.shogun-image,
  #s-c14d9dd0-3a30-4324-9fd2-ef48a4932782 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c14d9dd0-3a30-4324-9fd2-ef48a4932782 {
    width: 100%;
    height: auto;
  }



  #s-c14d9dd0-3a30-4324-9fd2-ef48a4932782 img.shogun-image {
    

    
    
    
  }


#s-c14d9dd0-3a30-4324-9fd2-ef48a4932782 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-da05e54f-1c82-4177-bdee-13f47564b98b {
  display: none;
}
#s-da05e54f-1c82-4177-bdee-13f47564b98b, #wrap-s-da05e54f-1c82-4177-bdee-13f47564b98b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da05e54f-1c82-4177-bdee-13f47564b98b {
  display: none;
}
#s-da05e54f-1c82-4177-bdee-13f47564b98b, #wrap-s-da05e54f-1c82-4177-bdee-13f47564b98b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da05e54f-1c82-4177-bdee-13f47564b98b {
  display: none;
}
#s-da05e54f-1c82-4177-bdee-13f47564b98b, #wrap-s-da05e54f-1c82-4177-bdee-13f47564b98b { display: none !important; }}
#s-9d1c5ac1-eecd-4d08-b0b4-ec4993332161 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-c0cfd08f-8eea-4ea4-a344-53b7848e4256 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-6ac613a1-41fa-441d-af36-5148c89ded84 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(218, 33, 20, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(218, 33, 20, 1);
background-image: none;
hover-type: color;
}
#s-6ac613a1-41fa-441d-af36-5148c89ded84:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6ac613a1-41fa-441d-af36-5148c89ded84:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(98, 221, 230, 1) !important;}

  #s-6ac613a1-41fa-441d-af36-5148c89ded84-root {
    text-align: center;
  }


#s-6ac613a1-41fa-441d-af36-5148c89ded84.shg-btn {
  color: rgba(218, 33, 20, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ac613a1-41fa-441d-af36-5148c89ded84-root {
    text-align: center;
  }


#s-6ac613a1-41fa-441d-af36-5148c89ded84.shg-btn {
  color: rgba(218, 33, 20, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ac613a1-41fa-441d-af36-5148c89ded84-root {
    text-align: center;
  }


#s-6ac613a1-41fa-441d-af36-5148c89ded84.shg-btn {
  color: rgba(218, 33, 20, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ac613a1-41fa-441d-af36-5148c89ded84-root {
    text-align: center;
  }


#s-6ac613a1-41fa-441d-af36-5148c89ded84.shg-btn {
  color: rgba(218, 33, 20, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ac613a1-41fa-441d-af36-5148c89ded84-root {
    text-align: center;
  }


#s-6ac613a1-41fa-441d-af36-5148c89ded84.shg-btn {
  color: rgba(218, 33, 20, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-51361be7-02de-4bb5-a870-0a47345cca4b {
  min-height: 50px;
}
@media (max-width: 767px){#s-51361be7-02de-4bb5-a870-0a47345cca4b {
  display: none;
}
#s-51361be7-02de-4bb5-a870-0a47345cca4b, #wrap-s-51361be7-02de-4bb5-a870-0a47345cca4b { display: none !important; }}







#s-51361be7-02de-4bb5-a870-0a47345cca4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51361be7-02de-4bb5-a870-0a47345cca4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-691849bb-19d2-4bd5-8b2b-4bb108db6699 {
  margin-top: 40px;
margin-left: 80px;
margin-bottom: 20px;
margin-right: 80px;
}

@media (min-width: 0px) {
[id="s-691849bb-19d2-4bd5-8b2b-4bb108db6699"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-691849bb-19d2-4bd5-8b2b-4bb108db6699"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-691849bb-19d2-4bd5-8b2b-4bb108db6699"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-691849bb-19d2-4bd5-8b2b-4bb108db6699"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-63f9cf4f-e455-4d6c-bf0e-6338a41e1146 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63f9cf4f-e455-4d6c-bf0e-6338a41e1146 .shogun-heading-component h1 {
  color: rgba(15, 136, 73, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d11e6e93-48d6-46d6-84e1-3a8251f59717 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-04637d1c-7d14-4583-b7fe-0355e9f3c0e7 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(15, 136, 73, 1);
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(15, 136, 73, 1);
background-image: none;
hover-type: color;
}
#s-04637d1c-7d14-4583-b7fe-0355e9f3c0e7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(15, 136, 73, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-04637d1c-7d14-4583-b7fe-0355e9f3c0e7:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(15, 136, 73, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-04637d1c-7d14-4583-b7fe-0355e9f3c0e7-root {
    text-align: center;
  }


#s-04637d1c-7d14-4583-b7fe-0355e9f3c0e7.shg-btn {
  color: rgba(15, 136, 73, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-04637d1c-7d14-4583-b7fe-0355e9f3c0e7-root {
    text-align: center;
  }


#s-04637d1c-7d14-4583-b7fe-0355e9f3c0e7.shg-btn {
  color: rgba(15, 136, 73, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04637d1c-7d14-4583-b7fe-0355e9f3c0e7-root {
    text-align: center;
  }


#s-04637d1c-7d14-4583-b7fe-0355e9f3c0e7.shg-btn {
  color: rgba(15, 136, 73, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04637d1c-7d14-4583-b7fe-0355e9f3c0e7-root {
    text-align: center;
  }


#s-04637d1c-7d14-4583-b7fe-0355e9f3c0e7.shg-btn {
  color: rgba(15, 136, 73, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-04637d1c-7d14-4583-b7fe-0355e9f3c0e7-root {
    text-align: center;
  }


#s-04637d1c-7d14-4583-b7fe-0355e9f3c0e7.shg-btn {
  color: rgba(15, 136, 73, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8df9acd8-a37e-4d80-8c9b-f3e3b6dda475 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1200px;
aspect-ratio: 1200/1135;
text-align: center;
}





  #s-8df9acd8-a37e-4d80-8c9b-f3e3b6dda475 img.shogun-image,
  #s-8df9acd8-a37e-4d80-8c9b-f3e3b6dda475 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8df9acd8-a37e-4d80-8c9b-f3e3b6dda475 {
    width: 100%;
    height: auto;
  }



  #s-8df9acd8-a37e-4d80-8c9b-f3e3b6dda475 img.shogun-image {
    

    
    
    
  }


#s-8df9acd8-a37e-4d80-8c9b-f3e3b6dda475 .shogun-image-content {
  
    align-items: center;
  
}

#s-c264b556-2b82-4af6-a7d7-b81c5bceaa67 {
  min-height: 50px;
}
@media (max-width: 767px){#s-c264b556-2b82-4af6-a7d7-b81c5bceaa67 {
  display: none;
}
#s-c264b556-2b82-4af6-a7d7-b81c5bceaa67, #wrap-s-c264b556-2b82-4af6-a7d7-b81c5bceaa67 { display: none !important; }}







#s-c264b556-2b82-4af6-a7d7-b81c5bceaa67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c264b556-2b82-4af6-a7d7-b81c5bceaa67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28a5c8ef-d878-4a3f-91f1-51d6f887cac9 {
  min-height: 50px;
}








#s-28a5c8ef-d878-4a3f-91f1-51d6f887cac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28a5c8ef-d878-4a3f-91f1-51d6f887cac9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6679f411-8fe3-4863-b829-ade14728b0fd {
  margin-top: 80px;
margin-left: 80px;
margin-bottom: 80px;
margin-right: 80px;
}

@media (min-width: 0px) {
[id="s-6679f411-8fe3-4863-b829-ade14728b0fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6679f411-8fe3-4863-b829-ade14728b0fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6679f411-8fe3-4863-b829-ade14728b0fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6679f411-8fe3-4863-b829-ade14728b0fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6679f411-8fe3-4863-b829-ade14728b0fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6679f411-8fe3-4863-b829-ade14728b0fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6679f411-8fe3-4863-b829-ade14728b0fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4ce17b24-799c-42e6-826d-00db2479f4c8 {
  margin-top: 100px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ce17b24-799c-42e6-826d-00db2479f4c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-52d3d9b7-0623-4556-8fc2-2fb2b5d6496f {
  border-style: solid;
margin-top: 30px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(209, 35, 42, 1);
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-52d3d9b7-0623-4556-8fc2-2fb2b5d6496f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-52d3d9b7-0623-4556-8fc2-2fb2b5d6496f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-52d3d9b7-0623-4556-8fc2-2fb2b5d6496f-root {
    text-align: center;
  }


#s-52d3d9b7-0623-4556-8fc2-2fb2b5d6496f.shg-btn {
  color: rgba(209, 35, 42, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-52d3d9b7-0623-4556-8fc2-2fb2b5d6496f-root {
    text-align: center;
  }


#s-52d3d9b7-0623-4556-8fc2-2fb2b5d6496f.shg-btn {
  color: rgba(209, 35, 42, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52d3d9b7-0623-4556-8fc2-2fb2b5d6496f-root {
    text-align: center;
  }


#s-52d3d9b7-0623-4556-8fc2-2fb2b5d6496f.shg-btn {
  color: rgba(209, 35, 42, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52d3d9b7-0623-4556-8fc2-2fb2b5d6496f-root {
    text-align: center;
  }


#s-52d3d9b7-0623-4556-8fc2-2fb2b5d6496f.shg-btn {
  color: rgba(209, 35, 42, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-52d3d9b7-0623-4556-8fc2-2fb2b5d6496f-root {
    text-align: center;
  }


#s-52d3d9b7-0623-4556-8fc2-2fb2b5d6496f.shg-btn {
  color: rgba(209, 35, 42, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c0f704e8-93ce-43ce-9b51-67cd9cc6cb51 {
  text-align: center;
}







  #s-c0f704e8-93ce-43ce-9b51-67cd9cc6cb51 img.shogun-image {
    

    
    
    
  }


#s-c0f704e8-93ce-43ce-9b51-67cd9cc6cb51 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbf2a821-b790-406a-81d5-0eeccd46298d {
  min-height: 50px;
}








#s-dbf2a821-b790-406a-81d5-0eeccd46298d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbf2a821-b790-406a-81d5-0eeccd46298d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9d67380-b6fb-450f-8961-df9138d71669 {
  margin-top: 50px;
margin-left: 80px;
margin-bottom: 50px;
margin-right: 80px;
}

@media (min-width: 0px) {
[id="s-b9d67380-b6fb-450f-8961-df9138d71669"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9d67380-b6fb-450f-8961-df9138d71669"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9d67380-b6fb-450f-8961-df9138d71669"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9d67380-b6fb-450f-8961-df9138d71669"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ef0330f6-f702-480b-92ee-802431a7e3cf {
  margin-top: 10px;
margin-bottom: 40px;
padding-top: 40px;
padding-bottom: 40px;
}

#s-d080dd3d-df3b-4442-acad-81112114abf6 {
  text-align: center;
}







  #s-d080dd3d-df3b-4442-acad-81112114abf6 img.shogun-image {
    

    
    
    
  }


#s-d080dd3d-df3b-4442-acad-81112114abf6 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-6ebe27a7-4b14-4afa-8c35-ebbfc63e4f6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ebe27a7-4b14-4afa-8c35-ebbfc63e4f6a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c21274f8-f172-4817-8876-7aab8dd1a390 {
  text-align: center;
}

#s-c21274f8-f172-4817-8876-7aab8dd1a390 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
}

#s-c21274f8-f172-4817-8876-7aab8dd1a390 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
  font-size: 18px;
}

#s-c21274f8-f172-4817-8876-7aab8dd1a390 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9b1538b8-52e1-447b-9c42-d6149d07a0dc {
  margin-top: 10px;
margin-bottom: 40px;
padding-top: 40px;
padding-bottom: 40px;
}

#s-57237c17-3c91-4296-98e7-ba5f837a5cfc {
  text-align: center;
}







  #s-57237c17-3c91-4296-98e7-ba5f837a5cfc img.shogun-image {
    

    
    
    
  }


#s-57237c17-3c91-4296-98e7-ba5f837a5cfc .shogun-image-content {
  
    align-items: center;
  
}

#s-2c0d5270-c541-4497-b2db-3d1ec4eaef27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c0d5270-c541-4497-b2db-3d1ec4eaef27 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7711bf07-ee3b-4329-be42-a99299946296 {
  text-align: center;
}

#s-7711bf07-ee3b-4329-be42-a99299946296 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
}

#s-7711bf07-ee3b-4329-be42-a99299946296 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
  font-size: 18px;
}

#s-7711bf07-ee3b-4329-be42-a99299946296 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-10d4e238-d8ba-4706-bdc2-929918b179ab {
  min-height: 50px;
}








#s-10d4e238-d8ba-4706-bdc2-929918b179ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10d4e238-d8ba-4706-bdc2-929918b179ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51354225-6bd9-4183-9edd-4100c18d74ab {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-51354225-6bd9-4183-9edd-4100c18d74ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51354225-6bd9-4183-9edd-4100c18d74ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51354225-6bd9-4183-9edd-4100c18d74ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51354225-6bd9-4183-9edd-4100c18d74ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51354225-6bd9-4183-9edd-4100c18d74ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51354225-6bd9-4183-9edd-4100c18d74ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51354225-6bd9-4183-9edd-4100c18d74ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

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

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

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

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

#s-ac92a616-54e7-4f22-a10a-22f320fe1f83 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac92a616-54e7-4f22-a10a-22f320fe1f83 .shogun-heading-component h1 {
  color: rgba(209, 35, 42, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-eba9c293-4986-4eaa-a4a7-2408de7b9407 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(209, 35, 42, 1);
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-eba9c293-4986-4eaa-a4a7-2408de7b9407:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-eba9c293-4986-4eaa-a4a7-2408de7b9407:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-eba9c293-4986-4eaa-a4a7-2408de7b9407-root {
    text-align: center;
  }


#s-eba9c293-4986-4eaa-a4a7-2408de7b9407.shg-btn {
  color: rgba(209, 35, 42, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eba9c293-4986-4eaa-a4a7-2408de7b9407-root {
    text-align: center;
  }


#s-eba9c293-4986-4eaa-a4a7-2408de7b9407.shg-btn {
  color: rgba(209, 35, 42, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eba9c293-4986-4eaa-a4a7-2408de7b9407-root {
    text-align: center;
  }


#s-eba9c293-4986-4eaa-a4a7-2408de7b9407.shg-btn {
  color: rgba(209, 35, 42, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eba9c293-4986-4eaa-a4a7-2408de7b9407-root {
    text-align: center;
  }


#s-eba9c293-4986-4eaa-a4a7-2408de7b9407.shg-btn {
  color: rgba(209, 35, 42, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eba9c293-4986-4eaa-a4a7-2408de7b9407-root {
    text-align: center;
  }


#s-eba9c293-4986-4eaa-a4a7-2408de7b9407.shg-btn {
  color: rgba(209, 35, 42, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-db819707-9759-468e-af17-cb107ea686e7 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-db819707-9759-468e-af17-cb107ea686e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-db819707-9759-468e-af17-cb107ea686e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-db819707-9759-468e-af17-cb107ea686e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-db819707-9759-468e-af17-cb107ea686e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-16d1c2e5-a8c2-4861-943c-0ca2912a9f3b {
  margin-bottom: 10px;
text-align: center;
}







  #s-16d1c2e5-a8c2-4861-943c-0ca2912a9f3b img.shogun-image {
    

    
    
    
  }


#s-16d1c2e5-a8c2-4861-943c-0ca2912a9f3b .shogun-image-content {
  
    align-items: center;
  
}

#s-4dd1b1c9-614b-42e5-894e-1f7ef7cd3ab5 {
  margin-bottom: 10px;
text-align: center;
}







  #s-4dd1b1c9-614b-42e5-894e-1f7ef7cd3ab5 img.shogun-image {
    

    
    
    
  }


#s-4dd1b1c9-614b-42e5-894e-1f7ef7cd3ab5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0874328-ee92-4ff3-b22c-60eab319103e {
  margin-bottom: 10px;
text-align: center;
}







  #s-f0874328-ee92-4ff3-b22c-60eab319103e img.shogun-image {
    

    
    
    
  }


#s-f0874328-ee92-4ff3-b22c-60eab319103e .shogun-image-content {
  
    align-items: center;
  
}

#s-762b3da6-359d-4bd9-87f8-de6758263456 {
  margin-bottom: 10px;
text-align: center;
}







  #s-762b3da6-359d-4bd9-87f8-de6758263456 img.shogun-image {
    

    
    
    
  }


#s-762b3da6-359d-4bd9-87f8-de6758263456 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1366458-1026-41bb-89ad-1a08d9519488 {
  margin-bottom: 10px;
text-align: center;
}







  #s-f1366458-1026-41bb-89ad-1a08d9519488 img.shogun-image {
    

    
    
    
  }


#s-f1366458-1026-41bb-89ad-1a08d9519488 .shogun-image-content {
  
    align-items: center;
  
}

#s-175405d9-76c1-48c5-af17-be18d561a334 {
  margin-bottom: 10px;
text-align: center;
}







  #s-175405d9-76c1-48c5-af17-be18d561a334 img.shogun-image {
    

    
    
    
  }


#s-175405d9-76c1-48c5-af17-be18d561a334 .shogun-image-content {
  
    align-items: center;
  
}

#s-488d27f7-a2d9-4391-9d7a-dc75a4788e10 {
  margin-bottom: 10px;
text-align: center;
}







  #s-488d27f7-a2d9-4391-9d7a-dc75a4788e10 img.shogun-image {
    

    
    
    
  }


#s-488d27f7-a2d9-4391-9d7a-dc75a4788e10 .shogun-image-content {
  
    align-items: center;
  
}

#s-3839ea51-0630-456b-806c-832c6ffd43a2 {
  margin-bottom: 10px;
text-align: center;
}







  #s-3839ea51-0630-456b-806c-832c6ffd43a2 img.shogun-image {
    

    
    
    
  }


#s-3839ea51-0630-456b-806c-832c6ffd43a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3e45118-65dc-4c07-b58d-2003007327f4 {
  margin-bottom: 10px;
text-align: center;
}







  #s-f3e45118-65dc-4c07-b58d-2003007327f4 img.shogun-image {
    

    
    
    
  }


#s-f3e45118-65dc-4c07-b58d-2003007327f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f032cd2-38aa-4815-92b4-89e01624afbf {
  margin-bottom: 10px;
text-align: center;
}







  #s-4f032cd2-38aa-4815-92b4-89e01624afbf img.shogun-image {
    

    
    
    
  }


#s-4f032cd2-38aa-4815-92b4-89e01624afbf .shogun-image-content {
  
    align-items: center;
  
}

#s-6f60359e-a104-45bc-989b-2f4819ae072f {
  margin-bottom: 10px;
text-align: center;
}







  #s-6f60359e-a104-45bc-989b-2f4819ae072f img.shogun-image {
    

    
    
    
  }


#s-6f60359e-a104-45bc-989b-2f4819ae072f .shogun-image-content {
  
    align-items: center;
  
}

#s-d0828922-2487-42d1-b154-1bb430180200 {
  margin-bottom: 10px;
text-align: center;
}







  #s-d0828922-2487-42d1-b154-1bb430180200 img.shogun-image {
    

    
    
    
  }


#s-d0828922-2487-42d1-b154-1bb430180200 .shogun-image-content {
  
    align-items: center;
  
}

#s-1318f31c-f00e-4ed8-b5bf-b655e4cc4c8c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1318f31c-f00e-4ed8-b5bf-b655e4cc4c8c {
  display: none;
}
#s-1318f31c-f00e-4ed8-b5bf-b655e4cc4c8c, #wrap-s-1318f31c-f00e-4ed8-b5bf-b655e4cc4c8c { display: none !important; }}@media (max-width: 767px){#s-1318f31c-f00e-4ed8-b5bf-b655e4cc4c8c {
  display: none;
}
#s-1318f31c-f00e-4ed8-b5bf-b655e4cc4c8c, #wrap-s-1318f31c-f00e-4ed8-b5bf-b655e4cc4c8c { display: none !important; }}







#s-1318f31c-f00e-4ed8-b5bf-b655e4cc4c8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1318f31c-f00e-4ed8-b5bf-b655e4cc4c8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd55592d-1721-4c67-bffb-75dbdfea5fb0 {
  border-style: solid;
margin-top: 50px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(209, 35, 42, 1);
border-radius: 2px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-dd55592d-1721-4c67-bffb-75dbdfea5fb0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-dd55592d-1721-4c67-bffb-75dbdfea5fb0:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-dd55592d-1721-4c67-bffb-75dbdfea5fb0-root {
    text-align: center;
  }


#s-dd55592d-1721-4c67-bffb-75dbdfea5fb0.shg-btn {
  color: rgba(209, 35, 42, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dd55592d-1721-4c67-bffb-75dbdfea5fb0-root {
    text-align: center;
  }


#s-dd55592d-1721-4c67-bffb-75dbdfea5fb0.shg-btn {
  color: rgba(209, 35, 42, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd55592d-1721-4c67-bffb-75dbdfea5fb0-root {
    text-align: center;
  }


#s-dd55592d-1721-4c67-bffb-75dbdfea5fb0.shg-btn {
  color: rgba(209, 35, 42, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd55592d-1721-4c67-bffb-75dbdfea5fb0-root {
    text-align: center;
  }


#s-dd55592d-1721-4c67-bffb-75dbdfea5fb0.shg-btn {
  color: rgba(209, 35, 42, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dd55592d-1721-4c67-bffb-75dbdfea5fb0-root {
    text-align: center;
  }


#s-dd55592d-1721-4c67-bffb-75dbdfea5fb0.shg-btn {
  color: rgba(209, 35, 42, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ddea7d14-14bf-4d79-a386-71615c9d1637 {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-ddea7d14-14bf-4d79-a386-71615c9d1637 {
  display: none;
}
#s-ddea7d14-14bf-4d79-a386-71615c9d1637, #wrap-s-ddea7d14-14bf-4d79-a386-71615c9d1637 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddea7d14-14bf-4d79-a386-71615c9d1637 {
  display: none;
}
#s-ddea7d14-14bf-4d79-a386-71615c9d1637, #wrap-s-ddea7d14-14bf-4d79-a386-71615c9d1637 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ddea7d14-14bf-4d79-a386-71615c9d1637"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ddea7d14-14bf-4d79-a386-71615c9d1637"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ddea7d14-14bf-4d79-a386-71615c9d1637"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddea7d14-14bf-4d79-a386-71615c9d1637"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-022ca63d-e89f-49aa-aa61-9dc638fd31fb {
  margin-top: 10px;
margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

#s-943ca444-7f9a-416b-a0c2-399396e4accc {
  text-align: left;
}



.shg-c#s-943ca444-7f9a-416b-a0c2-399396e4accc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-943ca444-7f9a-416b-a0c2-399396e4accc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-943ca444-7f9a-416b-a0c2-399396e4accc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-943ca444-7f9a-416b-a0c2-399396e4accc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-943ca444-7f9a-416b-a0c2-399396e4accc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-943ca444-7f9a-416b-a0c2-399396e4accc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-943ca444-7f9a-416b-a0c2-399396e4accc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-943ca444-7f9a-416b-a0c2-399396e4accc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-943ca444-7f9a-416b-a0c2-399396e4accc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-943ca444-7f9a-416b-a0c2-399396e4accc img.shogun-image {
  width: 100%;
}



}
#s-95b594f8-363f-400d-98d6-fc54575340cd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95b594f8-363f-400d-98d6-fc54575340cd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-43e18370-13a4-4536-a11e-4ad68fc3515e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-43e18370-13a4-4536-a11e-4ad68fc3515e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
}

#s-43e18370-13a4-4536-a11e-4ad68fc3515e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
  font-size: 16px;
}

#s-43e18370-13a4-4536-a11e-4ad68fc3515e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-37d8de85-c629-47c5-82aa-c2ba6f8f209e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fbdaf6a3-0d03-4093-b9b8-c377cf8caff5 {
  text-align: left;
}



.shg-c#s-fbdaf6a3-0d03-4093-b9b8-c377cf8caff5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbdaf6a3-0d03-4093-b9b8-c377cf8caff5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fbdaf6a3-0d03-4093-b9b8-c377cf8caff5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbdaf6a3-0d03-4093-b9b8-c377cf8caff5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fbdaf6a3-0d03-4093-b9b8-c377cf8caff5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbdaf6a3-0d03-4093-b9b8-c377cf8caff5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fbdaf6a3-0d03-4093-b9b8-c377cf8caff5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbdaf6a3-0d03-4093-b9b8-c377cf8caff5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fbdaf6a3-0d03-4093-b9b8-c377cf8caff5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbdaf6a3-0d03-4093-b9b8-c377cf8caff5 img.shogun-image {
  width: 100%;
}



}
#s-f547832d-7ea2-4681-a91f-19461e5bd508 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f547832d-7ea2-4681-a91f-19461e5bd508 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b68b4424-ddca-40a2-84d8-28800c97903e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-b68b4424-ddca-40a2-84d8-28800c97903e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
}

#s-b68b4424-ddca-40a2-84d8-28800c97903e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
  font-size: 16px;
}

#s-b68b4424-ddca-40a2-84d8-28800c97903e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b45b5e5a-f313-40f9-bcf6-ee9f9d2e54bc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2966f4a7-c594-4891-a171-f3dc422bce98 {
  text-align: left;
}



.shg-c#s-2966f4a7-c594-4891-a171-f3dc422bce98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2966f4a7-c594-4891-a171-f3dc422bce98 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2966f4a7-c594-4891-a171-f3dc422bce98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2966f4a7-c594-4891-a171-f3dc422bce98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2966f4a7-c594-4891-a171-f3dc422bce98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2966f4a7-c594-4891-a171-f3dc422bce98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2966f4a7-c594-4891-a171-f3dc422bce98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2966f4a7-c594-4891-a171-f3dc422bce98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2966f4a7-c594-4891-a171-f3dc422bce98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2966f4a7-c594-4891-a171-f3dc422bce98 img.shogun-image {
  width: 100%;
}



}
#s-57db625c-1318-4745-8bac-be9e1575a812 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57db625c-1318-4745-8bac-be9e1575a812 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b320e505-4d73-4299-be42-12654345993c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-b320e505-4d73-4299-be42-12654345993c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
}

#s-b320e505-4d73-4299-be42-12654345993c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
  font-size: 16px;
}

#s-b320e505-4d73-4299-be42-12654345993c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1e113c9c-92b0-4b45-826d-2d2ca5935b24 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6b18006b-901a-4f7a-a0e7-b829740a59a2 {
  text-align: center;
}







  #s-6b18006b-901a-4f7a-a0e7-b829740a59a2 img.shogun-image {
    

    
    
    
  }


#s-6b18006b-901a-4f7a-a0e7-b829740a59a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-cef397ad-4aea-4021-8444-87240ebb4e11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cef397ad-4aea-4021-8444-87240ebb4e11 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9034a684-0a6e-4195-9bdc-82674ccd607b {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-9034a684-0a6e-4195-9bdc-82674ccd607b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
}

#s-9034a684-0a6e-4195-9bdc-82674ccd607b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
  font-size: 16px;
}

#s-9034a684-0a6e-4195-9bdc-82674ccd607b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8825676e-2ef6-4544-9f37-5a9899e364a4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2c17429c-c842-46fe-a949-f5413caa0f97 {
  text-align: left;
}



.shg-c#s-2c17429c-c842-46fe-a949-f5413caa0f97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c17429c-c842-46fe-a949-f5413caa0f97 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2c17429c-c842-46fe-a949-f5413caa0f97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c17429c-c842-46fe-a949-f5413caa0f97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c17429c-c842-46fe-a949-f5413caa0f97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c17429c-c842-46fe-a949-f5413caa0f97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c17429c-c842-46fe-a949-f5413caa0f97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c17429c-c842-46fe-a949-f5413caa0f97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c17429c-c842-46fe-a949-f5413caa0f97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c17429c-c842-46fe-a949-f5413caa0f97 img.shogun-image {
  width: 100%;
}



}
#s-b4358338-748c-4237-877b-fbed31bc98f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4358338-748c-4237-877b-fbed31bc98f2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-02c6d1d0-040c-4b8a-9d2a-e952a31062d4 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-02c6d1d0-040c-4b8a-9d2a-e952a31062d4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
}

#s-02c6d1d0-040c-4b8a-9d2a-e952a31062d4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
  font-size: 16px;
}

#s-02c6d1d0-040c-4b8a-9d2a-e952a31062d4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-458aa6a1-a5e3-44cf-aebc-fc3ff26518fd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-88d65050-968f-4e69-9c59-1d2754ef9f1c {
  text-align: left;
}



.shg-c#s-88d65050-968f-4e69-9c59-1d2754ef9f1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88d65050-968f-4e69-9c59-1d2754ef9f1c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-88d65050-968f-4e69-9c59-1d2754ef9f1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88d65050-968f-4e69-9c59-1d2754ef9f1c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88d65050-968f-4e69-9c59-1d2754ef9f1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88d65050-968f-4e69-9c59-1d2754ef9f1c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88d65050-968f-4e69-9c59-1d2754ef9f1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88d65050-968f-4e69-9c59-1d2754ef9f1c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-88d65050-968f-4e69-9c59-1d2754ef9f1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88d65050-968f-4e69-9c59-1d2754ef9f1c img.shogun-image {
  width: 100%;
}



}
#s-07b7de0a-4a86-4fef-9bc1-0f1d50456b9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07b7de0a-4a86-4fef-9bc1-0f1d50456b9d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0bbc956f-aa64-43b7-a1f7-d45b1e34ef83 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-0bbc956f-aa64-43b7-a1f7-d45b1e34ef83 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
}

#s-0bbc956f-aa64-43b7-a1f7-d45b1e34ef83 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
  font-size: 16px;
}

#s-0bbc956f-aa64-43b7-a1f7-d45b1e34ef83 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-745b3c31-0f7a-4af0-8e52-73c976e2000e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6389d231-49cf-434e-b208-97744040eb6e {
  text-align: left;
}



.shg-c#s-6389d231-49cf-434e-b208-97744040eb6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6389d231-49cf-434e-b208-97744040eb6e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6389d231-49cf-434e-b208-97744040eb6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6389d231-49cf-434e-b208-97744040eb6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6389d231-49cf-434e-b208-97744040eb6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6389d231-49cf-434e-b208-97744040eb6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6389d231-49cf-434e-b208-97744040eb6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6389d231-49cf-434e-b208-97744040eb6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6389d231-49cf-434e-b208-97744040eb6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6389d231-49cf-434e-b208-97744040eb6e img.shogun-image {
  width: 100%;
}



}
#s-343303b9-6ba9-4e4f-9bd7-42c95ec1cf27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-343303b9-6ba9-4e4f-9bd7-42c95ec1cf27 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-cc4e27fd-d6f1-42fd-bcd4-9e932c61f2a2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-cc4e27fd-d6f1-42fd-bcd4-9e932c61f2a2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
}

#s-cc4e27fd-d6f1-42fd-bcd4-9e932c61f2a2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
  font-size: 16px;
}

#s-cc4e27fd-d6f1-42fd-bcd4-9e932c61f2a2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b85e893e-bcfb-4719-a281-63d836ab9e09 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-822b91f5-dd64-4197-83e9-35114bd208ab {
  text-align: left;
}



.shg-c#s-822b91f5-dd64-4197-83e9-35114bd208ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-822b91f5-dd64-4197-83e9-35114bd208ab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-822b91f5-dd64-4197-83e9-35114bd208ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-822b91f5-dd64-4197-83e9-35114bd208ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-822b91f5-dd64-4197-83e9-35114bd208ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-822b91f5-dd64-4197-83e9-35114bd208ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-822b91f5-dd64-4197-83e9-35114bd208ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-822b91f5-dd64-4197-83e9-35114bd208ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-822b91f5-dd64-4197-83e9-35114bd208ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-822b91f5-dd64-4197-83e9-35114bd208ab img.shogun-image {
  width: 100%;
}



}
#s-3257abf9-aa17-4b8b-b503-6575fc82c2dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3257abf9-aa17-4b8b-b503-6575fc82c2dc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-671f25f4-88a8-4cc3-8f89-a9b26941b62a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-671f25f4-88a8-4cc3-8f89-a9b26941b62a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
}

#s-671f25f4-88a8-4cc3-8f89-a9b26941b62a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
  font-size: 16px;
}

#s-671f25f4-88a8-4cc3-8f89-a9b26941b62a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-20c164ba-b622-4bcf-8213-630b88646b68 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2ee8690c-1150-419d-8d4e-617728ecc0db {
  text-align: left;
}



.shg-c#s-2ee8690c-1150-419d-8d4e-617728ecc0db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ee8690c-1150-419d-8d4e-617728ecc0db img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2ee8690c-1150-419d-8d4e-617728ecc0db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ee8690c-1150-419d-8d4e-617728ecc0db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ee8690c-1150-419d-8d4e-617728ecc0db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ee8690c-1150-419d-8d4e-617728ecc0db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ee8690c-1150-419d-8d4e-617728ecc0db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ee8690c-1150-419d-8d4e-617728ecc0db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ee8690c-1150-419d-8d4e-617728ecc0db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ee8690c-1150-419d-8d4e-617728ecc0db img.shogun-image {
  width: 100%;
}



}
#s-677db870-7179-478d-93c6-bc7c1ba5db8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-677db870-7179-478d-93c6-bc7c1ba5db8f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-af9c6bf5-7478-4a26-8a30-6a0f367045c5 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-af9c6bf5-7478-4a26-8a30-6a0f367045c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
}

#s-af9c6bf5-7478-4a26-8a30-6a0f367045c5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Crimson Text;
  font-style:  normal ;
  font-size: 16px;
}

#s-af9c6bf5-7478-4a26-8a30-6a0f367045c5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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