.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-35f61682-457b-459e-8abf-ba692a35fdd8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-bottom: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 770px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-35f61682-457b-459e-8abf-ba692a35fdd8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-35f61682-457b-459e-8abf-ba692a35fdd8, #wrap-s-35f61682-457b-459e-8abf-ba692a35fdd8 { display: none !important; }}@media (max-width: 767px){#s-35f61682-457b-459e-8abf-ba692a35fdd8 {
  
}
}@media (max-width: 767px){#s-35f61682-457b-459e-8abf-ba692a35fdd8, #wrap-s-35f61682-457b-459e-8abf-ba692a35fdd8 { display: none !important; }}
#s-35f61682-457b-459e-8abf-ba692a35fdd8 {
  background-image: url(https://i.shgcdn.com/69cee5cb-d2a0-43ef-9d1e-79ae8869eb14/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-35f61682-457b-459e-8abf-ba692a35fdd8 {
  background-image: url(https://i.shgcdn.com/69cee5cb-d2a0-43ef-9d1e-79ae8869eb14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-35f61682-457b-459e-8abf-ba692a35fdd8 {
  background-image: url(https://i.shgcdn.com/69cee5cb-d2a0-43ef-9d1e-79ae8869eb14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-35f61682-457b-459e-8abf-ba692a35fdd8 {
  background-image: url(https://i.shgcdn.com/69cee5cb-d2a0-43ef-9d1e-79ae8869eb14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-35f61682-457b-459e-8abf-ba692a35fdd8 {
  background-image: url(https://i.shgcdn.com/69cee5cb-d2a0-43ef-9d1e-79ae8869eb14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-35f61682-457b-459e-8abf-ba692a35fdd8 {
  background-image: url(https://i.shgcdn.com/69cee5cb-d2a0-43ef-9d1e-79ae8869eb14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-35f61682-457b-459e-8abf-ba692a35fdd8 {
  background-image: url(https://i.shgcdn.com/69cee5cb-d2a0-43ef-9d1e-79ae8869eb14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-35f61682-457b-459e-8abf-ba692a35fdd8 {
  background-image: url(https://i.shgcdn.com/69cee5cb-d2a0-43ef-9d1e-79ae8869eb14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-35f61682-457b-459e-8abf-ba692a35fdd8 {
  background-image: url(https://i.shgcdn.com/69cee5cb-d2a0-43ef-9d1e-79ae8869eb14/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-35f61682-457b-459e-8abf-ba692a35fdd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35f61682-457b-459e-8abf-ba692a35fdd8 {
  cursor: pointer;
}#s-35f61682-457b-459e-8abf-ba692a35fdd8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-50ddd470-996c-4f58-b33a-a5be051b24c9 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: -55%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(44, 66, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: custom custom;
}
#s-50ddd470-996c-4f58-b33a-a5be051b24c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-50ddd470-996c-4f58-b33a-a5be051b24c9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-50ddd470-996c-4f58-b33a-a5be051b24c9 {
  
}
}@media (min-width: 1200px){#s-50ddd470-996c-4f58-b33a-a5be051b24c9, #wrap-s-50ddd470-996c-4f58-b33a-a5be051b24c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50ddd470-996c-4f58-b33a-a5be051b24c9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50ddd470-996c-4f58-b33a-a5be051b24c9, #wrap-s-50ddd470-996c-4f58-b33a-a5be051b24c9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50ddd470-996c-4f58-b33a-a5be051b24c9 {
  
}
}@media (max-width: 767px){#s-50ddd470-996c-4f58-b33a-a5be051b24c9 {
  
}
}

  #s-50ddd470-996c-4f58-b33a-a5be051b24c9-root {
    text-align: center;
  }


#s-50ddd470-996c-4f58-b33a-a5be051b24c9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-50ddd470-996c-4f58-b33a-a5be051b24c9-root {
    text-align: center;
  }


#s-50ddd470-996c-4f58-b33a-a5be051b24c9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-50ddd470-996c-4f58-b33a-a5be051b24c9-root {
    text-align: center;
  }


#s-50ddd470-996c-4f58-b33a-a5be051b24c9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-50ddd470-996c-4f58-b33a-a5be051b24c9-root {
    text-align: center;
  }


#s-50ddd470-996c-4f58-b33a-a5be051b24c9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-50ddd470-996c-4f58-b33a-a5be051b24c9-root {
    text-align: center;
  }


#s-50ddd470-996c-4f58-b33a-a5be051b24c9.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-70bde84f-a54d-484b-979e-47ca510aae6d {
  margin-top: 12%;
margin-left: 3%;
}

#s-284cd9ce-d67c-4418-98a9-5cf24ad7d05e {
  margin-top: -2%;
margin-left: 3%;
padding-top: 0%;
padding-bottom: 0%;
}

#s-7388c968-c11d-4a90-a253-01f54c59920e {
  margin-top: 1%;
margin-left: 9%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(207, 158, 169, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined bottom;
}
#s-7388c968-c11d-4a90-a253-01f54c59920e:hover {background-color: rgba(44, 66, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7388c968-c11d-4a90-a253-01f54c59920e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-7388c968-c11d-4a90-a253-01f54c59920e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7388c968-c11d-4a90-a253-01f54c59920e, #wrap-s-7388c968-c11d-4a90-a253-01f54c59920e { display: none !important; }}@media (max-width: 767px){#s-7388c968-c11d-4a90-a253-01f54c59920e {
  
}
}@media (max-width: 767px){#s-7388c968-c11d-4a90-a253-01f54c59920e, #wrap-s-7388c968-c11d-4a90-a253-01f54c59920e { display: none !important; }}

  #s-7388c968-c11d-4a90-a253-01f54c59920e-root {
    text-align: left;
  }


#s-7388c968-c11d-4a90-a253-01f54c59920e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Alegreya;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7388c968-c11d-4a90-a253-01f54c59920e-root {
    text-align: left;
  }


#s-7388c968-c11d-4a90-a253-01f54c59920e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Alegreya;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7388c968-c11d-4a90-a253-01f54c59920e-root {
    text-align: left;
  }


#s-7388c968-c11d-4a90-a253-01f54c59920e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Alegreya;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7388c968-c11d-4a90-a253-01f54c59920e-root {
    text-align: left;
  }


#s-7388c968-c11d-4a90-a253-01f54c59920e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Alegreya;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7388c968-c11d-4a90-a253-01f54c59920e-root {
    text-align: left;
  }


#s-7388c968-c11d-4a90-a253-01f54c59920e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Alegreya;
  display:  inline-block ;
}
}
#s-d5ce293e-3e39-4dff-bf2e-a4a6b960d6c8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
padding-top: 0%;
padding-bottom: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 770px;
background-position: center center;
}
@media (min-width: 1200px){#s-d5ce293e-3e39-4dff-bf2e-a4a6b960d6c8 {
  
}
}@media (min-width: 1200px){#s-d5ce293e-3e39-4dff-bf2e-a4a6b960d6c8, #wrap-s-d5ce293e-3e39-4dff-bf2e-a4a6b960d6c8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5ce293e-3e39-4dff-bf2e-a4a6b960d6c8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5ce293e-3e39-4dff-bf2e-a4a6b960d6c8, #wrap-s-d5ce293e-3e39-4dff-bf2e-a4a6b960d6c8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5ce293e-3e39-4dff-bf2e-a4a6b960d6c8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5ce293e-3e39-4dff-bf2e-a4a6b960d6c8, #wrap-s-d5ce293e-3e39-4dff-bf2e-a4a6b960d6c8 { display: none !important; }}@media (max-width: 767px){#s-d5ce293e-3e39-4dff-bf2e-a4a6b960d6c8 {
  
}
}
#s-d5ce293e-3e39-4dff-bf2e-a4a6b960d6c8 {
  background-image: url(https://i.shgcdn.com/dfcf46b1-322a-49ae-9c55-d36b2c9c991c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d5ce293e-3e39-4dff-bf2e-a4a6b960d6c8 > .shg-box-overlay {
  background-color: rgba(210, 46, 46, 1);
  opacity: 0;
}#s-d5ce293e-3e39-4dff-bf2e-a4a6b960d6c8 {
  cursor: pointer;
}#s-d5ce293e-3e39-4dff-bf2e-a4a6b960d6c8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-42979295-703a-4174-9a83-ab238bed5bb0 {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 15%;
padding-top: 0%;
padding-bottom: 0%;
background-color: rgba(207, 158, 169, 0);
}

#s-4458dba5-d926-420a-88b6-ac7200e3033d {
  margin-top: -4%;
margin-bottom: -4%;
}

#s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0 {
  margin-left: 8%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(44, 66, 81, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined bottom;
}
#s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0:hover {background-color: rgba(200, 164, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0, #wrap-s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0 { display: none !important; }}@media (max-width: 767px){#s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0 {
  
}
}@media (max-width: 767px){#s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0, #wrap-s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0 { display: none !important; }}

  #s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0-root {
    text-align: left;
  }


#s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0-root {
    text-align: left;
  }


#s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0-root {
    text-align: left;
  }


#s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0-root {
    text-align: left;
  }


#s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0-root {
    text-align: left;
  }


#s-7bec3294-f1cc-4763-9ace-ee7a4c86c2e0.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}
#s-5b2b658f-1888-4265-a276-437c0faca263 {
  margin-top: 1%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3.5px;
