.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-7465d4f0-d99f-46d0-a259-49b2ae29854c {
  min-height: 50px;
background-color: rgba(249, 246, 240, 1);
}
@media (min-width: 1200px){#s-7465d4f0-d99f-46d0-a259-49b2ae29854c {
  display: none;
}
#s-7465d4f0-d99f-46d0-a259-49b2ae29854c, #wrap-s-7465d4f0-d99f-46d0-a259-49b2ae29854c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7465d4f0-d99f-46d0-a259-49b2ae29854c {
  display: none;
}
#s-7465d4f0-d99f-46d0-a259-49b2ae29854c, #wrap-s-7465d4f0-d99f-46d0-a259-49b2ae29854c { display:none !important; }}







#s-7465d4f0-d99f-46d0-a259-49b2ae29854c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7465d4f0-d99f-46d0-a259-49b2ae29854c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e6747e9-6052-448c-b4ac-1ae733cf3504 {
  min-height: 50px;
}








#s-5e6747e9-6052-448c-b4ac-1ae733cf3504 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e6747e9-6052-448c-b4ac-1ae733cf3504.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-4943e4c4-d4e1-4a56-8cd0-ef62f4a53007 {
  text-align: center;
}
@media (min-width: 1200px){#s-4943e4c4-d4e1-4a56-8cd0-ef62f4a53007 {
  display: none;
}
#s-4943e4c4-d4e1-4a56-8cd0-ef62f4a53007, #wrap-s-4943e4c4-d4e1-4a56-8cd0-ef62f4a53007 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4943e4c4-d4e1-4a56-8cd0-ef62f4a53007 {
  display: none;
}
#s-4943e4c4-d4e1-4a56-8cd0-ef62f4a53007, #wrap-s-4943e4c4-d4e1-4a56-8cd0-ef62f4a53007 { display:none !important; }}






  #s-4943e4c4-d4e1-4a56-8cd0-ef62f4a53007 img.shogun-image {
    

    
    
    
  }


#s-4943e4c4-d4e1-4a56-8cd0-ef62f4a53007 .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;
}

@media (min-width: 1200px){#s-5f38ed50-4426-41ef-8405-aef11feba69d {
  display: none;
}
#s-5f38ed50-4426-41ef-8405-aef11feba69d, #wrap-s-5f38ed50-4426-41ef-8405-aef11feba69d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f38ed50-4426-41ef-8405-aef11feba69d {
  display: none;
}
#s-5f38ed50-4426-41ef-8405-aef11feba69d, #wrap-s-5f38ed50-4426-41ef-8405-aef11feba69d { display:none !important; }}
@media (min-width: 0px) {
[id="s-5f38ed50-4426-41ef-8405-aef11feba69d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5f38ed50-4426-41ef-8405-aef11feba69d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5f38ed50-4426-41ef-8405-aef11feba69d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f38ed50-4426-41ef-8405-aef11feba69d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.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-c69abd08-6740-4deb-b14e-ad7f8869f14f {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c69abd08-6740-4deb-b14e-ad7f8869f14f:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c69abd08-6740-4deb-b14e-ad7f8869f14f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c69abd08-6740-4deb-b14e-ad7f8869f14f-root {
    text-align: center;
  }


#s-c69abd08-6740-4deb-b14e-ad7f8869f14f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c69abd08-6740-4deb-b14e-ad7f8869f14f-root {
    text-align: center;
  }


#s-c69abd08-6740-4deb-b14e-ad7f8869f14f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c69abd08-6740-4deb-b14e-ad7f8869f14f-root {
    text-align: center;
  }


#s-c69abd08-6740-4deb-b14e-ad7f8869f14f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c69abd08-6740-4deb-b14e-ad7f8869f14f-root {
    text-align: center;
  }


#s-c69abd08-6740-4deb-b14e-ad7f8869f14f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c69abd08-6740-4deb-b14e-ad7f8869f14f-root {
    text-align: center;
  }


#s-c69abd08-6740-4deb-b14e-ad7f8869f14f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-c69abd08-6740-4deb-b14e-ad7f8869f14f-root {
    text-align: center;
  }


#s-c69abd08-6740-4deb-b14e-ad7f8869f14f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-5501943c-fdb2-4437-ac71-dfcbaf8dda7d {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5501943c-fdb2-4437-ac71-dfcbaf8dda7d:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5501943c-fdb2-4437-ac71-dfcbaf8dda7d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-5501943c-fdb2-4437-ac71-dfcbaf8dda7d-root {
    text-align: center;
  }


#s-5501943c-fdb2-4437-ac71-dfcbaf8dda7d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5501943c-fdb2-4437-ac71-dfcbaf8dda7d-root {
    text-align: center;
  }


#s-5501943c-fdb2-4437-ac71-dfcbaf8dda7d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5501943c-fdb2-4437-ac71-dfcbaf8dda7d-root {
    text-align: center;
  }


#s-5501943c-fdb2-4437-ac71-dfcbaf8dda7d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5501943c-fdb2-4437-ac71-dfcbaf8dda7d-root {
    text-align: center;
  }


#s-5501943c-fdb2-4437-ac71-dfcbaf8dda7d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5501943c-fdb2-4437-ac71-dfcbaf8dda7d-root {
    text-align: center;
  }


#s-5501943c-fdb2-4437-ac71-dfcbaf8dda7d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-5501943c-fdb2-4437-ac71-dfcbaf8dda7d-root {
    text-align: center;
  }


#s-5501943c-fdb2-4437-ac71-dfcbaf8dda7d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-58028b0d-9092-4703-90cb-350302f62fd3 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-58028b0d-9092-4703-90cb-350302f62fd3:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-58028b0d-9092-4703-90cb-350302f62fd3:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-58028b0d-9092-4703-90cb-350302f62fd3-root {
    text-align: center;
  }


#s-58028b0d-9092-4703-90cb-350302f62fd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-58028b0d-9092-4703-90cb-350302f62fd3-root {
    text-align: center;
  }


#s-58028b0d-9092-4703-90cb-350302f62fd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58028b0d-9092-4703-90cb-350302f62fd3-root {
    text-align: center;
  }


#s-58028b0d-9092-4703-90cb-350302f62fd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58028b0d-9092-4703-90cb-350302f62fd3-root {
    text-align: center;
  }


#s-58028b0d-9092-4703-90cb-350302f62fd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-58028b0d-9092-4703-90cb-350302f62fd3-root {
    text-align: center;
  }


#s-58028b0d-9092-4703-90cb-350302f62fd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-58028b0d-9092-4703-90cb-350302f62fd3-root {
    text-align: center;
  }


#s-58028b0d-9092-4703-90cb-350302f62fd3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-3bb48a64-5fa5-48c3-9db5-c4e53d48195d {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3bb48a64-5fa5-48c3-9db5-c4e53d48195d:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3bb48a64-5fa5-48c3-9db5-c4e53d48195d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3bb48a64-5fa5-48c3-9db5-c4e53d48195d-root {
    text-align: center;
  }


#s-3bb48a64-5fa5-48c3-9db5-c4e53d48195d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3bb48a64-5fa5-48c3-9db5-c4e53d48195d-root {
    text-align: center;
  }


#s-3bb48a64-5fa5-48c3-9db5-c4e53d48195d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bb48a64-5fa5-48c3-9db5-c4e53d48195d-root {
    text-align: center;
  }


#s-3bb48a64-5fa5-48c3-9db5-c4e53d48195d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3bb48a64-5fa5-48c3-9db5-c4e53d48195d-root {
    text-align: center;
  }


#s-3bb48a64-5fa5-48c3-9db5-c4e53d48195d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3bb48a64-5fa5-48c3-9db5-c4e53d48195d-root {
    text-align: center;
  }


#s-3bb48a64-5fa5-48c3-9db5-c4e53d48195d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-3bb48a64-5fa5-48c3-9db5-c4e53d48195d-root {
    text-align: center;
  }


#s-3bb48a64-5fa5-48c3-9db5-c4e53d48195d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-8f1fff53-a1e6-4451-83ca-edccacd43ce0 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8f1fff53-a1e6-4451-83ca-edccacd43ce0:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8f1fff53-a1e6-4451-83ca-edccacd43ce0:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-8f1fff53-a1e6-4451-83ca-edccacd43ce0-root {
    text-align: center;
  }


#s-8f1fff53-a1e6-4451-83ca-edccacd43ce0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8f1fff53-a1e6-4451-83ca-edccacd43ce0-root {
    text-align: center;
  }


#s-8f1fff53-a1e6-4451-83ca-edccacd43ce0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f1fff53-a1e6-4451-83ca-edccacd43ce0-root {
    text-align: center;
  }


#s-8f1fff53-a1e6-4451-83ca-edccacd43ce0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f1fff53-a1e6-4451-83ca-edccacd43ce0-root {
    text-align: center;
  }


#s-8f1fff53-a1e6-4451-83ca-edccacd43ce0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8f1fff53-a1e6-4451-83ca-edccacd43ce0-root {
    text-align: center;
  }


