#s-6e36936c-a3b6-41f4-8ebb-19af5b1729ca {
  text-align: left;
}

.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-7dc20d55-e054-4003-8fea-a8c51b924b29 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: -20px;
margin-right: -20px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7dc20d55-e054-4003-8fea-a8c51b924b29 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-7dc20d55-e054-4003-8fea-a8c51b924b29 {
  background-image: url(https://i.shgcdn.com/1d53ffeb-ae51-48bc-b78e-40401631d7af/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7dc20d55-e054-4003-8fea-a8c51b924b29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dc20d55-e054-4003-8fea-a8c51b924b29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f9a05171-f0c6-41c8-8a68-ee59f9c3cc73 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 600px;
}

#s-aa3fc6fe-ba82-4d7c-b4cc-e4033b621364 {
  padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(245, 246, 245, 0.85);
}








#s-aa3fc6fe-ba82-4d7c-b4cc-e4033b621364 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa3fc6fe-ba82-4d7c-b4cc-e4033b621364.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09933b9d-7be0-4919-8be8-39f60553e924 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

.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-bac8c284-a705-49de-b7a6-a7a507e1102a {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bac8c284-a705-49de-b7a6-a7a507e1102a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bac8c284-a705-49de-b7a6-a7a507e1102a, #wrap-s-bac8c284-a705-49de-b7a6-a7a507e1102a { display: none !important; }}@media (max-width: 767px){#s-bac8c284-a705-49de-b7a6-a7a507e1102a {
  
}
}@media (max-width: 767px){#s-bac8c284-a705-49de-b7a6-a7a507e1102a, #wrap-s-bac8c284-a705-49de-b7a6-a7a507e1102a { display: none !important; }}
@media (min-width: 0px) {
[id="s-bac8c284-a705-49de-b7a6-a7a507e1102a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bac8c284-a705-49de-b7a6-a7a507e1102a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bac8c284-a705-49de-b7a6-a7a507e1102a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bac8c284-a705-49de-b7a6-a7a507e1102a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-233877c2-8c2b-4a00-8051-1ad97f2376aa {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}







  #s-233877c2-8c2b-4a00-8051-1ad97f2376aa img.shogun-image {
    

    
    
    
  }


#s-233877c2-8c2b-4a00-8051-1ad97f2376aa .shogun-image-content {
  
    align-items: center;
  
}

#s-eb2f9fe1-6a7e-43c1-91ef-b18256d219dc {
  margin-top: 20px;
margin-bottom: 0px;
}

.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-9d012af1-2969-4032-a546-f20b8c2df643 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-9d012af1-2969-4032-a546-f20b8c2df643:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d012af1-2969-4032-a546-f20b8c2df643:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d012af1-2969-4032-a546-f20b8c2df643-root {
    text-align: center;
  }


#s-9d012af1-2969-4032-a546-f20b8c2df643.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d012af1-2969-4032-a546-f20b8c2df643-root {
    text-align: center;
  }


#s-9d012af1-2969-4032-a546-f20b8c2df643.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d012af1-2969-4032-a546-f20b8c2df643-root {
    text-align: center;
  }


#s-9d012af1-2969-4032-a546-f20b8c2df643.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d012af1-2969-4032-a546-f20b8c2df643-root {
    text-align: center;
  }


#s-9d012af1-2969-4032-a546-f20b8c2df643.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d012af1-2969-4032-a546-f20b8c2df643-root {
    text-align: center;
  }


#s-9d012af1-2969-4032-a546-f20b8c2df643.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7a5f95db-3721-4fa7-9100-1500c3e03db5 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}







  #s-7a5f95db-3721-4fa7-9100-1500c3e03db5 img.shogun-image {
    

    
    
    
  }


#s-7a5f95db-3721-4fa7-9100-1500c3e03db5 .shogun-image-content {
  
    align-items: center;
  
}

#s-06489fc2-f4c3-45de-b71a-b02f85f698dd {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-6af2eb9e-7b0e-4c6e-adf3-216f1e481b6c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(51, 51, 51, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 0.99);
background-image: none;
hover-type: color;
}
#s-6af2eb9e-7b0e-4c6e-adf3-216f1e481b6c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6af2eb9e-7b0e-4c6e-adf3-216f1e481b6c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6af2eb9e-7b0e-4c6e-adf3-216f1e481b6c-root {
    text-align: center;
  }


#s-6af2eb9e-7b0e-4c6e-adf3-216f1e481b6c.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6af2eb9e-7b0e-4c6e-adf3-216f1e481b6c-root {
    text-align: center;
  }


#s-6af2eb9e-7b0e-4c6e-adf3-216f1e481b6c.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6af2eb9e-7b0e-4c6e-adf3-216f1e481b6c-root {
    text-align: center;
  }


#s-6af2eb9e-7b0e-4c6e-adf3-216f1e481b6c.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6af2eb9e-7b0e-4c6e-adf3-216f1e481b6c-root {
    text-align: center;
  }