border-left-width: 3.5px;
border-bottom-width: 3.5px;
border-right-width: 3.5px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(207, 158, 169, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: left top;
}
#s-5b2b658f-1888-4265-a276-437c0faca263:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b2b658f-1888-4265-a276-437c0faca263:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5b2b658f-1888-4265-a276-437c0faca263 {
  
}
}@media (min-width: 1200px){#s-5b2b658f-1888-4265-a276-437c0faca263, #wrap-s-5b2b658f-1888-4265-a276-437c0faca263 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b2b658f-1888-4265-a276-437c0faca263 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b2b658f-1888-4265-a276-437c0faca263, #wrap-s-5b2b658f-1888-4265-a276-437c0faca263 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b2b658f-1888-4265-a276-437c0faca263 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b2b658f-1888-4265-a276-437c0faca263, #wrap-s-5b2b658f-1888-4265-a276-437c0faca263 { display: none !important; }}@media (max-width: 767px){#s-5b2b658f-1888-4265-a276-437c0faca263 {
  
}
}

  #s-5b2b658f-1888-4265-a276-437c0faca263-root {
    text-align: center;
  }


#s-5b2b658f-1888-4265-a276-437c0faca263.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b2b658f-1888-4265-a276-437c0faca263-root {
    text-align: center;
  }


#s-5b2b658f-1888-4265-a276-437c0faca263.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b2b658f-1888-4265-a276-437c0faca263-root {
    text-align: center;
  }


#s-5b2b658f-1888-4265-a276-437c0faca263.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b2b658f-1888-4265-a276-437c0faca263-root {
    text-align: center;
  }


#s-5b2b658f-1888-4265-a276-437c0faca263.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b2b658f-1888-4265-a276-437c0faca263-root {
    text-align: center;
  }


#s-5b2b658f-1888-4265-a276-437c0faca263.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}
#s-d7676807-a2aa-418a-89c2-74766b15cc8f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-bottom: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 770px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d7676807-a2aa-418a-89c2-74766b15cc8f {
  
}
}@media (min-width: 1200px){#s-d7676807-a2aa-418a-89c2-74766b15cc8f, #wrap-s-d7676807-a2aa-418a-89c2-74766b15cc8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7676807-a2aa-418a-89c2-74766b15cc8f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7676807-a2aa-418a-89c2-74766b15cc8f, #wrap-s-d7676807-a2aa-418a-89c2-74766b15cc8f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7676807-a2aa-418a-89c2-74766b15cc8f {
  
}
}@media (max-width: 767px){#s-d7676807-a2aa-418a-89c2-74766b15cc8f {
  
}
}@media (max-width: 767px){#s-d7676807-a2aa-418a-89c2-74766b15cc8f, #wrap-s-d7676807-a2aa-418a-89c2-74766b15cc8f { display: none !important; }}
#s-d7676807-a2aa-418a-89c2-74766b15cc8f {
  background-image: url(https://i.shgcdn.com/69cee5cb-d2a0-43ef-9d1e-79ae8869eb14/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d7676807-a2aa-418a-89c2-74766b15cc8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7676807-a2aa-418a-89c2-74766b15cc8f {
  cursor: pointer;
}#s-d7676807-a2aa-418a-89c2-74766b15cc8f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5 {
  margin-top: 500px;
margin-left: 220px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(44, 66, 81, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5:hover {background-color: rgba(200, 164, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5, #wrap-s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5 { display: none !important; }}@media (max-width: 767px){#s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5 {
  
}
}@media (max-width: 767px){#s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5, #wrap-s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5 { display: none !important; }}

  #s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5-root {
    text-align: left;
  }


#s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5-root {
    text-align: left;
  }


#s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5-root {
    text-align: left;
  }


#s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5-root {
    text-align: left;
  }


#s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5-root {
    text-align: left;
  }


#s-2f0acf89-4728-4f9a-8b5f-7d6c08ff25b5.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}
#s-b9ed0f91-277b-45a6-8c34-577c0b66c8c6 {
  margin-top: 40%;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 0px;
}

#s-8bbb20b8-2ddb-4121-9c0f-93402c1b2398 {
  margin-left: 3%;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 1%;
padding-bottom: 1%;
}

#s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc {
  border-style: solid;
margin-left: 7%;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3.5px;
border-left-width: 3.5px;
border-bottom-width: 3.5px;
border-right-width: 3.5px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(207, 158, 169, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc {
  
}
}@media (min-width: 1200px){#s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc, #wrap-s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc, #wrap-s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc {
  
}
}@media (max-width: 767px){#s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc {
  
}
}

  #s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc-root {
    text-align: left;
  }


#s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc-root {
    text-align: left;
  }


#s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc-root {
    text-align: left;
  }


#s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc-root {
    text-align: left;
  }


#s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc-root {
    text-align: left;
  }


#s-2a9fceaa-d326-48a2-80de-507a5b6ce0fc.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}
#s-1e5de296-1ca1-4e66-a580-3c0779e94f6c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-1e5de296-1ca1-4e66-a580-3c0779e94f6c {
  
}
}@media (min-width: 1200px){#s-1e5de296-1ca1-4e66-a580-3c0779e94f6c, #wrap-s-1e5de296-1ca1-4e66-a580-3c0779e94f6c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e5de296-1ca1-4e66-a580-3c0779e94f6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e5de296-1ca1-4e66-a580-3c0779e94f6c, #wrap-s-1e5de296-1ca1-4e66-a580-3c0779e94f6c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e5de296-1ca1-4e66-a580-3c0779e94f6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e5de296-1ca1-4e66-a580-3c0779e94f6c, #wrap-s-1e5de296-1ca1-4e66-a580-3c0779e94f6c { display: none !important; }}@media (max-width: 767px){#s-1e5de296-1ca1-4e66-a580-3c0779e94f6c {
  
}
}@media (max-width: 767px){#s-1e5de296-1ca1-4e66-a580-3c0779e94f6c, #wrap-s-1e5de296-1ca1-4e66-a580-3c0779e94f6c { display: none !important; }}
#s-1e5de296-1ca1-4e66-a580-3c0779e94f6c {
  background-image: url(https://i.shgcdn.com/c0a16ae2-1128-44d0-a9b9-2c5c7df0a3b9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1e5de296-1ca1-4e66-a580-3c0779e94f6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e5de296-1ca1-4e66-a580-3c0779e94f6c {
  cursor: pointer;
}#s-1e5de296-1ca1-4e66-a580-3c0779e94f6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-826fe308-23cc-463f-b104-44378a4168a4 {
  margin-top: 130px;
margin-left: -770px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(44, 66, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-826fe308-23cc-463f-b104-44378a4168a4:hover {background-color: rgba(200, 164, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-826fe308-23cc-463f-b104-44378a4168a4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-826fe308-23cc-463f-b104-44378a4168a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-826fe308-23cc-463f-b104-44378a4168a4, #wrap-s-826fe308-23cc-463f-b104-44378a4168a4 { display: none !important; }}@media (max-width: 767px){#s-826fe308-23cc-463f-b104-44378a4168a4 {
  
}
}@media (max-width: 767px){#s-826fe308-23cc-463f-b104-44378a4168a4, #wrap-s-826fe308-23cc-463f-b104-44378a4168a4 { display: none !important; }}

  #s-826fe308-23cc-463f-b104-44378a4168a4-root {
    text-align: center;
  }


#s-826fe308-23cc-463f-b104-44378a4168a4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-826fe308-23cc-463f-b104-44378a4168a4-root {
    text-align: center;
  }


#s-826fe308-23cc-463f-b104-44378a4168a4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-826fe308-23cc-463f-b104-44378a4168a4-root {
    text-align: center;
  }


#s-826fe308-23cc-463f-b104-44378a4168a4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-826fe308-23cc-463f-b104-44378a4168a4-root {
    text-align: center;
  }


#s-826fe308-23cc-463f-b104-44378a4168a4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-826fe308-23cc-463f-b104-44378a4168a4-root {
    text-align: center;
  }


#s-826fe308-23cc-463f-b104-44378a4168a4.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}
#s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db {
  margin-left: -250px;
margin-bottom: 200px;
margin-right: 0%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1px;
background-color: rgba(44, 66, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: custom custom;
}
#s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db {
  
}
}@media (min-width: 1200px){#s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db, #wrap-s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db, #wrap-s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db {
  
}
}@media (max-width: 767px){#s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db {
  
}
}

  #s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db-root {
    text-align: center;
  }


#s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db-root {
    text-align: center;
  }


#s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db-root {
    text-align: center;
  }


#s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db-root {
    text-align: center;
  }


#s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db-root {
    text-align: center;
  }