#s-8f1fff53-a1e6-4451-83ca-edccacd43ce0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-8f1fff53-a1e6-4451-83ca-edccacd43ce0-root {
    text-align: center;
  }


#s-8f1fff53-a1e6-4451-83ca-edccacd43ce0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-dc7f81cb-54b8-48c6-8b4e-a6d28265dfb8 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-dc7f81cb-54b8-48c6-8b4e-a6d28265dfb8:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dc7f81cb-54b8-48c6-8b4e-a6d28265dfb8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-dc7f81cb-54b8-48c6-8b4e-a6d28265dfb8-root {
    text-align: center;
  }


#s-dc7f81cb-54b8-48c6-8b4e-a6d28265dfb8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-dc7f81cb-54b8-48c6-8b4e-a6d28265dfb8-root {
    text-align: center;
  }


#s-dc7f81cb-54b8-48c6-8b4e-a6d28265dfb8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc7f81cb-54b8-48c6-8b4e-a6d28265dfb8-root {
    text-align: center;
  }


#s-dc7f81cb-54b8-48c6-8b4e-a6d28265dfb8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc7f81cb-54b8-48c6-8b4e-a6d28265dfb8-root {
    text-align: center;
  }


#s-dc7f81cb-54b8-48c6-8b4e-a6d28265dfb8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dc7f81cb-54b8-48c6-8b4e-a6d28265dfb8-root {
    text-align: center;
  }


#s-dc7f81cb-54b8-48c6-8b4e-a6d28265dfb8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-dc7f81cb-54b8-48c6-8b4e-a6d28265dfb8-root {
    text-align: center;
  }


#s-dc7f81cb-54b8-48c6-8b4e-a6d28265dfb8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-7ce62f1e-5143-4974-bfd6-e0105d952b3a {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7ce62f1e-5143-4974-bfd6-e0105d952b3a:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7ce62f1e-5143-4974-bfd6-e0105d952b3a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7ce62f1e-5143-4974-bfd6-e0105d952b3a-root {
    text-align: center;
  }


#s-7ce62f1e-5143-4974-bfd6-e0105d952b3a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7ce62f1e-5143-4974-bfd6-e0105d952b3a-root {
    text-align: center;
  }


#s-7ce62f1e-5143-4974-bfd6-e0105d952b3a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ce62f1e-5143-4974-bfd6-e0105d952b3a-root {
    text-align: center;
  }


#s-7ce62f1e-5143-4974-bfd6-e0105d952b3a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ce62f1e-5143-4974-bfd6-e0105d952b3a-root {
    text-align: center;
  }


#s-7ce62f1e-5143-4974-bfd6-e0105d952b3a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7ce62f1e-5143-4974-bfd6-e0105d952b3a-root {
    text-align: center;
  }


#s-7ce62f1e-5143-4974-bfd6-e0105d952b3a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-7ce62f1e-5143-4974-bfd6-e0105d952b3a-root {
    text-align: center;
  }


#s-7ce62f1e-5143-4974-bfd6-e0105d952b3a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-510f2c68-a866-446f-bdd5-6faaace5a433 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-510f2c68-a866-446f-bdd5-6faaace5a433:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-510f2c68-a866-446f-bdd5-6faaace5a433:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-510f2c68-a866-446f-bdd5-6faaace5a433-root {
    text-align: center;
  }


#s-510f2c68-a866-446f-bdd5-6faaace5a433.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-510f2c68-a866-446f-bdd5-6faaace5a433-root {
    text-align: center;
  }


#s-510f2c68-a866-446f-bdd5-6faaace5a433.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-510f2c68-a866-446f-bdd5-6faaace5a433-root {
    text-align: center;
  }


#s-510f2c68-a866-446f-bdd5-6faaace5a433.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-510f2c68-a866-446f-bdd5-6faaace5a433-root {
    text-align: center;
  }


#s-510f2c68-a866-446f-bdd5-6faaace5a433.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-510f2c68-a866-446f-bdd5-6faaace5a433-root {
    text-align: center;
  }


#s-510f2c68-a866-446f-bdd5-6faaace5a433.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-510f2c68-a866-446f-bdd5-6faaace5a433-root {
    text-align: center;
  }


#s-510f2c68-a866-446f-bdd5-6faaace5a433.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-a0a962a3-34b4-4674-9955-0b035f63cff3 {
  border-style: solid;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
max-width: 800px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a0a962a3-34b4-4674-9955-0b035f63cff3:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a0a962a3-34b4-4674-9955-0b035f63cff3:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a0a962a3-34b4-4674-9955-0b035f63cff3 {
  display: none;
}
#s-a0a962a3-34b4-4674-9955-0b035f63cff3, #wrap-s-a0a962a3-34b4-4674-9955-0b035f63cff3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0a962a3-34b4-4674-9955-0b035f63cff3 {
  display: none;
}
#s-a0a962a3-34b4-4674-9955-0b035f63cff3, #wrap-s-a0a962a3-34b4-4674-9955-0b035f63cff3 { display:none !important; }}

  #s-a0a962a3-34b4-4674-9955-0b035f63cff3-root {
    text-align: center;
  }


#s-a0a962a3-34b4-4674-9955-0b035f63cff3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a0a962a3-34b4-4674-9955-0b035f63cff3-root {
    text-align: center;
  }


#s-a0a962a3-34b4-4674-9955-0b035f63cff3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0a962a3-34b4-4674-9955-0b035f63cff3-root {
    text-align: center;
  }


#s-a0a962a3-34b4-4674-9955-0b035f63cff3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0a962a3-34b4-4674-9955-0b035f63cff3-root {
    text-align: center;
  }


#s-a0a962a3-34b4-4674-9955-0b035f63cff3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a0a962a3-34b4-4674-9955-0b035f63cff3-root {
    text-align: center;
  }


#s-a0a962a3-34b4-4674-9955-0b035f63cff3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-a0a962a3-34b4-4674-9955-0b035f63cff3-root {
    text-align: center;
  }


#s-a0a962a3-34b4-4674-9955-0b035f63cff3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-d427a296-ed53-45c3-8340-0804a2414ae2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d427a296-ed53-45c3-8340-0804a2414ae2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d427a296-ed53-45c3-8340-0804a2414ae2 {
  display: none;
}
#s-d427a296-ed53-45c3-8340-0804a2414ae2, #wrap-s-d427a296-ed53-45c3-8340-0804a2414ae2 { display:none !important; }}@media (max-width: 767px){#s-d427a296-ed53-45c3-8340-0804a2414ae2 {
  display: none;
}
#s-d427a296-ed53-45c3-8340-0804a2414ae2, #wrap-s-d427a296-ed53-45c3-8340-0804a2414ae2 { display:none !important; }}
#s-d427a296-ed53-45c3-8340-0804a2414ae2 {
  background-image: url();
}








#s-d427a296-ed53-45c3-8340-0804a2414ae2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d427a296-ed53-45c3-8340-0804a2414ae2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26e19d32-c247-4f01-80e8-c3738a28a00a {
  background-color: rgba(249, 246, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-26e19d32-c247-4f01-80e8-c3738a28a00a {
  
}
}
@media (min-width: 0px) {
[id="s-26e19d32-c247-4f01-80e8-c3738a28a00a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26e19d32-c247-4f01-80e8-c3738a28a00a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-26e19d32-c247-4f01-80e8-c3738a28a00a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-26e19d32-c247-4f01-80e8-c3738a28a00a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-10f18fc0-c6d5-4ad3-a8c3-86744e36b6c8 {
  text-align: center;
}
@media (max-width: 767px){#s-10f18fc0-c6d5-4ad3-a8c3-86744e36b6c8 {
  display: none;
}
#s-10f18fc0-c6d5-4ad3-a8c3-86744e36b6c8, #wrap-s-10f18fc0-c6d5-4ad3-a8c3-86744e36b6c8 { display:none !important; }}






  #s-10f18fc0-c6d5-4ad3-a8c3-86744e36b6c8 img.shogun-image {
    

    
    
    
  }


#s-10f18fc0-c6d5-4ad3-a8c3-86744e36b6c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-169849e0-5898-470f-a781-5e6e14cbc945 {
  background-color: rgba(253, 213, 211, 1);
}
@media (min-width: 1200px){#s-169849e0-5898-470f-a781-5e6e14cbc945 {
  display: none;
}
#s-169849e0-5898-470f-a781-5e6e14cbc945, #wrap-s-169849e0-5898-470f-a781-5e6e14cbc945 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-169849e0-5898-470f-a781-5e6e14cbc945 {
  display: none;
}
#s-169849e0-5898-470f-a781-5e6e14cbc945, #wrap-s-169849e0-5898-470f-a781-5e6e14cbc945 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-169849e0-5898-470f-a781-5e6e14cbc945 {
  display: none;
}
#s-169849e0-5898-470f-a781-5e6e14cbc945, #wrap-s-169849e0-5898-470f-a781-5e6e14cbc945 { display:none !important; }}