#s-6af2eb9e-7b0e-4c6e-adf3-216f1e481b6c.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6af2eb9e-7b0e-4c6e-adf3-216f1e481b6c-root {
    text-align: center;
  }


#s-6af2eb9e-7b0e-4c6e-adf3-216f1e481b6c.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4a62a76c-1a4e-4347-aace-91ca0dfd131f {
  margin-top: 20px;
}

#s-b0ea9400-06a3-4cf5-bf0b-c85804421cba {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}







  #s-b0ea9400-06a3-4cf5-bf0b-c85804421cba img.shogun-image {
    

    
    
    
  }


#s-b0ea9400-06a3-4cf5-bf0b-c85804421cba .shogun-image-content {
  
    align-items: center;
  
}

#s-39e51cc3-49f8-495e-ad7f-ac02627745cd {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-7ab2ef24-0b15-4a94-b29f-67825399c885 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(51, 51, 51, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 0.99);
background-image: none;
hover-type: color;
}
#s-7ab2ef24-0b15-4a94-b29f-67825399c885:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ab2ef24-0b15-4a94-b29f-67825399c885:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7ab2ef24-0b15-4a94-b29f-67825399c885-root {
    text-align: center;
  }


#s-7ab2ef24-0b15-4a94-b29f-67825399c885.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ab2ef24-0b15-4a94-b29f-67825399c885-root {
    text-align: center;
  }


#s-7ab2ef24-0b15-4a94-b29f-67825399c885.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ab2ef24-0b15-4a94-b29f-67825399c885-root {
    text-align: center;
  }


#s-7ab2ef24-0b15-4a94-b29f-67825399c885.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ab2ef24-0b15-4a94-b29f-67825399c885-root {
    text-align: center;
  }


#s-7ab2ef24-0b15-4a94-b29f-67825399c885.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ab2ef24-0b15-4a94-b29f-67825399c885-root {
    text-align: center;
  }


#s-7ab2ef24-0b15-4a94-b29f-67825399c885.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ed1d39f7-37fa-4326-8770-48dbb3086289 {
  margin-top: 20px;
}

#s-2e0a7ef7-e519-43db-9177-f09aa126d8c5 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}







  #s-2e0a7ef7-e519-43db-9177-f09aa126d8c5 img.shogun-image {
    

    
    
    
  }


#s-2e0a7ef7-e519-43db-9177-f09aa126d8c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-59342644-09fc-4ac4-995d-52d8e5c40869 {
  margin-top: 20px;
}

#s-c0c6d9ad-70c2-4661-b0ad-6fc72eb303aa {
  text-align: left;
}

#s-eec8ae96-b7c2-4ad8-ab28-587659b6e755 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}
@media (min-width: 1200px){#s-eec8ae96-b7c2-4ad8-ab28-587659b6e755 {
  
}
}@media (min-width: 1200px){#s-eec8ae96-b7c2-4ad8-ab28-587659b6e755, #wrap-s-eec8ae96-b7c2-4ad8-ab28-587659b6e755 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eec8ae96-b7c2-4ad8-ab28-587659b6e755 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eec8ae96-b7c2-4ad8-ab28-587659b6e755, #wrap-s-eec8ae96-b7c2-4ad8-ab28-587659b6e755 { display: none !important; }}
@media (min-width: 0px) {
[id="s-eec8ae96-b7c2-4ad8-ab28-587659b6e755"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eec8ae96-b7c2-4ad8-ab28-587659b6e755"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eec8ae96-b7c2-4ad8-ab28-587659b6e755"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eec8ae96-b7c2-4ad8-ab28-587659b6e755"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f99c1b56-d54f-4baa-ba67-2743438a3553 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}







  #s-f99c1b56-d54f-4baa-ba67-2743438a3553 img.shogun-image {
    

    
    
    
  }


#s-f99c1b56-d54f-4baa-ba67-2743438a3553 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fc15d1f-9089-457c-bf23-0c391add59fd {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-e4b0f6d6-bc85-433d-afb2-bb13676913c4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-e4b0f6d6-bc85-433d-afb2-bb13676913c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e4b0f6d6-bc85-433d-afb2-bb13676913c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e4b0f6d6-bc85-433d-afb2-bb13676913c4-root {
    text-align: center;
  }


#s-e4b0f6d6-bc85-433d-afb2-bb13676913c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e4b0f6d6-bc85-433d-afb2-bb13676913c4-root {
    text-align: center;
  }


#s-e4b0f6d6-bc85-433d-afb2-bb13676913c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4b0f6d6-bc85-433d-afb2-bb13676913c4-root {
    text-align: center;
  }


#s-e4b0f6d6-bc85-433d-afb2-bb13676913c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4b0f6d6-bc85-433d-afb2-bb13676913c4-root {
    text-align: center;
  }