#s-8f0ee6d7-14ef-47b1-bb5e-2855f84fd0db.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}
#s-fcff989c-3cc2-4956-a637-0f3b8b83d277 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-fcff989c-3cc2-4956-a637-0f3b8b83d277 {
  
}
}@media (min-width: 1200px){#s-fcff989c-3cc2-4956-a637-0f3b8b83d277, #wrap-s-fcff989c-3cc2-4956-a637-0f3b8b83d277 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcff989c-3cc2-4956-a637-0f3b8b83d277 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fcff989c-3cc2-4956-a637-0f3b8b83d277, #wrap-s-fcff989c-3cc2-4956-a637-0f3b8b83d277 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fcff989c-3cc2-4956-a637-0f3b8b83d277 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fcff989c-3cc2-4956-a637-0f3b8b83d277, #wrap-s-fcff989c-3cc2-4956-a637-0f3b8b83d277 { display: none !important; }}@media (max-width: 767px){#s-fcff989c-3cc2-4956-a637-0f3b8b83d277 {
  
}
}@media (max-width: 767px){#s-fcff989c-3cc2-4956-a637-0f3b8b83d277, #wrap-s-fcff989c-3cc2-4956-a637-0f3b8b83d277 { display: none !important; }}
#s-fcff989c-3cc2-4956-a637-0f3b8b83d277 {
  background-image: url(https://i.shgcdn.com/38403159-2074-4aa7-a11a-d88f7f4fb4be/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fcff989c-3cc2-4956-a637-0f3b8b83d277 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcff989c-3cc2-4956-a637-0f3b8b83d277 {
  cursor: pointer;
}#s-fcff989c-3cc2-4956-a637-0f3b8b83d277.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73582627-b7c3-4044-8e66-207480007728 {
  margin-top: 130px;
margin-left: -770px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(44, 66, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-73582627-b7c3-4044-8e66-207480007728:hover {background-color: rgba(200, 164, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-73582627-b7c3-4044-8e66-207480007728:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-73582627-b7c3-4044-8e66-207480007728 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73582627-b7c3-4044-8e66-207480007728, #wrap-s-73582627-b7c3-4044-8e66-207480007728 { display: none !important; }}@media (max-width: 767px){#s-73582627-b7c3-4044-8e66-207480007728 {
  
}
}@media (max-width: 767px){#s-73582627-b7c3-4044-8e66-207480007728, #wrap-s-73582627-b7c3-4044-8e66-207480007728 { display: none !important; }}

  #s-73582627-b7c3-4044-8e66-207480007728-root {
    text-align: center;
  }


#s-73582627-b7c3-4044-8e66-207480007728.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-73582627-b7c3-4044-8e66-207480007728-root {
    text-align: center;
  }


#s-73582627-b7c3-4044-8e66-207480007728.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73582627-b7c3-4044-8e66-207480007728-root {
    text-align: center;
  }


#s-73582627-b7c3-4044-8e66-207480007728.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73582627-b7c3-4044-8e66-207480007728-root {
    text-align: center;
  }


#s-73582627-b7c3-4044-8e66-207480007728.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-73582627-b7c3-4044-8e66-207480007728-root {
    text-align: center;
  }


#s-73582627-b7c3-4044-8e66-207480007728.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}
#s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c {
  border-style: solid;
margin-top: 350px;
margin-left: 110px;
margin-bottom: 175px;
margin-right: 430px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(44, 66, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: custom custom;
}
#s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c {
  
}
}@media (min-width: 1200px){#s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c, #wrap-s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c, #wrap-s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c {
  
}
}@media (max-width: 767px){#s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c {
  
}
}

  #s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c-root {
    text-align: center;
  }


#s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c-root {
    text-align: center;
  }


#s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c-root {
    text-align: center;
  }


#s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c-root {
    text-align: center;
  }


#s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c-root {
    text-align: center;
  }


#s-24ed5c1b-0e89-4254-8e45-8c6d4c36fa5c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: petersburg-web;
  display:  inline-block ;
}
}
#s-18427149-fefd-4f18-bca2-63b1de6e7c22 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-18427149-fefd-4f18-bca2-63b1de6e7c22 {
  
}
}@media (min-width: 1200px){#s-18427149-fefd-4f18-bca2-63b1de6e7c22, #wrap-s-18427149-fefd-4f18-bca2-63b1de6e7c22 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18427149-fefd-4f18-bca2-63b1de6e7c22 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18427149-fefd-4f18-bca2-63b1de6e7c22, #wrap-s-18427149-fefd-4f18-bca2-63b1de6e7c22 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18427149-fefd-4f18-bca2-63b1de6e7c22 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-18427149-fefd-4f18-bca2-63b1de6e7c22, #wrap-s-18427149-fefd-4f18-bca2-63b1de6e7c22 { display: none !important; }}







#s-18427149-fefd-4f18-bca2-63b1de6e7c22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18427149-fefd-4f18-bca2-63b1de6e7c22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f203a347-c88f-4d82-aaa8-5983455af1fa {
  margin-top: 3%;
margin-bottom: -3px;
}
@media (min-width: 1200px){#s-f203a347-c88f-4d82-aaa8-5983455af1fa {
  
}
}@media (min-width: 1200px){#s-f203a347-c88f-4d82-aaa8-5983455af1fa, #wrap-s-f203a347-c88f-4d82-aaa8-5983455af1fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f203a347-c88f-4d82-aaa8-5983455af1fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f203a347-c88f-4d82-aaa8-5983455af1fa, #wrap-s-f203a347-c88f-4d82-aaa8-5983455af1fa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f203a347-c88f-4d82-aaa8-5983455af1fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f203a347-c88f-4d82-aaa8-5983455af1fa, #wrap-s-f203a347-c88f-4d82-aaa8-5983455af1fa { display: none !important; }}
#s-939f687b-3b9d-4a9f-90c6-1814cce5cc09 {
  min-height: 50px;
}
@media (max-width: 767px){#s-939f687b-3b9d-4a9f-90c6-1814cce5cc09 {
  
}
}@media (max-width: 767px){#s-939f687b-3b9d-4a9f-90c6-1814cce5cc09, #wrap-s-939f687b-3b9d-4a9f-90c6-1814cce5cc09 { display: none !important; }}







#s-939f687b-3b9d-4a9f-90c6-1814cce5cc09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-939f687b-3b9d-4a9f-90c6-1814cce5cc09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34a34ccf-f7f4-48d6-a75a-54435ff3c093 {
  margin-top: 1%;
margin-bottom: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-34a34ccf-f7f4-48d6-a75a-54435ff3c093 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-34a34ccf-f7f4-48d6-a75a-54435ff3c093, #wrap-s-34a34ccf-f7f4-48d6-a75a-54435ff3c093 { display: none !important; }}@media (max-width: 767px){#s-34a34ccf-f7f4-48d6-a75a-54435ff3c093 {
  
}
}@media (max-width: 767px){#s-34a34ccf-f7f4-48d6-a75a-54435ff3c093, #wrap-s-34a34ccf-f7f4-48d6-a75a-54435ff3c093 { display: none !important; }}
#s-6f28964d-6e13-4a44-bc2d-88dbb05d33ff {
  margin-top: 1%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-6f28964d-6e13-4a44-bc2d-88dbb05d33ff {
  
}
}@media (min-width: 1200px){#s-6f28964d-6e13-4a44-bc2d-88dbb05d33ff, #wrap-s-6f28964d-6e13-4a44-bc2d-88dbb05d33ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f28964d-6e13-4a44-bc2d-88dbb05d33ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f28964d-6e13-4a44-bc2d-88dbb05d33ff, #wrap-s-6f28964d-6e13-4a44-bc2d-88dbb05d33ff { display: none !important; }}@media (max-width: 767px){#s-6f28964d-6e13-4a44-bc2d-88dbb05d33ff {
  
}
}@media (max-width: 767px){#s-6f28964d-6e13-4a44-bc2d-88dbb05d33ff, #wrap-s-6f28964d-6e13-4a44-bc2d-88dbb05d33ff { display: none !important; }}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-64f878f0-de9f-49ba-ab05-e7e67e1a4f59 {
  padding-top: 0%;
padding-bottom: 1%;
background-color: rgba(255, 232, 229, 1);
}
@media (max-width: 767px){#s-64f878f0-de9f-49ba-ab05-e7e67e1a4f59 {
  
}
}@media (max-width: 767px){#s-64f878f0-de9f-49ba-ab05-e7e67e1a4f59, #wrap-s-64f878f0-de9f-49ba-ab05-e7e67e1a4f59 { display: none !important; }}
@media (min-width: 0px) {
[id="s-64f878f0-de9f-49ba-ab05-e7e67e1a4f59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64f878f0-de9f-49ba-ab05-e7e67e1a4f59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-64f878f0-de9f-49ba-ab05-e7e67e1a4f59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-64f878f0-de9f-49ba-ab05-e7e67e1a4f59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

.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-cb8f4db6-dbbe-4fa1-b0e1-88a9b6ca8a76 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}







  #s-cb8f4db6-dbbe-4fa1-b0e1-88a9b6ca8a76 img.shogun-image {
    

    
    
    
  }


#s-cb8f4db6-dbbe-4fa1-b0e1-88a9b6ca8a76 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-b2455e48-cf94-43e5-bbfa-f392b59d4cfb {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2455e48-cf94-43e5-bbfa-f392b59d4cfb .shogun-heading-component h2 {
  color: rgba(44, 66, 81, 1);
  font-weight:  normal ;
  font-family: "Alegreya";
  font-style:  normal ;
  
  
  
  
}



#s-fbd32541-7919-4dbd-af2a-35c20fe4cee3 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}







  #s-fbd32541-7919-4dbd-af2a-35c20fe4cee3 img.shogun-image {
    

    
    
    
  }


#s-fbd32541-7919-4dbd-af2a-35c20fe4cee3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cc0ae97-6c0f-4413-9a17-0a930a1046fc {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0cc0ae97-6c0f-4413-9a17-0a930a1046fc .shogun-heading-component h2 {
  color: rgba(44, 66, 81, 1);
  font-weight:  normal ;
  font-family: "Alegreya";
  font-style:  normal ;
  
  
  
  
}