#s-169849e0-5898-470f-a781-5e6e14cbc945 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-169849e0-5898-470f-a781-5e6e14cbc945.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-260e7cb6-b3b9-4bf8-b8a4-ccfa15c5d4eb {
  text-align: center;
}







  #s-260e7cb6-b3b9-4bf8-b8a4-ccfa15c5d4eb img.shogun-image {
    

    
    
    
  }


#s-260e7cb6-b3b9-4bf8-b8a4-ccfa15c5d4eb .shogun-image-content {
  
    align-items: center;
  
}

#s-3ea72c3b-0a27-40bb-96d0-4dc404e466ac {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3ea72c3b-0a27-40bb-96d0-4dc404e466ac:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3ea72c3b-0a27-40bb-96d0-4dc404e466ac:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3ea72c3b-0a27-40bb-96d0-4dc404e466ac-root {
    text-align: center;
  }


#s-3ea72c3b-0a27-40bb-96d0-4dc404e466ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3ea72c3b-0a27-40bb-96d0-4dc404e466ac-root {
    text-align: center;
  }


#s-3ea72c3b-0a27-40bb-96d0-4dc404e466ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ea72c3b-0a27-40bb-96d0-4dc404e466ac-root {
    text-align: center;
  }


#s-3ea72c3b-0a27-40bb-96d0-4dc404e466ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ea72c3b-0a27-40bb-96d0-4dc404e466ac-root {
    text-align: center;
  }


#s-3ea72c3b-0a27-40bb-96d0-4dc404e466ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3ea72c3b-0a27-40bb-96d0-4dc404e466ac-root {
    text-align: center;
  }


#s-3ea72c3b-0a27-40bb-96d0-4dc404e466ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-3ea72c3b-0a27-40bb-96d0-4dc404e466ac-root {
    text-align: center;
  }


#s-3ea72c3b-0a27-40bb-96d0-4dc404e466ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-8054c33a-af51-472d-8cfb-d5dc1b5bfa03 {
  background-color: rgba(253, 213, 211, 1);
}

@media (min-width: 0px) {
[id="s-8054c33a-af51-472d-8cfb-d5dc1b5bfa03"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8054c33a-af51-472d-8cfb-d5dc1b5bfa03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8054c33a-af51-472d-8cfb-d5dc1b5bfa03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8054c33a-af51-472d-8cfb-d5dc1b5bfa03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-8138310c-59d1-4b44-98d1-1d11a7ff4c85 {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8138310c-59d1-4b44-98d1-1d11a7ff4c85:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8138310c-59d1-4b44-98d1-1d11a7ff4c85:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-8138310c-59d1-4b44-98d1-1d11a7ff4c85-root {
    text-align: center;
  }


#s-8138310c-59d1-4b44-98d1-1d11a7ff4c85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8138310c-59d1-4b44-98d1-1d11a7ff4c85-root {
    text-align: center;
  }


#s-8138310c-59d1-4b44-98d1-1d11a7ff4c85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8138310c-59d1-4b44-98d1-1d11a7ff4c85-root {
    text-align: center;
  }


#s-8138310c-59d1-4b44-98d1-1d11a7ff4c85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8138310c-59d1-4b44-98d1-1d11a7ff4c85-root {
    text-align: center;
  }


#s-8138310c-59d1-4b44-98d1-1d11a7ff4c85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8138310c-59d1-4b44-98d1-1d11a7ff4c85-root {
    text-align: center;
  }


#s-8138310c-59d1-4b44-98d1-1d11a7ff4c85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-8138310c-59d1-4b44-98d1-1d11a7ff4c85-root {
    text-align: center;
  }


#s-8138310c-59d1-4b44-98d1-1d11a7ff4c85.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-4308d122-9540-4aca-a5d7-17726211ed28 {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4308d122-9540-4aca-a5d7-17726211ed28:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-4308d122-9540-4aca-a5d7-17726211ed28:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4308d122-9540-4aca-a5d7-17726211ed28-root {
    text-align: center;
  }


#s-4308d122-9540-4aca-a5d7-17726211ed28.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4308d122-9540-4aca-a5d7-17726211ed28-root {
    text-align: center;
  }


#s-4308d122-9540-4aca-a5d7-17726211ed28.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4308d122-9540-4aca-a5d7-17726211ed28-root {
    text-align: center;
  }


#s-4308d122-9540-4aca-a5d7-17726211ed28.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4308d122-9540-4aca-a5d7-17726211ed28-root {
    text-align: center;
  }


#s-4308d122-9540-4aca-a5d7-17726211ed28.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4308d122-9540-4aca-a5d7-17726211ed28-root {
    text-align: center;
  }


#s-4308d122-9540-4aca-a5d7-17726211ed28.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-4308d122-9540-4aca-a5d7-17726211ed28-root {
    text-align: center;
  }


#s-4308d122-9540-4aca-a5d7-17726211ed28.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-7fc364de-f82d-4c22-a0a3-87780c5354c0 {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7fc364de-f82d-4c22-a0a3-87780c5354c0:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7fc364de-f82d-4c22-a0a3-87780c5354c0:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7fc364de-f82d-4c22-a0a3-87780c5354c0-root {
    text-align: center;
  }


#s-7fc364de-f82d-4c22-a0a3-87780c5354c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7fc364de-f82d-4c22-a0a3-87780c5354c0-root {
    text-align: center;
  }


#s-7fc364de-f82d-4c22-a0a3-87780c5354c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fc364de-f82d-4c22-a0a3-87780c5354c0-root {
    text-align: center;
  }


#s-7fc364de-f82d-4c22-a0a3-87780c5354c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fc364de-f82d-4c22-a0a3-87780c5354c0-root {
    text-align: center;
  }


#s-7fc364de-f82d-4c22-a0a3-87780c5354c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7fc364de-f82d-4c22-a0a3-87780c5354c0-root {
    text-align: center;
  }


#s-7fc364de-f82d-4c22-a0a3-87780c5354c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-7fc364de-f82d-4c22-a0a3-87780c5354c0-root {
    text-align: center;
  }


#s-7fc364de-f82d-4c22-a0a3-87780c5354c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-0a10b5bf-a21a-454c-9656-d014e4df4916 {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0a10b5bf-a21a-454c-9656-d014e4df4916:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0a10b5bf-a21a-454c-9656-d014e4df4916:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0a10b5bf-a21a-454c-9656-d014e4df4916-root {
    text-align: center;
  }


#s-0a10b5bf-a21a-454c-9656-d014e4df4916.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0a10b5bf-a21a-454c-9656-d014e4df4916-root {
    text-align: center;
  }


#s-0a10b5bf-a21a-454c-9656-d014e4df4916.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a10b5bf-a21a-454c-9656-d014e4df4916-root {
    text-align: center;
  }


#s-0a10b5bf-a21a-454c-9656-d014e4df4916.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a10b5bf-a21a-454c-9656-d014e4df4916-root {
    text-align: center;
  }


#s-0a10b5bf-a21a-454c-9656-d014e4df4916.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0a10b5bf-a21a-454c-9656-d014e4df4916-root {
    text-align: center;
  }


#s-0a10b5bf-a21a-454c-9656-d014e4df4916.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-0a10b5bf-a21a-454c-9656-d014e4df4916-root {
    text-align: center;
  }


#s-0a10b5bf-a21a-454c-9656-d014e4df4916.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-f9d00ee8-6b1c-480a-a8a0-c4d12c290dde {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f9d00ee8-6b1c-480a-a8a0-c4d12c290dde:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f9d00ee8-6b1c-480a-a8a0-c4d12c290dde:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f9d00ee8-6b1c-480a-a8a0-c4d12c290dde-root {
    text-align: center;
  }


#s-f9d00ee8-6b1c-480a-a8a0-c4d12c290dde.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f9d00ee8-6b1c-480a-a8a0-c4d12c290dde-root {
    text-align: center;
  }


#s-f9d00ee8-6b1c-480a-a8a0-c4d12c290dde.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f9d00ee8-6b1c-480a-a8a0-c4d12c290dde-root {
    text-align: center;
  }


#s-f9d00ee8-6b1c-480a-a8a0-c4d12c290dde.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f9d00ee8-6b1c-480a-a8a0-c4d12c290dde-root {
    text-align: center;
  }


#s-f9d00ee8-6b1c-480a-a8a0-c4d12c290dde.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f9d00ee8-6b1c-480a-a8a0-c4d12c290dde-root {
    text-align: center;
  }


#s-f9d00ee8-6b1c-480a-a8a0-c4d12c290dde.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-f9d00ee8-6b1c-480a-a8a0-c4d12c290dde-root {
    text-align: center;
  }


#s-f9d00ee8-6b1c-480a-a8a0-c4d12c290dde.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-d620a08c-0b26-4b74-9a82-a14a7081ba0f {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d620a08c-0b26-4b74-9a82-a14a7081ba0f:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d620a08c-0b26-4b74-9a82-a14a7081ba0f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d620a08c-0b26-4b74-9a82-a14a7081ba0f-root {
    text-align: center;
  }


#s-d620a08c-0b26-4b74-9a82-a14a7081ba0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d620a08c-0b26-4b74-9a82-a14a7081ba0f-root {
    text-align: center;
  }