#s-e4b0f6d6-bc85-433d-afb2-bb13676913c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e4b0f6d6-bc85-433d-afb2-bb13676913c4-root {
    text-align: center;
  }


#s-e4b0f6d6-bc85-433d-afb2-bb13676913c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ce91c743-9e8d-4ed7-81ac-d2d129912d90 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}
@media (max-width: 767px){#s-ce91c743-9e8d-4ed7-81ac-d2d129912d90 {
  margin-top: 50px;
}
}






  #s-ce91c743-9e8d-4ed7-81ac-d2d129912d90 img.shogun-image {
    

    
    
    
  }


#s-ce91c743-9e8d-4ed7-81ac-d2d129912d90 .shogun-image-content {
  
    align-items: center;
  
}

#s-e97f456a-12fa-4ea8-ad53-4bb8487bba7d {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-00760406-0863-474d-874a-4244737490f0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(51, 51, 51, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 0.99);
background-image: none;
hover-type: color;
}
#s-00760406-0863-474d-874a-4244737490f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00760406-0863-474d-874a-4244737490f0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-00760406-0863-474d-874a-4244737490f0-root {
    text-align: center;
  }


#s-00760406-0863-474d-874a-4244737490f0.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00760406-0863-474d-874a-4244737490f0-root {
    text-align: center;
  }


#s-00760406-0863-474d-874a-4244737490f0.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00760406-0863-474d-874a-4244737490f0-root {
    text-align: center;
  }


#s-00760406-0863-474d-874a-4244737490f0.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00760406-0863-474d-874a-4244737490f0-root {
    text-align: center;
  }


#s-00760406-0863-474d-874a-4244737490f0.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00760406-0863-474d-874a-4244737490f0-root {
    text-align: center;
  }


#s-00760406-0863-474d-874a-4244737490f0.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-28749036-c0bc-4d9c-adc0-22531cf8161f {
  margin-top: 20px;
}

#s-9c958a89-30af-4f8c-8341-e058b337a7f6 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}
@media (max-width: 767px){#s-9c958a89-30af-4f8c-8341-e058b337a7f6 {
  margin-top: 50px;
}
}






  #s-9c958a89-30af-4f8c-8341-e058b337a7f6 img.shogun-image {
    

    
    
    
  }


#s-9c958a89-30af-4f8c-8341-e058b337a7f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f9531fc-13f0-4e9b-ba45-055f0355b624 {
  margin-top: 20px;
}

#s-b5f80150-c6c8-42f8-bf74-fb337b9e9056 {
  text-align: left;
}

#s-89048496-fc49-4876-a036-f35a44d24219 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}
@media (max-width: 767px){#s-89048496-fc49-4876-a036-f35a44d24219 {
  margin-top: 50px;
}
}






  #s-89048496-fc49-4876-a036-f35a44d24219 img.shogun-image {
    

    
    
    
  }


#s-89048496-fc49-4876-a036-f35a44d24219 .shogun-image-content {
  
    align-items: center;
  
}

#s-8fcf6558-ea11-4895-a3d6-6f5f589cf2cd {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-694d11a2-6e48-4e52-9d29-8e12bfe63955 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(51, 51, 51, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 0.99);
background-image: none;
hover-type: color;
}
#s-694d11a2-6e48-4e52-9d29-8e12bfe63955:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-694d11a2-6e48-4e52-9d29-8e12bfe63955:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-694d11a2-6e48-4e52-9d29-8e12bfe63955-root {
    text-align: center;
  }


#s-694d11a2-6e48-4e52-9d29-8e12bfe63955.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-694d11a2-6e48-4e52-9d29-8e12bfe63955-root {
    text-align: center;
  }


#s-694d11a2-6e48-4e52-9d29-8e12bfe63955.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-694d11a2-6e48-4e52-9d29-8e12bfe63955-root {
    text-align: center;
  }


#s-694d11a2-6e48-4e52-9d29-8e12bfe63955.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-694d11a2-6e48-4e52-9d29-8e12bfe63955-root {
    text-align: center;
  }


#s-694d11a2-6e48-4e52-9d29-8e12bfe63955.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-694d11a2-6e48-4e52-9d29-8e12bfe63955-root {
    text-align: center;
  }


#s-694d11a2-6e48-4e52-9d29-8e12bfe63955.shg-btn {
  color: rgba(255, 255, 255, 0.99);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bbffd544-a7e0-48ba-ab1b-1d66050856b7 {
  margin-top: 20px;
}

#s-22448611-a50b-410d-abe4-921f2d063138 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-22448611-a50b-410d-abe4-921f2d063138 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22448611-a50b-410d-abe4-921f2d063138.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8e1ce4d-de51-4981-bf0b-87d549120f5c {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 600px;
}

#s-756ac442-b912-437d-8a49-02977b52c435 {
  margin-bottom: 50px;