#s-56df4e9c-682b-4f6b-866b-e2e7e955de57 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-a7269685-e62b-4aff-88ef-4c23e613ab37 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}







  #s-a7269685-e62b-4aff-88ef-4c23e613ab37 img.shogun-image {
    

    
    
    
  }


#s-a7269685-e62b-4aff-88ef-4c23e613ab37 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf6257c5-5700-46fd-aa97-4a4e4ae9e2e1 {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf6257c5-5700-46fd-aa97-4a4e4ae9e2e1 .shogun-heading-component h2 {
  color: rgba(44, 66, 81, 1);
  font-weight:  normal ;
  font-family: "Alegreya";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-157835e5-9519-46c4-8b7c-9f0ba4b34a66 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9bd51550-9827-4c3f-b778-51a00e8ac1a5 {
  background-color: rgba(255, 232, 229, 1);
}
@media (min-width: 1200px){#s-9bd51550-9827-4c3f-b778-51a00e8ac1a5 {
  
}
}@media (min-width: 1200px){#s-9bd51550-9827-4c3f-b778-51a00e8ac1a5, #wrap-s-9bd51550-9827-4c3f-b778-51a00e8ac1a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9bd51550-9827-4c3f-b778-51a00e8ac1a5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bd51550-9827-4c3f-b778-51a00e8ac1a5, #wrap-s-9bd51550-9827-4c3f-b778-51a00e8ac1a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9bd51550-9827-4c3f-b778-51a00e8ac1a5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bd51550-9827-4c3f-b778-51a00e8ac1a5, #wrap-s-9bd51550-9827-4c3f-b778-51a00e8ac1a5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9bd51550-9827-4c3f-b778-51a00e8ac1a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bd51550-9827-4c3f-b778-51a00e8ac1a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9bd51550-9827-4c3f-b778-51a00e8ac1a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bd51550-9827-4c3f-b778-51a00e8ac1a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e6e2bee3-a1b1-4403-91b4-96a289670421 {
  margin-top: 3%;
margin-bottom: 3%;
text-align: center;
}







  #s-e6e2bee3-a1b1-4403-91b4-96a289670421 img.shogun-image {
    

    
    
    
  }


#s-e6e2bee3-a1b1-4403-91b4-96a289670421 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ad6acf6-1dd5-49ac-9c93-67f7f68f5baa {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ad6acf6-1dd5-49ac-9c93-67f7f68f5baa .shogun-heading-component h2 {
  color: rgba(44, 66, 81, 1);
  font-weight:  normal ;
  font-family: "Alegreya";
  font-style:  normal ;
  
  
  
  
}



#s-29cfc7e2-6609-459b-a9ad-7b7cc1c95f20 {
  margin-bottom: 1px;
}

#s-c1acde8a-2419-4d1c-bfd7-f22c302d08de {
  margin-top: -4%;
margin-bottom: 1%;
text-align: center;
}







  #s-c1acde8a-2419-4d1c-bfd7-f22c302d08de img.shogun-image {
    

    
    
    
  }


#s-c1acde8a-2419-4d1c-bfd7-f22c302d08de .shogun-image-content {
  
    align-items: center;
  
}

#s-5da80253-228d-4863-82e7-b6dfab827522 {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5da80253-228d-4863-82e7-b6dfab827522 .shogun-heading-component h2 {
  color: rgba(44, 66, 81, 1);
  font-weight:  normal ;
  font-family: "Alegreya";
  font-style:  normal ;
  
  
  
  
}



#s-a1f8a101-5b66-4764-b6cd-7530ac160166 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}

#s-d4644be3-373f-48df-bc79-01e06119f01b {
  margin-top: 4%;
margin-bottom: 4%;
text-align: center;
}







  #s-d4644be3-373f-48df-bc79-01e06119f01b img.shogun-image {
    

    
    
    
  }


#s-d4644be3-373f-48df-bc79-01e06119f01b .shogun-image-content {
  
    align-items: center;
  
}

#s-89236b98-69e3-4afc-a4e6-656ad2215755 {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89236b98-69e3-4afc-a4e6-656ad2215755 .shogun-heading-component h2 {
  color: rgba(44, 66, 81, 1);
  font-weight:  normal ;
  font-family: "Alegreya";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6686f943-b08d-43a8-87f2-c19879f059d4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e368133b-c102-4623-b2eb-9fd8831bbc62 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 1%;
padding-bottom: 0%;
}

@media (max-width: 767px){#s-d0d330d2-dbba-4042-a0a8-930a9fafc250 {
  
}
}
#s-83d0d75e-6574-46a8-b227-7c4d369d8c8e {
  min-height: 50px;
}








#s-83d0d75e-6574-46a8-b227-7c4d369d8c8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83d0d75e-6574-46a8-b227-7c4d369d8c8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba90be27-f5da-488c-b0e3-133a3f8aadc9 {
  padding-top: 2%;
padding-bottom: 2%;
background-color: rgba(255, 232, 229, 1);
}
@media (min-width: 1200px){#s-ba90be27-f5da-488c-b0e3-133a3f8aadc9 {
  
}
}@media (min-width: 1200px){#s-ba90be27-f5da-488c-b0e3-133a3f8aadc9, #wrap-s-ba90be27-f5da-488c-b0e3-133a3f8aadc9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba90be27-f5da-488c-b0e3-133a3f8aadc9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba90be27-f5da-488c-b0e3-133a3f8aadc9, #wrap-s-ba90be27-f5da-488c-b0e3-133a3f8aadc9 { display: none !important; }}@media (max-width: 767px){#s-ba90be27-f5da-488c-b0e3-133a3f8aadc9 {
  
}
}
#s-518c8e41-468c-426f-a4a6-5b86c6c1c95e {
  padding-top: 2%;
padding-bottom: 2%;
background-color: rgba(255, 232, 229, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-518c8e41-468c-426f-a4a6-5b86c6c1c95e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-518c8e41-468c-426f-a4a6-5b86c6c1c95e, #wrap-s-518c8e41-468c-426f-a4a6-5b86c6c1c95e { display: none !important; }}@media (max-width: 767px){#s-518c8e41-468c-426f-a4a6-5b86c6c1c95e {
  
}
}@media (max-width: 767px){#s-518c8e41-468c-426f-a4a6-5b86c6c1c95e, #wrap-s-518c8e41-468c-426f-a4a6-5b86c6c1c95e { display: none !important; }}
#s-625f716e-17f1-4003-8561-11b483d579ae {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 1%;
padding-bottom: 0%;
}
@media (max-width: 767px){#s-625f716e-17f1-4003-8561-11b483d579ae {
  
}
}
#s-8a269818-acd5-46c3-9a95-167ae7188607 {
  margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-8a269818-acd5-46c3-9a95-167ae7188607"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a269818-acd5-46c3-9a95-167ae7188607"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8a269818-acd5-46c3-9a95-167ae7188607"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a269818-acd5-46c3-9a95-167ae7188607"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d1da771d-daae-4efa-98e1-d0022a29e9e5 {
  text-align: center;
}







  #s-d1da771d-daae-4efa-98e1-d0022a29e9e5 img.shogun-image {
    

    
    
    
  }


#s-d1da771d-daae-4efa-98e1-d0022a29e9e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a29be3bb-540e-4289-9798-f11ec27a6f36 {
  margin-top: 20%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a29be3bb-540e-4289-9798-f11ec27a6f36:hover {background-color: rgba(207, 158, 169, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a29be3bb-540e-4289-9798-f11ec27a6f36:active {background-color: rgba(207, 158, 169, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a29be3bb-540e-4289-9798-f11ec27a6f36-root {
    text-align: center;
  }


#s-a29be3bb-540e-4289-9798-f11ec27a6f36.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a29be3bb-540e-4289-9798-f11ec27a6f36-root {
    text-align: center;
  }


#s-a29be3bb-540e-4289-9798-f11ec27a6f36.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a29be3bb-540e-4289-9798-f11ec27a6f36-root {
    text-align: center;
  }


#s-a29be3bb-540e-4289-9798-f11ec27a6f36.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a29be3bb-540e-4289-9798-f11ec27a6f36-root {
    text-align: center;
  }


#s-a29be3bb-540e-4289-9798-f11ec27a6f36.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a29be3bb-540e-4289-9798-f11ec27a6f36-root {
    text-align: center;
  }


#s-a29be3bb-540e-4289-9798-f11ec27a6f36.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-19dfb332-16ea-401b-9a7e-f896232c420d {
  margin-top: -4%;
margin-bottom: -4%;
max-width: 1px;
}
@media (min-width: 1200px){#s-19dfb332-16ea-401b-9a7e-f896232c420d {
  
}
}@media (min-width: 1200px){#s-19dfb332-16ea-401b-9a7e-f896232c420d, #wrap-s-19dfb332-16ea-401b-9a7e-f896232c420d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19dfb332-16ea-401b-9a7e-f896232c420d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19dfb332-16ea-401b-9a7e-f896232c420d, #wrap-s-19dfb332-16ea-401b-9a7e-f896232c420d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19dfb332-16ea-401b-9a7e-f896232c420d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19dfb332-16ea-401b-9a7e-f896232c420d, #wrap-s-19dfb332-16ea-401b-9a7e-f896232c420d { display: none !important; }}







#s-19dfb332-16ea-401b-9a7e-f896232c420d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19dfb332-16ea-401b-9a7e-f896232c420d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a35461b1-9960-458f-8155-677fd558ef4e {
  text-align: center;
}







  #s-a35461b1-9960-458f-8155-677fd558ef4e img.shogun-image {
    

    
    
    
  }