#s-d620a08c-0b26-4b74-9a82-a14a7081ba0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d620a08c-0b26-4b74-9a82-a14a7081ba0f-root {
    text-align: center;
  }


#s-d620a08c-0b26-4b74-9a82-a14a7081ba0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d620a08c-0b26-4b74-9a82-a14a7081ba0f-root {
    text-align: center;
  }


#s-d620a08c-0b26-4b74-9a82-a14a7081ba0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d620a08c-0b26-4b74-9a82-a14a7081ba0f-root {
    text-align: center;
  }


#s-d620a08c-0b26-4b74-9a82-a14a7081ba0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-d620a08c-0b26-4b74-9a82-a14a7081ba0f-root {
    text-align: center;
  }


#s-d620a08c-0b26-4b74-9a82-a14a7081ba0f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-4401e5ba-54ce-4dac-a5b4-64ec37f431e5 {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4401e5ba-54ce-4dac-a5b4-64ec37f431e5:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-4401e5ba-54ce-4dac-a5b4-64ec37f431e5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4401e5ba-54ce-4dac-a5b4-64ec37f431e5-root {
    text-align: center;
  }


#s-4401e5ba-54ce-4dac-a5b4-64ec37f431e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4401e5ba-54ce-4dac-a5b4-64ec37f431e5-root {
    text-align: center;
  }


#s-4401e5ba-54ce-4dac-a5b4-64ec37f431e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4401e5ba-54ce-4dac-a5b4-64ec37f431e5-root {
    text-align: center;
  }


#s-4401e5ba-54ce-4dac-a5b4-64ec37f431e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4401e5ba-54ce-4dac-a5b4-64ec37f431e5-root {
    text-align: center;
  }


#s-4401e5ba-54ce-4dac-a5b4-64ec37f431e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4401e5ba-54ce-4dac-a5b4-64ec37f431e5-root {
    text-align: center;
  }


#s-4401e5ba-54ce-4dac-a5b4-64ec37f431e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-4401e5ba-54ce-4dac-a5b4-64ec37f431e5-root {
    text-align: center;
  }


#s-4401e5ba-54ce-4dac-a5b4-64ec37f431e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-1a25c579-dc63-4132-9719-377d14b7d3e8 {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1a25c579-dc63-4132-9719-377d14b7d3e8:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-1a25c579-dc63-4132-9719-377d14b7d3e8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1a25c579-dc63-4132-9719-377d14b7d3e8-root {
    text-align: center;
  }


#s-1a25c579-dc63-4132-9719-377d14b7d3e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1a25c579-dc63-4132-9719-377d14b7d3e8-root {
    text-align: center;
  }


#s-1a25c579-dc63-4132-9719-377d14b7d3e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a25c579-dc63-4132-9719-377d14b7d3e8-root {
    text-align: center;
  }


#s-1a25c579-dc63-4132-9719-377d14b7d3e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a25c579-dc63-4132-9719-377d14b7d3e8-root {
    text-align: center;
  }


#s-1a25c579-dc63-4132-9719-377d14b7d3e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1a25c579-dc63-4132-9719-377d14b7d3e8-root {
    text-align: center;
  }


#s-1a25c579-dc63-4132-9719-377d14b7d3e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-1a25c579-dc63-4132-9719-377d14b7d3e8-root {
    text-align: center;
  }


#s-1a25c579-dc63-4132-9719-377d14b7d3e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-5ad85db0-9dca-4199-9604-ae6c7c25d933 {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5ad85db0-9dca-4199-9604-ae6c7c25d933:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5ad85db0-9dca-4199-9604-ae6c7c25d933:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-5ad85db0-9dca-4199-9604-ae6c7c25d933-root {
    text-align: center;
  }


#s-5ad85db0-9dca-4199-9604-ae6c7c25d933.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5ad85db0-9dca-4199-9604-ae6c7c25d933-root {
    text-align: center;
  }


#s-5ad85db0-9dca-4199-9604-ae6c7c25d933.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ad85db0-9dca-4199-9604-ae6c7c25d933-root {
    text-align: center;
  }


#s-5ad85db0-9dca-4199-9604-ae6c7c25d933.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ad85db0-9dca-4199-9604-ae6c7c25d933-root {
    text-align: center;
  }


#s-5ad85db0-9dca-4199-9604-ae6c7c25d933.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5ad85db0-9dca-4199-9604-ae6c7c25d933-root {
    text-align: center;
  }


#s-5ad85db0-9dca-4199-9604-ae6c7c25d933.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-5ad85db0-9dca-4199-9604-ae6c7c25d933-root {
    text-align: center;
  }


#s-5ad85db0-9dca-4199-9604-ae6c7c25d933.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-d0ddb721-5109-4838-ac22-db86d9cd3457 {
  padding-top: 0px;
padding-bottom: 7px;
background-color: rgba(249, 246, 240, 1);
}








#s-d0ddb721-5109-4838-ac22-db86d9cd3457 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0ddb721-5109-4838-ac22-db86d9cd3457.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ad1de76-7090-424a-ae80-d4daef3a332d {
  max-width: 564px;
}

@media (min-width: 0px) {
[id="s-2ad1de76-7090-424a-ae80-d4daef3a332d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ad1de76-7090-424a-ae80-d4daef3a332d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2ad1de76-7090-424a-ae80-d4daef3a332d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ad1de76-7090-424a-ae80-d4daef3a332d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3e93d727-5519-493a-94ca-e406601c711f {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3e93d727-5519-493a-94ca-e406601c711f:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3e93d727-5519-493a-94ca-e406601c711f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3e93d727-5519-493a-94ca-e406601c711f-root {
    text-align: center;
  }


#s-3e93d727-5519-493a-94ca-e406601c711f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3e93d727-5519-493a-94ca-e406601c711f-root {
    text-align: center;
  }


#s-3e93d727-5519-493a-94ca-e406601c711f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e93d727-5519-493a-94ca-e406601c711f-root {
    text-align: center;
  }


#s-3e93d727-5519-493a-94ca-e406601c711f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e93d727-5519-493a-94ca-e406601c711f-root {
    text-align: center;
  }


#s-3e93d727-5519-493a-94ca-e406601c711f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3e93d727-5519-493a-94ca-e406601c711f-root {
    text-align: center;
  }


#s-3e93d727-5519-493a-94ca-e406601c711f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-3e93d727-5519-493a-94ca-e406601c711f-root {
    text-align: center;
  }


#s-3e93d727-5519-493a-94ca-e406601c711f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-e8dfa4d1-85be-4572-b2e0-302b87452def {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e8dfa4d1-85be-4572-b2e0-302b87452def:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e8dfa4d1-85be-4572-b2e0-302b87452def:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e8dfa4d1-85be-4572-b2e0-302b87452def-root {
    text-align: center;
  }


#s-e8dfa4d1-85be-4572-b2e0-302b87452def.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e8dfa4d1-85be-4572-b2e0-302b87452def-root {
    text-align: center;
  }


#s-e8dfa4d1-85be-4572-b2e0-302b87452def.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8dfa4d1-85be-4572-b2e0-302b87452def-root {
    text-align: center;
  }


#s-e8dfa4d1-85be-4572-b2e0-302b87452def.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8dfa4d1-85be-4572-b2e0-302b87452def-root {
    text-align: center;
  }


#s-e8dfa4d1-85be-4572-b2e0-302b87452def.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e8dfa4d1-85be-4572-b2e0-302b87452def-root {
    text-align: center;
  }


#s-e8dfa4d1-85be-4572-b2e0-302b87452def.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-e8dfa4d1-85be-4572-b2e0-302b87452def-root {
    text-align: center;
  }


#s-e8dfa4d1-85be-4572-b2e0-302b87452def.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-401ca3bc-fe64-497b-af26-2eca92978a59 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-401ca3bc-fe64-497b-af26-2eca92978a59:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-401ca3bc-fe64-497b-af26-2eca92978a59:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-401ca3bc-fe64-497b-af26-2eca92978a59-root {
    text-align: center;
  }


#s-401ca3bc-fe64-497b-af26-2eca92978a59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-401ca3bc-fe64-497b-af26-2eca92978a59-root {
    text-align: center;
  }


#s-401ca3bc-fe64-497b-af26-2eca92978a59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-401ca3bc-fe64-497b-af26-2eca92978a59-root {
    text-align: center;
  }


#s-401ca3bc-fe64-497b-af26-2eca92978a59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-401ca3bc-fe64-497b-af26-2eca92978a59-root {
    text-align: center;
  }


#s-401ca3bc-fe64-497b-af26-2eca92978a59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-401ca3bc-fe64-497b-af26-2eca92978a59-root {
    text-align: center;
  }


#s-401ca3bc-fe64-497b-af26-2eca92978a59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-401ca3bc-fe64-497b-af26-2eca92978a59-root {
    text-align: center;
  }


#s-401ca3bc-fe64-497b-af26-2eca92978a59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-6bbddf89-7a93-4625-bf7a-97240751fda2 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6bbddf89-7a93-4625-bf7a-97240751fda2:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6bbddf89-7a93-4625-bf7a-97240751fda2:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6bbddf89-7a93-4625-bf7a-97240751fda2-root {
    text-align: center;
  }