background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-756ac442-b912-437d-8a49-02977b52c435"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-756ac442-b912-437d-8a49-02977b52c435"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-756ac442-b912-437d-8a49-02977b52c435"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-756ac442-b912-437d-8a49-02977b52c435"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e8112cae-853d-4ff3-8fa0-1c453dcc366d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-e8112cae-853d-4ff3-8fa0-1c453dcc366d img.shogun-image {
    

    
    
    
  }


#s-e8112cae-853d-4ff3-8fa0-1c453dcc366d .shogun-image-content {
  
    align-items: center;
  
}

#s-06ae8cd0-ea26-4562-b5d8-fdaf9c49e8be {
  min-height: 50px;
}








#s-06ae8cd0-ea26-4562-b5d8-fdaf9c49e8be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06ae8cd0-ea26-4562-b5d8-fdaf9c49e8be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4d4d358-a472-492e-9513-04501160612a {
  margin-bottom: 30px;
}
@media (max-width: 767px){#s-e4d4d358-a472-492e-9513-04501160612a {
  margin-top: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-9bcddc3d-03fe-4cff-80d6-9d4b45069641 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bcddc3d-03fe-4cff-80d6-9d4b45069641, #wrap-s-9bcddc3d-03fe-4cff-80d6-9d4b45069641 { display: none !important; }}@media (max-width: 767px){#s-9bcddc3d-03fe-4cff-80d6-9d4b45069641 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-9bcddc3d-03fe-4cff-80d6-9d4b45069641, #wrap-s-9bcddc3d-03fe-4cff-80d6-9d4b45069641 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9bcddc3d-03fe-4cff-80d6-9d4b45069641"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9bcddc3d-03fe-4cff-80d6-9d4b45069641"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9bcddc3d-03fe-4cff-80d6-9d4b45069641"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bcddc3d-03fe-4cff-80d6-9d4b45069641"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c0f4c847-1a2f-45dc-8db7-a9694e1a3c08 {
  padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: right;
text-decoration: none;
}
#s-c0f4c847-1a2f-45dc-8db7-a9694e1a3c08:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0f4c847-1a2f-45dc-8db7-a9694e1a3c08:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c0f4c847-1a2f-45dc-8db7-a9694e1a3c08-root {
    text-align: right;
  }


#s-c0f4c847-1a2f-45dc-8db7-a9694e1a3c08.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c0f4c847-1a2f-45dc-8db7-a9694e1a3c08-root {
    text-align: right;
  }


#s-c0f4c847-1a2f-45dc-8db7-a9694e1a3c08.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0f4c847-1a2f-45dc-8db7-a9694e1a3c08-root {
    text-align: right;
  }


#s-c0f4c847-1a2f-45dc-8db7-a9694e1a3c08.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0f4c847-1a2f-45dc-8db7-a9694e1a3c08-root {
    text-align: right;
  }


#s-c0f4c847-1a2f-45dc-8db7-a9694e1a3c08.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c0f4c847-1a2f-45dc-8db7-a9694e1a3c08-root {
    text-align: right;
  }


#s-c0f4c847-1a2f-45dc-8db7-a9694e1a3c08.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-c14c9ff2-e154-46eb-a212-e9b33b56fe21 {
  padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c14c9ff2-e154-46eb-a212-e9b33b56fe21:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c14c9ff2-e154-46eb-a212-e9b33b56fe21:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c14c9ff2-e154-46eb-a212-e9b33b56fe21-root {
    text-align: center;
  }


#s-c14c9ff2-e154-46eb-a212-e9b33b56fe21.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c14c9ff2-e154-46eb-a212-e9b33b56fe21-root {
    text-align: center;
  }


#s-c14c9ff2-e154-46eb-a212-e9b33b56fe21.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c14c9ff2-e154-46eb-a212-e9b33b56fe21-root {
    text-align: center;
  }


#s-c14c9ff2-e154-46eb-a212-e9b33b56fe21.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c14c9ff2-e154-46eb-a212-e9b33b56fe21-root {
    text-align: center;
  }


#s-c14c9ff2-e154-46eb-a212-e9b33b56fe21.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c14c9ff2-e154-46eb-a212-e9b33b56fe21-root {
    text-align: center;
  }


#s-c14c9ff2-e154-46eb-a212-e9b33b56fe21.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-37cf00d9-74aa-40df-885b-408a0efa16b6 {
  padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-37cf00d9-74aa-40df-885b-408a0efa16b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37cf00d9-74aa-40df-885b-408a0efa16b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-37cf00d9-74aa-40df-885b-408a0efa16b6-root {
    text-align: left;
  }


#s-37cf00d9-74aa-40df-885b-408a0efa16b6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37cf00d9-74aa-40df-885b-408a0efa16b6-root {
    text-align: left;
  }


#s-37cf00d9-74aa-40df-885b-408a0efa16b6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37cf00d9-74aa-40df-885b-408a0efa16b6-root {
    text-align: left;
  }