#s-a35461b1-9960-458f-8155-677fd558ef4e .shogun-image-content {
  
    align-items: center;
  
}

#s-084dc133-909e-4d2c-9645-ca84238834cf {
  margin-top: 20%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-084dc133-909e-4d2c-9645-ca84238834cf:hover {background-color: rgba(207, 158, 169, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-084dc133-909e-4d2c-9645-ca84238834cf:active {background-color: rgba(207, 158, 169, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-084dc133-909e-4d2c-9645-ca84238834cf-root {
    text-align: center;
  }


#s-084dc133-909e-4d2c-9645-ca84238834cf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-084dc133-909e-4d2c-9645-ca84238834cf-root {
    text-align: center;
  }


#s-084dc133-909e-4d2c-9645-ca84238834cf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-084dc133-909e-4d2c-9645-ca84238834cf-root {
    text-align: center;
  }


#s-084dc133-909e-4d2c-9645-ca84238834cf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-084dc133-909e-4d2c-9645-ca84238834cf-root {
    text-align: center;
  }


#s-084dc133-909e-4d2c-9645-ca84238834cf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-084dc133-909e-4d2c-9645-ca84238834cf-root {
    text-align: center;
  }


#s-084dc133-909e-4d2c-9645-ca84238834cf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-92351b0c-1aa6-4e80-b6e5-03109bc161f5 {
  margin-top: -4%;
margin-bottom: -4%;
max-width: 1px;
}
@media (min-width: 1200px){#s-92351b0c-1aa6-4e80-b6e5-03109bc161f5 {
  
}
}@media (min-width: 1200px){#s-92351b0c-1aa6-4e80-b6e5-03109bc161f5, #wrap-s-92351b0c-1aa6-4e80-b6e5-03109bc161f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92351b0c-1aa6-4e80-b6e5-03109bc161f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92351b0c-1aa6-4e80-b6e5-03109bc161f5, #wrap-s-92351b0c-1aa6-4e80-b6e5-03109bc161f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92351b0c-1aa6-4e80-b6e5-03109bc161f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92351b0c-1aa6-4e80-b6e5-03109bc161f5, #wrap-s-92351b0c-1aa6-4e80-b6e5-03109bc161f5 { display: none !important; }}







#s-92351b0c-1aa6-4e80-b6e5-03109bc161f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92351b0c-1aa6-4e80-b6e5-03109bc161f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ffb2905-c128-402f-b1f3-209eab53bd5d {
  text-align: center;
}







  #s-8ffb2905-c128-402f-b1f3-209eab53bd5d img.shogun-image {
    

    
    
    
  }


#s-8ffb2905-c128-402f-b1f3-209eab53bd5d .shogun-image-content {
  
    align-items: center;
  
}

#s-dcc7284c-d164-4191-b148-27d46ae65cd6 {
  margin-top: 20%;
padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dcc7284c-d164-4191-b148-27d46ae65cd6:hover {background-color: rgba(207, 158, 169, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dcc7284c-d164-4191-b148-27d46ae65cd6:active {background-color: rgba(207, 158, 169, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-dcc7284c-d164-4191-b148-27d46ae65cd6-root {
    text-align: center;
  }


#s-dcc7284c-d164-4191-b148-27d46ae65cd6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dcc7284c-d164-4191-b148-27d46ae65cd6-root {
    text-align: center;
  }


#s-dcc7284c-d164-4191-b148-27d46ae65cd6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcc7284c-d164-4191-b148-27d46ae65cd6-root {
    text-align: center;
  }


#s-dcc7284c-d164-4191-b148-27d46ae65cd6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcc7284c-d164-4191-b148-27d46ae65cd6-root {
    text-align: center;
  }


#s-dcc7284c-d164-4191-b148-27d46ae65cd6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dcc7284c-d164-4191-b148-27d46ae65cd6-root {
    text-align: center;
  }


#s-dcc7284c-d164-4191-b148-27d46ae65cd6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-6b0d3e2e-3362-4629-872b-18aecd87a121 {
  margin-top: 6%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-6b0d3e2e-3362-4629-872b-18aecd87a121 {
  
}
}@media (min-width: 1200px){#s-6b0d3e2e-3362-4629-872b-18aecd87a121, #wrap-s-6b0d3e2e-3362-4629-872b-18aecd87a121 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b0d3e2e-3362-4629-872b-18aecd87a121 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b0d3e2e-3362-4629-872b-18aecd87a121, #wrap-s-6b0d3e2e-3362-4629-872b-18aecd87a121 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b0d3e2e-3362-4629-872b-18aecd87a121 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b0d3e2e-3362-4629-872b-18aecd87a121, #wrap-s-6b0d3e2e-3362-4629-872b-18aecd87a121 { display: none !important; }}







#s-6b0d3e2e-3362-4629-872b-18aecd87a121 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b0d3e2e-3362-4629-872b-18aecd87a121.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d62c5a39-5493-4714-82e2-bd3dcf8b0d96 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
background-color: rgba(255, 232, 229, 1);
}
@media (min-width: 1200px){#s-d62c5a39-5493-4714-82e2-bd3dcf8b0d96 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d62c5a39-5493-4714-82e2-bd3dcf8b0d96 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d62c5a39-5493-4714-82e2-bd3dcf8b0d96 {
  
}
}@media (max-width: 767px){#s-d62c5a39-5493-4714-82e2-bd3dcf8b0d96 {
  
}
}
#s-ff7ae286-e10d-4423-b171-f616e3eb4c65 {
  min-height: 50px;
}








#s-ff7ae286-e10d-4423-b171-f616e3eb4c65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff7ae286-e10d-4423-b171-f616e3eb4c65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03538ea7-c5c3-477a-867c-b760c9e30587 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 1%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-2dc208f4-7068-44a2-992a-c06c9f7ac411"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dc208f4-7068-44a2-992a-c06c9f7ac411"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2dc208f4-7068-44a2-992a-c06c9f7ac411"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dc208f4-7068-44a2-992a-c06c9f7ac411"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-58a74943-2be1-43ae-aece-6d07b6c01ded {
  text-align: center;
}







  #s-58a74943-2be1-43ae-aece-6d07b6c01ded img.shogun-image {
    

    
    
    
  }


#s-58a74943-2be1-43ae-aece-6d07b6c01ded .shogun-image-content {
  
    align-items: center;
  
}

#s-981ef6d6-577c-4d56-bdaf-cfd1cf17cc42 {
  margin-top: 20%;
padding-top: 3%;
padding-left: 6%;
padding-bottom: 3%;
padding-right: 6%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-981ef6d6-577c-4d56-bdaf-cfd1cf17cc42:hover {background-color: rgba(207, 158, 169, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-981ef6d6-577c-4d56-bdaf-cfd1cf17cc42:active {background-color: rgba(207, 158, 169, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-981ef6d6-577c-4d56-bdaf-cfd1cf17cc42-root {
    text-align: center;
  }


#s-981ef6d6-577c-4d56-bdaf-cfd1cf17cc42.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-981ef6d6-577c-4d56-bdaf-cfd1cf17cc42-root {
    text-align: center;
  }


#s-981ef6d6-577c-4d56-bdaf-cfd1cf17cc42.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-981ef6d6-577c-4d56-bdaf-cfd1cf17cc42-root {
    text-align: center;
  }


#s-981ef6d6-577c-4d56-bdaf-cfd1cf17cc42.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-981ef6d6-577c-4d56-bdaf-cfd1cf17cc42-root {
    text-align: center;
  }


#s-981ef6d6-577c-4d56-bdaf-cfd1cf17cc42.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-981ef6d6-577c-4d56-bdaf-cfd1cf17cc42-root {
    text-align: center;
  }


#s-981ef6d6-577c-4d56-bdaf-cfd1cf17cc42.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-3bcf9576-ac76-4829-b914-1cf3d7c05f56 {
  text-align: center;
}







  #s-3bcf9576-ac76-4829-b914-1cf3d7c05f56 img.shogun-image {
    

    
    
    
  }


#s-3bcf9576-ac76-4829-b914-1cf3d7c05f56 .shogun-image-content {
  
    align-items: center;
  
}

#s-b238d6af-1b27-43b2-b4d4-54a37503a519 {
  margin-top: 20%;
padding-top: 3%;
padding-left: 9%;
padding-bottom: 3%;
padding-right: 9%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b238d6af-1b27-43b2-b4d4-54a37503a519:hover {background-color: rgba(207, 158, 169, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b238d6af-1b27-43b2-b4d4-54a37503a519:active {background-color: rgba(207, 158, 169, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b238d6af-1b27-43b2-b4d4-54a37503a519-root {
    text-align: center;
  }


#s-b238d6af-1b27-43b2-b4d4-54a37503a519.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b238d6af-1b27-43b2-b4d4-54a37503a519-root {
    text-align: center;
  }


#s-b238d6af-1b27-43b2-b4d4-54a37503a519.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b238d6af-1b27-43b2-b4d4-54a37503a519-root {
    text-align: center;
  }


#s-b238d6af-1b27-43b2-b4d4-54a37503a519.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b238d6af-1b27-43b2-b4d4-54a37503a519-root {
    text-align: center;
  }


#s-b238d6af-1b27-43b2-b4d4-54a37503a519.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b238d6af-1b27-43b2-b4d4-54a37503a519-root {
    text-align: center;
  }