#s-6bbddf89-7a93-4625-bf7a-97240751fda2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6bbddf89-7a93-4625-bf7a-97240751fda2-root {
    text-align: center;
  }


#s-6bbddf89-7a93-4625-bf7a-97240751fda2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6bbddf89-7a93-4625-bf7a-97240751fda2-root {
    text-align: center;
  }


#s-6bbddf89-7a93-4625-bf7a-97240751fda2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6bbddf89-7a93-4625-bf7a-97240751fda2-root {
    text-align: center;
  }


#s-6bbddf89-7a93-4625-bf7a-97240751fda2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6bbddf89-7a93-4625-bf7a-97240751fda2-root {
    text-align: center;
  }


#s-6bbddf89-7a93-4625-bf7a-97240751fda2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-6bbddf89-7a93-4625-bf7a-97240751fda2-root {
    text-align: center;
  }


#s-6bbddf89-7a93-4625-bf7a-97240751fda2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-d86d6982-e38a-4291-a538-def8b1607fb0 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d86d6982-e38a-4291-a538-def8b1607fb0:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d86d6982-e38a-4291-a538-def8b1607fb0:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d86d6982-e38a-4291-a538-def8b1607fb0-root {
    text-align: center;
  }


#s-d86d6982-e38a-4291-a538-def8b1607fb0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d86d6982-e38a-4291-a538-def8b1607fb0-root {
    text-align: center;
  }


#s-d86d6982-e38a-4291-a538-def8b1607fb0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d86d6982-e38a-4291-a538-def8b1607fb0-root {
    text-align: center;
  }


#s-d86d6982-e38a-4291-a538-def8b1607fb0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d86d6982-e38a-4291-a538-def8b1607fb0-root {
    text-align: center;
  }


#s-d86d6982-e38a-4291-a538-def8b1607fb0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d86d6982-e38a-4291-a538-def8b1607fb0-root {
    text-align: center;
  }


#s-d86d6982-e38a-4291-a538-def8b1607fb0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-d86d6982-e38a-4291-a538-def8b1607fb0-root {
    text-align: center;
  }


#s-d86d6982-e38a-4291-a538-def8b1607fb0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-998282af-51d5-419d-821e-fc8c79ac74f4 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-998282af-51d5-419d-821e-fc8c79ac74f4:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-998282af-51d5-419d-821e-fc8c79ac74f4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-998282af-51d5-419d-821e-fc8c79ac74f4-root {
    text-align: center;
  }


#s-998282af-51d5-419d-821e-fc8c79ac74f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-998282af-51d5-419d-821e-fc8c79ac74f4-root {
    text-align: center;
  }


#s-998282af-51d5-419d-821e-fc8c79ac74f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-998282af-51d5-419d-821e-fc8c79ac74f4-root {
    text-align: center;
  }


#s-998282af-51d5-419d-821e-fc8c79ac74f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-998282af-51d5-419d-821e-fc8c79ac74f4-root {
    text-align: center;
  }


#s-998282af-51d5-419d-821e-fc8c79ac74f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-998282af-51d5-419d-821e-fc8c79ac74f4-root {
    text-align: center;
  }


#s-998282af-51d5-419d-821e-fc8c79ac74f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-998282af-51d5-419d-821e-fc8c79ac74f4-root {
    text-align: center;
  }


#s-998282af-51d5-419d-821e-fc8c79ac74f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-d038c430-54ae-40bd-b7d2-b5c54dcbf68d {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d038c430-54ae-40bd-b7d2-b5c54dcbf68d:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d038c430-54ae-40bd-b7d2-b5c54dcbf68d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d038c430-54ae-40bd-b7d2-b5c54dcbf68d-root {
    text-align: center;
  }


#s-d038c430-54ae-40bd-b7d2-b5c54dcbf68d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d038c430-54ae-40bd-b7d2-b5c54dcbf68d-root {
    text-align: center;
  }


#s-d038c430-54ae-40bd-b7d2-b5c54dcbf68d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d038c430-54ae-40bd-b7d2-b5c54dcbf68d-root {
    text-align: center;
  }


#s-d038c430-54ae-40bd-b7d2-b5c54dcbf68d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d038c430-54ae-40bd-b7d2-b5c54dcbf68d-root {
    text-align: center;
  }


#s-d038c430-54ae-40bd-b7d2-b5c54dcbf68d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d038c430-54ae-40bd-b7d2-b5c54dcbf68d-root {
    text-align: center;
  }


#s-d038c430-54ae-40bd-b7d2-b5c54dcbf68d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-d038c430-54ae-40bd-b7d2-b5c54dcbf68d-root {
    text-align: center;
  }


#s-d038c430-54ae-40bd-b7d2-b5c54dcbf68d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-f890d69d-c9ca-43d3-898f-8d74dfba4805 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f890d69d-c9ca-43d3-898f-8d74dfba4805:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f890d69d-c9ca-43d3-898f-8d74dfba4805:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f890d69d-c9ca-43d3-898f-8d74dfba4805-root {
    text-align: center;
  }


#s-f890d69d-c9ca-43d3-898f-8d74dfba4805.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f890d69d-c9ca-43d3-898f-8d74dfba4805-root {
    text-align: center;
  }


#s-f890d69d-c9ca-43d3-898f-8d74dfba4805.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f890d69d-c9ca-43d3-898f-8d74dfba4805-root {
    text-align: center;
  }


#s-f890d69d-c9ca-43d3-898f-8d74dfba4805.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f890d69d-c9ca-43d3-898f-8d74dfba4805-root {
    text-align: center;
  }


#s-f890d69d-c9ca-43d3-898f-8d74dfba4805.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f890d69d-c9ca-43d3-898f-8d74dfba4805-root {
    text-align: center;
  }


#s-f890d69d-c9ca-43d3-898f-8d74dfba4805.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-f890d69d-c9ca-43d3-898f-8d74dfba4805-root {
    text-align: center;
  }


#s-f890d69d-c9ca-43d3-898f-8d74dfba4805.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-0e13d877-291c-4b71-a9ee-02a8a07ab17f {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
max-width: 565px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0e13d877-291c-4b71-a9ee-02a8a07ab17f:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0e13d877-291c-4b71-a9ee-02a8a07ab17f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0e13d877-291c-4b71-a9ee-02a8a07ab17f-root {
    text-align: center;
  }


#s-0e13d877-291c-4b71-a9ee-02a8a07ab17f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0e13d877-291c-4b71-a9ee-02a8a07ab17f-root {
    text-align: center;
  }


#s-0e13d877-291c-4b71-a9ee-02a8a07ab17f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e13d877-291c-4b71-a9ee-02a8a07ab17f-root {
    text-align: center;
  }


#s-0e13d877-291c-4b71-a9ee-02a8a07ab17f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e13d877-291c-4b71-a9ee-02a8a07ab17f-root {
    text-align: center;
  }


#s-0e13d877-291c-4b71-a9ee-02a8a07ab17f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0e13d877-291c-4b71-a9ee-02a8a07ab17f-root {
    text-align: center;
  }


#s-0e13d877-291c-4b71-a9ee-02a8a07ab17f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-0e13d877-291c-4b71-a9ee-02a8a07ab17f-root {
    text-align: center;
  }


#s-0e13d877-291c-4b71-a9ee-02a8a07ab17f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-56289fcf-c378-43ed-a8ef-50e8e46ea410 {
  background-color: rgba(249, 246, 240, 1);
}
@media (min-width: 1200px){#s-56289fcf-c378-43ed-a8ef-50e8e46ea410 {
  display: none;
}
#s-56289fcf-c378-43ed-a8ef-50e8e46ea410, #wrap-s-56289fcf-c378-43ed-a8ef-50e8e46ea410 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56289fcf-c378-43ed-a8ef-50e8e46ea410 {
  display: none;
}
#s-56289fcf-c378-43ed-a8ef-50e8e46ea410, #wrap-s-56289fcf-c378-43ed-a8ef-50e8e46ea410 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56289fcf-c378-43ed-a8ef-50e8e46ea410 {
  display: none;
}
#s-56289fcf-c378-43ed-a8ef-50e8e46ea410, #wrap-s-56289fcf-c378-43ed-a8ef-50e8e46ea410 { display:none !important; }}
@media (min-width: 0px) {
[id="s-56289fcf-c378-43ed-a8ef-50e8e46ea410"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56289fcf-c378-43ed-a8ef-50e8e46ea410"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56289fcf-c378-43ed-a8ef-50e8e46ea410"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56289fcf-c378-43ed-a8ef-50e8e46ea410"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a3c64501-1e23-442e-aef4-ab1db8d53aa2 {
  text-align: center;
}







  #s-a3c64501-1e23-442e-aef4-ab1db8d53aa2 img.shogun-image {
    

    
    
    
  }