#s-37cf00d9-74aa-40df-885b-408a0efa16b6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37cf00d9-74aa-40df-885b-408a0efa16b6-root {
    text-align: left;
  }


#s-37cf00d9-74aa-40df-885b-408a0efa16b6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37cf00d9-74aa-40df-885b-408a0efa16b6-root {
    text-align: left;
  }


#s-37cf00d9-74aa-40df-885b-408a0efa16b6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-88c8abd1-0b68-44fd-8e95-ac59e539e3ee {
  
}
}@media (min-width: 1200px){#s-88c8abd1-0b68-44fd-8e95-ac59e539e3ee, #wrap-s-88c8abd1-0b68-44fd-8e95-ac59e539e3ee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88c8abd1-0b68-44fd-8e95-ac59e539e3ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88c8abd1-0b68-44fd-8e95-ac59e539e3ee, #wrap-s-88c8abd1-0b68-44fd-8e95-ac59e539e3ee { display: none !important; }}@media (max-width: 767px){#s-88c8abd1-0b68-44fd-8e95-ac59e539e3ee {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-88c8abd1-0b68-44fd-8e95-ac59e539e3ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-88c8abd1-0b68-44fd-8e95-ac59e539e3ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-88c8abd1-0b68-44fd-8e95-ac59e539e3ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-88c8abd1-0b68-44fd-8e95-ac59e539e3ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cf34033d-b914-49bd-9f74-f75915c80e1e {
  margin-right: 5px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: right;
text-decoration: none;
}
#s-cf34033d-b914-49bd-9f74-f75915c80e1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf34033d-b914-49bd-9f74-f75915c80e1e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cf34033d-b914-49bd-9f74-f75915c80e1e-root {
    text-align: right;
  }


#s-cf34033d-b914-49bd-9f74-f75915c80e1e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cf34033d-b914-49bd-9f74-f75915c80e1e-root {
    text-align: right;
  }


#s-cf34033d-b914-49bd-9f74-f75915c80e1e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf34033d-b914-49bd-9f74-f75915c80e1e-root {
    text-align: right;
  }


#s-cf34033d-b914-49bd-9f74-f75915c80e1e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf34033d-b914-49bd-9f74-f75915c80e1e-root {
    text-align: right;
  }


#s-cf34033d-b914-49bd-9f74-f75915c80e1e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cf34033d-b914-49bd-9f74-f75915c80e1e-root {
    text-align: right;
  }


#s-cf34033d-b914-49bd-9f74-f75915c80e1e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-5db48428-3ced-4824-a1e4-af1adee72de9 {
  margin-left: 5px;
margin-right: 0px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-5db48428-3ced-4824-a1e4-af1adee72de9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5db48428-3ced-4824-a1e4-af1adee72de9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5db48428-3ced-4824-a1e4-af1adee72de9-root {
    text-align: left;
  }


#s-5db48428-3ced-4824-a1e4-af1adee72de9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5db48428-3ced-4824-a1e4-af1adee72de9-root {
    text-align: left;
  }


#s-5db48428-3ced-4824-a1e4-af1adee72de9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5db48428-3ced-4824-a1e4-af1adee72de9-root {
    text-align: left;
  }


#s-5db48428-3ced-4824-a1e4-af1adee72de9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5db48428-3ced-4824-a1e4-af1adee72de9-root {
    text-align: left;
  }


#s-5db48428-3ced-4824-a1e4-af1adee72de9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5db48428-3ced-4824-a1e4-af1adee72de9-root {
    text-align: left;
  }


#s-5db48428-3ced-4824-a1e4-af1adee72de9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722 {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722 {
  
}
}@media (min-width: 1200px){#s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722, #wrap-s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722, #wrap-s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722 { display: none !important; }}

  #s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722-root {
    text-align: center;
  }


#s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722-root {
    text-align: center;
  }


#s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722-root {
    text-align: center;
  }


#s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722-root {
    text-align: center;
  }


#s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722-root {
    text-align: center;
  }


#s-01516ca6-a5ad-4b31-8a4e-a6778b8a9722.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-c67f04b5-0297-4d76-93dd-6887a229a23d {
  margin-bottom: 50px;
background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-c67f04b5-0297-4d76-93dd-6887a229a23d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c67f04b5-0297-4d76-93dd-6887a229a23d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c67f04b5-0297-4d76-93dd-6887a229a23d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c67f04b5-0297-4d76-93dd-6887a229a23d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-04249d97-88ec-4751-893f-86d79272484a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-04249d97-88ec-4751-893f-86d79272484a img.shogun-image {
    

    
    
    
  }


#s-04249d97-88ec-4751-893f-86d79272484a .shogun-image-content {
  
    align-items: center;
  
}

#s-3e5212a7-542d-4ea7-833a-10f420c3ecee {
  min-height: 50px;
}