#s-b238d6af-1b27-43b2-b4d4-54a37503a519.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-fb2ddcf5-59df-4dbd-b7d4-c9da3b019257 {
  text-align: center;
}







  #s-fb2ddcf5-59df-4dbd-b7d4-c9da3b019257 img.shogun-image {
    

    
    
    
  }


#s-fb2ddcf5-59df-4dbd-b7d4-c9da3b019257 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0ede2b3-5230-47df-a31e-7ff9205f4abb {
  margin-top: 20%;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 3%;
padding-right: 7%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b0ede2b3-5230-47df-a31e-7ff9205f4abb:hover {background-color: rgba(207, 158, 169, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b0ede2b3-5230-47df-a31e-7ff9205f4abb:active {background-color: rgba(207, 158, 169, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b0ede2b3-5230-47df-a31e-7ff9205f4abb-root {
    text-align: center;
  }


#s-b0ede2b3-5230-47df-a31e-7ff9205f4abb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b0ede2b3-5230-47df-a31e-7ff9205f4abb-root {
    text-align: center;
  }


#s-b0ede2b3-5230-47df-a31e-7ff9205f4abb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0ede2b3-5230-47df-a31e-7ff9205f4abb-root {
    text-align: center;
  }


#s-b0ede2b3-5230-47df-a31e-7ff9205f4abb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0ede2b3-5230-47df-a31e-7ff9205f4abb-root {
    text-align: center;
  }


#s-b0ede2b3-5230-47df-a31e-7ff9205f4abb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b0ede2b3-5230-47df-a31e-7ff9205f4abb-root {
    text-align: center;
  }


#s-b0ede2b3-5230-47df-a31e-7ff9205f4abb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-9cb1a39f-4563-4eec-b412-cd591153ef90 {
  min-height: 50px;
}








#s-9cb1a39f-4563-4eec-b412-cd591153ef90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cb1a39f-4563-4eec-b412-cd591153ef90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9842fde-6979-4f84-b21b-8964bcefcd81 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c9842fde-6979-4f84-b21b-8964bcefcd81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9842fde-6979-4f84-b21b-8964bcefcd81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9842fde-6979-4f84-b21b-8964bcefcd81 {
  
}
}@media (max-width: 767px){#s-c9842fde-6979-4f84-b21b-8964bcefcd81 {
  
}
}
#s-1c1b68e7-d7b3-4638-a4c1-76c484e67b3d {
  padding-bottom: 1%;
background-color: rgba(255, 232, 229, 1);
}
@media (min-width: 1200px){#s-1c1b68e7-d7b3-4638-a4c1-76c484e67b3d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c1b68e7-d7b3-4638-a4c1-76c484e67b3d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c1b68e7-d7b3-4638-a4c1-76c484e67b3d {
  
}
}@media (max-width: 767px){#s-1c1b68e7-d7b3-4638-a4c1-76c484e67b3d {
  
}
}@media (max-width: 767px){#s-1c1b68e7-d7b3-4638-a4c1-76c484e67b3d, #wrap-s-1c1b68e7-d7b3-4638-a4c1-76c484e67b3d { display: none !important; }}







#s-1c1b68e7-d7b3-4638-a4c1-76c484e67b3d > .shg-box-overlay {
  background-color: rgba(255, 232, 229, 1);
  opacity: 0;
}#s-1c1b68e7-d7b3-4638-a4c1-76c484e67b3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85e60e05-1385-4c57-a9f6-5648f1cb2d57 {
  margin-top: 0%;
margin-left: 20%;
margin-right: 20%;
background-color: rgba(255, 232, 229, 1);
}

#s-735b05bd-c764-4c29-b8cf-03052c5bef04 {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-735b05bd-c764-4c29-b8cf-03052c5bef04 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-735b05bd-c764-4c29-b8cf-03052c5bef04 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-735b05bd-c764-4c29-b8cf-03052c5bef04 {
  
}
}@media (max-width: 767px){#s-735b05bd-c764-4c29-b8cf-03052c5bef04 {
  
}
}@media (max-width: 767px){#s-735b05bd-c764-4c29-b8cf-03052c5bef04, #wrap-s-735b05bd-c764-4c29-b8cf-03052c5bef04 { display: none !important; }}
@media (min-width: 0px) {
[id="s-735b05bd-c764-4c29-b8cf-03052c5bef04"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.0em);
}

}

@media (min-width: 768px) {
[id="s-735b05bd-c764-4c29-b8cf-03052c5bef04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335em);
}

}

@media (min-width: 992px) {
[id="s-735b05bd-c764-4c29-b8cf-03052c5bef04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335em);
}

}

@media (min-width: 1200px) {
[id="s-735b05bd-c764-4c29-b8cf-03052c5bef04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335em);
}

}

#s-f9eb392e-c3bd-4560-90a5-15eec05b0c98 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-f9eb392e-c3bd-4560-90a5-15eec05b0c98 img.shogun-image {
    

    
    
    
  }


#s-f9eb392e-c3bd-4560-90a5-15eec05b0c98 .shogun-image-content {
  
    align-items: center;
  
}

#s-28f6f877-1cf1-4f34-aadc-fa54e20886ab {
  margin-top: 7%;
margin-bottom: 7%;
text-align: center;
}







  #s-28f6f877-1cf1-4f34-aadc-fa54e20886ab img.shogun-image {
    

    
    
    
  }


#s-28f6f877-1cf1-4f34-aadc-fa54e20886ab .shogun-image-content {
  
    align-items: center;
  
}

#s-40369f7b-9224-4140-b57c-bddc6ae714ce {
  margin-top: 10%;
margin-bottom: 10%;
text-align: center;
}







  #s-40369f7b-9224-4140-b57c-bddc6ae714ce img.shogun-image {
    

    
    
    
  }


#s-40369f7b-9224-4140-b57c-bddc6ae714ce .shogun-image-content {
  
    align-items: center;
  
}

#s-2e63e7e3-dbfc-4e09-b56e-25b898af93e3 {
  margin-top: 5%;
margin-bottom: 5%;
text-align: center;
}







  #s-2e63e7e3-dbfc-4e09-b56e-25b898af93e3 img.shogun-image {
    

    
    
    
  }


#s-2e63e7e3-dbfc-4e09-b56e-25b898af93e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-846b8766-3162-4fa4-87d7-c5da2f69d969 {
  margin-top: 0%;
margin-bottom: 0%;
text-align: center;
}







  #s-846b8766-3162-4fa4-87d7-c5da2f69d969 img.shogun-image {
    

    
    
    
  }


#s-846b8766-3162-4fa4-87d7-c5da2f69d969 .shogun-image-content {
  
    align-items: center;
  
}

#s-93d9c308-effa-41db-8d87-6d69382eea39 {
  text-align: center;
}







  #s-93d9c308-effa-41db-8d87-6d69382eea39 img.shogun-image {
    

    
    
    
  }


#s-93d9c308-effa-41db-8d87-6d69382eea39 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3 {
  max-width: 79%;
}
@media (min-width: 1200px){#s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3 {
  
}
}@media (min-width: 1200px){#s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3, #wrap-s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3, #wrap-s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3, #wrap-s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-e0af7de7-cd2e-4a28-b66f-4cdb1fecd5e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

#s-7b9d3d89-db40-46bc-ad48-37e9805ce91d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-7b9d3d89-db40-46bc-ad48-37e9805ce91d img.shogun-image {
    

    
    
    
  }


#s-7b9d3d89-db40-46bc-ad48-37e9805ce91d .shogun-image-content {
  
    align-items: center;
  
}

#s-5f758fa5-4f95-49fd-92b6-da5ef291b96c {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-5f758fa5-4f95-49fd-92b6-da5ef291b96c img.shogun-image {
    

    
    
    
  }


#s-5f758fa5-4f95-49fd-92b6-da5ef291b96c .shogun-image-content {
  
    align-items: center;
  
}

#s-d6b5d048-8d55-4487-a82a-008c4e7cb4d6 {
  margin-bottom: 10%;
text-align: center;
}







  #s-d6b5d048-8d55-4487-a82a-008c4e7cb4d6 img.shogun-image {
    

    
    
    
  }


#s-d6b5d048-8d55-4487-a82a-008c4e7cb4d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b527b805-9653-42f4-b8e1-6633a8e9dd7a {
  text-align: center;
}
@media (min-width: 1200px){#s-b527b805-9653-42f4-b8e1-6633a8e9dd7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b527b805-9653-42f4-b8e1-6633a8e9dd7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b527b805-9653-42f4-b8e1-6633a8e9dd7a {
  
}
}






  #s-b527b805-9653-42f4-b8e1-6633a8e9dd7a img.shogun-image {
    

    
    
    
  }


#s-b527b805-9653-42f4-b8e1-6633a8e9dd7a .shogun-image-content {
  
    align-items: center;
  
}

#s-e4b2a4cd-94cd-4d27-b8af-f5885a71d384 {
  text-align: center;
}







  #s-e4b2a4cd-94cd-4d27-b8af-f5885a71d384 img.shogun-image {
    

    
    
    
  }