#s-a3c64501-1e23-442e-aef4-ab1db8d53aa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6192a14a-2485-4a2d-aebe-81d102cfbad7 {
  background-color: rgba(253, 213, 211, 1);
}
@media (min-width: 1200px){#s-6192a14a-2485-4a2d-aebe-81d102cfbad7 {
  display: none;
}
#s-6192a14a-2485-4a2d-aebe-81d102cfbad7, #wrap-s-6192a14a-2485-4a2d-aebe-81d102cfbad7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6192a14a-2485-4a2d-aebe-81d102cfbad7 {
  display: none;
}
#s-6192a14a-2485-4a2d-aebe-81d102cfbad7, #wrap-s-6192a14a-2485-4a2d-aebe-81d102cfbad7 { display:none !important; }}







#s-6192a14a-2485-4a2d-aebe-81d102cfbad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6192a14a-2485-4a2d-aebe-81d102cfbad7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-762fc441-6397-4fcb-b444-3d8fb5136bca {
  text-align: center;
}







  #s-762fc441-6397-4fcb-b444-3d8fb5136bca img.shogun-image {
    

    
    
    
  }


#s-762fc441-6397-4fcb-b444-3d8fb5136bca .shogun-image-content {
  
    align-items: center;
  
}

#s-38ab56b3-1599-410a-b6f7-fad34f08126e {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-38ab56b3-1599-410a-b6f7-fad34f08126e:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-38ab56b3-1599-410a-b6f7-fad34f08126e:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-38ab56b3-1599-410a-b6f7-fad34f08126e-root {
    text-align: center;
  }


#s-38ab56b3-1599-410a-b6f7-fad34f08126e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-38ab56b3-1599-410a-b6f7-fad34f08126e-root {
    text-align: center;
  }


#s-38ab56b3-1599-410a-b6f7-fad34f08126e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38ab56b3-1599-410a-b6f7-fad34f08126e-root {
    text-align: center;
  }


#s-38ab56b3-1599-410a-b6f7-fad34f08126e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38ab56b3-1599-410a-b6f7-fad34f08126e-root {
    text-align: center;
  }


#s-38ab56b3-1599-410a-b6f7-fad34f08126e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-38ab56b3-1599-410a-b6f7-fad34f08126e-root {
    text-align: center;
  }


#s-38ab56b3-1599-410a-b6f7-fad34f08126e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-38ab56b3-1599-410a-b6f7-fad34f08126e-root {
    text-align: center;
  }


#s-38ab56b3-1599-410a-b6f7-fad34f08126e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-7d47fd51-583e-4fe3-9680-56edb0b8d901 {
  background-color: rgba(253, 213, 211, 1);
}

@media (min-width: 0px) {
[id="s-7d47fd51-583e-4fe3-9680-56edb0b8d901"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7d47fd51-583e-4fe3-9680-56edb0b8d901"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d47fd51-583e-4fe3-9680-56edb0b8d901"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d47fd51-583e-4fe3-9680-56edb0b8d901"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c0521e5a-02f3-4eac-b79a-e4fce55101b6 {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c0521e5a-02f3-4eac-b79a-e4fce55101b6:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c0521e5a-02f3-4eac-b79a-e4fce55101b6:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c0521e5a-02f3-4eac-b79a-e4fce55101b6-root {
    text-align: center;
  }


#s-c0521e5a-02f3-4eac-b79a-e4fce55101b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c0521e5a-02f3-4eac-b79a-e4fce55101b6-root {
    text-align: center;
  }


#s-c0521e5a-02f3-4eac-b79a-e4fce55101b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0521e5a-02f3-4eac-b79a-e4fce55101b6-root {
    text-align: center;
  }


#s-c0521e5a-02f3-4eac-b79a-e4fce55101b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0521e5a-02f3-4eac-b79a-e4fce55101b6-root {
    text-align: center;
  }


#s-c0521e5a-02f3-4eac-b79a-e4fce55101b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c0521e5a-02f3-4eac-b79a-e4fce55101b6-root {
    text-align: center;
  }


#s-c0521e5a-02f3-4eac-b79a-e4fce55101b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-c0521e5a-02f3-4eac-b79a-e4fce55101b6-root {
    text-align: center;
  }


#s-c0521e5a-02f3-4eac-b79a-e4fce55101b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-eed9df50-f48d-4782-87bc-9c419de004d1 {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-eed9df50-f48d-4782-87bc-9c419de004d1:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-eed9df50-f48d-4782-87bc-9c419de004d1:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-eed9df50-f48d-4782-87bc-9c419de004d1-root {
    text-align: center;
  }


#s-eed9df50-f48d-4782-87bc-9c419de004d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-eed9df50-f48d-4782-87bc-9c419de004d1-root {
    text-align: center;
  }


#s-eed9df50-f48d-4782-87bc-9c419de004d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eed9df50-f48d-4782-87bc-9c419de004d1-root {
    text-align: center;
  }


#s-eed9df50-f48d-4782-87bc-9c419de004d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eed9df50-f48d-4782-87bc-9c419de004d1-root {
    text-align: center;
  }


#s-eed9df50-f48d-4782-87bc-9c419de004d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-eed9df50-f48d-4782-87bc-9c419de004d1-root {
    text-align: center;
  }


#s-eed9df50-f48d-4782-87bc-9c419de004d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-eed9df50-f48d-4782-87bc-9c419de004d1-root {
    text-align: center;
  }


#s-eed9df50-f48d-4782-87bc-9c419de004d1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-dfca560d-40a9-4908-a52e-8c4deaea08f5 {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-dfca560d-40a9-4908-a52e-8c4deaea08f5:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-dfca560d-40a9-4908-a52e-8c4deaea08f5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-dfca560d-40a9-4908-a52e-8c4deaea08f5-root {
    text-align: center;
  }


#s-dfca560d-40a9-4908-a52e-8c4deaea08f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-dfca560d-40a9-4908-a52e-8c4deaea08f5-root {
    text-align: center;
  }


#s-dfca560d-40a9-4908-a52e-8c4deaea08f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfca560d-40a9-4908-a52e-8c4deaea08f5-root {
    text-align: center;
  }


#s-dfca560d-40a9-4908-a52e-8c4deaea08f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfca560d-40a9-4908-a52e-8c4deaea08f5-root {
    text-align: center;
  }


#s-dfca560d-40a9-4908-a52e-8c4deaea08f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dfca560d-40a9-4908-a52e-8c4deaea08f5-root {
    text-align: center;
  }


#s-dfca560d-40a9-4908-a52e-8c4deaea08f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-dfca560d-40a9-4908-a52e-8c4deaea08f5-root {
    text-align: center;
  }


#s-dfca560d-40a9-4908-a52e-8c4deaea08f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-85a6d238-3227-4e92-a6ce-086c8e64cf9b {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-85a6d238-3227-4e92-a6ce-086c8e64cf9b:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-85a6d238-3227-4e92-a6ce-086c8e64cf9b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-85a6d238-3227-4e92-a6ce-086c8e64cf9b-root {
    text-align: center;
  }


#s-85a6d238-3227-4e92-a6ce-086c8e64cf9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-85a6d238-3227-4e92-a6ce-086c8e64cf9b-root {
    text-align: center;
  }


#s-85a6d238-3227-4e92-a6ce-086c8e64cf9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85a6d238-3227-4e92-a6ce-086c8e64cf9b-root {
    text-align: center;
  }


#s-85a6d238-3227-4e92-a6ce-086c8e64cf9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85a6d238-3227-4e92-a6ce-086c8e64cf9b-root {
    text-align: center;
  }


#s-85a6d238-3227-4e92-a6ce-086c8e64cf9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-85a6d238-3227-4e92-a6ce-086c8e64cf9b-root {
    text-align: center;
  }


#s-85a6d238-3227-4e92-a6ce-086c8e64cf9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-85a6d238-3227-4e92-a6ce-086c8e64cf9b-root {
    text-align: center;
  }


#s-85a6d238-3227-4e92-a6ce-086c8e64cf9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-6a446682-c6ef-43d3-b80a-d5d03bd1f764 {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6a446682-c6ef-43d3-b80a-d5d03bd1f764:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-6a446682-c6ef-43d3-b80a-d5d03bd1f764:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6a446682-c6ef-43d3-b80a-d5d03bd1f764-root {
    text-align: center;
  }


#s-6a446682-c6ef-43d3-b80a-d5d03bd1f764.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6a446682-c6ef-43d3-b80a-d5d03bd1f764-root {
    text-align: center;
  }


#s-6a446682-c6ef-43d3-b80a-d5d03bd1f764.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a446682-c6ef-43d3-b80a-d5d03bd1f764-root {
    text-align: center;
  }


#s-6a446682-c6ef-43d3-b80a-d5d03bd1f764.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a446682-c6ef-43d3-b80a-d5d03bd1f764-root {
    text-align: center;
  }


#s-6a446682-c6ef-43d3-b80a-d5d03bd1f764.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6a446682-c6ef-43d3-b80a-d5d03bd1f764-root {
    text-align: center;
  }


#s-6a446682-c6ef-43d3-b80a-d5d03bd1f764.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-6a446682-c6ef-43d3-b80a-d5d03bd1f764-root {
    text-align: center;
  }