#s-3e5212a7-542d-4ea7-833a-10f420c3ecee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e5212a7-542d-4ea7-833a-10f420c3ecee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b083b0b-b23a-4e31-8dc0-7c2b2c221905 {
  margin-bottom: 30px;
}
@media (max-width: 767px){#s-0b083b0b-b23a-4e31-8dc0-7c2b2c221905 {
  margin-top: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-90b5f8da-4063-41b1-81d6-d0c74e44636f {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-90b5f8da-4063-41b1-81d6-d0c74e44636f {
  margin-top: 0px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-90b5f8da-4063-41b1-81d6-d0c74e44636f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-90b5f8da-4063-41b1-81d6-d0c74e44636f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-90b5f8da-4063-41b1-81d6-d0c74e44636f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-90b5f8da-4063-41b1-81d6-d0c74e44636f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a26eddbf-bfe1-48e7-8321-ceb9006133f1 {
  padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: right;
text-decoration: none;
}
#s-a26eddbf-bfe1-48e7-8321-ceb9006133f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a26eddbf-bfe1-48e7-8321-ceb9006133f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a26eddbf-bfe1-48e7-8321-ceb9006133f1-root {
    text-align: right;
  }


#s-a26eddbf-bfe1-48e7-8321-ceb9006133f1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a26eddbf-bfe1-48e7-8321-ceb9006133f1-root {
    text-align: right;
  }


#s-a26eddbf-bfe1-48e7-8321-ceb9006133f1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a26eddbf-bfe1-48e7-8321-ceb9006133f1-root {
    text-align: right;
  }


#s-a26eddbf-bfe1-48e7-8321-ceb9006133f1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a26eddbf-bfe1-48e7-8321-ceb9006133f1-root {
    text-align: right;
  }


#s-a26eddbf-bfe1-48e7-8321-ceb9006133f1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a26eddbf-bfe1-48e7-8321-ceb9006133f1-root {
    text-align: right;
  }


#s-a26eddbf-bfe1-48e7-8321-ceb9006133f1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-12759cd9-aa46-4637-926f-8306ffc2921d {
  padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-12759cd9-aa46-4637-926f-8306ffc2921d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12759cd9-aa46-4637-926f-8306ffc2921d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-12759cd9-aa46-4637-926f-8306ffc2921d-root {
    text-align: left;
  }


#s-12759cd9-aa46-4637-926f-8306ffc2921d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12759cd9-aa46-4637-926f-8306ffc2921d-root {
    text-align: left;
  }


#s-12759cd9-aa46-4637-926f-8306ffc2921d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12759cd9-aa46-4637-926f-8306ffc2921d-root {
    text-align: left;
  }


#s-12759cd9-aa46-4637-926f-8306ffc2921d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12759cd9-aa46-4637-926f-8306ffc2921d-root {
    text-align: left;
  }


#s-12759cd9-aa46-4637-926f-8306ffc2921d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-12759cd9-aa46-4637-926f-8306ffc2921d-root {
    text-align: left;
  }


#s-12759cd9-aa46-4637-926f-8306ffc2921d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-36f01efb-4805-4aae-8942-423c2abbb95c {
  margin-bottom: 50px;
background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-36f01efb-4805-4aae-8942-423c2abbb95c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36f01efb-4805-4aae-8942-423c2abbb95c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-36f01efb-4805-4aae-8942-423c2abbb95c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-36f01efb-4805-4aae-8942-423c2abbb95c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2207d418-21e6-4362-8c26-0b27a4b74c54 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-2207d418-21e6-4362-8c26-0b27a4b74c54 img.shogun-image {
    

    
    
    
  }


#s-2207d418-21e6-4362-8c26-0b27a4b74c54 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a8ef60a-6fb7-4d84-aeff-bb171dd719ce {
  min-height: 50px;
}








#s-8a8ef60a-6fb7-4d84-aeff-bb171dd719ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a8ef60a-6fb7-4d84-aeff-bb171dd719ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f99f2cf2-c13f-4b02-9e29-3a348b562772 {
  margin-bottom: 30px;
}
@media (max-width: 767px){#s-f99f2cf2-c13f-4b02-9e29-3a348b562772 {
  margin-top: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-122b3b19-c3c3-4711-83d2-35e2554a52c9 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-122b3b19-c3c3-4711-83d2-35e2554a52c9 {
  margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-122b3b19-c3c3-4711-83d2-35e2554a52c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-122b3b19-c3c3-4711-83d2-35e2554a52c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-122b3b19-c3c3-4711-83d2-35e2554a52c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-122b3b19-c3c3-4711-83d2-35e2554a52c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3ac0faac-c962-4a44-afe0-277d9eed31be {
  padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: right;
text-decoration: none;
}
#s-3ac0faac-c962-4a44-afe0-277d9eed31be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ac0faac-c962-4a44-afe0-277d9eed31be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ac0faac-c962-4a44-afe0-277d9eed31be-root {
    text-align: right;
  }


#s-3ac0faac-c962-4a44-afe0-277d9eed31be.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ac0faac-c962-4a44-afe0-277d9eed31be-root {
    text-align: right;
  }