#s-e4b2a4cd-94cd-4d27-b8af-f5885a71d384 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-bde974fe-03d8-45d0-ac2f-7acfd758b4c3 {
  
}
}@media (min-width: 1200px){#s-bde974fe-03d8-45d0-ac2f-7acfd758b4c3, #wrap-s-bde974fe-03d8-45d0-ac2f-7acfd758b4c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bde974fe-03d8-45d0-ac2f-7acfd758b4c3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bde974fe-03d8-45d0-ac2f-7acfd758b4c3, #wrap-s-bde974fe-03d8-45d0-ac2f-7acfd758b4c3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bde974fe-03d8-45d0-ac2f-7acfd758b4c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bde974fe-03d8-45d0-ac2f-7acfd758b4c3, #wrap-s-bde974fe-03d8-45d0-ac2f-7acfd758b4c3 { display: none !important; }}







#s-bde974fe-03d8-45d0-ac2f-7acfd758b4c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bde974fe-03d8-45d0-ac2f-7acfd758b4c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97ee3b98-5f4a-4e7c-9f25-12afb3f18ae3 {
  background-color: rgba(255, 232, 229, 1);
}

#s-21dbb026-90ea-4516-927b-8b3de0a9aafc {
  max-width: 82%;
}
@media (min-width: 1200px){#s-21dbb026-90ea-4516-927b-8b3de0a9aafc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21dbb026-90ea-4516-927b-8b3de0a9aafc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21dbb026-90ea-4516-927b-8b3de0a9aafc {
  
}
}@media (max-width: 767px){#s-21dbb026-90ea-4516-927b-8b3de0a9aafc {
  
}
}@media (max-width: 767px){#s-21dbb026-90ea-4516-927b-8b3de0a9aafc, #wrap-s-21dbb026-90ea-4516-927b-8b3de0a9aafc { display: none !important; }}
@media (min-width: 0px) {
[id="s-21dbb026-90ea-4516-927b-8b3de0a9aafc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-21dbb026-90ea-4516-927b-8b3de0a9aafc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-21dbb026-90ea-4516-927b-8b3de0a9aafc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-21dbb026-90ea-4516-927b-8b3de0a9aafc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-21dbb026-90ea-4516-927b-8b3de0a9aafc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-21dbb026-90ea-4516-927b-8b3de0a9aafc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-21dbb026-90ea-4516-927b-8b3de0a9aafc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-21dbb026-90ea-4516-927b-8b3de0a9aafc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

#s-5881f1e8-8dc6-4dc3-b01f-5c7d0e9919dc {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-5881f1e8-8dc6-4dc3-b01f-5c7d0e9919dc img.shogun-image {
    

    
    
    
  }


#s-5881f1e8-8dc6-4dc3-b01f-5c7d0e9919dc .shogun-image-content {
  
    align-items: center;
  
}

#s-19fb3e2d-9097-403d-9608-063fcf135c72 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-19fb3e2d-9097-403d-9608-063fcf135c72 img.shogun-image {
    

    
    
    
  }


#s-19fb3e2d-9097-403d-9608-063fcf135c72 .shogun-image-content {
  
    align-items: center;
  
}

#s-7deadbe8-1918-4f25-a1e1-a1547e309cd4 {
  margin-top: 10%;
margin-bottom: 10%;
text-align: center;
}







  #s-7deadbe8-1918-4f25-a1e1-a1547e309cd4 img.shogun-image {
    

    
    
    
  }


#s-7deadbe8-1918-4f25-a1e1-a1547e309cd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7d55286-866c-411a-add5-c5bedd5b581d {
  text-align: center;
}







  #s-d7d55286-866c-411a-add5-c5bedd5b581d img.shogun-image {
    

    
    
    
  }


#s-d7d55286-866c-411a-add5-c5bedd5b581d .shogun-image-content {
  
    align-items: center;
  
}

#s-450c2bbe-5379-4ba8-8ce6-5a70e4adadd1 {
  text-align: center;
}







  #s-450c2bbe-5379-4ba8-8ce6-5a70e4adadd1 img.shogun-image {
    

    
    
    
  }


#s-450c2bbe-5379-4ba8-8ce6-5a70e4adadd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c30f416a-4b34-41de-8487-49822e741cbf {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(255, 232, 229, 1);
}

@media (min-width: 0px) {
[id="s-c30f416a-4b34-41de-8487-49822e741cbf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c30f416a-4b34-41de-8487-49822e741cbf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c30f416a-4b34-41de-8487-49822e741cbf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c30f416a-4b34-41de-8487-49822e741cbf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-50047109-ca27-487c-9809-eb9d95c368b1 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-50047109-ca27-487c-9809-eb9d95c368b1 img.shogun-image {
    

    
    
    
  }


#s-50047109-ca27-487c-9809-eb9d95c368b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d473864f-ea26-4f9f-9e42-67c79d045fca {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-d473864f-ea26-4f9f-9e42-67c79d045fca img.shogun-image {
    

    
    
    
  }


#s-d473864f-ea26-4f9f-9e42-67c79d045fca .shogun-image-content {
  
    align-items: center;
  
}

#s-31e75d12-b936-48f6-a59b-5f7af18ff1be {
  margin-bottom: 10%;
text-align: center;
}







  #s-31e75d12-b936-48f6-a59b-5f7af18ff1be img.shogun-image {
    

    
    
    
  }


#s-31e75d12-b936-48f6-a59b-5f7af18ff1be .shogun-image-content {
  
    align-items: center;
  
}

#s-f28e07c6-d98a-417b-910a-eaf4aa681e4e {
  text-align: center;
}







  #s-f28e07c6-d98a-417b-910a-eaf4aa681e4e img.shogun-image {
    

    
    
    
  }


#s-f28e07c6-d98a-417b-910a-eaf4aa681e4e .shogun-image-content {
  
    align-items: center;
  
}

#s-48f60310-8806-4b0f-82c2-782ee502c7d3 {
  text-align: center;
}







  #s-48f60310-8806-4b0f-82c2-782ee502c7d3 img.shogun-image {
    

    
    
    
  }


#s-48f60310-8806-4b0f-82c2-782ee502c7d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-26a9a1ba-9233-4d07-bf97-f8e81c1a7ddf {
  margin-top: 7%;
margin-bottom: 7%;
text-align: center;
}







  #s-26a9a1ba-9233-4d07-bf97-f8e81c1a7ddf img.shogun-image {
    

    
    
    
  }


#s-26a9a1ba-9233-4d07-bf97-f8e81c1a7ddf .shogun-image-content {
  
    align-items: center;
  
}

#s-7083363e-3ed0-4b50-91c8-2f07e67acb8a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 0%;
padding-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 480px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7083363e-3ed0-4b50-91c8-2f07e67acb8a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7083363e-3ed0-4b50-91c8-2f07e67acb8a, #wrap-s-7083363e-3ed0-4b50-91c8-2f07e67acb8a { display: none !important; }}@media (max-width: 767px){#s-7083363e-3ed0-4b50-91c8-2f07e67acb8a {
  
}
}@media (max-width: 767px){#s-7083363e-3ed0-4b50-91c8-2f07e67acb8a, #wrap-s-7083363e-3ed0-4b50-91c8-2f07e67acb8a { display: none !important; }}







#s-7083363e-3ed0-4b50-91c8-2f07e67acb8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7083363e-3ed0-4b50-91c8-2f07e67acb8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbb0ba04-5f2b-42b7-a0b5-0bd1a0812aab {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bbb0ba04-5f2b-42b7-a0b5-0bd1a0812aab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bbb0ba04-5f2b-42b7-a0b5-0bd1a0812aab, #wrap-s-bbb0ba04-5f2b-42b7-a0b5-0bd1a0812aab { display: none !important; }}@media (max-width: 767px){#s-bbb0ba04-5f2b-42b7-a0b5-0bd1a0812aab {
  
}
}@media (max-width: 767px){#s-bbb0ba04-5f2b-42b7-a0b5-0bd1a0812aab, #wrap-s-bbb0ba04-5f2b-42b7-a0b5-0bd1a0812aab { display: none !important; }}
#s-bbb0ba04-5f2b-42b7-a0b5-0bd1a0812aab .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-eeaa3233-310a-422a-9d15-ec3624aeec62 {
  box-shadow:1px 1px 1px 1px rgba(220, 206, 206, 0.02);
margin-top: 8px;
margin-bottom: 8px;
text-align: center;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-eeaa3233-310a-422a-9d15-ec3624aeec62 {
  
}
}@media (min-width: 1200px){#s-eeaa3233-310a-422a-9d15-ec3624aeec62, #wrap-s-eeaa3233-310a-422a-9d15-ec3624aeec62 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eeaa3233-310a-422a-9d15-ec3624aeec62 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eeaa3233-310a-422a-9d15-ec3624aeec62, #wrap-s-eeaa3233-310a-422a-9d15-ec3624aeec62 { display: none !important; }}
#s-eeaa3233-310a-422a-9d15-ec3624aeec62 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "petersburg-web";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-777c19bd-a6ca-421a-be7f-f316b8192c37 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 6px;
padding-left: 2%;
padding-bottom: 6px;
padding-right: 2%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-777c19bd-a6ca-421a-be7f-f316b8192c37:hover {background-color: rgba(207, 158, 169, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-777c19bd-a6ca-421a-be7f-f316b8192c37:active {background-color: rgba(207, 158, 169, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(44, 66, 81, 1) !important;}

  #s-777c19bd-a6ca-421a-be7f-f316b8192c37-root {
    text-align: center;
  }


#s-777c19bd-a6ca-421a-be7f-f316b8192c37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-777c19bd-a6ca-421a-be7f-f316b8192c37-root {
    text-align: center;
  }


#s-777c19bd-a6ca-421a-be7f-f316b8192c37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-777c19bd-a6ca-421a-be7f-f316b8192c37-root {
    text-align: center;
  }


#s-777c19bd-a6ca-421a-be7f-f316b8192c37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-777c19bd-a6ca-421a-be7f-f316b8192c37-root {
    text-align: center;
  }