#s-6a446682-c6ef-43d3-b80a-d5d03bd1f764.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-6d876a6d-9cb3-416c-9e30-1a5cb21bb3ac {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6d876a6d-9cb3-416c-9e30-1a5cb21bb3ac:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-6d876a6d-9cb3-416c-9e30-1a5cb21bb3ac:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6d876a6d-9cb3-416c-9e30-1a5cb21bb3ac-root {
    text-align: center;
  }


#s-6d876a6d-9cb3-416c-9e30-1a5cb21bb3ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6d876a6d-9cb3-416c-9e30-1a5cb21bb3ac-root {
    text-align: center;
  }


#s-6d876a6d-9cb3-416c-9e30-1a5cb21bb3ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d876a6d-9cb3-416c-9e30-1a5cb21bb3ac-root {
    text-align: center;
  }


#s-6d876a6d-9cb3-416c-9e30-1a5cb21bb3ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d876a6d-9cb3-416c-9e30-1a5cb21bb3ac-root {
    text-align: center;
  }


#s-6d876a6d-9cb3-416c-9e30-1a5cb21bb3ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6d876a6d-9cb3-416c-9e30-1a5cb21bb3ac-root {
    text-align: center;
  }


#s-6d876a6d-9cb3-416c-9e30-1a5cb21bb3ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-6d876a6d-9cb3-416c-9e30-1a5cb21bb3ac-root {
    text-align: center;
  }


#s-6d876a6d-9cb3-416c-9e30-1a5cb21bb3ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-7b3992d1-c010-458f-b7d7-02ad20e51f99 {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7b3992d1-c010-458f-b7d7-02ad20e51f99:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7b3992d1-c010-458f-b7d7-02ad20e51f99:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7b3992d1-c010-458f-b7d7-02ad20e51f99-root {
    text-align: center;
  }


#s-7b3992d1-c010-458f-b7d7-02ad20e51f99.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7b3992d1-c010-458f-b7d7-02ad20e51f99-root {
    text-align: center;
  }


#s-7b3992d1-c010-458f-b7d7-02ad20e51f99.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b3992d1-c010-458f-b7d7-02ad20e51f99-root {
    text-align: center;
  }


#s-7b3992d1-c010-458f-b7d7-02ad20e51f99.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b3992d1-c010-458f-b7d7-02ad20e51f99-root {
    text-align: center;
  }


#s-7b3992d1-c010-458f-b7d7-02ad20e51f99.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7b3992d1-c010-458f-b7d7-02ad20e51f99-root {
    text-align: center;
  }


#s-7b3992d1-c010-458f-b7d7-02ad20e51f99.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-7b3992d1-c010-458f-b7d7-02ad20e51f99-root {
    text-align: center;
  }


#s-7b3992d1-c010-458f-b7d7-02ad20e51f99.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-b7c35fcc-449a-4780-ac72-b5fce785254b {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b7c35fcc-449a-4780-ac72-b5fce785254b:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b7c35fcc-449a-4780-ac72-b5fce785254b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b7c35fcc-449a-4780-ac72-b5fce785254b-root {
    text-align: center;
  }


#s-b7c35fcc-449a-4780-ac72-b5fce785254b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b7c35fcc-449a-4780-ac72-b5fce785254b-root {
    text-align: center;
  }


#s-b7c35fcc-449a-4780-ac72-b5fce785254b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7c35fcc-449a-4780-ac72-b5fce785254b-root {
    text-align: center;
  }


#s-b7c35fcc-449a-4780-ac72-b5fce785254b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7c35fcc-449a-4780-ac72-b5fce785254b-root {
    text-align: center;
  }


#s-b7c35fcc-449a-4780-ac72-b5fce785254b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b7c35fcc-449a-4780-ac72-b5fce785254b-root {
    text-align: center;
  }


#s-b7c35fcc-449a-4780-ac72-b5fce785254b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-b7c35fcc-449a-4780-ac72-b5fce785254b-root {
    text-align: center;
  }


#s-b7c35fcc-449a-4780-ac72-b5fce785254b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-5812a19a-9535-4cae-aa27-c3fe60cf8849 {
  border-style: solid;
padding-top: 3px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(253, 213, 211, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5812a19a-9535-4cae-aa27-c3fe60cf8849:hover {background-color: rgba(255, 247, 247, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5812a19a-9535-4cae-aa27-c3fe60cf8849:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-5812a19a-9535-4cae-aa27-c3fe60cf8849-root {
    text-align: center;
  }


#s-5812a19a-9535-4cae-aa27-c3fe60cf8849.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5812a19a-9535-4cae-aa27-c3fe60cf8849-root {
    text-align: center;
  }


#s-5812a19a-9535-4cae-aa27-c3fe60cf8849.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5812a19a-9535-4cae-aa27-c3fe60cf8849-root {
    text-align: center;
  }


#s-5812a19a-9535-4cae-aa27-c3fe60cf8849.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5812a19a-9535-4cae-aa27-c3fe60cf8849-root {
    text-align: center;
  }


#s-5812a19a-9535-4cae-aa27-c3fe60cf8849.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5812a19a-9535-4cae-aa27-c3fe60cf8849-root {
    text-align: center;
  }


#s-5812a19a-9535-4cae-aa27-c3fe60cf8849.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-5812a19a-9535-4cae-aa27-c3fe60cf8849-root {
    text-align: center;
  }


#s-5812a19a-9535-4cae-aa27-c3fe60cf8849.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ce7f084a-dbe1-4aa7-8a51-b318fc4af37d {
  padding-top: 0px;
padding-bottom: 7px;
background-color: rgba(249, 246, 240, 1);
}








#s-ce7f084a-dbe1-4aa7-8a51-b318fc4af37d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce7f084a-dbe1-4aa7-8a51-b318fc4af37d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4d6b09a-2e94-4cf1-95b5-d9cbfc811b7d {
  max-width: 564px;
}

@media (min-width: 0px) {
[id="s-f4d6b09a-2e94-4cf1-95b5-d9cbfc811b7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4d6b09a-2e94-4cf1-95b5-d9cbfc811b7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f4d6b09a-2e94-4cf1-95b5-d9cbfc811b7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4d6b09a-2e94-4cf1-95b5-d9cbfc811b7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-61d2b9b0-d3b7-4555-a68a-d6d4629eadf5 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-61d2b9b0-d3b7-4555-a68a-d6d4629eadf5:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-61d2b9b0-d3b7-4555-a68a-d6d4629eadf5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-61d2b9b0-d3b7-4555-a68a-d6d4629eadf5-root {
    text-align: center;
  }


#s-61d2b9b0-d3b7-4555-a68a-d6d4629eadf5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-61d2b9b0-d3b7-4555-a68a-d6d4629eadf5-root {
    text-align: center;
  }


#s-61d2b9b0-d3b7-4555-a68a-d6d4629eadf5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61d2b9b0-d3b7-4555-a68a-d6d4629eadf5-root {
    text-align: center;
  }


#s-61d2b9b0-d3b7-4555-a68a-d6d4629eadf5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61d2b9b0-d3b7-4555-a68a-d6d4629eadf5-root {
    text-align: center;
  }


#s-61d2b9b0-d3b7-4555-a68a-d6d4629eadf5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-61d2b9b0-d3b7-4555-a68a-d6d4629eadf5-root {
    text-align: center;
  }


#s-61d2b9b0-d3b7-4555-a68a-d6d4629eadf5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-61d2b9b0-d3b7-4555-a68a-d6d4629eadf5-root {
    text-align: center;
  }


#s-61d2b9b0-d3b7-4555-a68a-d6d4629eadf5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-ae4bf47b-0c08-42e0-8714-fc6806a9217e {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ae4bf47b-0c08-42e0-8714-fc6806a9217e:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ae4bf47b-0c08-42e0-8714-fc6806a9217e:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ae4bf47b-0c08-42e0-8714-fc6806a9217e-root {
    text-align: center;
  }


#s-ae4bf47b-0c08-42e0-8714-fc6806a9217e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ae4bf47b-0c08-42e0-8714-fc6806a9217e-root {
    text-align: center;
  }


#s-ae4bf47b-0c08-42e0-8714-fc6806a9217e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae4bf47b-0c08-42e0-8714-fc6806a9217e-root {
    text-align: center;
  }


#s-ae4bf47b-0c08-42e0-8714-fc6806a9217e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae4bf47b-0c08-42e0-8714-fc6806a9217e-root {
    text-align: center;
  }


#s-ae4bf47b-0c08-42e0-8714-fc6806a9217e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ae4bf47b-0c08-42e0-8714-fc6806a9217e-root {
    text-align: center;
  }


#s-ae4bf47b-0c08-42e0-8714-fc6806a9217e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-ae4bf47b-0c08-42e0-8714-fc6806a9217e-root {
    text-align: center;
  }