#s-3ac0faac-c962-4a44-afe0-277d9eed31be.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ac0faac-c962-4a44-afe0-277d9eed31be-root {
    text-align: right;
  }


#s-3ac0faac-c962-4a44-afe0-277d9eed31be.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ac0faac-c962-4a44-afe0-277d9eed31be-root {
    text-align: right;
  }


#s-3ac0faac-c962-4a44-afe0-277d9eed31be.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ac0faac-c962-4a44-afe0-277d9eed31be-root {
    text-align: right;
  }


#s-3ac0faac-c962-4a44-afe0-277d9eed31be.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-d7bbb45f-4394-44dd-ab19-0486fc13c8de {
  padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-d7bbb45f-4394-44dd-ab19-0486fc13c8de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7bbb45f-4394-44dd-ab19-0486fc13c8de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d7bbb45f-4394-44dd-ab19-0486fc13c8de-root {
    text-align: left;
  }


#s-d7bbb45f-4394-44dd-ab19-0486fc13c8de.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7bbb45f-4394-44dd-ab19-0486fc13c8de-root {
    text-align: left;
  }


#s-d7bbb45f-4394-44dd-ab19-0486fc13c8de.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7bbb45f-4394-44dd-ab19-0486fc13c8de-root {
    text-align: left;
  }


#s-d7bbb45f-4394-44dd-ab19-0486fc13c8de.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7bbb45f-4394-44dd-ab19-0486fc13c8de-root {
    text-align: left;
  }


#s-d7bbb45f-4394-44dd-ab19-0486fc13c8de.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7bbb45f-4394-44dd-ab19-0486fc13c8de-root {
    text-align: left;
  }


#s-d7bbb45f-4394-44dd-ab19-0486fc13c8de.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-0d254e85-9ac1-4cba-8f8e-0f447da1b0d0 {
  margin-bottom: 50px;
background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-0d254e85-9ac1-4cba-8f8e-0f447da1b0d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d254e85-9ac1-4cba-8f8e-0f447da1b0d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d254e85-9ac1-4cba-8f8e-0f447da1b0d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d254e85-9ac1-4cba-8f8e-0f447da1b0d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5f902b9f-692a-47a6-9c50-bc0130e8be55 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-5f902b9f-692a-47a6-9c50-bc0130e8be55 img.shogun-image {
    

    
    
    
  }


#s-5f902b9f-692a-47a6-9c50-bc0130e8be55 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6977384-af03-4981-90a8-5ccca7d58202 {
  min-height: 50px;
}








#s-c6977384-af03-4981-90a8-5ccca7d58202 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6977384-af03-4981-90a8-5ccca7d58202.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51f9e593-28b2-426c-a3e7-56242b566d0c {
  margin-bottom: 30px;
}
@media (max-width: 767px){#s-51f9e593-28b2-426c-a3e7-56242b566d0c {
  margin-top: 30px;
}
}
#s-d4d6e4ed-3dd1-45e6-aa25-fee9a45920da {
  padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d4d6e4ed-3dd1-45e6-aa25-fee9a45920da:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4d6e4ed-3dd1-45e6-aa25-fee9a45920da:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d4d6e4ed-3dd1-45e6-aa25-fee9a45920da-root {
    text-align: center;
  }


#s-d4d6e4ed-3dd1-45e6-aa25-fee9a45920da.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4d6e4ed-3dd1-45e6-aa25-fee9a45920da-root {
    text-align: center;
  }


#s-d4d6e4ed-3dd1-45e6-aa25-fee9a45920da.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4d6e4ed-3dd1-45e6-aa25-fee9a45920da-root {
    text-align: center;
  }


#s-d4d6e4ed-3dd1-45e6-aa25-fee9a45920da.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4d6e4ed-3dd1-45e6-aa25-fee9a45920da-root {
    text-align: center;
  }


#s-d4d6e4ed-3dd1-45e6-aa25-fee9a45920da.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4d6e4ed-3dd1-45e6-aa25-fee9a45920da-root {
    text-align: center;
  }


#s-d4d6e4ed-3dd1-45e6-aa25-fee9a45920da.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-2bf39cdc-19db-4ebf-8b5d-a6e409eae216 {
  margin-bottom: 50px;
background-color: rgba(245, 246, 245, 1);
}

@media (min-width: 0px) {
[id="s-2bf39cdc-19db-4ebf-8b5d-a6e409eae216"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bf39cdc-19db-4ebf-8b5d-a6e409eae216"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2bf39cdc-19db-4ebf-8b5d-a6e409eae216"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bf39cdc-19db-4ebf-8b5d-a6e409eae216"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-661ad5d9-e583-44f2-afea-993fe257486c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-661ad5d9-e583-44f2-afea-993fe257486c img.shogun-image {
    

    
    
    
  }


#s-661ad5d9-e583-44f2-afea-993fe257486c .shogun-image-content {
  
    align-items: center;
  
}