#s-777c19bd-a6ca-421a-be7f-f316b8192c37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-777c19bd-a6ca-421a-be7f-f316b8192c37-root {
    text-align: center;
  }


#s-777c19bd-a6ca-421a-be7f-f316b8192c37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-07335c5f-e1bf-498c-a12d-205f68bf26ae {
  margin-top: 1%;
margin-bottom: 0%;
padding-top: 0.5%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-07335c5f-e1bf-498c-a12d-205f68bf26ae {
  
}
}@media (max-width: 767px){#s-07335c5f-e1bf-498c-a12d-205f68bf26ae, #wrap-s-07335c5f-e1bf-498c-a12d-205f68bf26ae { display: none !important; }}
#s-3e65ea4b-84e8-4711-83e8-fb2fbbbc2917 {
  min-height: 50px;
}








#s-3e65ea4b-84e8-4711-83e8-fb2fbbbc2917 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e65ea4b-84e8-4711-83e8-fb2fbbbc2917.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7455a465-35c7-4d41-948b-f6de8244eae7 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7455a465-35c7-4d41-948b-f6de8244eae7 {
  
}
}@media (min-width: 1200px){#s-7455a465-35c7-4d41-948b-f6de8244eae7, #wrap-s-7455a465-35c7-4d41-948b-f6de8244eae7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7455a465-35c7-4d41-948b-f6de8244eae7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7455a465-35c7-4d41-948b-f6de8244eae7, #wrap-s-7455a465-35c7-4d41-948b-f6de8244eae7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7455a465-35c7-4d41-948b-f6de8244eae7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7455a465-35c7-4d41-948b-f6de8244eae7, #wrap-s-7455a465-35c7-4d41-948b-f6de8244eae7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7455a465-35c7-4d41-948b-f6de8244eae7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7455a465-35c7-4d41-948b-f6de8244eae7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7455a465-35c7-4d41-948b-f6de8244eae7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7455a465-35c7-4d41-948b-f6de8244eae7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

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

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

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

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

#s-216257a0-c2b2-4af8-9133-4e5bcc16cd03 {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-e0051d87-2343-4588-b2f0-06e745d8454d {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-e0051d87-2343-4588-b2f0-06e745d8454d {
  
}
}@media (max-width: 767px){#s-e0051d87-2343-4588-b2f0-06e745d8454d, #wrap-s-e0051d87-2343-4588-b2f0-06e745d8454d { display: none !important; }}
#s-3edaf17c-33d4-45d5-a798-8f9a53ffbcdf {
  margin-top: 6%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-3edaf17c-33d4-45d5-a798-8f9a53ffbcdf {
  
}
}@media (min-width: 1200px){#s-3edaf17c-33d4-45d5-a798-8f9a53ffbcdf, #wrap-s-3edaf17c-33d4-45d5-a798-8f9a53ffbcdf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3edaf17c-33d4-45d5-a798-8f9a53ffbcdf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3edaf17c-33d4-45d5-a798-8f9a53ffbcdf, #wrap-s-3edaf17c-33d4-45d5-a798-8f9a53ffbcdf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3edaf17c-33d4-45d5-a798-8f9a53ffbcdf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3edaf17c-33d4-45d5-a798-8f9a53ffbcdf, #wrap-s-3edaf17c-33d4-45d5-a798-8f9a53ffbcdf { display: none !important; }}
#s-5a85c719-72d8-40c4-94c7-8021ae476d2f {
  margin-top: -5%;
}

#s-d9f1c961-e059-411f-993c-c4a5ca35026a {
  margin-bottom: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(44, 66, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d9f1c961-e059-411f-993c-c4a5ca35026a:hover {background-color: rgba(200, 164, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d9f1c961-e059-411f-993c-c4a5ca35026a:active {background-color: rgba(44, 66, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d9f1c961-e059-411f-993c-c4a5ca35026a-root {
    text-align: center;
  }


#s-d9f1c961-e059-411f-993c-c4a5ca35026a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9f1c961-e059-411f-993c-c4a5ca35026a-root {
    text-align: center;
  }


#s-d9f1c961-e059-411f-993c-c4a5ca35026a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9f1c961-e059-411f-993c-c4a5ca35026a-root {
    text-align: center;
  }


#s-d9f1c961-e059-411f-993c-c4a5ca35026a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9f1c961-e059-411f-993c-c4a5ca35026a-root {
    text-align: center;
  }


#s-d9f1c961-e059-411f-993c-c4a5ca35026a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9f1c961-e059-411f-993c-c4a5ca35026a-root {
    text-align: center;
  }


#s-d9f1c961-e059-411f-993c-c4a5ca35026a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-3e262afc-8404-4ef4-9983-6cab1edcf2c6 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 0%;
background-color: rgba(252, 233, 230, 1);
}
@media (max-width: 767px){#s-3e262afc-8404-4ef4-9983-6cab1edcf2c6 {
  
}
}@media (max-width: 767px){#s-3e262afc-8404-4ef4-9983-6cab1edcf2c6, #wrap-s-3e262afc-8404-4ef4-9983-6cab1edcf2c6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3e262afc-8404-4ef4-9983-6cab1edcf2c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e262afc-8404-4ef4-9983-6cab1edcf2c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3e262afc-8404-4ef4-9983-6cab1edcf2c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3e262afc-8404-4ef4-9983-6cab1edcf2c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-e047972b-2189-4192-9208-cda2eda59986 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e047972b-2189-4192-9208-cda2eda59986 {
  
}
}@media (min-width: 1200px){#s-e047972b-2189-4192-9208-cda2eda59986, #wrap-s-e047972b-2189-4192-9208-cda2eda59986 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e047972b-2189-4192-9208-cda2eda59986 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e047972b-2189-4192-9208-cda2eda59986, #wrap-s-e047972b-2189-4192-9208-cda2eda59986 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e047972b-2189-4192-9208-cda2eda59986 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e047972b-2189-4192-9208-cda2eda59986, #wrap-s-e047972b-2189-4192-9208-cda2eda59986 { display: none !important; }}
#s-7d3baee7-8a9b-4c24-8012-13ae7e7f7cfd {
  margin-top: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d3baee7-8a9b-4c24-8012-13ae7e7f7cfd {
  
}
}@media (max-width: 767px){#s-7d3baee7-8a9b-4c24-8012-13ae7e7f7cfd {
  
}
}@media (max-width: 767px){#s-7d3baee7-8a9b-4c24-8012-13ae7e7f7cfd, #wrap-s-7d3baee7-8a9b-4c24-8012-13ae7e7f7cfd { display: none !important; }}
#s-849e25c7-8ba7-4967-8700-2987bab8ae57 {
  margin-top: 5%;
}
@media (min-width: 1200px){#s-849e25c7-8ba7-4967-8700-2987bab8ae57 {
  
}
}@media (min-width: 1200px){#s-849e25c7-8ba7-4967-8700-2987bab8ae57, #wrap-s-849e25c7-8ba7-4967-8700-2987bab8ae57 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-849e25c7-8ba7-4967-8700-2987bab8ae57 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-849e25c7-8ba7-4967-8700-2987bab8ae57, #wrap-s-849e25c7-8ba7-4967-8700-2987bab8ae57 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-849e25c7-8ba7-4967-8700-2987bab8ae57 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-849e25c7-8ba7-4967-8700-2987bab8ae57, #wrap-s-849e25c7-8ba7-4967-8700-2987bab8ae57 { display: none !important; }}
#s-8ee8250c-11bc-4880-9e23-03aeaf6f053a {
  margin-top: -2%;
margin-bottom: -2%;
}

#s-8f7ed4da-da20-45f5-9590-b558a2540293 {
  border-style: solid;
margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 3px;
background-color: rgba(44, 66, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8f7ed4da-da20-45f5-9590-b558a2540293:hover {background-color: rgba(200, 164, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8f7ed4da-da20-45f5-9590-b558a2540293:active {background-color: rgba(44, 66, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8f7ed4da-da20-45f5-9590-b558a2540293-root {
    text-align: center;
  }


#s-8f7ed4da-da20-45f5-9590-b558a2540293.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Alegreya;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f7ed4da-da20-45f5-9590-b558a2540293-root {
    text-align: center;
  }


#s-8f7ed4da-da20-45f5-9590-b558a2540293.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Alegreya;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f7ed4da-da20-45f5-9590-b558a2540293-root {
    text-align: center;
  }


#s-8f7ed4da-da20-45f5-9590-b558a2540293.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Alegreya;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f7ed4da-da20-45f5-9590-b558a2540293-root {
    text-align: center;
  }


#s-8f7ed4da-da20-45f5-9590-b558a2540293.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Alegreya;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f7ed4da-da20-45f5-9590-b558a2540293-root {
    text-align: center;
  }


#s-8f7ed4da-da20-45f5-9590-b558a2540293.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Alegreya;
  display:  inline-block ;
}
}
#s-b84f2996-b768-465a-8b77-ea3215b2d189 {
  margin-top: -17px;
margin-bottom: -17px;
}

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