#s-ae4bf47b-0c08-42e0-8714-fc6806a9217e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-5f8e94b1-0db7-428b-801e-2c20849b430c {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5f8e94b1-0db7-428b-801e-2c20849b430c:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5f8e94b1-0db7-428b-801e-2c20849b430c:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-5f8e94b1-0db7-428b-801e-2c20849b430c-root {
    text-align: center;
  }


#s-5f8e94b1-0db7-428b-801e-2c20849b430c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5f8e94b1-0db7-428b-801e-2c20849b430c-root {
    text-align: center;
  }


#s-5f8e94b1-0db7-428b-801e-2c20849b430c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f8e94b1-0db7-428b-801e-2c20849b430c-root {
    text-align: center;
  }


#s-5f8e94b1-0db7-428b-801e-2c20849b430c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f8e94b1-0db7-428b-801e-2c20849b430c-root {
    text-align: center;
  }


#s-5f8e94b1-0db7-428b-801e-2c20849b430c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5f8e94b1-0db7-428b-801e-2c20849b430c-root {
    text-align: center;
  }


#s-5f8e94b1-0db7-428b-801e-2c20849b430c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-5f8e94b1-0db7-428b-801e-2c20849b430c-root {
    text-align: center;
  }


#s-5f8e94b1-0db7-428b-801e-2c20849b430c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-6aa43bcc-303a-4af4-b7af-2ac09c58b572 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6aa43bcc-303a-4af4-b7af-2ac09c58b572:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6aa43bcc-303a-4af4-b7af-2ac09c58b572:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6aa43bcc-303a-4af4-b7af-2ac09c58b572-root {
    text-align: center;
  }


#s-6aa43bcc-303a-4af4-b7af-2ac09c58b572.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6aa43bcc-303a-4af4-b7af-2ac09c58b572-root {
    text-align: center;
  }


#s-6aa43bcc-303a-4af4-b7af-2ac09c58b572.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6aa43bcc-303a-4af4-b7af-2ac09c58b572-root {
    text-align: center;
  }


#s-6aa43bcc-303a-4af4-b7af-2ac09c58b572.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6aa43bcc-303a-4af4-b7af-2ac09c58b572-root {
    text-align: center;
  }


#s-6aa43bcc-303a-4af4-b7af-2ac09c58b572.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6aa43bcc-303a-4af4-b7af-2ac09c58b572-root {
    text-align: center;
  }


#s-6aa43bcc-303a-4af4-b7af-2ac09c58b572.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-6aa43bcc-303a-4af4-b7af-2ac09c58b572-root {
    text-align: center;
  }


#s-6aa43bcc-303a-4af4-b7af-2ac09c58b572.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-e29aa15c-37b4-4ad0-b145-f5d4181d74d4 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e29aa15c-37b4-4ad0-b145-f5d4181d74d4:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e29aa15c-37b4-4ad0-b145-f5d4181d74d4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e29aa15c-37b4-4ad0-b145-f5d4181d74d4-root {
    text-align: center;
  }


#s-e29aa15c-37b4-4ad0-b145-f5d4181d74d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e29aa15c-37b4-4ad0-b145-f5d4181d74d4-root {
    text-align: center;
  }


#s-e29aa15c-37b4-4ad0-b145-f5d4181d74d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e29aa15c-37b4-4ad0-b145-f5d4181d74d4-root {
    text-align: center;
  }


#s-e29aa15c-37b4-4ad0-b145-f5d4181d74d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e29aa15c-37b4-4ad0-b145-f5d4181d74d4-root {
    text-align: center;
  }


#s-e29aa15c-37b4-4ad0-b145-f5d4181d74d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e29aa15c-37b4-4ad0-b145-f5d4181d74d4-root {
    text-align: center;
  }


#s-e29aa15c-37b4-4ad0-b145-f5d4181d74d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-e29aa15c-37b4-4ad0-b145-f5d4181d74d4-root {
    text-align: center;
  }


#s-e29aa15c-37b4-4ad0-b145-f5d4181d74d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-cb001bcc-0169-404c-8db9-a65852202a0d {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-cb001bcc-0169-404c-8db9-a65852202a0d:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cb001bcc-0169-404c-8db9-a65852202a0d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-cb001bcc-0169-404c-8db9-a65852202a0d-root {
    text-align: center;
  }


#s-cb001bcc-0169-404c-8db9-a65852202a0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cb001bcc-0169-404c-8db9-a65852202a0d-root {
    text-align: center;
  }


#s-cb001bcc-0169-404c-8db9-a65852202a0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb001bcc-0169-404c-8db9-a65852202a0d-root {
    text-align: center;
  }


#s-cb001bcc-0169-404c-8db9-a65852202a0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb001bcc-0169-404c-8db9-a65852202a0d-root {
    text-align: center;
  }


#s-cb001bcc-0169-404c-8db9-a65852202a0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cb001bcc-0169-404c-8db9-a65852202a0d-root {
    text-align: center;
  }


#s-cb001bcc-0169-404c-8db9-a65852202a0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-cb001bcc-0169-404c-8db9-a65852202a0d-root {
    text-align: center;
  }


#s-cb001bcc-0169-404c-8db9-a65852202a0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-cfa4bc8a-02fc-4d78-b901-7e95490ab4eb {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-cfa4bc8a-02fc-4d78-b901-7e95490ab4eb:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cfa4bc8a-02fc-4d78-b901-7e95490ab4eb:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-cfa4bc8a-02fc-4d78-b901-7e95490ab4eb-root {
    text-align: center;
  }


#s-cfa4bc8a-02fc-4d78-b901-7e95490ab4eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cfa4bc8a-02fc-4d78-b901-7e95490ab4eb-root {
    text-align: center;
  }


#s-cfa4bc8a-02fc-4d78-b901-7e95490ab4eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfa4bc8a-02fc-4d78-b901-7e95490ab4eb-root {
    text-align: center;
  }


#s-cfa4bc8a-02fc-4d78-b901-7e95490ab4eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfa4bc8a-02fc-4d78-b901-7e95490ab4eb-root {
    text-align: center;
  }


#s-cfa4bc8a-02fc-4d78-b901-7e95490ab4eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cfa4bc8a-02fc-4d78-b901-7e95490ab4eb-root {
    text-align: center;
  }


#s-cfa4bc8a-02fc-4d78-b901-7e95490ab4eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-cfa4bc8a-02fc-4d78-b901-7e95490ab4eb-root {
    text-align: center;
  }


#s-cfa4bc8a-02fc-4d78-b901-7e95490ab4eb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-0d353dbe-cbea-4e97-bc72-ac7566e84243 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0d353dbe-cbea-4e97-bc72-ac7566e84243:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0d353dbe-cbea-4e97-bc72-ac7566e84243:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0d353dbe-cbea-4e97-bc72-ac7566e84243-root {
    text-align: center;
  }


#s-0d353dbe-cbea-4e97-bc72-ac7566e84243.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0d353dbe-cbea-4e97-bc72-ac7566e84243-root {
    text-align: center;
  }


#s-0d353dbe-cbea-4e97-bc72-ac7566e84243.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d353dbe-cbea-4e97-bc72-ac7566e84243-root {
    text-align: center;
  }


#s-0d353dbe-cbea-4e97-bc72-ac7566e84243.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d353dbe-cbea-4e97-bc72-ac7566e84243-root {
    text-align: center;
  }


#s-0d353dbe-cbea-4e97-bc72-ac7566e84243.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0d353dbe-cbea-4e97-bc72-ac7566e84243-root {
    text-align: center;
  }


#s-0d353dbe-cbea-4e97-bc72-ac7566e84243.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-0d353dbe-cbea-4e97-bc72-ac7566e84243-root {
    text-align: center;
  }


#s-0d353dbe-cbea-4e97-bc72-ac7566e84243.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-e8b8e63a-13f5-409b-ac97-cc570b336328 {
  border-style: solid;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(245, 243, 237, 1);
border-radius: 0px;
max-width: 565px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e8b8e63a-13f5-409b-ac97-cc570b336328:hover {background-color: rgba(212, 109, 100, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e8b8e63a-13f5-409b-ac97-cc570b336328:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e8b8e63a-13f5-409b-ac97-cc570b336328-root {
    text-align: center;
  }


#s-e8b8e63a-13f5-409b-ac97-cc570b336328.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e8b8e63a-13f5-409b-ac97-cc570b336328-root {
    text-align: center;
  }


#s-e8b8e63a-13f5-409b-ac97-cc570b336328.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8b8e63a-13f5-409b-ac97-cc570b336328-root {
    text-align: center;
  }


#s-e8b8e63a-13f5-409b-ac97-cc570b336328.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8b8e63a-13f5-409b-ac97-cc570b336328-root {
    text-align: center;
  }


#s-e8b8e63a-13f5-409b-ac97-cc570b336328.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e8b8e63a-13f5-409b-ac97-cc570b336328-root {
    text-align: center;
  }


#s-e8b8e63a-13f5-409b-ac97-cc570b336328.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
  #s-e8b8e63a-13f5-409b-ac97-cc570b336328-root {
    text-align: center;
  }


#s-e8b8e63a-13f5-409b-ac97-cc570b336328.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}

/*
  $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}