#s-92547d86-533a-429d-bd55-24b656261e4b {
  min-height: 50px;
}








#s-92547d86-533a-429d-bd55-24b656261e4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92547d86-533a-429d-bd55-24b656261e4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f32efb6-1999-4fa6-bcb6-af22fa16161c {
  margin-bottom: 30px;
}
@media (max-width: 767px){#s-1f32efb6-1999-4fa6-bcb6-af22fa16161c {
  margin-top: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-cc76c5b7-ec0b-4ac5-8cdc-b5a57eadea84 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-cc76c5b7-ec0b-4ac5-8cdc-b5a57eadea84 {
  margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-cc76c5b7-ec0b-4ac5-8cdc-b5a57eadea84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cc76c5b7-ec0b-4ac5-8cdc-b5a57eadea84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cc76c5b7-ec0b-4ac5-8cdc-b5a57eadea84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc76c5b7-ec0b-4ac5-8cdc-b5a57eadea84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9d6d428e-09dd-4d5e-99ab-054641031d82 {
  padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: right;
text-decoration: none;
}
#s-9d6d428e-09dd-4d5e-99ab-054641031d82:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d6d428e-09dd-4d5e-99ab-054641031d82:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d6d428e-09dd-4d5e-99ab-054641031d82-root {
    text-align: right;
  }


#s-9d6d428e-09dd-4d5e-99ab-054641031d82.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d6d428e-09dd-4d5e-99ab-054641031d82-root {
    text-align: right;
  }


#s-9d6d428e-09dd-4d5e-99ab-054641031d82.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d6d428e-09dd-4d5e-99ab-054641031d82-root {
    text-align: right;
  }


#s-9d6d428e-09dd-4d5e-99ab-054641031d82.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d6d428e-09dd-4d5e-99ab-054641031d82-root {
    text-align: right;
  }


#s-9d6d428e-09dd-4d5e-99ab-054641031d82.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d6d428e-09dd-4d5e-99ab-054641031d82-root {
    text-align: right;
  }


#s-9d6d428e-09dd-4d5e-99ab-054641031d82.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-96cd9914-6463-4ebf-ade2-09d3a8f7b325 {
  padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-96cd9914-6463-4ebf-ade2-09d3a8f7b325:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96cd9914-6463-4ebf-ade2-09d3a8f7b325:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-96cd9914-6463-4ebf-ade2-09d3a8f7b325-root {
    text-align: left;
  }


#s-96cd9914-6463-4ebf-ade2-09d3a8f7b325.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-96cd9914-6463-4ebf-ade2-09d3a8f7b325-root {
    text-align: left;
  }


#s-96cd9914-6463-4ebf-ade2-09d3a8f7b325.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96cd9914-6463-4ebf-ade2-09d3a8f7b325-root {
    text-align: left;
  }


#s-96cd9914-6463-4ebf-ade2-09d3a8f7b325.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96cd9914-6463-4ebf-ade2-09d3a8f7b325-root {
    text-align: left;
  }


#s-96cd9914-6463-4ebf-ade2-09d3a8f7b325.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-96cd9914-6463-4ebf-ade2-09d3a8f7b325-root {
    text-align: left;
  }


#s-96cd9914-6463-4ebf-ade2-09d3a8f7b325.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
/*table.hours-table {*/
/*    border-collapse: collapse;*/
/*    width: 50%;*/
/*    margin: 20px auto;*/
/*  }*/
/*  th.hours-day, td.hours-day {*/
/*    border: 1px solid black;*/
/*    padding: 8px;*/
/*    text-align: center;*/
/*  }*/
/*  td.hours-hours {*/
/*    border: 1px solid black;*/
/*    padding: 8px;*/
/*    text-align: center;*/
/*  }*/


/*.hours-table {*/
/*    padding: 0 0 50px 0;*/
/*    margin: 30px auto 0px;*/
/*    width: 400px;*/
/*}*/

/*.hours-table td {*/
/*    font-family: SaaSeries, 'SAA Series FD', 'Open Sans';*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    font-size: 16px;*/
/*    line-height: 16px;*/
/*    letter-spacing: 2px;*/
/*    text-transform: uppercase;*/
    /*color: #fff;*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*    letter-spacing: .05em;*/
/*    width: auto;*/
/*}*/

/*.hours-day {*/
/*    padding-right: 20px;*/
/*    border-right: 1px solid #999;*/
/*    text-align: right;*/
/*}*/

/*.hours-hours {*/
/*    text-align: left;*/
/*    padding-left: 20px;*/
/*}*/
/*
  $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}
